.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.025rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28125rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.82rem;
    font-size: calc( 1.00875rem + (1.025 - 1.00875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.00875rem + (1.025 - 1.00875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.82rem;
    font-size: calc( 1.00875rem + (1.025 - 1.00875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.00875rem + (1.025 - 1.00875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff914d !important;
}
.bg-success {
  background-color: #e74c3c !important;
}
.bg-info {
  background-color: #f9d371 !important;
}
.bg-warning {
  background-color: #2e8b8b !important;
}
.bg-danger {
  background-color: #0077b6 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff914d !important;
  border-color: #ff914d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb180 !important;
  border-color: #ffb180 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb180 !important;
  border-color: #ffb180 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9d371 !important;
  border-color: #f9d371 !important;
  color: #674b04 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fbe2a2 !important;
  border-color: #fbe2a2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #674b04 !important;
  background-color: #fbe2a2 !important;
  border-color: #fbe2a2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ed7669 !important;
  border-color: #ed7669 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ed7669 !important;
  border-color: #ed7669 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2e8b8b !important;
  border-color: #2e8b8b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #3bb1b1 !important;
  border-color: #3bb1b1 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3bb1b1 !important;
  border-color: #3bb1b1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0077b6 !important;
  border-color: #0077b6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #0098e9 !important;
  border-color: #0098e9 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0098e9 !important;
  border-color: #0098e9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff914d;
  color: #ff914d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f55e00 !important;
  background-color: transparent !important;
  border-color: #f55e00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff914d !important;
  border-color: #ff914d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent !important;
  border-color: #0a0a0a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f9d371;
  color: #f9d371;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f5b91e !important;
  background-color: transparent !important;
  border-color: #f5b91e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #674b04 !important;
  background-color: #f9d371 !important;
  border-color: #f9d371 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e74c3c;
  color: #e74c3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b62516 !important;
  background-color: transparent !important;
  border-color: #b62516 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2e8b8b;
  color: #2e8b8b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #184a4a !important;
  background-color: transparent !important;
  border-color: #184a4a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2e8b8b !important;
  border-color: #2e8b8b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0077b6;
  color: #0077b6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #003e5f !important;
  background-color: transparent !important;
  border-color: #003e5f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0077b6 !important;
  border-color: #0077b6 !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: #ff914d !important;
}
.text-secondary {
  color: #353535 !important;
}
.text-success {
  color: #e74c3c !important;
}
.text-info {
  color: #f9d371 !important;
}
.text-warning {
  color: #2e8b8b !important;
}
.text-danger {
  color: #0077b6 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e65800 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020202 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a82315 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f5b50f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #153e3e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #003450 !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: #ff914d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9d371;
}
.alert-warning {
  background-color: #2e8b8b;
}
.alert-danger {
  background-color: #0077b6;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff914d;
  border-color: #ff914d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff914d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf3f2;
}
.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: #6bcece;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #37baff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff914d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff914d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff914d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff914d;
}
.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: #ff914d;
  border-bottom-color: #ff914d;
}
.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: #ff914d !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: #353535 !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='%23ff914d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZfK1S67m7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ff914d;
}
.cid-tZfK1S67m7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfK1S67m7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZfK1S67m7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZfK2uaAEY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff914d;
}
.cid-tZfK2uaAEY .mbr-section-title {
  color: #000000;
}
.cid-tZfK2uaAEY .display-1 {
  font-size: 9rem;
}
@media (max-width: 1400px) {
  .cid-tZfK2uaAEY .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-tZfK2uaAEY .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tZfK2uaAEY .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tZfK2uaAEY .d-flex {
    justify-content: center;
  }
}
.cid-tZfK2uaAEY .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tZfK2uaAEY .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tZfK2uaAEY .link-wrapper {
    justify-content: center;
  }
}
.cid-tZfK2uaAEY .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tZfK2uaAEY .link,
.cid-tZfK2uaAEY .link-icon {
  color: #000000;
}
.cid-tZfK2uaAEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfK2uaAEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZfK4fjmRq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZfK4fjmRq .item-img {
  overflow: hidden;
}
.cid-tZfK4fjmRq img,
.cid-tZfK4fjmRq .item-img {
  width: 100%;
  filter: grayscale(1);
  transition: all 1s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tZfK4fjmRq h5 {
  margin: 0;
}
.cid-tZfK4fjmRq .item:focus,
.cid-tZfK4fjmRq span:focus {
  outline: none;
}
.cid-tZfK4fjmRq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZfK4fjmRq .item:hover img,
.cid-tZfK4fjmRq .item:hover .item-img {
  filter: grayscale(0);
}
.cid-tZfK4fjmRq .item:hover img {
  transform: scale(1.05);
}
.cid-tZfK4fjmRq .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZfK4fjmRq .item-content {
  padding-top: 2rem;
}
.cid-tZfK4fjmRq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZfK4fjmRq .item-title {
  color: #666666;
}
.cid-tZfK4fjmRq .mbr-text,
.cid-tZfK4fjmRq .mbr-section-btn {
  color: #f69851;
  text-align: left;
}
.cid-tZfKbAlxY5 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZfKbAlxY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfKbAlxY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZfKbAlxY5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tZfKbAlxY5 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tZfKbAlxY5 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZfKbAlxY5 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tZfKbAlxY5 .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tZfKbAlxY5 .row.cards .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tZfKbAlxY5 .row.cards .item {
    margin-bottom: 50px;
  }
}
.cid-tZfKbAlxY5 .row.cards .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-tZfKbAlxY5 .row.cards .item .item-wrapper a .item-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.cid-tZfKbAlxY5 .row.cards .item .item-wrapper a .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tZfKbAlxY5 .row.cards .item .item-wrapper a .item-img .mbr-iconfont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 16px;
  background-color: #ffffff;
  color: #1d1d1d;
  border-radius: 100%;
}
.cid-tZfKbAlxY5 .row.cards .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-tZfKbAlxY5 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap {
  display: inline-flex;
}
.cid-tZfKbAlxY5 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-card-title {
  margin: 0 8px 0 0;
}
.cid-tZfKbAlxY5 .row.cards .item .item-wrapper .item-content .item-title .item-title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tZfKbAlxY5 .row.cards .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 8px;
}
.cid-tZfKbAlxY5 .row.cards .item .item-wrapper .item-content .mbr-loc {
  margin-bottom: 0;
}
.cid-tZfKbAlxY5 .mbr-section-title {
  color: #1d1d1d;
}
.cid-tZfKbAlxY5 .mbr-card-title {
  color: #1d1d1d;
}
.cid-tZfKbAlxY5 .mbr-desc {
  color: #989898;
}
.cid-tZfKbAlxY5 .mbr-text {
  color: #1d1d1d;
}
.cid-tZfKbAlxY5 .mbr-loc {
  color: #767676;
}
.cid-tZfKbAlxY5 .mbr-section-title,
.cid-tZfKbAlxY5 .mbr-section-btn {
  text-align: left;
}
.cid-tZfKapr2et {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/preparing-for-hippo-2000x1334.webp");
}
.cid-tZfKapr2et .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-tZfKapr2et .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tZfKapr2et {
    align-items: center;
  }
  .cid-tZfKapr2et .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZfKapr2et .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZfKapr2et {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZfKapr2et .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZfKapr2et .content-wrap {
    width: 100%;
  }
}
.cid-tZfKapr2et .mbr-section-title {
  text-align: center;
}
.cid-tZfKapr2et .mbr-text,
.cid-tZfKapr2et .mbr-section-btn {
  text-align: center;
}
.cid-tZfKeyps4P {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZfKeyps4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfKeyps4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZfKeyps4P .mbr-text,
.cid-tZfKeyps4P .mbr-section-btn {
  text-align: center;
  color: #ed8a53;
}
.cid-tZfKeyps4P .mbr-section-title {
  text-align: center;
  color: #f69851;
}
.cid-tZfKeyps4P .mbr-section-subtitle {
  text-align: center;
}
.cid-tZfKdMt8fm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-tZfKdMt8fm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfKdMt8fm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZfKdMt8fm .mbr-text,
.cid-tZfKdMt8fm .mbr-section-btn {
  text-align: center;
}
.cid-tZfKdMt8fm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZfKdMt8fm .mbr-section-subtitle {
  text-align: center;
  color: #666666;
}
.cid-tZfKCeqtez {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZfKCeqtez .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfKCeqtez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZfKCeqtez .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tZfKCeqtez .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tZfKCeqtez .container {
    padding: 0 25px;
  }
}
.cid-tZfKCeqtez .row {
  justify-content: center;
}
.cid-tZfKCeqtez .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-tZfKCeqtez .item .item-wrapper a {
  display: block;
}
.cid-tZfKCeqtez .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-tZfKCeqtez .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-tZfKCeqtez .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-tZfKfPximW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZfKfPximW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfKfPximW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZfKfPximW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tZfKfPximW .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tZfKfPximW .container {
    padding: 0 25px;
  }
}
.cid-tZfKfPximW .row {
  justify-content: center;
}
.cid-tZfKfPximW .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-tZfKfPximW .item .item-wrapper a {
  display: block;
}
.cid-tZfKfPximW .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-tZfKfPximW .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-tZfKfPximW .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZlFiePMFJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ff914d;
}
.cid-tZlFiePMFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZlFiePMFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZlFiePMFJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZlFj67lft {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff914d;
}
.cid-tZlFj67lft .mbr-section-title {
  color: #000000;
}
.cid-tZlFj67lft .display-1 {
  font-size: 9rem;
}
@media (max-width: 1400px) {
  .cid-tZlFj67lft .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-tZlFj67lft .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tZlFj67lft .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tZlFj67lft .d-flex {
    justify-content: center;
  }
}
.cid-tZlFj67lft .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tZlFj67lft .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tZlFj67lft .link-wrapper {
    justify-content: center;
  }
}
.cid-tZlFj67lft .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tZlFj67lft .link,
.cid-tZlFj67lft .link-icon {
  color: #000000;
}
.cid-tZlFj67lft .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZlFj67lft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZlFk7eWlt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff914d;
}
.cid-tZlFk7eWlt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZlFk7eWlt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZlFk7eWlt .mbr-text,
.cid-tZlFk7eWlt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZlFk7eWlt .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZlFk7eWlt .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZlFkX59ZJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-tZlFkX59ZJ .mbr-title {
  color: #000000;
  text-align: center;
}
.cid-tZlFkX59ZJ .card-wrapper {
  padding-top: 4rem;
}
.cid-tZlFkX59ZJ .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tZlFkX59ZJ .mbr-text,
.cid-tZlFkX59ZJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tZlFkX59ZJ .mbr-section-title,
.cid-tZlFkX59ZJ .item {
  color: #000000;
}
.cid-tZlFkX59ZJ .mbr-section-title,
.cid-tZlFkX59ZJ .card-wrapper {
  color: #000000;
}
.cid-tZlFlQH4qk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-tZlFlQH4qk .row {
  justify-content: center;
}
.cid-tZlFlQH4qk .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tZlFlQH4qk .col-title {
    margin-bottom: 72px;
  }
}
.cid-tZlFlQH4qk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZlFlQH4qk .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tZlFlQH4qk .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tZlFlQH4qk .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tZlFlQH4qk .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tZlFlQH4qk .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tZlFlQH4qk .card-wrapper {
  display: flex;
  height: 100%;
}
.cid-tZlFlQH4qk .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 32px;
  height: 100%;
}
.cid-tZlFlQH4qk .card-title {
  color: #ed8a53;
  width: 100%;
  margin-bottom: 0;
}
.cid-tZlFlQH4qk .card-text {
  width: 100%;
  color: #1F1D1A;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-tZlFU0gGwP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.cid-tZlFU0gGwP .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tZlFU0gGwP .card-img {
  padding-bottom: 2rem;
}
.cid-tZlFU0gGwP .mbr-text {
  color: #767676;
}
.cid-tZlFU0gGwP span {
  font-size: 14px;
  color: #ffffff;
}
.cid-tZlFU0gGwP .mbr-section-btn {
  margin-left: 0;
}
.cid-tZlFU0gGwP .date {
  color: #2e481a;
}
.cid-tZlFU0gGwP .date span {
  display: inline-block;
  background-color: #353535;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tZlFU0gGwP .card-title {
    text-align: center;
  }
  .cid-tZlFU0gGwP p.mbr-text,
  .cid-tZlFU0gGwP p.date {
    text-align: center;
  }
}
.cid-tZlFU0gGwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZlFU0gGwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZlFHwlDSQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.cid-tZlFHwlDSQ .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tZlFHwlDSQ .card-img {
  padding-bottom: 2rem;
}
.cid-tZlFHwlDSQ .mbr-text {
  color: #767676;
}
.cid-tZlFHwlDSQ span {
  font-size: 14px;
  color: #ffffff;
}
.cid-tZlFHwlDSQ .mbr-section-btn {
  margin-left: 0;
}
.cid-tZlFHwlDSQ .date span {
  display: inline-block;
  background-color: #353535;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tZlFHwlDSQ .card-title {
    text-align: center;
  }
  .cid-tZlFHwlDSQ p.mbr-text,
  .cid-tZlFHwlDSQ p.date {
    text-align: center;
  }
}
.cid-tZlFHwlDSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZlFHwlDSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZlFn1rwZ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.cid-tZlFn1rwZ1 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tZlFn1rwZ1 .card-img {
  padding-bottom: 2rem;
}
.cid-tZlFn1rwZ1 .mbr-text {
  color: #767676;
}
.cid-tZlFn1rwZ1 span {
  font-size: 14px;
  color: #ffffff;
}
.cid-tZlFn1rwZ1 .mbr-section-btn {
  margin-left: 0;
}
.cid-tZlFn1rwZ1 .date {
  color: #232323;
}
.cid-tZlFn1rwZ1 .date span {
  display: inline-block;
  background-color: #353535;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tZlFn1rwZ1 .card-title {
    text-align: center;
  }
  .cid-tZlFn1rwZ1 p.mbr-text,
  .cid-tZlFn1rwZ1 p.date {
    text-align: center;
  }
}
.cid-tZlFn1rwZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZlFn1rwZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZyGqsfIhi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ff914d;
}
.cid-tZyGqsfIhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZyGqsfIhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZyGqsfIhi .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZyGPzwunq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZyGPzwunq img,
.cid-tZyGPzwunq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZyGPzwunq .item:focus,
.cid-tZyGPzwunq span:focus {
  outline: none;
}
.cid-tZyGPzwunq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZyGPzwunq .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tZyGPzwunq .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tZyGPzwunq .item-img {
    padding: 1rem;
  }
}
.cid-tZyGPzwunq .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #fff4c7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZyGPzwunq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tZyGPzwunq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZyGPzwunq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tZyGPzwunq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tZyGPzwunq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZyGPzwunq .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tZyGPzwunq .mbr-text,
.cid-tZyGPzwunq .mbr-section-btn {
  text-align: center;
}
.cid-tZyGPzwunq .item-title {
  text-align: center;
}
.cid-tZyGPzwunq .item-subtitle {
  text-align: center;
}
.cid-tZyGrzrJlG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tZyGrzrJlG img,
.cid-tZyGrzrJlG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZyGrzrJlG .item:focus,
.cid-tZyGrzrJlG span:focus {
  outline: none;
}
.cid-tZyGrzrJlG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZyGrzrJlG .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tZyGrzrJlG .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tZyGrzrJlG .item-img {
    padding: 1rem;
  }
}
.cid-tZyGrzrJlG .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #c0dead;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZyGrzrJlG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tZyGrzrJlG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZyGrzrJlG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tZyGrzrJlG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tZyGrzrJlG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZyGrzrJlG .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tZyGrzrJlG .mbr-text,
.cid-tZyGrzrJlG .mbr-section-btn {
  text-align: center;
}
.cid-tZyGrzrJlG .item-title {
  text-align: center;
}
.cid-tZyGrzrJlG .item-subtitle {
  text-align: center;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZyLB3FgIp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZyLB3FgIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZyLB3FgIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZyLB3FgIp .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZyLBpZldD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZyLBpZldD ul {
  margin: 0;
  list-style: none;
  padding-left: 0rem;
}
.cid-tZyLBpZldD ul li {
  transition: all 0.3s;
  padding-bottom: 0.5rem;
}
.cid-tZyLBpZldD ul li:hover a {
  color: #ff914d !important;
  background: none !important;
}
.cid-tZyLBpZldD h4 {
  padding-bottom: 2rem;
}
.cid-tZyLBpZldD .mbr-title {
  color: #000000;
  text-align: center;
}
.cid-tZyLBpZldD .mbr-text,
.cid-tZyLBpZldD .mbr-section-btn {
  color: #666666;
}
.cid-tZyLBpZldD .mbr-section-title {
  color: #bbbbbb;
}
.cid-tZyLBpZldD .mbr-text {
  color: #000000;
}
.cid-tZyLBpZldD .text {
  color: #000000;
  text-align: center;
}
.cid-tZyLBpZldD .mbr-section-title,
.cid-tZyLBpZldD .list {
  color: #f69851;
  text-align: center;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZyM4ZbTiO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ff914d;
}
.cid-tZyM4ZbTiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZyM4ZbTiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZyM4ZbTiO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZyM5qFPN4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZyM5qFPN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZyM5qFPN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZyM5qFPN4 .mbr-text,
.cid-tZyM5qFPN4 .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-tZyM5qFPN4 .mbr-section-title {
  text-align: center;
  color: #ff914d;
}
.cid-tZySMnTslk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZySMnTslk h6 {
  line-height: 1.2;
}
.cid-tZySMnTslk img,
.cid-tZySMnTslk .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZySMnTslk .item:focus,
.cid-tZySMnTslk span:focus {
  outline: none;
}
.cid-tZySMnTslk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZySMnTslk .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZySMnTslk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZySMnTslk .mbr-section-title {
  color: #232323;
}
.cid-tZySMnTslk .mbr-text,
.cid-tZySMnTslk .mbr-section-btn {
  color: #353535;
}
.cid-tZySMnTslk .item-title {
  color: #000000;
}
.cid-tZySMnTslk .item-subtitle {
  color: #666666;
}
.cid-tZyNd95E1Y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZyNd95E1Y h6 {
  line-height: 1.2;
}
.cid-tZyNd95E1Y img,
.cid-tZyNd95E1Y .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZyNd95E1Y .item:focus,
.cid-tZyNd95E1Y span:focus {
  outline: none;
}
.cid-tZyNd95E1Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZyNd95E1Y .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZyNd95E1Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZyNd95E1Y .mbr-section-title {
  color: #232323;
}
.cid-tZyNd95E1Y .mbr-text,
.cid-tZyNd95E1Y .mbr-section-btn {
  color: #353535;
}
.cid-tZyNd95E1Y .item-title {
  color: #000000;
}
.cid-tZyNd95E1Y .item-subtitle {
  color: #666666;
}
.cid-tZyM5UDa1D {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZyM5UDa1D h6 {
  line-height: 1.2;
}
.cid-tZyM5UDa1D img,
.cid-tZyM5UDa1D .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZyM5UDa1D .item:focus,
.cid-tZyM5UDa1D span:focus {
  outline: none;
}
.cid-tZyM5UDa1D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZyM5UDa1D .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZyM5UDa1D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZyM5UDa1D .mbr-section-title {
  color: #232323;
}
.cid-tZyM5UDa1D .mbr-text,
.cid-tZyM5UDa1D .mbr-section-btn {
  color: #353535;
}
.cid-tZyM5UDa1D .item-title {
  color: #000000;
}
.cid-tZyM5UDa1D .item-subtitle {
  color: #666666;
}
.cid-tZAZQO1GaX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZAZQO1GaX h6 {
  line-height: 1.2;
}
.cid-tZAZQO1GaX img,
.cid-tZAZQO1GaX .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZAZQO1GaX .item:focus,
.cid-tZAZQO1GaX span:focus {
  outline: none;
}
.cid-tZAZQO1GaX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZAZQO1GaX .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZAZQO1GaX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZAZQO1GaX .mbr-section-title {
  color: #232323;
}
.cid-tZAZQO1GaX .mbr-text,
.cid-tZAZQO1GaX .mbr-section-btn {
  color: #353535;
}
.cid-tZAZQO1GaX .item-title {
  color: #000000;
}
.cid-tZAZQO1GaX .item-subtitle {
  color: #666666;
}
.cid-tZB0byYFZZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZB0byYFZZ h6 {
  line-height: 1.2;
}
.cid-tZB0byYFZZ img,
.cid-tZB0byYFZZ .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZB0byYFZZ .item:focus,
.cid-tZB0byYFZZ span:focus {
  outline: none;
}
.cid-tZB0byYFZZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZB0byYFZZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZB0byYFZZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZB0byYFZZ .mbr-section-title {
  color: #232323;
}
.cid-tZB0byYFZZ .mbr-text,
.cid-tZB0byYFZZ .mbr-section-btn {
  color: #353535;
}
.cid-tZB0byYFZZ .item-title {
  color: #000000;
}
.cid-tZB0byYFZZ .item-subtitle {
  color: #666666;
}
.cid-tZB0rj2Wx3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZB0rj2Wx3 h6 {
  line-height: 1.2;
}
.cid-tZB0rj2Wx3 img,
.cid-tZB0rj2Wx3 .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZB0rj2Wx3 .item:focus,
.cid-tZB0rj2Wx3 span:focus {
  outline: none;
}
.cid-tZB0rj2Wx3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZB0rj2Wx3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZB0rj2Wx3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZB0rj2Wx3 .mbr-section-title {
  color: #232323;
}
.cid-tZB0rj2Wx3 .mbr-text,
.cid-tZB0rj2Wx3 .mbr-section-btn {
  color: #353535;
}
.cid-tZB0rj2Wx3 .item-title {
  color: #000000;
}
.cid-tZB0rj2Wx3 .item-subtitle {
  color: #666666;
}
.cid-tZB0DFmiMu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZB0DFmiMu h6 {
  line-height: 1.2;
}
.cid-tZB0DFmiMu img,
.cid-tZB0DFmiMu .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZB0DFmiMu .item:focus,
.cid-tZB0DFmiMu span:focus {
  outline: none;
}
.cid-tZB0DFmiMu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZB0DFmiMu .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZB0DFmiMu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZB0DFmiMu .mbr-section-title {
  color: #232323;
}
.cid-tZB0DFmiMu .mbr-text,
.cid-tZB0DFmiMu .mbr-section-btn {
  color: #353535;
}
.cid-tZB0DFmiMu .item-title {
  color: #000000;
}
.cid-tZB0DFmiMu .item-subtitle {
  color: #666666;
}
.cid-tZB0SJx4Ya {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZB0SJx4Ya h6 {
  line-height: 1.2;
}
.cid-tZB0SJx4Ya img,
.cid-tZB0SJx4Ya .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZB0SJx4Ya .item:focus,
.cid-tZB0SJx4Ya span:focus {
  outline: none;
}
.cid-tZB0SJx4Ya .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZB0SJx4Ya .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZB0SJx4Ya .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZB0SJx4Ya .mbr-section-title {
  color: #232323;
}
.cid-tZB0SJx4Ya .mbr-text,
.cid-tZB0SJx4Ya .mbr-section-btn {
  color: #353535;
}
.cid-tZB0SJx4Ya .item-title {
  color: #000000;
}
.cid-tZB0SJx4Ya .item-subtitle {
  color: #666666;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZB27Elp5e {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZB27Elp5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB27Elp5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB27Elp5e .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZB28wUe9L {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZB28wUe9L .mbr-text {
  max-width: 550px;
}
.cid-tZB28wUe9L .row {
  align-items: center;
}
.cid-tZB28wUe9L .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-tZB28wUe9L .mbr-text,
.cid-tZB28wUe9L .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZB28wUe9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB28wUe9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB29Jm5Io {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZB29Jm5Io .container {
  padding: 0 5%;
}
.cid-tZB29Jm5Io .row {
  display: flex;
  justify-content: center;
}
.cid-tZB29Jm5Io .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZB29Jm5Io .features-card {
    margin-bottom: 2rem;
  }
}
.cid-tZB29Jm5Io .features-card .features-wrapper {
  padding: 0 5px;
}
.cid-tZB29Jm5Io .features-card .features-wrapper .features-title-wrapper span {
  font-size: 2rem;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .cid-tZB29Jm5Io .features-card .features-wrapper .features-title-wrapper span {
    margin-bottom: .5rem;
  }
}
.cid-tZB29Jm5Io .features-card .features-wrapper .features-title-wrapper .mbr-title {
  margin-bottom: 2rem;
}
.cid-tZB29Jm5Io .features-card .features-wrapper .features-content .mbr-text {
  margin: 0;
}
.cid-tZB29Jm5Io .mbr-title,
.cid-tZB29Jm5Io .mbr-iconfont {
  color: #f69851;
  text-align: center;
}
.cid-tZB29Jm5Io .mbr-text {
  color: #3a3e5e;
  text-align: center;
}
.cid-tZB2d8JlLM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
}
.cid-tZB2d8JlLM .mbr-media {
  position: relative;
}
.cid-tZB2d8JlLM .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tZB2d8JlLM .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tZB2d8JlLM .icon-wrap:hover span {
  transform: scale(1.2);
}
.cid-tZB2d8JlLM .mbr-media span {
  font-size: 4rem;
  display: block;
  transition: all 0.2s;
  color: #ff914d;
}
.cid-tZB2d8JlLM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tZB2d8JlLM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tZB2d8JlLM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tZB2d8JlLM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tZB2d8JlLM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tZB2d8JlLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB2d8JlLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB2d8JlLM .mbr-section-title {
  color: #000000;
}
.cid-tZB2N5i6jV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.cid-tZB2N5i6jV img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tZB2N5i6jV img {
    width: 100%;
  }
}
.cid-tZB2N5i6jV .link {
  text-decoration: underline;
}
.cid-tZB2N5i6jV .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tZB2N5i6jV .tag-wrapper {
    justify-content: center;
  }
}
.cid-tZB2N5i6jV .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tZB2N5i6jV .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tZB2N5i6jV .tag1 {
  background: #30c7bf;
}
.cid-tZB2N5i6jV .tag2 {
  background: #fc898c;
}
.cid-tZB2N5i6jV .tag3 {
  background: #00004c;
}
.cid-tZB2N5i6jV .tag4 {
  background: #30c7bf;
}
.cid-tZB2N5i6jV .tag5 {
  background: #fc898c;
}
.cid-tZB2N5i6jV .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tZB2N5i6jV .mbr-text {
  text-align: left;
}
.cid-tZB2aYPDYz {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}
.cid-tZB2aYPDYz img {
  object-fit: cover;
}
.cid-tZB2bJnVl4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZB2bJnVl4 .card {
  background: transparent;
}
.cid-tZB2bJnVl4 .title-section {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .cid-tZB2bJnVl4 .title-section {
    margin-bottom: 3rem;
  }
}
.cid-tZB2bJnVl4 .card-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tZB2bJnVl4 .card-img {
    width: 345px;
    height: 345px;
  }
}
.cid-tZB2bJnVl4 .header-container {
  padding: 10px;
}
.cid-tZB2bJnVl4 .card-body {
  padding: 10px;
}
.cid-tZB2bJnVl4 .mbr-section-title {
  text-align: center;
}
.cid-tZB2bJnVl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB2bJnVl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB2bJnVl4 .card .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tZB2bJnVl4 .card .mbr-section-subtitle {
  text-align: center;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZB3HQBVNz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZB3HQBVNz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB3HQBVNz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB3HQBVNz .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZB3IYXoGI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZB3IYXoGI .mbr-section-title {
  color: #000000;
}
.cid-tZB3IYXoGI .display-1 {
  font-size: 9rem;
}
@media (max-width: 1400px) {
  .cid-tZB3IYXoGI .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-tZB3IYXoGI .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tZB3IYXoGI .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tZB3IYXoGI .d-flex {
    justify-content: center;
  }
}
.cid-tZB3IYXoGI .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tZB3IYXoGI .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tZB3IYXoGI .link-wrapper {
    justify-content: center;
  }
}
.cid-tZB3IYXoGI .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tZB3IYXoGI .link,
.cid-tZB3IYXoGI .link-icon {
  color: #000000;
}
.cid-tZB3IYXoGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB3IYXoGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB3NBXvxJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZB3NBXvxJ .mbr-text {
  max-width: 550px;
}
.cid-tZB3NBXvxJ .row {
  align-items: center;
}
.cid-tZB3NBXvxJ .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-tZB3NBXvxJ .mbr-text,
.cid-tZB3NBXvxJ .mbr-section-btn {
  color: #000000;
}
.cid-tZB3NBXvxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB3NBXvxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB3OcIvGG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffaa6f;
}
.cid-tZB3OcIvGG .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #000000;
  text-align: left;
}
.cid-tZB3OcIvGG .mbr-section-title {
  color: #000000;
  text-align: left;
  line-height: 38.4px;
}
.cid-tZB3OcIvGG .container {
  max-width: 1240px;
}
.cid-tZB3OcIvGG .mbr-section-title DIV {
  text-align: left;
}
.cid-tZB3PmkmcB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-tZB3PmkmcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB3PmkmcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZB3PmkmcB .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tZB3PmkmcB .container {
    padding: 0 12px;
  }
}
.cid-tZB3PmkmcB .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tZB3PmkmcB .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-tZB3PmkmcB .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-tZB3PmkmcB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZB3PmkmcB .item {
  margin-bottom: 32px;
}
.cid-tZB3PmkmcB .item .item-wrapper {
  height: 100%;
  background-color: #fff4c7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-tZB3PmkmcB .item .item-wrapper a {
  display: block;
}
.cid-tZB3PmkmcB .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-tZB3PmkmcB .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-tZB3PmkmcB .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tZB3PmkmcB .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-tZB3PmkmcB .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-tZB3PmkmcB .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-tZB3PmkmcB .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-tZB3PmkmcB .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tZB3PmkmcB .item-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-tZB3PWf9BR {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZB3PWf9BR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB3PWf9BR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB3PWf9BR .mbr-section-title,
.cid-tZB3PWf9BR .mbr-section-subtitle {
  text-align: center;
}
.cid-tZB3PWf9BR .cost {
  word-break: normal;
}
.cid-tZB3PWf9BR .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffaa6f;
}
.cid-tZB3PWf9BR .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tZB3PWf9BR .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZB3PWf9BR .card-wrapper {
    padding: 1rem;
  }
}
.cid-tZB3PWf9BR P {
  text-align: left;
  color: #000000;
}
.cid-tZB3PWf9BR .card-title {
  text-align: left;
}
.cid-tZB3QHK1v3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffaa6f;
}
.cid-tZB3QHK1v3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB3QHK1v3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB3QHK1v3 .mbr-text,
.cid-tZB3QHK1v3 .mbr-section-btn {
  text-align: center;
}
.cid-tZB3QHK1v3 .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-tZB3QHK1v3 .mbr-section-subtitle {
  text-align: center;
  color: #666666;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZB66q3DSP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZB66q3DSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB66q3DSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB66q3DSP .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZB67dMqfu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZB67dMqfu .mbr-section-title {
  color: #000000;
}
.cid-tZB67dMqfu .display-1 {
  font-size: 9rem;
}
@media (max-width: 1400px) {
  .cid-tZB67dMqfu .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-tZB67dMqfu .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tZB67dMqfu .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tZB67dMqfu .d-flex {
    justify-content: center;
  }
}
.cid-tZB67dMqfu .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tZB67dMqfu .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tZB67dMqfu .link-wrapper {
    justify-content: center;
  }
}
.cid-tZB67dMqfu .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tZB67dMqfu .link,
.cid-tZB67dMqfu .link-icon {
  color: #000000;
}
.cid-tZB67dMqfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB67dMqfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB68jVETl {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffaa6f;
}
.cid-tZB68jVETl .mbr-text {
  max-width: 550px;
}
.cid-tZB68jVETl .row {
  align-items: center;
}
.cid-tZB68jVETl .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-tZB68jVETl .mbr-text,
.cid-tZB68jVETl .mbr-section-btn {
  color: #000000;
}
.cid-tZB68jVETl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB68jVETl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB68O994B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffaa6f;
}
.cid-tZB68O994B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB68O994B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZB68O994B .container {
    padding: 0 16px;
  }
}
.cid-tZB68O994B .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tZB68O994B .title-wrapper {
    padding-right: 0;
  }
}
.cid-tZB68O994B .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tZB68O994B .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZB68O994B .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tZB68O994B .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tZB68O994B .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tZB68O994B .title-wrapper .line {
    display: none;
  }
}
.cid-tZB68O994B .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tZB68O994B .card {
    margin-bottom: 40px;
  }
}
.cid-tZB68O994B .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tZB68O994B .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tZB68O994B .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tZB68O994B .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4fe00;
  opacity: .2;
  border-radius: 100%;
}
.cid-tZB68O994B .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d4fe00;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tZB68O994B .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tZB68O994B .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZB68O994B .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tZB68O994B .mbr-text {
  color: #08323C;
}
.cid-tZB69m20j7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZB69m20j7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB69m20j7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB69m20j7 .mbr-section-title,
.cid-tZB69m20j7 .mbr-section-subtitle {
  text-align: center;
}
.cid-tZB69m20j7 .cost {
  word-break: normal;
}
.cid-tZB69m20j7 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffaa6f;
}
.cid-tZB69m20j7 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tZB69m20j7 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZB69m20j7 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tZB69m20j7 P {
  text-align: left;
  color: #000000;
}
.cid-tZB69m20j7 .card-title {
  text-align: left;
}
.cid-tZB69m20j7 .mbr-section-title {
  color: #000000;
}
.cid-tZB69m20j7 .mbr-section-subtitle {
  color: #353535;
  text-align: center;
}
.cid-tZB69XZree {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffaa6f;
}
.cid-tZB69XZree .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB69XZree .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB69XZree .mbr-text,
.cid-tZB69XZree .mbr-section-btn {
  text-align: center;
}
.cid-tZB69XZree .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZB69XZree .mbr-section-subtitle {
  text-align: center;
  color: #666666;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD2MDmMpIT {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hippo-header-1.webp");
}
.cid-uD2MDmMpIT .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uD2MDmMpIT .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uD2MDmMpIT {
    align-items: center;
  }
  .cid-uD2MDmMpIT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uD2MDmMpIT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uD2MDmMpIT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uD2MDmMpIT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uD2MDmMpIT .content-wrap {
    width: 100%;
  }
}
.cid-uD2MDmMpIT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uD2MDmMpIT .mbr-text,
.cid-uD2MDmMpIT .mbr-section-btn {
  text-align: center;
}
.cid-uwrPqVGqJh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwrPqVGqJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwrPqVGqJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwrPqVGqJh .mbr-text,
.cid-uwrPqVGqJh .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uwrPqVGqJh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uwrPqVGqJh .mbr-section-subtitle {
  text-align: center;
  color: #666666;
}
.cid-uD31SYAPti {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD31SYAPti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD31SYAPti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uD31SYAPti .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uD31SYAPti .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uD31SYAPti .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uD31SYAPti .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uD31SYAPti .mbr-section-title {
  color: #000000;
}
.cid-uD31SYAPti .mbr-text,
.cid-uD31SYAPti .mbr-section-btn {
  color: #232323;
}
.cid-uD309r7CAy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uD309r7CAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD309r7CAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uD309r7CAy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uD309r7CAy .row {
  flex-direction: row-reverse;
}
.cid-uD309r7CAy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uD309r7CAy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uD309r7CAy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uD309r7CAy .mbr-section-title {
  color: #000000;
}
.cid-uD309r7CAy .mbr-text,
.cid-uD309r7CAy .mbr-section-btn {
  color: #232323;
}
.cid-tZBaJ7Qrh3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tZBaJ7Qrh3 .stats-item {
  padding: 80px 10px;
  background-color: #c7e8f2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tZBaJ7Qrh3 .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-tZBaJ7Qrh3 .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-tZBaJ7Qrh3 .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-tZBaJ7Qrh3 .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-tZBaJ7Qrh3 .heading {
  color: #ffffff;
  font-weight: 400;
}
.cid-tZBaJ7Qrh3 .heading.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.23;
}
.cid-tZBaJ7Qrh3 .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-tZBaJ7Qrh3 .counter {
  text-align: center;
  color: #000000;
  font-weight: 900;
}
.cid-tZBaJ7Qrh3 .counter.display-2 {
  letter-spacing: -0.5px;
  margin-bottom: 0;
  line-height: 1.15;
}
.cid-tZBaJ7Qrh3 .mbr-card-title,
.cid-tZBaJ7Qrh3 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-tZBaJ7Qrh3 .stats-item {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 30px 25px;
  }
  .cid-tZBaJ7Qrh3 .stats-item:first-child {
    border-radius: 0;
  }
  .cid-tZBaJ7Qrh3 .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-tZBaJ7Qrh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBaJ7Qrh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBaJ7Qrh3 .mbr-card-title,
.cid-tZBaJ7Qrh3 .mbr-iconfont {
  color: #000000;
}
.cid-uDpdzzx2BI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDpdzzx2BI img,
.cid-uDpdzzx2BI .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDpdzzx2BI img,
  .cid-uDpdzzx2BI .item-img {
    max-height: 300px;
  }
}
.cid-uDpdzzx2BI .item:focus,
.cid-uDpdzzx2BI span:focus {
  outline: none;
}
.cid-uDpdzzx2BI .item-wrapper {
  position: relative;
}
.cid-uDpdzzx2BI .slide-content {
  position: relative;
  border-radius: 4px;
  background: #f7f7f7;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uDpdzzx2BI .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDpdzzx2BI .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDpdzzx2BI .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uDpdzzx2BI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDpdzzx2BI .mbr-section-title {
  color: #232323;
}
.cid-uDpdzzx2BI .mbr-text,
.cid-uDpdzzx2BI .mbr-section-btn {
  text-align: left;
}
.cid-uDpdzzx2BI .item-title {
  text-align: left;
}
.cid-uDpdzzx2BI .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uDpdzzx2BI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uDpdzzx2BI .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uDpdzzx2BI .embla__button--next,
.cid-uDpdzzx2BI .embla__button--prev {
  display: flex;
}
.cid-uDpdzzx2BI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uDpdzzx2BI .embla__button {
    display: none;
  }
}
.cid-uDpdzzx2BI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDpdzzx2BI .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uDpdzzx2BI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDpdzzx2BI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDpdzzx2BI .embla__button {
    top: auto;
  }
}
.cid-uDpdzzx2BI .embla {
  position: relative;
  width: 100%;
}
.cid-uDpdzzx2BI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uDpdzzx2BI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDpdzzx2BI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDpdzzx2BI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uDpdzzx2BI .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uDpdzzx2BI .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uDpdzzx2BI .content-head {
  max-width: 800px;
}
.cid-tZBaKyyTDJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #c7e8f2;
}
.cid-tZBaKyyTDJ .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #820cfe;
  margin-bottom: 2rem;
  width: 115px;
  height: 115px;
}
.cid-tZBaKyyTDJ .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  transition: all 0.3s;
  position: relative;
  justify-content: center;
}
@media (max-width: 1400px) {
  .cid-tZBaKyyTDJ .card-wrapper {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tZBaKyyTDJ .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tZBaKyyTDJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZBaKyyTDJ .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tZBaKyyTDJ .card-wrapper:hover {
  transform: translateY(-5px);
}
.cid-tZBaKyyTDJ .row {
  justify-content: center;
}
.cid-tZBaKyyTDJ .card-text {
  color: #263d5a;
  text-align: left;
}
.cid-tZBaKyyTDJ .card-title,
.cid-tZBaKyyTDJ .iconfont-wrapper {
  color: #000000;
}
.cid-tZBaKyyTDJ .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-tZBaKyyTDJ .mbr-section-title {
  color: #000000;
}
.cid-tZBaKyyTDJ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uDP2hvAe99 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #c7e8f2;
}
.cid-uDP2hvAe99 img,
.cid-uDP2hvAe99 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uDP2hvAe99 .item:focus,
.cid-uDP2hvAe99 span:focus {
  outline: none;
}
.cid-uDP2hvAe99 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDP2hvAe99 .item {
    margin-bottom: 1rem;
  }
}
.cid-uDP2hvAe99 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDP2hvAe99 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDP2hvAe99 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uDP2hvAe99 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uDP2hvAe99 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uDP2hvAe99 .mbr-section-title {
  color: #000000;
}
.cid-uDP2hvAe99 .item-title {
  text-align: left;
}
.cid-uDP2hvAe99 .item-subtitle {
  text-align: left;
}
.cid-uDP2hvAe99 .mbr-text,
.cid-uDP2hvAe99 .item .mbr-section-btn {
  text-align: left;
}
.cid-uDP2hvAe99 .content-head {
  max-width: 800px;
}
.cid-uDGFU1r43z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDGFU1r43z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDGFU1r43z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDGFU1r43z .container {
  max-width: 1140px;
}
.cid-uDGFU1r43z .row {
  justify-content: center;
}
.cid-uDGFU1r43z .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uDGFU1r43z .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uDGFU1r43z .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uDGFU1r43z .toggle-panel {
  width: 100%;
}
.cid-uDGFU1r43z .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-uDGFU1r43z .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDGFU1r43z .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uDGFU1r43z .panel-title {
    align-items: flex-start;
  }
}
.cid-uDGFU1r43z .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #ff914d;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uDGFU1r43z .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uDGFU1r43z .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uDGFU1r43z .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uDGFU1r43z .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uDGFU1r43z .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uDGFU1r43z .panel-body {
    width: 100%;
  }
}
.cid-uDGFU1r43z .panel-title-edit {
  color: #1D191F;
}
.cid-uDGFU1r43z .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uDGGuFWMMb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDGGuFWMMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDGGuFWMMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDGGuFWMMb .container {
  max-width: 1140px;
}
.cid-uDGGuFWMMb .row {
  justify-content: center;
}
.cid-uDGGuFWMMb .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uDGGuFWMMb .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uDGGuFWMMb .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uDGGuFWMMb .toggle-panel {
  width: 100%;
}
.cid-uDGGuFWMMb .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-uDGGuFWMMb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDGGuFWMMb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uDGGuFWMMb .panel-title {
    align-items: flex-start;
  }
}
.cid-uDGGuFWMMb .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #ff914d;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uDGGuFWMMb .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uDGGuFWMMb .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uDGGuFWMMb .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uDGGuFWMMb .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uDGGuFWMMb .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uDGGuFWMMb .panel-body {
    width: 100%;
  }
}
.cid-uDGGuFWMMb .panel-title-edit {
  color: #1D191F;
}
.cid-uDGGuFWMMb .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uDqxC30vHM {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDqxC30vHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqxC30vHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDqxC30vHM .content-wrap {
  padding: 60px;
  background-color: #c7e8f2;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDqxC30vHM .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uDqxC30vHM .content-wrap .cont-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDqxC30vHM .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-uDqxC30vHM .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uDqxC30vHM .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDqxC30vHM .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uDqxC30vHM .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDqxC30vHM .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uDqxC30vHM .content-wrap .cont-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDqxC30vHM .content-wrap .cont-wrap .items-wrapper {
    padding: 20px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uDqxC30vHM .content-wrap .cont-wrap .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uDqxC30vHM .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ff914d;
  margin-bottom: 16px;
}
.cid-uDqxC30vHM .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uDqxC30vHM .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uDqxC30vHM .content-wrap .image-wrapper {
  padding-left: 88px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uDqxC30vHM .content-wrap .image-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uDqxC30vHM .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-uDqxC30vHM .content-wrap .image-wrapper img {
  height: 520px;
  width: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uDqxC30vHM .content-wrap .image-wrapper img {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .cid-uDqxC30vHM .content-wrap .image-wrapper img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .cid-uDqxC30vHM .content-wrap .image-wrapper img {
    height: 210px;
    width: 210px;
  }
}
.cid-uDqxC30vHM .btn-wrapper {
  margin-top: -20%;
}
.cid-uDqxC30vHM .mbr-section-title {
  color: #404349;
}
.cid-uDqxC30vHM .mbr-desc {
  color: #b19a7c;
}
.cid-uDqxC30vHM .item-number {
  color: #b19a7c;
}
.cid-uDqxC30vHM .item-title {
  color: #404349;
}
.cid-uDqxC30vHM .item-text {
  color: #000000;
}
.cid-uDqxC30vHM .item-number,
.cid-uDqxC30vHM .number-wrapper {
  color: #ffffff;
}
.cid-tZBaQGiLCy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fmp05355-2000x1334.webp");
}
.cid-tZBaQGiLCy h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-tZBaQGiLCy .card-box {
  padding-top: 3rem;
}
.cid-tZBaQGiLCy .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-tZBaQGiLCy .btn-md {
  padding: 1rem;
}
.cid-tZBaQGiLCy .btn-primary-outline,
.cid-tZBaQGiLCy .btn-secondary-outline,
.cid-tZBaQGiLCy .btn-info-outline,
.cid-tZBaQGiLCy .btn-success-outline,
.cid-tZBaQGiLCy .btn-warning-outline,
.cid-tZBaQGiLCy .btn-danger-outline,
.cid-tZBaQGiLCy .btn-black-outline,
.cid-tZBaQGiLCy .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tZBaQGiLCy .btn-primary-outline span,
.cid-tZBaQGiLCy .btn-secondary-outline span,
.cid-tZBaQGiLCy .btn-info-outline span,
.cid-tZBaQGiLCy .btn-success-outline span,
.cid-tZBaQGiLCy .btn-warning-outline span,
.cid-tZBaQGiLCy .btn-danger-outline span,
.cid-tZBaQGiLCy .btn-black-outline span,
.cid-tZBaQGiLCy .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tZBaQGiLCy .btn-primary-outline:hover span,
.cid-tZBaQGiLCy .btn-secondary-outline:hover span,
.cid-tZBaQGiLCy .btn-info-outline:hover span,
.cid-tZBaQGiLCy .btn-success-outline:hover span,
.cid-tZBaQGiLCy .btn-warning-outline:hover span,
.cid-tZBaQGiLCy .btn-danger-outline:hover span,
.cid-tZBaQGiLCy .btn-black-outline:hover span,
.cid-tZBaQGiLCy .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-tZBaQGiLCy .btn-primary-outline:hover,
.cid-tZBaQGiLCy .btn-secondary-outline:hover,
.cid-tZBaQGiLCy .btn-info-outline:hover,
.cid-tZBaQGiLCy .btn-success-outline:hover,
.cid-tZBaQGiLCy .btn-warning-outline:hover,
.cid-tZBaQGiLCy .btn-danger-outline:hover,
.cid-tZBaQGiLCy .btn-black-outline:hover,
.cid-tZBaQGiLCy .btn-white-outline:hover {
  background-color: transparent!important;
  color: #ff914d !important;
  box-shadow: none!important;
}
.cid-tZBaQGiLCy .btn-primary-outline:active,
.cid-tZBaQGiLCy .btn-secondary-outline:active,
.cid-tZBaQGiLCy .btn-info-outline:active,
.cid-tZBaQGiLCy .btn-success-outline:active,
.cid-tZBaQGiLCy .btn-warning-outline:active,
.cid-tZBaQGiLCy .btn-danger-outline:active,
.cid-tZBaQGiLCy .btn-black-outline:active,
.cid-tZBaQGiLCy .btn-white-outline:active,
.cid-tZBaQGiLCy .btn-primary-outline:focus,
.cid-tZBaQGiLCy .btn-secondary-outline:focus,
.cid-tZBaQGiLCy .btn-info-outline:focus,
.cid-tZBaQGiLCy .btn-success-outline:focus,
.cid-tZBaQGiLCy .btn-warning-outline:focus,
.cid-tZBaQGiLCy .btn-danger-outline:focus,
.cid-tZBaQGiLCy .btn-black-outline:focus,
.cid-tZBaQGiLCy .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tZBaQGiLCy .btn-primary-outline .mbr-iconfont,
.cid-tZBaQGiLCy .btn-secondary-outline .mbr-iconfont,
.cid-tZBaQGiLCy .btn-info-outline .mbr-iconfont,
.cid-tZBaQGiLCy .btn-success-outline .mbr-iconfont,
.cid-tZBaQGiLCy .btn-warning-outline .mbr-iconfont,
.cid-tZBaQGiLCy .btn-danger-outline .mbr-iconfont,
.cid-tZBaQGiLCy .btn-black-outline .mbr-iconfont,
.cid-tZBaQGiLCy .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-tZBaQGiLCy .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #f5f5f5;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-tZBaQGiLCy .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-tZBaQGiLCy .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-tZBaQGiLCy .link-wrap:hover {
  color: #ff914d !important;
}
.cid-tZBaQGiLCy .link-wrap:hover:hover .link-ico {
  color: #ff914d !important;
}
.cid-tZBaQGiLCy .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-tZBaQGiLCy img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
}
.cid-tZBaQGiLCy .card-title {
  color: #000000;
  text-align: center;
}
.cid-tZBaQGiLCy .row {
  justify-content: center;
}
.cid-tZBaQGiLCy .main-title {
  text-align: center;
  color: #57468b;
}
.cid-tZBaQGiLCy P {
  text-align: center;
}
.cid-tZBaQGiLCy .mbr-text,
.cid-tZBaQGiLCy .link {
  text-align: center;
  color: #000000;
}
.cid-tZBaQGiLCy DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-tZBaQGiLCy .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-tZBaQGiLCy .card-img {
  width: auto;
}
.cid-tZBaQGiLCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBaQGiLCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOsIoRSO5s {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/20171128-145911-2000x1125.webp");
}
.cid-uOsIoRSO5s .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uOsIoRSO5s .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uOsIoRSO5s {
    align-items: center;
  }
  .cid-uOsIoRSO5s .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uOsIoRSO5s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uOsIoRSO5s {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uOsIoRSO5s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uOsIoRSO5s .content-wrap {
    width: 100%;
  }
}
.cid-uOsIoRSO5s .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uOsIoRSO5s .mbr-text,
.cid-uOsIoRSO5s .mbr-section-btn {
  text-align: center;
}
.cid-uOIXsGh33S {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOIXsGh33S .mbr-text {
  color: #000000;
}
.cid-uOIXsGh33S .mbr-section-subtitle {
  color: #000000;
}
.cid-uOIXsGh33S .mbr-section-title {
  color: #000000;
}
.cid-uP66UFtqPz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP66UFtqPz .row {
  flex-direction: row-reverse;
}
.cid-uP66UFtqPz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP66UFtqPz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP66UFtqPz .mbr-description {
  text-align: left;
}
.cid-uP66UFtqPz .item-wrapper {
  background: #393193;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uP66UFtqPz .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uP66UFtqPz .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uP66UFtqPz .card-title,
.cid-uP66UFtqPz .iconfont-wrapper {
  color: #000000;
}
.cid-uP66UFtqPz .card-text {
  color: #000000;
}
.cid-uP66UFtqPz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uP66UFtqPz .mbr-text,
.cid-uP66UFtqPz .mbr-section-btn {
  text-align: center;
}
.cid-uP66UFtqPz .card-text,
.cid-uP66UFtqPz .item .mbr-section-btn {
  text-align: left;
}
.cid-uP66UFtqPz .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uP66UFtqPz .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uP66UFtqPz .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uP66UFtqPz .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uP66UFtqPz .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uP66UFtqPz .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP66UFtqPz .mbr-text UL {
  text-align: left;
}
.cid-uP66UFtqPz .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uP66UFtqPz .mbr-subtitle {
  text-align: center;
}
.cid-tZBkum8rVh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZBkum8rVh .mbr-media {
  position: relative;
}
.cid-tZBkum8rVh .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tZBkum8rVh .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tZBkum8rVh .icon-wrap:hover span {
  transform: scale(1.2);
}
.cid-tZBkum8rVh .mbr-media span {
  font-size: 4rem;
  display: block;
  transition: all 0.2s;
  color: #ff914d;
}
.cid-tZBkum8rVh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tZBkum8rVh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tZBkum8rVh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tZBkum8rVh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tZBkum8rVh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tZBkum8rVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBkum8rVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBkum8rVh .mbr-section-title {
  color: #000000;
}
.cid-uP0WUw5D1i {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uP0WUw5D1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0WUw5D1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP0WUw5D1i .container {
  max-width: 1140px;
}
.cid-uP0WUw5D1i .row {
  justify-content: center;
}
.cid-uP0WUw5D1i .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uP0WUw5D1i .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uP0WUw5D1i .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uP0WUw5D1i .toggle-panel {
  width: 100%;
}
.cid-uP0WUw5D1i .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-uP0WUw5D1i .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uP0WUw5D1i .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uP0WUw5D1i .panel-title {
    align-items: flex-start;
  }
}
.cid-uP0WUw5D1i .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #ffffff;
  background-color: #393193;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uP0WUw5D1i .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uP0WUw5D1i .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uP0WUw5D1i .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uP0WUw5D1i .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uP0WUw5D1i .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uP0WUw5D1i .panel-body {
    width: 100%;
  }
}
.cid-uP0WUw5D1i .panel-title-edit {
  color: #1D191F;
}
.cid-uP0WUw5D1i .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uP3shRv4xb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3shRv4xb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3shRv4xb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3shRv4xb .container {
  max-width: 1140px;
}
.cid-uP3shRv4xb .row {
  justify-content: center;
}
.cid-uP3shRv4xb .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uP3shRv4xb .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uP3shRv4xb .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uP3shRv4xb .toggle-panel {
  width: 100%;
}
.cid-uP3shRv4xb .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-uP3shRv4xb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uP3shRv4xb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uP3shRv4xb .panel-title {
    align-items: flex-start;
  }
}
.cid-uP3shRv4xb .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #ffffff;
  background-color: #393193;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uP3shRv4xb .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uP3shRv4xb .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uP3shRv4xb .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uP3shRv4xb .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uP3shRv4xb .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uP3shRv4xb .panel-body {
    width: 100%;
  }
}
.cid-uP3shRv4xb .panel-title-edit {
  color: #1D191F;
}
.cid-uP3shRv4xb .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uP6yJrenHD {
  padding-top: 2rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uP6yJrenHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP6yJrenHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP6yJrenHD .content-wrap {
  padding: 60px;
  background-color: #393193;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP6yJrenHD .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uP6yJrenHD .content-wrap .cont-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uP6yJrenHD .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-uP6yJrenHD .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uP6yJrenHD .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uP6yJrenHD .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uP6yJrenHD .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP6yJrenHD .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uP6yJrenHD .content-wrap .cont-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uP6yJrenHD .content-wrap .cont-wrap .items-wrapper {
    padding: 20px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uP6yJrenHD .content-wrap .cont-wrap .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uP6yJrenHD .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #393193;
  margin-bottom: 16px;
}
.cid-uP6yJrenHD .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uP6yJrenHD .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uP6yJrenHD .content-wrap .image-wrapper {
  padding-left: 88px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uP6yJrenHD .content-wrap .image-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uP6yJrenHD .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-uP6yJrenHD .content-wrap .image-wrapper img {
  height: 520px;
  width: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uP6yJrenHD .content-wrap .image-wrapper img {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .cid-uP6yJrenHD .content-wrap .image-wrapper img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .cid-uP6yJrenHD .content-wrap .image-wrapper img {
    height: 210px;
    width: 210px;
  }
}
.cid-uP6yJrenHD .btn-wrapper {
  margin-top: -20%;
}
.cid-uP6yJrenHD .mbr-section-title {
  color: #404349;
}
.cid-uP6yJrenHD .mbr-desc {
  color: #b19a7c;
}
.cid-uP6yJrenHD .item-number {
  color: #b19a7c;
}
.cid-uP6yJrenHD .item-title {
  color: #404349;
}
.cid-uP6yJrenHD .item-text {
  color: #000000;
}
.cid-uP6yJrenHD .item-number,
.cid-uP6yJrenHD .number-wrapper {
  color: #ffffff;
}
.cid-uP6yJrenHD .mbr-section-title,
.cid-uP6yJrenHD .title-wrap {
  color: #ffffff;
}
.cid-uP6AFKmpbT {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uP6AFKmpbT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uP6AFKmpbT .team-card:hover {
  transform: translateY(-10px);
}
.cid-uP6AFKmpbT .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uP6AFKmpbT .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uP6AFKmpbT .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uP6AFKmpbT .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uP6AFKmpbT .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uP6AFKmpbT .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uP6AFKmpbT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uP6AFKmpbT .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uP6AFKmpbT .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uP6AFKmpbT .card-title,
.cid-uP6AFKmpbT .social-row {
  color: #1a449a;
}
.cid-uP6AFKmpbT .mbr-role,
.cid-uP6AFKmpbT .social-row {
  color: #1a449a;
}
.cid-uP6AFKmpbT .card-text,
.cid-uP6AFKmpbT .mbr-section-btn,
.cid-uP6AFKmpbT .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uP6AFKmpbT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP6AFKmpbT .card-title,
.cid-uP6AFKmpbT .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uP6AFKmpbT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZBoEhGKIm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZBoEhGKIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBoEhGKIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBoEhGKIm .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZBoELNMrc {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZBoFmuznI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZBoFmuznI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBoFmuznI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBoFmuznI .mbr-text,
.cid-tZBoFmuznI .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-tZBoFmuznI .mbr-section-title {
  text-align: center;
}
.cid-tZBpq5JCCX {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBpq5JCCX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBpq5JCCX .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBpq5JCCX .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBpq5JCCX .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBpq5JCCX .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBpq5JCCX .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBpq5JCCX .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBpq5JCCX .svg-top {
    width: 1000px;
  }
}
.cid-tZBpq5JCCX .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBpq5JCCX .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBpq5JCCX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBpq5JCCX .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBpq5JCCX .social-row {
  text-align: center;
}
.cid-tZBpq5JCCX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBpq5JCCX .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBpq5JCCX .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBpq5JCCX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBpq5JCCX .card-title,
.cid-tZBpq5JCCX .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZBpq5JCCX .mbr-role,
.cid-tZBpq5JCCX .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBpq5JCCX .card-text,
.cid-tZBpq5JCCX .mbr-section-btn,
.cid-tZBpq5JCCX .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBpq5JCCX .mbr-section-title {
  color: #ffffff;
}
.cid-tZBoFTGvA1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBoFTGvA1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBoFTGvA1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBoFTGvA1 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBoFTGvA1 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBoFTGvA1 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBoFTGvA1 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBoFTGvA1 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBoFTGvA1 .svg-top {
    width: 1000px;
  }
}
.cid-tZBoFTGvA1 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBoFTGvA1 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBoFTGvA1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBoFTGvA1 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBoFTGvA1 .social-row {
  text-align: center;
}
.cid-tZBoFTGvA1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBoFTGvA1 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBoFTGvA1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBoFTGvA1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBoFTGvA1 .card-title,
.cid-tZBoFTGvA1 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZBoFTGvA1 .mbr-role,
.cid-tZBoFTGvA1 .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBoFTGvA1 .card-text,
.cid-tZBoFTGvA1 .mbr-section-btn,
.cid-tZBoFTGvA1 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBoFTGvA1 .mbr-section-title {
  color: #ffffff;
}
.cid-tZBpI9dscX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBpI9dscX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBpI9dscX .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBpI9dscX .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBpI9dscX .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBpI9dscX .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBpI9dscX .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBpI9dscX .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBpI9dscX .svg-top {
    width: 1000px;
  }
}
.cid-tZBpI9dscX .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBpI9dscX .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBpI9dscX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBpI9dscX .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBpI9dscX .social-row {
  text-align: center;
}
.cid-tZBpI9dscX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBpI9dscX .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBpI9dscX .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBpI9dscX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBpI9dscX .card-title,
.cid-tZBpI9dscX .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZBpI9dscX .mbr-role,
.cid-tZBpI9dscX .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBpI9dscX .card-text,
.cid-tZBpI9dscX .mbr-section-btn,
.cid-tZBpI9dscX .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBpI9dscX .mbr-section-title {
  color: #ffffff;
}
.cid-tZBsPEKvZn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBsPEKvZn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBsPEKvZn .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBsPEKvZn .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBsPEKvZn .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBsPEKvZn .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBsPEKvZn .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBsPEKvZn .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBsPEKvZn .svg-top {
    width: 1000px;
  }
}
.cid-tZBsPEKvZn .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBsPEKvZn .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBsPEKvZn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBsPEKvZn .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBsPEKvZn .social-row {
  text-align: center;
}
.cid-tZBsPEKvZn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBsPEKvZn .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBsPEKvZn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBsPEKvZn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBsPEKvZn .card-title,
.cid-tZBsPEKvZn .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZBsPEKvZn .mbr-role,
.cid-tZBsPEKvZn .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBsPEKvZn .card-text,
.cid-tZBsPEKvZn .mbr-section-btn,
.cid-tZBsPEKvZn .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBsPEKvZn .mbr-section-title {
  color: #ffffff;
}
.cid-tZBtaDN4vP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBtaDN4vP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBtaDN4vP .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBtaDN4vP .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBtaDN4vP .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBtaDN4vP .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBtaDN4vP .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBtaDN4vP .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBtaDN4vP .svg-top {
    width: 1000px;
  }
}
.cid-tZBtaDN4vP .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBtaDN4vP .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBtaDN4vP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBtaDN4vP .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBtaDN4vP .social-row {
  text-align: center;
}
.cid-tZBtaDN4vP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBtaDN4vP .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBtaDN4vP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBtaDN4vP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBtaDN4vP .card-title,
.cid-tZBtaDN4vP .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZBtaDN4vP .mbr-role,
.cid-tZBtaDN4vP .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBtaDN4vP .card-text,
.cid-tZBtaDN4vP .mbr-section-btn,
.cid-tZBtaDN4vP .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBtaDN4vP .mbr-section-title {
  color: #ffffff;
}
.cid-tZBtxUqzkL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBtxUqzkL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBtxUqzkL .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBtxUqzkL .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBtxUqzkL .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBtxUqzkL .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBtxUqzkL .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBtxUqzkL .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBtxUqzkL .svg-top {
    width: 1000px;
  }
}
.cid-tZBtxUqzkL .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBtxUqzkL .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBtxUqzkL .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBtxUqzkL .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBtxUqzkL .social-row {
  text-align: center;
}
.cid-tZBtxUqzkL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBtxUqzkL .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBtxUqzkL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBtxUqzkL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBtxUqzkL .card-title,
.cid-tZBtxUqzkL .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZBtxUqzkL .mbr-role,
.cid-tZBtxUqzkL .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBtxUqzkL .card-text,
.cid-tZBtxUqzkL .mbr-section-btn,
.cid-tZBtxUqzkL .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBtxUqzkL .mbr-section-title {
  color: #ffffff;
}
.cid-tZBw79GMQX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBw79GMQX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBw79GMQX .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBw79GMQX .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBw79GMQX .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBw79GMQX .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBw79GMQX .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBw79GMQX .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBw79GMQX .svg-top {
    width: 1000px;
  }
}
.cid-tZBw79GMQX .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBw79GMQX .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBw79GMQX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBw79GMQX .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBw79GMQX .social-row {
  text-align: center;
}
.cid-tZBw79GMQX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBw79GMQX .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBw79GMQX .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBw79GMQX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBw79GMQX .card-title,
.cid-tZBw79GMQX .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZBw79GMQX .mbr-role,
.cid-tZBw79GMQX .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBw79GMQX .card-text,
.cid-tZBw79GMQX .mbr-section-btn,
.cid-tZBw79GMQX .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBw79GMQX .mbr-section-title {
  color: #ffffff;
}
.cid-tZBwIk4Ufl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBwIk4Ufl .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBwIk4Ufl .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBwIk4Ufl .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBwIk4Ufl .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBwIk4Ufl .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBwIk4Ufl .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBwIk4Ufl .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBwIk4Ufl .svg-top {
    width: 1000px;
  }
}
.cid-tZBwIk4Ufl .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBwIk4Ufl .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBwIk4Ufl .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBwIk4Ufl .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBwIk4Ufl .social-row {
  text-align: center;
}
.cid-tZBwIk4Ufl .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBwIk4Ufl .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBwIk4Ufl .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBwIk4Ufl .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBwIk4Ufl .card-title,
.cid-tZBwIk4Ufl .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZBwIk4Ufl .mbr-role,
.cid-tZBwIk4Ufl .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBwIk4Ufl .card-text,
.cid-tZBwIk4Ufl .mbr-section-btn,
.cid-tZBwIk4Ufl .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBwIk4Ufl .mbr-section-title {
  color: #ffffff;
}
.cid-tZBrQVkFc6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffaa6f;
}
.cid-tZBrQVkFc6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tZBrQVkFc6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tZBrQVkFc6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-tZBrQVkFc6 .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-tZBrREUlg2 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZBrREUlg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBrREUlg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBrREUlg2 .mbr-text,
.cid-tZBrREUlg2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBrREUlg2 .mbr-section-title {
  text-align: center;
}
.cid-tZBrREUlg2 .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZBrSRVl8e {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZBrSRVl8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBrSRVl8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBrSRVl8e .mbr-text,
.cid-tZBrSRVl8e .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBrSRVl8e .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZBrSRVl8e .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tZBrU908U8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBrU908U8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBrU908U8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBrU908U8 .mbr-text,
.cid-tZBrU908U8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBrU908U8 .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZBrU908U8 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZBwH0WfXf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBwH0WfXf .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-tZBwH0WfXf .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBwH0WfXf .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBwH0WfXf .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBwH0WfXf .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBwH0WfXf .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBwH0WfXf .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBwH0WfXf .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBwH0WfXf .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBwH0WfXf .image_post {
  display: inline-block;
}
.cid-tZBwH0WfXf .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBwH0WfXf .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBwH0WfXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBwH0WfXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBrW5rezU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBrW5rezU .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBrW5rezU .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBrW5rezU .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBrW5rezU .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBrW5rezU .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBrW5rezU .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBrW5rezU .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBrW5rezU .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBrW5rezU .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBrW5rezU .image_post {
  display: inline-block;
}
.cid-tZBrW5rezU .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBrW5rezU .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBrW5rezU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBrW5rezU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBy98c02f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBy98c02f .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBy98c02f .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBy98c02f .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBy98c02f .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBy98c02f .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBy98c02f .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBy98c02f .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBy98c02f .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBy98c02f .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBy98c02f .image_post {
  display: inline-block;
}
.cid-tZBy98c02f .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBy98c02f .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBy98c02f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBy98c02f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZByJbbd7p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZByJbbd7p .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZByJbbd7p .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZByJbbd7p .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZByJbbd7p .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZByJbbd7p .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZByJbbd7p .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZByJbbd7p .mbr-section-btn .btn-secondary-outline .active,
.cid-tZByJbbd7p .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZByJbbd7p .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZByJbbd7p .image_post {
  display: inline-block;
}
.cid-tZByJbbd7p .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZByJbbd7p .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZByJbbd7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZByJbbd7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBHFbgJme {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBHFbgJme .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBHFbgJme .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBHFbgJme .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBHFbgJme .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBHFbgJme .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBHFbgJme .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBHFbgJme .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBHFbgJme .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBHFbgJme .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBHFbgJme .image_post {
  display: inline-block;
}
.cid-tZBHFbgJme .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBHFbgJme .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBHFbgJme .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBHFbgJme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBIkoW0D6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBIkoW0D6 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBIkoW0D6 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBIkoW0D6 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBIkoW0D6 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBIkoW0D6 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBIkoW0D6 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBIkoW0D6 .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBIkoW0D6 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBIkoW0D6 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBIkoW0D6 .image_post {
  display: inline-block;
}
.cid-tZBIkoW0D6 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBIkoW0D6 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBIkoW0D6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBIkoW0D6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBIBdpWUM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBIBdpWUM .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBIBdpWUM .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBIBdpWUM .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBIBdpWUM .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBIBdpWUM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBIBdpWUM .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBIBdpWUM .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBIBdpWUM .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBIBdpWUM .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBIBdpWUM .image_post {
  display: inline-block;
}
.cid-tZBIBdpWUM .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBIBdpWUM .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBIBdpWUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBIBdpWUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBJ9t2cpd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBJ9t2cpd .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBJ9t2cpd .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBJ9t2cpd .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBJ9t2cpd .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBJ9t2cpd .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBJ9t2cpd .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBJ9t2cpd .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBJ9t2cpd .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBJ9t2cpd .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBJ9t2cpd .image_post {
  display: inline-block;
}
.cid-tZBJ9t2cpd .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBJ9t2cpd .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBJ9t2cpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBJ9t2cpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBJvt6Xua {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBJvt6Xua .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBJvt6Xua .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBJvt6Xua .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBJvt6Xua .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBJvt6Xua .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBJvt6Xua .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBJvt6Xua .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBJvt6Xua .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBJvt6Xua .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBJvt6Xua .image_post {
  display: inline-block;
}
.cid-tZBJvt6Xua .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBJvt6Xua .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBJvt6Xua .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBJvt6Xua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBJ9YXvQt {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBJ9YXvQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBJ9YXvQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBJ9YXvQt .mbr-text,
.cid-tZBJ9YXvQt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBJ9YXvQt .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZBJ9YXvQt .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZBJw0SPZQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBJw0SPZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBJw0SPZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBJw0SPZQ .mbr-text,
.cid-tZBJw0SPZQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBJw0SPZQ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tZBJw0SPZQ .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-tZBJw0SPZQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tZBJTOXtLo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBJTOXtLo .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBJTOXtLo .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBJTOXtLo .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBJTOXtLo .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBJTOXtLo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBJTOXtLo .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBJTOXtLo .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBJTOXtLo .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBJTOXtLo .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBJTOXtLo .image_post {
  display: inline-block;
}
.cid-tZBJTOXtLo .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBJTOXtLo .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBJTOXtLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBJTOXtLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBMiz9Wrz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBMiz9Wrz .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBMiz9Wrz .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBMiz9Wrz .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBMiz9Wrz .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBMiz9Wrz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBMiz9Wrz .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBMiz9Wrz .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBMiz9Wrz .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBMiz9Wrz .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBMiz9Wrz .image_post {
  display: inline-block;
}
.cid-tZBMiz9Wrz .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBMiz9Wrz .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBMiz9Wrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBMiz9Wrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBMFANnwX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBMFANnwX .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBMFANnwX .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBMFANnwX .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBMFANnwX .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBMFANnwX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBMFANnwX .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBMFANnwX .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBMFANnwX .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBMFANnwX .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBMFANnwX .image_post {
  display: inline-block;
}
.cid-tZBMFANnwX .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBMFANnwX .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBMFANnwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBMFANnwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBNuPGBqD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBNuPGBqD .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBNuPGBqD .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBNuPGBqD .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBNuPGBqD .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBNuPGBqD .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBNuPGBqD .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBNuPGBqD .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBNuPGBqD .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBNuPGBqD .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBNuPGBqD .image_post {
  display: inline-block;
}
.cid-tZBNuPGBqD .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBNuPGBqD .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBNuPGBqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBNuPGBqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBNbfmuJG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBNbfmuJG .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBNbfmuJG .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBNbfmuJG .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBNbfmuJG .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBNbfmuJG .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBNbfmuJG .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBNbfmuJG .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBNbfmuJG .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBNbfmuJG .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBNbfmuJG .image_post {
  display: inline-block;
}
.cid-tZBNbfmuJG .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBNbfmuJG .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBNbfmuJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBNbfmuJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBNYD0tCK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBNYD0tCK .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBNYD0tCK .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBNYD0tCK .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBNYD0tCK .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBNYD0tCK .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBNYD0tCK .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBNYD0tCK .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBNYD0tCK .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBNYD0tCK .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBNYD0tCK .image_post {
  display: inline-block;
}
.cid-tZBNYD0tCK .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBNYD0tCK .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBNYD0tCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBNYD0tCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBOlg2ARB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBOlg2ARB .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBOlg2ARB .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBOlg2ARB .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBOlg2ARB .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBOlg2ARB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBOlg2ARB .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBOlg2ARB .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBOlg2ARB .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBOlg2ARB .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBOlg2ARB .image_post {
  display: inline-block;
}
.cid-tZBOlg2ARB .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBOlg2ARB .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBOlg2ARB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBOlg2ARB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBONjxE3X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBONjxE3X .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBONjxE3X .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBONjxE3X .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBONjxE3X .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBONjxE3X .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBONjxE3X .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBONjxE3X .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBONjxE3X .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBONjxE3X .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBONjxE3X .image_post {
  display: inline-block;
}
.cid-tZBONjxE3X .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBONjxE3X .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBONjxE3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBONjxE3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBPaCcIhC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffaa6f;
}
.cid-tZBPaCcIhC .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZBPaCcIhC .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZBPaCcIhC .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tZBPaCcIhC .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZBPaCcIhC .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZBPaCcIhC .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZBPaCcIhC .mbr-section-btn .btn-secondary-outline .active,
.cid-tZBPaCcIhC .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZBPaCcIhC .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZBPaCcIhC .image_post {
  display: inline-block;
}
.cid-tZBPaCcIhC .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZBPaCcIhC .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZBPaCcIhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBPaCcIhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBJUQ6x6V {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZBJUQ6x6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBJUQ6x6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBJUQ6x6V .mbr-text,
.cid-tZBJUQ6x6V .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBJUQ6x6V .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZBJUQ6x6V .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZBJXekTwp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBJXekTwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBJXekTwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBJXekTwp .mbr-text,
.cid-tZBJXekTwp .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBJXekTwp .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZBJXekTwp .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZBJWE3ZZq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZBJWE3ZZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBJWE3ZZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBJWE3ZZq .mbr-text,
.cid-tZBJWE3ZZq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBJWE3ZZq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZBJWE3ZZq .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tZBJXNXAhu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBJXNXAhu .container {
  max-width: 1200px;
}
.cid-tZBJXNXAhu .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBJXNXAhu .container-fluid {
  max-width: 1400px;
}
.cid-tZBJXNXAhu .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBJXNXAhu p {
  line-height: 2;
}
.cid-tZBMg4ZKe1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBMg4ZKe1 .container {
  max-width: 1200px;
}
.cid-tZBMg4ZKe1 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBMg4ZKe1 .container-fluid {
  max-width: 1400px;
}
.cid-tZBMg4ZKe1 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBMg4ZKe1 p {
  line-height: 2;
}
.cid-tZBMJguOz1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBMJguOz1 .container {
  max-width: 1200px;
}
.cid-tZBMJguOz1 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBMJguOz1 .container-fluid {
  max-width: 1400px;
}
.cid-tZBMJguOz1 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBMJguOz1 p {
  line-height: 2;
}
.cid-tZBNye6U2n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBNye6U2n .container {
  max-width: 1200px;
}
.cid-tZBNye6U2n .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBNye6U2n .container-fluid {
  max-width: 1400px;
}
.cid-tZBNye6U2n .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBNye6U2n p {
  line-height: 2;
}
.cid-tZBN6YjMa9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBN6YjMa9 .container {
  max-width: 1200px;
}
.cid-tZBN6YjMa9 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBN6YjMa9 .container-fluid {
  max-width: 1400px;
}
.cid-tZBN6YjMa9 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBN6YjMa9 p {
  line-height: 2;
}
.cid-tZBO3gjvoq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBO3gjvoq .container {
  max-width: 1200px;
}
.cid-tZBO3gjvoq .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBO3gjvoq .container-fluid {
  max-width: 1400px;
}
.cid-tZBO3gjvoq .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBO3gjvoq p {
  line-height: 2;
}
.cid-tZBOoKVZ7Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBOoKVZ7Z .container {
  max-width: 1200px;
}
.cid-tZBOoKVZ7Z .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBOoKVZ7Z .container-fluid {
  max-width: 1400px;
}
.cid-tZBOoKVZ7Z .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBOoKVZ7Z p {
  line-height: 2;
}
.cid-tZBOQBBDHR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBOQBBDHR .container {
  max-width: 1200px;
}
.cid-tZBOQBBDHR .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBOQBBDHR .container-fluid {
  max-width: 1400px;
}
.cid-tZBOQBBDHR .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBOQBBDHR p {
  line-height: 2;
}
.cid-tZBPe3o0Na {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBPe3o0Na .container {
  max-width: 1200px;
}
.cid-tZBPe3o0Na .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBPe3o0Na .container-fluid {
  max-width: 1400px;
}
.cid-tZBPe3o0Na .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBPe3o0Na p {
  line-height: 2;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZBUot4QC2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZBUot4QC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBUot4QC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBUot4QC2 .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZBUpjavS9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZBUq5ModP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZBUq5ModP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBUq5ModP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBUq5ModP .mbr-text,
.cid-tZBUq5ModP .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-tZBUq5ModP .mbr-section-title {
  text-align: center;
}
.cid-tZBUqGBGyi {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBUqGBGyi .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBUqGBGyi .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBUqGBGyi .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBUqGBGyi .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBUqGBGyi .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBUqGBGyi .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBUqGBGyi .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBUqGBGyi .svg-top {
    width: 1000px;
  }
}
.cid-tZBUqGBGyi .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBUqGBGyi .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBUqGBGyi .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBUqGBGyi .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBUqGBGyi .social-row {
  text-align: center;
}
.cid-tZBUqGBGyi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBUqGBGyi .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBUqGBGyi .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBUqGBGyi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBUqGBGyi .card-title,
.cid-tZBUqGBGyi .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZBUqGBGyi .mbr-role,
.cid-tZBUqGBGyi .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBUqGBGyi .card-text,
.cid-tZBUqGBGyi .mbr-section-btn,
.cid-tZBUqGBGyi .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBUqGBGyi .mbr-section-title {
  color: #ffffff;
}
.cid-tZBUS2ZDdt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBUS2ZDdt .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBUS2ZDdt .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBUS2ZDdt .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBUS2ZDdt .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBUS2ZDdt .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBUS2ZDdt .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBUS2ZDdt .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBUS2ZDdt .svg-top {
    width: 1000px;
  }
}
.cid-tZBUS2ZDdt .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBUS2ZDdt .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBUS2ZDdt .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBUS2ZDdt .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBUS2ZDdt .social-row {
  text-align: center;
}
.cid-tZBUS2ZDdt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBUS2ZDdt .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBUS2ZDdt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBUS2ZDdt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBUS2ZDdt .card-title,
.cid-tZBUS2ZDdt .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZBUS2ZDdt .mbr-role,
.cid-tZBUS2ZDdt .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBUS2ZDdt .card-text,
.cid-tZBUS2ZDdt .mbr-section-btn,
.cid-tZBUS2ZDdt .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBUS2ZDdt .mbr-section-title {
  color: #ffffff;
}
.cid-tZBVebeyKf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBVebeyKf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBVebeyKf .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBVebeyKf .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBVebeyKf .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBVebeyKf .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBVebeyKf .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBVebeyKf .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBVebeyKf .svg-top {
    width: 1000px;
  }
}
.cid-tZBVebeyKf .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBVebeyKf .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBVebeyKf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBVebeyKf .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBVebeyKf .social-row {
  text-align: center;
}
.cid-tZBVebeyKf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBVebeyKf .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBVebeyKf .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBVebeyKf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBVebeyKf .card-title,
.cid-tZBVebeyKf .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZBVebeyKf .mbr-role,
.cid-tZBVebeyKf .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBVebeyKf .card-text,
.cid-tZBVebeyKf .mbr-section-btn,
.cid-tZBVebeyKf .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBVebeyKf .mbr-section-title {
  color: #ffffff;
}
.cid-tZBVC1Eukw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBVC1Eukw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBVC1Eukw .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBVC1Eukw .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBVC1Eukw .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBVC1Eukw .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBVC1Eukw .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBVC1Eukw .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBVC1Eukw .svg-top {
    width: 1000px;
  }
}
.cid-tZBVC1Eukw .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBVC1Eukw .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBVC1Eukw .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBVC1Eukw .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBVC1Eukw .social-row {
  text-align: center;
}
.cid-tZBVC1Eukw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBVC1Eukw .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBVC1Eukw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBVC1Eukw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBVC1Eukw .card-title,
.cid-tZBVC1Eukw .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZBVC1Eukw .mbr-role,
.cid-tZBVC1Eukw .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBVC1Eukw .card-text,
.cid-tZBVC1Eukw .mbr-section-btn,
.cid-tZBVC1Eukw .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBVC1Eukw .mbr-section-title {
  color: #ffffff;
}
.cid-tZBWdbVcfy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZBWdbVcfy .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZBWdbVcfy .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZBWdbVcfy .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZBWdbVcfy .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZBWdbVcfy .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZBWdbVcfy .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZBWdbVcfy .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZBWdbVcfy .svg-top {
    width: 1000px;
  }
}
.cid-tZBWdbVcfy .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZBWdbVcfy .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZBWdbVcfy .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZBWdbVcfy .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZBWdbVcfy .social-row {
  text-align: center;
}
.cid-tZBWdbVcfy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZBWdbVcfy .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZBWdbVcfy .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZBWdbVcfy .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZBWdbVcfy .card-title,
.cid-tZBWdbVcfy .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZBWdbVcfy .mbr-role,
.cid-tZBWdbVcfy .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZBWdbVcfy .card-text,
.cid-tZBWdbVcfy .mbr-section-btn,
.cid-tZBWdbVcfy .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZBWdbVcfy .mbr-section-title {
  color: #ffffff;
}
.cid-tZBUr2vOUg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffaa6f;
}
.cid-tZBUr2vOUg .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tZBUr2vOUg .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tZBUr2vOUg .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-tZBUr2vOUg .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-tZBUSXhEKZ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZBUSXhEKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBUSXhEKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBUSXhEKZ .mbr-text,
.cid-tZBUSXhEKZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBUSXhEKZ .mbr-section-title {
  text-align: center;
}
.cid-tZBUSXhEKZ .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZBUTv1ak2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBUTv1ak2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBUTv1ak2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBUTv1ak2 .mbr-text,
.cid-tZBUTv1ak2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBUTv1ak2 .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZBUTv1ak2 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZBUU2ErPx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBUU2ErPx .container {
  max-width: 1200px;
}
.cid-tZBUU2ErPx .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBUU2ErPx .container-fluid {
  max-width: 1400px;
}
.cid-tZBUU2ErPx .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBUU2ErPx p {
  line-height: 2;
}
.cid-tZBVeGfwPX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBVeGfwPX .container {
  max-width: 1200px;
}
.cid-tZBVeGfwPX .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBVeGfwPX .container-fluid {
  max-width: 1400px;
}
.cid-tZBVeGfwPX .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBVeGfwPX p {
  line-height: 2;
}
.cid-tZBVCJvqUe {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZBVCJvqUe .container {
  max-width: 1200px;
}
.cid-tZBVCJvqUe .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBVCJvqUe .container-fluid {
  max-width: 1400px;
}
.cid-tZBVCJvqUe .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBVCJvqUe p {
  line-height: 2;
}
.cid-tZBVDpEvTV {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZBVDpEvTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBVDpEvTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBVDpEvTV .mbr-text,
.cid-tZBVDpEvTV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBVDpEvTV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZBVDpEvTV .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZBVEucSO1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZBVEucSO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBVEucSO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBVEucSO1 .mbr-text,
.cid-tZBVEucSO1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBVEucSO1 .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZBVEucSO1 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZBYDLMT7X {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZBYDLMT7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZBYDLMT7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZBYDLMT7X .mbr-text,
.cid-tZBYDLMT7X .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZBYDLMT7X .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZBYDLMT7X .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tZBWwbPzjy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBWwbPzjy .container {
  max-width: 1200px;
}
.cid-tZBWwbPzjy .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBWwbPzjy .container-fluid {
  max-width: 1400px;
}
.cid-tZBWwbPzjy .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBWwbPzjy p {
  line-height: 2;
}
.cid-tZBWKrxPOM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBWKrxPOM .container {
  max-width: 1200px;
}
.cid-tZBWKrxPOM .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBWKrxPOM .container-fluid {
  max-width: 1400px;
}
.cid-tZBWKrxPOM .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBWKrxPOM p {
  line-height: 2;
}
.cid-tZBWVcl2gM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBWVcl2gM .container {
  max-width: 1200px;
}
.cid-tZBWVcl2gM .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBWVcl2gM .container-fluid {
  max-width: 1400px;
}
.cid-tZBWVcl2gM .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBWVcl2gM p {
  line-height: 2;
}
.cid-tZBX7YYIuO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBX7YYIuO .container {
  max-width: 1200px;
}
.cid-tZBX7YYIuO .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBX7YYIuO .container-fluid {
  max-width: 1400px;
}
.cid-tZBX7YYIuO .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBX7YYIuO p {
  line-height: 2;
}
.cid-tZBXknS76w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBXknS76w .container {
  max-width: 1200px;
}
.cid-tZBXknS76w .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBXknS76w .container-fluid {
  max-width: 1400px;
}
.cid-tZBXknS76w .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBXknS76w p {
  line-height: 2;
}
.cid-tZBXuIS92c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBXuIS92c .container {
  max-width: 1200px;
}
.cid-tZBXuIS92c .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBXuIS92c .container-fluid {
  max-width: 1400px;
}
.cid-tZBXuIS92c .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBXuIS92c p {
  line-height: 2;
}
.cid-tZBXGrCBi1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBXGrCBi1 .container {
  max-width: 1200px;
}
.cid-tZBXGrCBi1 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBXGrCBi1 .container-fluid {
  max-width: 1400px;
}
.cid-tZBXGrCBi1 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBXGrCBi1 p {
  line-height: 2;
}
.cid-tZBXUx4ID5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZBXUx4ID5 .container {
  max-width: 1200px;
}
.cid-tZBXUx4ID5 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBXUx4ID5 .container-fluid {
  max-width: 1400px;
}
.cid-tZBXUx4ID5 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBXUx4ID5 p {
  line-height: 2;
}
.cid-tZBY7HPwMr {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffaa6f;
}
.cid-tZBY7HPwMr .container {
  max-width: 1200px;
}
.cid-tZBY7HPwMr .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZBY7HPwMr .container-fluid {
  max-width: 1400px;
}
.cid-tZBY7HPwMr .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZBY7HPwMr p {
  line-height: 2;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZClgzO3fY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZClgzO3fY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZClgzO3fY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZClgzO3fY .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZClkijwcz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZClqym26a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZClqym26a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZClqym26a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZClqym26a .mbr-text,
.cid-tZClqym26a .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-tZClqym26a .mbr-section-title {
  text-align: center;
}
.cid-tZClruP9ID {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZClruP9ID .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZClruP9ID .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZClruP9ID .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZClruP9ID .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZClruP9ID .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZClruP9ID .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZClruP9ID .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZClruP9ID .svg-top {
    width: 1000px;
  }
}
.cid-tZClruP9ID .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZClruP9ID .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZClruP9ID .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZClruP9ID .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZClruP9ID .social-row {
  text-align: center;
}
.cid-tZClruP9ID .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZClruP9ID .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZClruP9ID .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZClruP9ID .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZClruP9ID .card-title,
.cid-tZClruP9ID .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZClruP9ID .mbr-role,
.cid-tZClruP9ID .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZClruP9ID .card-text,
.cid-tZClruP9ID .mbr-section-btn,
.cid-tZClruP9ID .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZClruP9ID .mbr-section-title {
  color: #ffffff;
}
.cid-tZCln6mO2B {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZCln6mO2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCln6mO2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCln6mO2B .mbr-text,
.cid-tZCln6mO2B .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCln6mO2B .mbr-section-title {
  text-align: center;
}
.cid-tZCln6mO2B .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZCloZ1KBP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCloZ1KBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCloZ1KBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCloZ1KBP .mbr-text,
.cid-tZCloZ1KBP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCloZ1KBP .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZCloZ1KBP .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZCltLGI3t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCltLGI3t .container {
  max-width: 1200px;
}
.cid-tZCltLGI3t .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCltLGI3t .container-fluid {
  max-width: 1400px;
}
.cid-tZCltLGI3t .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCltLGI3t p {
  line-height: 2;
}
.cid-tZCm7RqlKI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCm7RqlKI .container {
  max-width: 1200px;
}
.cid-tZCm7RqlKI .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCm7RqlKI .container-fluid {
  max-width: 1400px;
}
.cid-tZCm7RqlKI .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCm7RqlKI p {
  line-height: 2;
}
.cid-tZCmIngFsp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCmIngFsp .container {
  max-width: 1200px;
}
.cid-tZCmIngFsp .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCmIngFsp .container-fluid {
  max-width: 1400px;
}
.cid-tZCmIngFsp .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCmIngFsp p {
  line-height: 2;
}
.cid-tZCmYo4FCP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZCmYo4FCP .container {
  max-width: 1200px;
}
.cid-tZCmYo4FCP .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCmYo4FCP .container-fluid {
  max-width: 1400px;
}
.cid-tZCmYo4FCP .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCmYo4FCP p {
  line-height: 2;
}
.cid-tZCm8vzMi1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZCm8vzMi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCm8vzMi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCm8vzMi1 .mbr-text,
.cid-tZCm8vzMi1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCm8vzMi1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZCm8vzMi1 .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZCn16NQMS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZCn16NQMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCn16NQMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCn16NQMS .mbr-text,
.cid-tZCn16NQMS .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCn16NQMS .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZCn16NQMS .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZCmJ933sM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZCmJ933sM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCmJ933sM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCmJ933sM .mbr-text,
.cid-tZCmJ933sM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCmJ933sM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZCmJ933sM .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tZCnofYky5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCnofYky5 .container {
  max-width: 1200px;
}
.cid-tZCnofYky5 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCnofYky5 .container-fluid {
  max-width: 1400px;
}
.cid-tZCnofYky5 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCnofYky5 p {
  line-height: 2;
}
.cid-tZCobJUZCv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCobJUZCv .container {
  max-width: 1200px;
}
.cid-tZCobJUZCv .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCobJUZCv .container-fluid {
  max-width: 1400px;
}
.cid-tZCobJUZCv .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCobJUZCv p {
  line-height: 2;
}
.cid-tZCoxfkXQd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCoxfkXQd .container {
  max-width: 1200px;
}
.cid-tZCoxfkXQd .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCoxfkXQd .container-fluid {
  max-width: 1400px;
}
.cid-tZCoxfkXQd .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCoxfkXQd p {
  line-height: 2;
}
.cid-tZCoWFG6sA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCoWFG6sA .container {
  max-width: 1200px;
}
.cid-tZCoWFG6sA .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCoWFG6sA .container-fluid {
  max-width: 1400px;
}
.cid-tZCoWFG6sA .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCoWFG6sA p {
  line-height: 2;
}
.cid-tZCoIMkshK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCoIMkshK .container {
  max-width: 1200px;
}
.cid-tZCoIMkshK .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCoIMkshK .container-fluid {
  max-width: 1400px;
}
.cid-tZCoIMkshK .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCoIMkshK p {
  line-height: 2;
}
.cid-tZCp8YIBu3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCp8YIBu3 .container {
  max-width: 1200px;
}
.cid-tZCp8YIBu3 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCp8YIBu3 .container-fluid {
  max-width: 1400px;
}
.cid-tZCp8YIBu3 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCp8YIBu3 p {
  line-height: 2;
}
.cid-tZCpiJwYGx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCpiJwYGx .container {
  max-width: 1200px;
}
.cid-tZCpiJwYGx .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCpiJwYGx .container-fluid {
  max-width: 1400px;
}
.cid-tZCpiJwYGx .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCpiJwYGx p {
  line-height: 2;
}
.cid-tZCpuZ2TW5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCpuZ2TW5 .container {
  max-width: 1200px;
}
.cid-tZCpuZ2TW5 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCpuZ2TW5 .container-fluid {
  max-width: 1400px;
}
.cid-tZCpuZ2TW5 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCpuZ2TW5 p {
  line-height: 2;
}
.cid-tZCpF31Ll8 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffaa6f;
}
.cid-tZCpF31Ll8 .container {
  max-width: 1200px;
}
.cid-tZCpF31Ll8 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCpF31Ll8 .container-fluid {
  max-width: 1400px;
}
.cid-tZCpF31Ll8 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCpF31Ll8 p {
  line-height: 2;
}
.cid-tZCpF31Ll8 .mbr-text {
  text-align: left;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZCsbkTWia {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZCsbkTWia .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCsbkTWia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCsbkTWia .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZCsciRbeF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZCsciRbeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCsciRbeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCsciRbeF .mbr-text,
.cid-tZCsciRbeF .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-tZCsciRbeF .mbr-section-title {
  text-align: center;
}
.cid-tZCscLSHfx {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCscLSHfx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCscLSHfx .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCscLSHfx .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCscLSHfx .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCscLSHfx .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCscLSHfx .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCscLSHfx .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCscLSHfx .svg-top {
    width: 1000px;
  }
}
.cid-tZCscLSHfx .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCscLSHfx .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCscLSHfx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCscLSHfx .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCscLSHfx .social-row {
  text-align: center;
}
.cid-tZCscLSHfx .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCscLSHfx .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCscLSHfx .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCscLSHfx .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCscLSHfx .card-title,
.cid-tZCscLSHfx .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCscLSHfx .mbr-role,
.cid-tZCscLSHfx .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCscLSHfx .card-text,
.cid-tZCscLSHfx .mbr-section-btn,
.cid-tZCscLSHfx .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCscLSHfx .mbr-section-title {
  color: #ffffff;
}
.cid-tZCsp6HLnq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCsp6HLnq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCsp6HLnq .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCsp6HLnq .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCsp6HLnq .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCsp6HLnq .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCsp6HLnq .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCsp6HLnq .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCsp6HLnq .svg-top {
    width: 1000px;
  }
}
.cid-tZCsp6HLnq .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCsp6HLnq .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCsp6HLnq .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCsp6HLnq .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCsp6HLnq .social-row {
  text-align: center;
}
.cid-tZCsp6HLnq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCsp6HLnq .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCsp6HLnq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCsp6HLnq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCsp6HLnq .card-title,
.cid-tZCsp6HLnq .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCsp6HLnq .mbr-role,
.cid-tZCsp6HLnq .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCsp6HLnq .card-text,
.cid-tZCsp6HLnq .mbr-section-btn,
.cid-tZCsp6HLnq .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCsp6HLnq .mbr-section-title {
  color: #ffffff;
}
.cid-tZCsD1ZcD8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCsD1ZcD8 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCsD1ZcD8 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCsD1ZcD8 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCsD1ZcD8 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCsD1ZcD8 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCsD1ZcD8 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCsD1ZcD8 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCsD1ZcD8 .svg-top {
    width: 1000px;
  }
}
.cid-tZCsD1ZcD8 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCsD1ZcD8 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCsD1ZcD8 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCsD1ZcD8 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCsD1ZcD8 .social-row {
  text-align: center;
}
.cid-tZCsD1ZcD8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCsD1ZcD8 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCsD1ZcD8 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCsD1ZcD8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCsD1ZcD8 .card-title,
.cid-tZCsD1ZcD8 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCsD1ZcD8 .mbr-role,
.cid-tZCsD1ZcD8 .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCsD1ZcD8 .card-text,
.cid-tZCsD1ZcD8 .mbr-section-btn,
.cid-tZCsD1ZcD8 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCsD1ZcD8 .mbr-section-title {
  color: #ffffff;
}
.cid-tZCsO2V2Ab {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCsO2V2Ab .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCsO2V2Ab .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCsO2V2Ab .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCsO2V2Ab .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCsO2V2Ab .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCsO2V2Ab .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCsO2V2Ab .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCsO2V2Ab .svg-top {
    width: 1000px;
  }
}
.cid-tZCsO2V2Ab .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCsO2V2Ab .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCsO2V2Ab .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCsO2V2Ab .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCsO2V2Ab .social-row {
  text-align: center;
}
.cid-tZCsO2V2Ab .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCsO2V2Ab .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCsO2V2Ab .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCsO2V2Ab .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCsO2V2Ab .card-title,
.cid-tZCsO2V2Ab .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCsO2V2Ab .mbr-role,
.cid-tZCsO2V2Ab .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCsO2V2Ab .card-text,
.cid-tZCsO2V2Ab .mbr-section-btn,
.cid-tZCsO2V2Ab .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCsO2V2Ab .mbr-section-title {
  color: #ffffff;
}
.cid-tZCsZMIqVb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCsZMIqVb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCsZMIqVb .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCsZMIqVb .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCsZMIqVb .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCsZMIqVb .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCsZMIqVb .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCsZMIqVb .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCsZMIqVb .svg-top {
    width: 1000px;
  }
}
.cid-tZCsZMIqVb .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCsZMIqVb .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCsZMIqVb .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCsZMIqVb .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCsZMIqVb .social-row {
  text-align: center;
}
.cid-tZCsZMIqVb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCsZMIqVb .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCsZMIqVb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCsZMIqVb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCsZMIqVb .card-title,
.cid-tZCsZMIqVb .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCsZMIqVb .mbr-role,
.cid-tZCsZMIqVb .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCsZMIqVb .card-text,
.cid-tZCsZMIqVb .mbr-section-btn,
.cid-tZCsZMIqVb .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCsZMIqVb .mbr-section-title {
  color: #ffffff;
}
.cid-tZCtawgB5U {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffaa6f;
}
.cid-tZCtawgB5U .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCtawgB5U .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCtawgB5U .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCtawgB5U .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCtawgB5U .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCtawgB5U .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCtawgB5U .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCtawgB5U .svg-top {
    width: 1000px;
  }
}
.cid-tZCtawgB5U .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCtawgB5U .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCtawgB5U .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCtawgB5U .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCtawgB5U .social-row {
  text-align: center;
}
.cid-tZCtawgB5U .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCtawgB5U .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCtawgB5U .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCtawgB5U .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCtawgB5U .card-title,
.cid-tZCtawgB5U .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCtawgB5U .mbr-role,
.cid-tZCtawgB5U .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCtawgB5U .card-text,
.cid-tZCtawgB5U .mbr-section-btn,
.cid-tZCtawgB5U .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCtawgB5U .mbr-section-title {
  color: #ffffff;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZCtHETJXh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZCtHETJXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCtHETJXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCtHETJXh .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZCtKAYxWx {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZCtKaS5h6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZCtKaS5h6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCtKaS5h6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCtKaS5h6 .mbr-text,
.cid-tZCtKaS5h6 .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-tZCtKaS5h6 .mbr-section-title {
  text-align: center;
}
.cid-tZCtPnUo93 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCtPnUo93 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCtPnUo93 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCtPnUo93 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCtPnUo93 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCtPnUo93 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCtPnUo93 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCtPnUo93 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCtPnUo93 .svg-top {
    width: 1000px;
  }
}
.cid-tZCtPnUo93 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCtPnUo93 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCtPnUo93 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCtPnUo93 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCtPnUo93 .social-row {
  text-align: center;
}
.cid-tZCtPnUo93 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCtPnUo93 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCtPnUo93 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCtPnUo93 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCtPnUo93 .card-title,
.cid-tZCtPnUo93 .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCtPnUo93 .mbr-role,
.cid-tZCtPnUo93 .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCtPnUo93 .card-text,
.cid-tZCtPnUo93 .mbr-section-btn,
.cid-tZCtPnUo93 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCtPnUo93 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCurEpoSi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCurEpoSi .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCurEpoSi .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCurEpoSi .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCurEpoSi .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCurEpoSi .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCurEpoSi .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCurEpoSi .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCurEpoSi .svg-top {
    width: 1000px;
  }
}
.cid-tZCurEpoSi .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCurEpoSi .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCurEpoSi .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCurEpoSi .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCurEpoSi .social-row {
  text-align: center;
}
.cid-tZCurEpoSi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCurEpoSi .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCurEpoSi .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCurEpoSi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCurEpoSi .card-title,
.cid-tZCurEpoSi .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCurEpoSi .mbr-role,
.cid-tZCurEpoSi .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCurEpoSi .card-text,
.cid-tZCurEpoSi .mbr-section-btn,
.cid-tZCurEpoSi .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCurEpoSi .mbr-section-title {
  color: #ffffff;
}
.cid-tZCv8RXnYE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCv8RXnYE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCv8RXnYE .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCv8RXnYE .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCv8RXnYE .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCv8RXnYE .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCv8RXnYE .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCv8RXnYE .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCv8RXnYE .svg-top {
    width: 1000px;
  }
}
.cid-tZCv8RXnYE .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCv8RXnYE .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCv8RXnYE .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCv8RXnYE .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCv8RXnYE .social-row {
  text-align: center;
}
.cid-tZCv8RXnYE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCv8RXnYE .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCv8RXnYE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCv8RXnYE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCv8RXnYE .card-title,
.cid-tZCv8RXnYE .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCv8RXnYE .mbr-role,
.cid-tZCv8RXnYE .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCv8RXnYE .card-text,
.cid-tZCv8RXnYE .mbr-section-btn,
.cid-tZCv8RXnYE .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCv8RXnYE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCvEjkcyG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCvEjkcyG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCvEjkcyG .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCvEjkcyG .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCvEjkcyG .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCvEjkcyG .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCvEjkcyG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCvEjkcyG .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCvEjkcyG .svg-top {
    width: 1000px;
  }
}
.cid-tZCvEjkcyG .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCvEjkcyG .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCvEjkcyG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCvEjkcyG .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCvEjkcyG .social-row {
  text-align: center;
}
.cid-tZCvEjkcyG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCvEjkcyG .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCvEjkcyG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCvEjkcyG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCvEjkcyG .card-title,
.cid-tZCvEjkcyG .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCvEjkcyG .mbr-role,
.cid-tZCvEjkcyG .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCvEjkcyG .card-text,
.cid-tZCvEjkcyG .mbr-section-btn,
.cid-tZCvEjkcyG .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCvEjkcyG .mbr-section-title {
  color: #ffffff;
}
.cid-tZCw5CVuCV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCw5CVuCV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCw5CVuCV .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCw5CVuCV .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCw5CVuCV .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCw5CVuCV .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCw5CVuCV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCw5CVuCV .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCw5CVuCV .svg-top {
    width: 1000px;
  }
}
.cid-tZCw5CVuCV .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCw5CVuCV .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCw5CVuCV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCw5CVuCV .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCw5CVuCV .social-row {
  text-align: center;
}
.cid-tZCw5CVuCV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCw5CVuCV .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCw5CVuCV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCw5CVuCV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCw5CVuCV .card-title,
.cid-tZCw5CVuCV .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCw5CVuCV .mbr-role,
.cid-tZCw5CVuCV .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCw5CVuCV .card-text,
.cid-tZCw5CVuCV .mbr-section-btn,
.cid-tZCw5CVuCV .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCw5CVuCV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCwxHygLc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCwxHygLc .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCwxHygLc .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCwxHygLc .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCwxHygLc .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCwxHygLc .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCwxHygLc .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCwxHygLc .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCwxHygLc .svg-top {
    width: 1000px;
  }
}
.cid-tZCwxHygLc .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCwxHygLc .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCwxHygLc .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCwxHygLc .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCwxHygLc .social-row {
  text-align: center;
}
.cid-tZCwxHygLc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCwxHygLc .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCwxHygLc .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCwxHygLc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCwxHygLc .card-title,
.cid-tZCwxHygLc .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCwxHygLc .mbr-role,
.cid-tZCwxHygLc .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCwxHygLc .card-text,
.cid-tZCwxHygLc .mbr-section-btn,
.cid-tZCwxHygLc .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCwxHygLc .mbr-section-title {
  color: #ffffff;
}
.cid-tZCxaLo2Vr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCxaLo2Vr .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCxaLo2Vr .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCxaLo2Vr .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCxaLo2Vr .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCxaLo2Vr .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCxaLo2Vr .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCxaLo2Vr .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCxaLo2Vr .svg-top {
    width: 1000px;
  }
}
.cid-tZCxaLo2Vr .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCxaLo2Vr .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCxaLo2Vr .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCxaLo2Vr .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCxaLo2Vr .social-row {
  text-align: center;
}
.cid-tZCxaLo2Vr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCxaLo2Vr .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCxaLo2Vr .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCxaLo2Vr .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCxaLo2Vr .card-title,
.cid-tZCxaLo2Vr .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCxaLo2Vr .mbr-role,
.cid-tZCxaLo2Vr .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCxaLo2Vr .card-text,
.cid-tZCxaLo2Vr .mbr-section-btn,
.cid-tZCxaLo2Vr .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCxaLo2Vr .mbr-section-title {
  color: #ffffff;
}
.cid-tZCxU38GZx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCxU38GZx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCxU38GZx .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCxU38GZx .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCxU38GZx .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCxU38GZx .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCxU38GZx .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCxU38GZx .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCxU38GZx .svg-top {
    width: 1000px;
  }
}
.cid-tZCxU38GZx .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCxU38GZx .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCxU38GZx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCxU38GZx .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCxU38GZx .social-row {
  text-align: center;
}
.cid-tZCxU38GZx .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCxU38GZx .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCxU38GZx .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCxU38GZx .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCxU38GZx .card-title,
.cid-tZCxU38GZx .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCxU38GZx .mbr-role,
.cid-tZCxU38GZx .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCxU38GZx .card-text,
.cid-tZCxU38GZx .mbr-section-btn,
.cid-tZCxU38GZx .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCxU38GZx .mbr-section-title {
  color: #ffffff;
}
.cid-tZCyQZ1MTB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCyQZ1MTB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCyQZ1MTB .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCyQZ1MTB .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCyQZ1MTB .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCyQZ1MTB .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCyQZ1MTB .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCyQZ1MTB .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCyQZ1MTB .svg-top {
    width: 1000px;
  }
}
.cid-tZCyQZ1MTB .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCyQZ1MTB .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCyQZ1MTB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCyQZ1MTB .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCyQZ1MTB .social-row {
  text-align: center;
}
.cid-tZCyQZ1MTB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCyQZ1MTB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCyQZ1MTB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCyQZ1MTB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCyQZ1MTB .card-title,
.cid-tZCyQZ1MTB .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCyQZ1MTB .mbr-role,
.cid-tZCyQZ1MTB .social-row {
  color: #6592e6;
  text-align: center;
}
.cid-tZCyQZ1MTB .card-text,
.cid-tZCyQZ1MTB .mbr-section-btn,
.cid-tZCyQZ1MTB .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCyQZ1MTB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCz3fxfrj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCz3fxfrj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCz3fxfrj .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCz3fxfrj .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCz3fxfrj .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCz3fxfrj .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCz3fxfrj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCz3fxfrj .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCz3fxfrj .svg-top {
    width: 1000px;
  }
}
.cid-tZCz3fxfrj .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCz3fxfrj .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCz3fxfrj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCz3fxfrj .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCz3fxfrj .social-row {
  text-align: center;
}
.cid-tZCz3fxfrj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCz3fxfrj .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCz3fxfrj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCz3fxfrj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCz3fxfrj .card-title,
.cid-tZCz3fxfrj .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCz3fxfrj .mbr-role,
.cid-tZCz3fxfrj .social-row {
  color: #6592e6;
  text-align: center;
}
.cid-tZCz3fxfrj .card-text,
.cid-tZCz3fxfrj .mbr-section-btn,
.cid-tZCz3fxfrj .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCz3fxfrj .mbr-section-title {
  color: #ffffff;
}
.cid-tZCzgPHXsp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCzgPHXsp .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCzgPHXsp .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCzgPHXsp .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCzgPHXsp .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCzgPHXsp .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCzgPHXsp .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCzgPHXsp .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCzgPHXsp .svg-top {
    width: 1000px;
  }
}
.cid-tZCzgPHXsp .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCzgPHXsp .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCzgPHXsp .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCzgPHXsp .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCzgPHXsp .social-row {
  text-align: center;
}
.cid-tZCzgPHXsp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCzgPHXsp .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCzgPHXsp .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCzgPHXsp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCzgPHXsp .card-title,
.cid-tZCzgPHXsp .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCzgPHXsp .mbr-role,
.cid-tZCzgPHXsp .social-row {
  color: #6592e6;
  text-align: center;
}
.cid-tZCzgPHXsp .card-text,
.cid-tZCzgPHXsp .mbr-section-btn,
.cid-tZCzgPHXsp .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCzgPHXsp .mbr-section-title {
  color: #ffffff;
}
.cid-tZCzul9q0f {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCzul9q0f .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCzul9q0f .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCzul9q0f .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCzul9q0f .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCzul9q0f .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCzul9q0f .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCzul9q0f .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCzul9q0f .svg-top {
    width: 1000px;
  }
}
.cid-tZCzul9q0f .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCzul9q0f .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCzul9q0f .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCzul9q0f .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCzul9q0f .social-row {
  text-align: center;
}
.cid-tZCzul9q0f .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCzul9q0f .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCzul9q0f .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCzul9q0f .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCzul9q0f .card-title,
.cid-tZCzul9q0f .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCzul9q0f .mbr-role,
.cid-tZCzul9q0f .social-row {
  color: #6592e6;
  text-align: center;
}
.cid-tZCzul9q0f .card-text,
.cid-tZCzul9q0f .mbr-section-btn,
.cid-tZCzul9q0f .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCzul9q0f .mbr-section-title {
  color: #ffffff;
}
.cid-tZCzGIychj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCzGIychj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCzGIychj .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCzGIychj .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCzGIychj .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCzGIychj .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCzGIychj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCzGIychj .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCzGIychj .svg-top {
    width: 1000px;
  }
}
.cid-tZCzGIychj .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCzGIychj .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCzGIychj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCzGIychj .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCzGIychj .social-row {
  text-align: center;
}
.cid-tZCzGIychj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCzGIychj .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCzGIychj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCzGIychj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCzGIychj .card-title,
.cid-tZCzGIychj .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCzGIychj .mbr-role,
.cid-tZCzGIychj .social-row {
  color: #6592e6;
  text-align: center;
}
.cid-tZCzGIychj .card-text,
.cid-tZCzGIychj .mbr-section-btn,
.cid-tZCzGIychj .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCzGIychj .mbr-section-title {
  color: #ffffff;
}
.cid-tZCzV4O0OE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCzV4O0OE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCzV4O0OE .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCzV4O0OE .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCzV4O0OE .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCzV4O0OE .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCzV4O0OE .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCzV4O0OE .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCzV4O0OE .svg-top {
    width: 1000px;
  }
}
.cid-tZCzV4O0OE .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCzV4O0OE .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCzV4O0OE .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCzV4O0OE .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCzV4O0OE .social-row {
  text-align: center;
}
.cid-tZCzV4O0OE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCzV4O0OE .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCzV4O0OE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCzV4O0OE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCzV4O0OE .card-title,
.cid-tZCzV4O0OE .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCzV4O0OE .mbr-role,
.cid-tZCzV4O0OE .social-row {
  color: #6592e6;
  text-align: center;
}
.cid-tZCzV4O0OE .card-text,
.cid-tZCzV4O0OE .mbr-section-btn,
.cid-tZCzV4O0OE .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCzV4O0OE .mbr-section-title {
  color: #ffffff;
}
.cid-tZCtTXjc3F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZCtTXjc3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCtTXjc3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCtTXjc3F .mbr-text,
.cid-tZCtTXjc3F .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCtTXjc3F .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tZCtTXjc3F .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZCtUv3gse {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCtUv3gse .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZCtUv3gse .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZCtUv3gse .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-tZCtUv3gse .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZCtUv3gse .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZCtUv3gse .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZCtUv3gse .mbr-section-btn .btn-secondary-outline .active,
.cid-tZCtUv3gse .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZCtUv3gse .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZCtUv3gse .image_post {
  display: inline-block;
}
.cid-tZCtUv3gse .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZCtUv3gse .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZCtUv3gse .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCtUv3gse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCtUv3gse .mbr-text,
.cid-tZCtUv3gse .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tZCtVtzECL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffaa6f;
}
.cid-tZCtVtzECL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tZCtVtzECL .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tZCtVtzECL .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-tZCtVtzECL .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-tZCusSuWL7 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZCusSuWL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCusSuWL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCusSuWL7 .mbr-text,
.cid-tZCusSuWL7 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCusSuWL7 .mbr-section-title {
  text-align: center;
}
.cid-tZCusSuWL7 .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZCutGvckt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCutGvckt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCutGvckt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCutGvckt .mbr-text,
.cid-tZCutGvckt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCutGvckt .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZCutGvckt .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZCuumuCst {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZCuumuCst .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCuumuCst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCuumuCst .mbr-text,
.cid-tZCuumuCst .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCuumuCst .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZCuumuCst .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tZCuv2cOh5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCuv2cOh5 .container {
  max-width: 1200px;
}
.cid-tZCuv2cOh5 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCuv2cOh5 .container-fluid {
  max-width: 1400px;
}
.cid-tZCuv2cOh5 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCuv2cOh5 p {
  line-height: 2;
}
.cid-tZCvahn24H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCvahn24H .container {
  max-width: 1200px;
}
.cid-tZCvahn24H .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCvahn24H .container-fluid {
  max-width: 1400px;
}
.cid-tZCvahn24H .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCvahn24H p {
  line-height: 2;
}
.cid-tZCvG1RjNa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCvG1RjNa .container {
  max-width: 1200px;
}
.cid-tZCvG1RjNa .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCvG1RjNa .container-fluid {
  max-width: 1400px;
}
.cid-tZCvG1RjNa .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCvG1RjNa p {
  line-height: 2;
}
.cid-tZCw7vSYyu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCw7vSYyu .container {
  max-width: 1200px;
}
.cid-tZCw7vSYyu .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCw7vSYyu .container-fluid {
  max-width: 1400px;
}
.cid-tZCw7vSYyu .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCw7vSYyu p {
  line-height: 2;
}
.cid-tZCxfm3d70 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCxfm3d70 .container {
  max-width: 1200px;
}
.cid-tZCxfm3d70 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCxfm3d70 .container-fluid {
  max-width: 1400px;
}
.cid-tZCxfm3d70 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCxfm3d70 p {
  line-height: 2;
}
.cid-tZCxY3nz9Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCxY3nz9Q .container {
  max-width: 1200px;
}
.cid-tZCxY3nz9Q .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCxY3nz9Q .container-fluid {
  max-width: 1400px;
}
.cid-tZCxY3nz9Q .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCxY3nz9Q p {
  line-height: 2;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZCD8O2zRj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZCD8O2zRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCD8O2zRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCD8O2zRj .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZCCCEjycH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZCCBt3MKf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZCCBt3MKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCCBt3MKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCCBt3MKf .mbr-text,
.cid-tZCCBt3MKf .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-tZCCBt3MKf .mbr-section-title {
  text-align: center;
}
.cid-tZCCEofrNb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCCEofrNb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCCEofrNb .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCCEofrNb .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCCEofrNb .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCCEofrNb .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCCEofrNb .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCCEofrNb .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCCEofrNb .svg-top {
    width: 1000px;
  }
}
.cid-tZCCEofrNb .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCCEofrNb .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCCEofrNb .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCCEofrNb .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCCEofrNb .social-row {
  text-align: center;
}
.cid-tZCCEofrNb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCCEofrNb .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCCEofrNb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCCEofrNb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCCEofrNb .card-title,
.cid-tZCCEofrNb .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCCEofrNb .mbr-role,
.cid-tZCCEofrNb .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCCEofrNb .card-text,
.cid-tZCCEofrNb .mbr-section-btn,
.cid-tZCCEofrNb .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCCEofrNb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCDt4hIRP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCDt4hIRP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCDt4hIRP .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCDt4hIRP .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCDt4hIRP .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCDt4hIRP .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCDt4hIRP .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCDt4hIRP .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCDt4hIRP .svg-top {
    width: 1000px;
  }
}
.cid-tZCDt4hIRP .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCDt4hIRP .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCDt4hIRP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCDt4hIRP .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCDt4hIRP .social-row {
  text-align: center;
}
.cid-tZCDt4hIRP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCDt4hIRP .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCDt4hIRP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCDt4hIRP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCDt4hIRP .card-title,
.cid-tZCDt4hIRP .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCDt4hIRP .mbr-role,
.cid-tZCDt4hIRP .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCDt4hIRP .card-text,
.cid-tZCDt4hIRP .mbr-section-btn,
.cid-tZCDt4hIRP .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCDt4hIRP .mbr-section-title {
  color: #ffffff;
}
.cid-tZCDYuu0Kg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCDYuu0Kg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCDYuu0Kg .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCDYuu0Kg .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCDYuu0Kg .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCDYuu0Kg .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCDYuu0Kg .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCDYuu0Kg .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCDYuu0Kg .svg-top {
    width: 1000px;
  }
}
.cid-tZCDYuu0Kg .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCDYuu0Kg .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCDYuu0Kg .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCDYuu0Kg .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCDYuu0Kg .social-row {
  text-align: center;
}
.cid-tZCDYuu0Kg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCDYuu0Kg .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCDYuu0Kg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCDYuu0Kg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCDYuu0Kg .card-title,
.cid-tZCDYuu0Kg .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCDYuu0Kg .mbr-role,
.cid-tZCDYuu0Kg .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCDYuu0Kg .card-text,
.cid-tZCDYuu0Kg .mbr-section-btn,
.cid-tZCDYuu0Kg .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCDYuu0Kg .mbr-section-title {
  color: #ffffff;
}
.cid-tZCH5VbZ2i {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCH5VbZ2i .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCH5VbZ2i .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCH5VbZ2i .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCH5VbZ2i .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCH5VbZ2i .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCH5VbZ2i .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCH5VbZ2i .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCH5VbZ2i .svg-top {
    width: 1000px;
  }
}
.cid-tZCH5VbZ2i .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCH5VbZ2i .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCH5VbZ2i .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCH5VbZ2i .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCH5VbZ2i .social-row {
  text-align: center;
}
.cid-tZCH5VbZ2i .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCH5VbZ2i .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCH5VbZ2i .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCH5VbZ2i .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCH5VbZ2i .card-title,
.cid-tZCH5VbZ2i .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCH5VbZ2i .mbr-role,
.cid-tZCH5VbZ2i .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCH5VbZ2i .card-text,
.cid-tZCH5VbZ2i .mbr-section-btn,
.cid-tZCH5VbZ2i .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCH5VbZ2i .mbr-section-title {
  color: #ffffff;
}
.cid-tZCHs9a0eF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCHs9a0eF .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCHs9a0eF .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCHs9a0eF .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCHs9a0eF .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCHs9a0eF .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCHs9a0eF .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCHs9a0eF .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCHs9a0eF .svg-top {
    width: 1000px;
  }
}
.cid-tZCHs9a0eF .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCHs9a0eF .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCHs9a0eF .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCHs9a0eF .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCHs9a0eF .social-row {
  text-align: center;
}
.cid-tZCHs9a0eF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCHs9a0eF .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCHs9a0eF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCHs9a0eF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCHs9a0eF .card-title,
.cid-tZCHs9a0eF .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCHs9a0eF .mbr-role,
.cid-tZCHs9a0eF .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCHs9a0eF .card-text,
.cid-tZCHs9a0eF .mbr-section-btn,
.cid-tZCHs9a0eF .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCHs9a0eF .mbr-section-title {
  color: #ffffff;
}
.cid-tZCHIV8CPF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCHIV8CPF .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCHIV8CPF .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCHIV8CPF .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCHIV8CPF .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCHIV8CPF .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCHIV8CPF .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCHIV8CPF .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCHIV8CPF .svg-top {
    width: 1000px;
  }
}
.cid-tZCHIV8CPF .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCHIV8CPF .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCHIV8CPF .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCHIV8CPF .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCHIV8CPF .social-row {
  text-align: center;
}
.cid-tZCHIV8CPF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCHIV8CPF .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCHIV8CPF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCHIV8CPF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCHIV8CPF .card-title,
.cid-tZCHIV8CPF .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCHIV8CPF .mbr-role,
.cid-tZCHIV8CPF .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCHIV8CPF .card-text,
.cid-tZCHIV8CPF .mbr-section-btn,
.cid-tZCHIV8CPF .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCHIV8CPF .mbr-section-title {
  color: #ffffff;
}
.cid-tZCHZSYRGj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCHZSYRGj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCHZSYRGj .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCHZSYRGj .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCHZSYRGj .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCHZSYRGj .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCHZSYRGj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCHZSYRGj .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCHZSYRGj .svg-top {
    width: 1000px;
  }
}
.cid-tZCHZSYRGj .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCHZSYRGj .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCHZSYRGj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCHZSYRGj .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCHZSYRGj .social-row {
  text-align: center;
}
.cid-tZCHZSYRGj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCHZSYRGj .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCHZSYRGj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCHZSYRGj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCHZSYRGj .card-title,
.cid-tZCHZSYRGj .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCHZSYRGj .mbr-role,
.cid-tZCHZSYRGj .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCHZSYRGj .card-text,
.cid-tZCHZSYRGj .mbr-section-btn,
.cid-tZCHZSYRGj .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCHZSYRGj .mbr-section-title {
  color: #ffffff;
}
.cid-tZCIhEaIfr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCIhEaIfr .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCIhEaIfr .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCIhEaIfr .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCIhEaIfr .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCIhEaIfr .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCIhEaIfr .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCIhEaIfr .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCIhEaIfr .svg-top {
    width: 1000px;
  }
}
.cid-tZCIhEaIfr .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCIhEaIfr .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCIhEaIfr .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCIhEaIfr .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCIhEaIfr .social-row {
  text-align: center;
}
.cid-tZCIhEaIfr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCIhEaIfr .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCIhEaIfr .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCIhEaIfr .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCIhEaIfr .card-title,
.cid-tZCIhEaIfr .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCIhEaIfr .mbr-role,
.cid-tZCIhEaIfr .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCIhEaIfr .card-text,
.cid-tZCIhEaIfr .mbr-section-btn,
.cid-tZCIhEaIfr .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCIhEaIfr .mbr-section-title {
  color: #ffffff;
}
.cid-tZCIzE4KXa {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCIzE4KXa .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCIzE4KXa .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCIzE4KXa .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCIzE4KXa .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCIzE4KXa .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCIzE4KXa .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCIzE4KXa .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCIzE4KXa .svg-top {
    width: 1000px;
  }
}
.cid-tZCIzE4KXa .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCIzE4KXa .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCIzE4KXa .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCIzE4KXa .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCIzE4KXa .social-row {
  text-align: center;
}
.cid-tZCIzE4KXa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCIzE4KXa .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCIzE4KXa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCIzE4KXa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCIzE4KXa .card-title,
.cid-tZCIzE4KXa .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCIzE4KXa .mbr-role,
.cid-tZCIzE4KXa .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCIzE4KXa .card-text,
.cid-tZCIzE4KXa .mbr-section-btn,
.cid-tZCIzE4KXa .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCIzE4KXa .mbr-section-title {
  color: #ffffff;
}
.cid-tZCIQrDYzL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCIQrDYzL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCIQrDYzL .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCIQrDYzL .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCIQrDYzL .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCIQrDYzL .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCIQrDYzL .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCIQrDYzL .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCIQrDYzL .svg-top {
    width: 1000px;
  }
}
.cid-tZCIQrDYzL .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCIQrDYzL .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCIQrDYzL .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCIQrDYzL .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCIQrDYzL .social-row {
  text-align: center;
}
.cid-tZCIQrDYzL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCIQrDYzL .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCIQrDYzL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCIQrDYzL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCIQrDYzL .card-title,
.cid-tZCIQrDYzL .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCIQrDYzL .mbr-role,
.cid-tZCIQrDYzL .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCIQrDYzL .card-text,
.cid-tZCIQrDYzL .mbr-section-btn,
.cid-tZCIQrDYzL .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCIQrDYzL .mbr-section-title {
  color: #ffffff;
}
.cid-tZCJ7ZJNB5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCJ7ZJNB5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCJ7ZJNB5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCJ7ZJNB5 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCJ7ZJNB5 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCJ7ZJNB5 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCJ7ZJNB5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCJ7ZJNB5 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCJ7ZJNB5 .svg-top {
    width: 1000px;
  }
}
.cid-tZCJ7ZJNB5 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCJ7ZJNB5 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCJ7ZJNB5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCJ7ZJNB5 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCJ7ZJNB5 .social-row {
  text-align: center;
}
.cid-tZCJ7ZJNB5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCJ7ZJNB5 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCJ7ZJNB5 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCJ7ZJNB5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCJ7ZJNB5 .card-title,
.cid-tZCJ7ZJNB5 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCJ7ZJNB5 .mbr-role,
.cid-tZCJ7ZJNB5 .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCJ7ZJNB5 .card-text,
.cid-tZCJ7ZJNB5 .mbr-section-btn,
.cid-tZCJ7ZJNB5 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCJ7ZJNB5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCJqIhDqx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCJqIhDqx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCJqIhDqx .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCJqIhDqx .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCJqIhDqx .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCJqIhDqx .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCJqIhDqx .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCJqIhDqx .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCJqIhDqx .svg-top {
    width: 1000px;
  }
}
.cid-tZCJqIhDqx .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCJqIhDqx .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCJqIhDqx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCJqIhDqx .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCJqIhDqx .social-row {
  text-align: center;
}
.cid-tZCJqIhDqx .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCJqIhDqx .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCJqIhDqx .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCJqIhDqx .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCJqIhDqx .card-title,
.cid-tZCJqIhDqx .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCJqIhDqx .mbr-role,
.cid-tZCJqIhDqx .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCJqIhDqx .card-text,
.cid-tZCJqIhDqx .mbr-section-btn,
.cid-tZCJqIhDqx .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCJqIhDqx .mbr-section-title {
  color: #ffffff;
}
.cid-tZCJId78gB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCJId78gB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCJId78gB .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCJId78gB .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCJId78gB .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCJId78gB .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCJId78gB .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCJId78gB .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCJId78gB .svg-top {
    width: 1000px;
  }
}
.cid-tZCJId78gB .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCJId78gB .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCJId78gB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCJId78gB .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCJId78gB .social-row {
  text-align: center;
}
.cid-tZCJId78gB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCJId78gB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCJId78gB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCJId78gB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCJId78gB .card-title,
.cid-tZCJId78gB .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCJId78gB .mbr-role,
.cid-tZCJId78gB .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCJId78gB .card-text,
.cid-tZCJId78gB .mbr-section-btn,
.cid-tZCJId78gB .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCJId78gB .mbr-section-title {
  color: #ffffff;
}
.cid-tZCMnwxIiC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCMnwxIiC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCMnwxIiC .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCMnwxIiC .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCMnwxIiC .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCMnwxIiC .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCMnwxIiC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCMnwxIiC .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCMnwxIiC .svg-top {
    width: 1000px;
  }
}
.cid-tZCMnwxIiC .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCMnwxIiC .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCMnwxIiC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCMnwxIiC .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCMnwxIiC .social-row {
  text-align: center;
}
.cid-tZCMnwxIiC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCMnwxIiC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCMnwxIiC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCMnwxIiC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCMnwxIiC .card-title,
.cid-tZCMnwxIiC .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCMnwxIiC .mbr-role,
.cid-tZCMnwxIiC .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCMnwxIiC .card-text,
.cid-tZCMnwxIiC .mbr-section-btn,
.cid-tZCMnwxIiC .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCMnwxIiC .mbr-section-title {
  color: #ffffff;
}
.cid-tZCMGbnJlw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCMGbnJlw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCMGbnJlw .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCMGbnJlw .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCMGbnJlw .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCMGbnJlw .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCMGbnJlw .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCMGbnJlw .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCMGbnJlw .svg-top {
    width: 1000px;
  }
}
.cid-tZCMGbnJlw .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCMGbnJlw .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCMGbnJlw .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCMGbnJlw .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCMGbnJlw .social-row {
  text-align: center;
}
.cid-tZCMGbnJlw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCMGbnJlw .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCMGbnJlw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCMGbnJlw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCMGbnJlw .card-title,
.cid-tZCMGbnJlw .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCMGbnJlw .mbr-role,
.cid-tZCMGbnJlw .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCMGbnJlw .card-text,
.cid-tZCMGbnJlw .mbr-section-btn,
.cid-tZCMGbnJlw .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCMGbnJlw .mbr-section-title {
  color: #ffffff;
}
.cid-tZCN0sAFDF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCN0sAFDF .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCN0sAFDF .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCN0sAFDF .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCN0sAFDF .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCN0sAFDF .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCN0sAFDF .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCN0sAFDF .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCN0sAFDF .svg-top {
    width: 1000px;
  }
}
.cid-tZCN0sAFDF .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCN0sAFDF .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCN0sAFDF .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCN0sAFDF .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCN0sAFDF .social-row {
  text-align: center;
}
.cid-tZCN0sAFDF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCN0sAFDF .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCN0sAFDF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCN0sAFDF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCN0sAFDF .card-title,
.cid-tZCN0sAFDF .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCN0sAFDF .mbr-role,
.cid-tZCN0sAFDF .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCN0sAFDF .card-text,
.cid-tZCN0sAFDF .mbr-section-btn,
.cid-tZCN0sAFDF .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCN0sAFDF .mbr-section-title {
  color: #ffffff;
}
.cid-tZCNo7UoXg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCNo7UoXg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCNo7UoXg .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCNo7UoXg .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCNo7UoXg .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCNo7UoXg .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCNo7UoXg .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCNo7UoXg .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCNo7UoXg .svg-top {
    width: 1000px;
  }
}
.cid-tZCNo7UoXg .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCNo7UoXg .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCNo7UoXg .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCNo7UoXg .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCNo7UoXg .social-row {
  text-align: center;
}
.cid-tZCNo7UoXg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCNo7UoXg .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCNo7UoXg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCNo7UoXg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCNo7UoXg .card-title,
.cid-tZCNo7UoXg .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCNo7UoXg .mbr-role,
.cid-tZCNo7UoXg .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCNo7UoXg .card-text,
.cid-tZCNo7UoXg .mbr-section-btn,
.cid-tZCNo7UoXg .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCNo7UoXg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCNMBiJhd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCNMBiJhd .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCNMBiJhd .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCNMBiJhd .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCNMBiJhd .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCNMBiJhd .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCNMBiJhd .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCNMBiJhd .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCNMBiJhd .svg-top {
    width: 1000px;
  }
}
.cid-tZCNMBiJhd .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCNMBiJhd .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCNMBiJhd .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCNMBiJhd .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCNMBiJhd .social-row {
  text-align: center;
}
.cid-tZCNMBiJhd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCNMBiJhd .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCNMBiJhd .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCNMBiJhd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCNMBiJhd .card-title,
.cid-tZCNMBiJhd .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCNMBiJhd .mbr-role,
.cid-tZCNMBiJhd .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCNMBiJhd .card-text,
.cid-tZCNMBiJhd .mbr-section-btn,
.cid-tZCNMBiJhd .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCNMBiJhd .mbr-section-title {
  color: #ffffff;
}
.cid-tZCO5pyTDE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCO5pyTDE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCO5pyTDE .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCO5pyTDE .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCO5pyTDE .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCO5pyTDE .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCO5pyTDE .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCO5pyTDE .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCO5pyTDE .svg-top {
    width: 1000px;
  }
}
.cid-tZCO5pyTDE .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCO5pyTDE .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCO5pyTDE .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCO5pyTDE .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCO5pyTDE .social-row {
  text-align: center;
}
.cid-tZCO5pyTDE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCO5pyTDE .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCO5pyTDE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCO5pyTDE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCO5pyTDE .card-title,
.cid-tZCO5pyTDE .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCO5pyTDE .mbr-role,
.cid-tZCO5pyTDE .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCO5pyTDE .card-text,
.cid-tZCO5pyTDE .mbr-section-btn,
.cid-tZCO5pyTDE .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCO5pyTDE .mbr-section-title {
  color: #ffffff;
}
.cid-tZCOrSfXz9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCOrSfXz9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCOrSfXz9 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCOrSfXz9 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCOrSfXz9 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCOrSfXz9 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCOrSfXz9 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCOrSfXz9 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCOrSfXz9 .svg-top {
    width: 1000px;
  }
}
.cid-tZCOrSfXz9 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCOrSfXz9 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCOrSfXz9 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCOrSfXz9 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCOrSfXz9 .social-row {
  text-align: center;
}
.cid-tZCOrSfXz9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCOrSfXz9 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCOrSfXz9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCOrSfXz9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCOrSfXz9 .card-title,
.cid-tZCOrSfXz9 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCOrSfXz9 .mbr-role,
.cid-tZCOrSfXz9 .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCOrSfXz9 .card-text,
.cid-tZCOrSfXz9 .mbr-section-btn,
.cid-tZCOrSfXz9 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCOrSfXz9 .mbr-section-title {
  color: #ffffff;
}
.cid-tZCOLzvXja {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCOLzvXja .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCOLzvXja .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCOLzvXja .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCOLzvXja .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCOLzvXja .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCOLzvXja .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCOLzvXja .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCOLzvXja .svg-top {
    width: 1000px;
  }
}
.cid-tZCOLzvXja .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCOLzvXja .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCOLzvXja .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCOLzvXja .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCOLzvXja .social-row {
  text-align: center;
}
.cid-tZCOLzvXja .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCOLzvXja .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCOLzvXja .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCOLzvXja .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCOLzvXja .card-title,
.cid-tZCOLzvXja .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCOLzvXja .mbr-role,
.cid-tZCOLzvXja .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCOLzvXja .card-text,
.cid-tZCOLzvXja .mbr-section-btn,
.cid-tZCOLzvXja .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCOLzvXja .mbr-section-title {
  color: #ffffff;
}
.cid-tZCPtDPLE9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCPtDPLE9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCPtDPLE9 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCPtDPLE9 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCPtDPLE9 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCPtDPLE9 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCPtDPLE9 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCPtDPLE9 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCPtDPLE9 .svg-top {
    width: 1000px;
  }
}
.cid-tZCPtDPLE9 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCPtDPLE9 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCPtDPLE9 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCPtDPLE9 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCPtDPLE9 .social-row {
  text-align: center;
}
.cid-tZCPtDPLE9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCPtDPLE9 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCPtDPLE9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCPtDPLE9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCPtDPLE9 .card-title,
.cid-tZCPtDPLE9 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCPtDPLE9 .mbr-role,
.cid-tZCPtDPLE9 .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCPtDPLE9 .card-text,
.cid-tZCPtDPLE9 .mbr-section-btn,
.cid-tZCPtDPLE9 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCPtDPLE9 .mbr-section-title {
  color: #ffffff;
}
.cid-tZCPLUmmCj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffaa6f;
}
.cid-tZCPLUmmCj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCPLUmmCj .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCPLUmmCj .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCPLUmmCj .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCPLUmmCj .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCPLUmmCj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCPLUmmCj .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCPLUmmCj .svg-top {
    width: 1000px;
  }
}
.cid-tZCPLUmmCj .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCPLUmmCj .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCPLUmmCj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCPLUmmCj .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCPLUmmCj .social-row {
  text-align: center;
}
.cid-tZCPLUmmCj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCPLUmmCj .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCPLUmmCj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCPLUmmCj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCPLUmmCj .card-title,
.cid-tZCPLUmmCj .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCPLUmmCj .mbr-role,
.cid-tZCPLUmmCj .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCPLUmmCj .card-text,
.cid-tZCPLUmmCj .mbr-section-btn,
.cid-tZCPLUmmCj .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCPLUmmCj .mbr-section-title {
  color: #ffffff;
}
.cid-tZCDtOLi3k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCDtOLi3k .container {
  max-width: 1200px;
}
.cid-tZCDtOLi3k .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCDtOLi3k .container-fluid {
  max-width: 1400px;
}
.cid-tZCDtOLi3k .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCDtOLi3k p {
  line-height: 2;
}
.cid-tZCDZUcbnt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCDZUcbnt .container {
  max-width: 1200px;
}
.cid-tZCDZUcbnt .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCDZUcbnt .container-fluid {
  max-width: 1400px;
}
.cid-tZCDZUcbnt .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCDZUcbnt p {
  line-height: 2;
}
.cid-tZCDZUcbnt .mbr-text {
  text-align: left;
}
.cid-tZCH6v8KpD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCH6v8KpD .container {
  max-width: 1200px;
}
.cid-tZCH6v8KpD .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCH6v8KpD .container-fluid {
  max-width: 1400px;
}
.cid-tZCH6v8KpD .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCH6v8KpD p {
  line-height: 2;
}
.cid-tZCH6v8KpD .mbr-text {
  text-align: left;
}
.cid-tZCHsHEq8r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCHsHEq8r .container {
  max-width: 1200px;
}
.cid-tZCHsHEq8r .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCHsHEq8r .container-fluid {
  max-width: 1400px;
}
.cid-tZCHsHEq8r .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCHsHEq8r p {
  line-height: 2;
}
.cid-tZCHsHEq8r .mbr-text {
  text-align: left;
}
.cid-tZCHJMLLDG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCHJMLLDG .container {
  max-width: 1200px;
}
.cid-tZCHJMLLDG .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCHJMLLDG .container-fluid {
  max-width: 1400px;
}
.cid-tZCHJMLLDG .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCHJMLLDG p {
  line-height: 2;
}
.cid-tZCHJMLLDG .mbr-text {
  text-align: left;
}
.cid-tZCI0FhJkD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCI0FhJkD .container {
  max-width: 1200px;
}
.cid-tZCI0FhJkD .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCI0FhJkD .container-fluid {
  max-width: 1400px;
}
.cid-tZCI0FhJkD .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCI0FhJkD p {
  line-height: 2;
}
.cid-tZCI0FhJkD .mbr-text {
  text-align: left;
}
.cid-tZCIiDxnu9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCIiDxnu9 .container {
  max-width: 1200px;
}
.cid-tZCIiDxnu9 .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCIiDxnu9 .container-fluid {
  max-width: 1400px;
}
.cid-tZCIiDxnu9 .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCIiDxnu9 p {
  line-height: 2;
}
.cid-tZCIiDxnu9 .mbr-text {
  text-align: left;
}
.cid-tZCIAwgVql {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCIAwgVql .container {
  max-width: 1200px;
}
.cid-tZCIAwgVql .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCIAwgVql .container-fluid {
  max-width: 1400px;
}
.cid-tZCIAwgVql .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCIAwgVql p {
  line-height: 2;
}
.cid-tZCIAwgVql .mbr-text {
  text-align: left;
}
.cid-tZCIRyz1rL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCIRyz1rL .container {
  max-width: 1200px;
}
.cid-tZCIRyz1rL .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCIRyz1rL .container-fluid {
  max-width: 1400px;
}
.cid-tZCIRyz1rL .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCIRyz1rL p {
  line-height: 2;
}
.cid-tZCIRyz1rL .mbr-text {
  text-align: left;
}
.cid-tZCJ8S7cNF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCJ8S7cNF .container {
  max-width: 1200px;
}
.cid-tZCJ8S7cNF .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCJ8S7cNF .container-fluid {
  max-width: 1400px;
}
.cid-tZCJ8S7cNF .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCJ8S7cNF p {
  line-height: 2;
}
.cid-tZCJ8S7cNF .mbr-text {
  text-align: left;
}
.cid-tZCCFKWNV6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffaa6f;
}
.cid-tZCCFKWNV6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tZCCFKWNV6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tZCCFKWNV6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-tZCCFKWNV6 .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-tZCCF4o6RC {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZCCF4o6RC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCCF4o6RC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCCF4o6RC .mbr-text,
.cid-tZCCF4o6RC .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCCF4o6RC .mbr-section-title {
  text-align: center;
}
.cid-tZCCF4o6RC .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZCE1a6e7Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCE1a6e7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCE1a6e7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCE1a6e7Z .mbr-text,
.cid-tZCE1a6e7Z .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCE1a6e7Z .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZCE1a6e7Z .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZCE1M2hbs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZCE1M2hbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCE1M2hbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCE1M2hbs .mbr-text,
.cid-tZCE1M2hbs .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCE1M2hbs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZCE1M2hbs .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tZCJrVjafI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCJrVjafI .container {
  max-width: 1200px;
}
.cid-tZCJrVjafI .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCJrVjafI .container-fluid {
  max-width: 1400px;
}
.cid-tZCJrVjafI .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCJrVjafI p {
  line-height: 2;
}
.cid-tZCJJg5Iyh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCJJg5Iyh .container {
  max-width: 1200px;
}
.cid-tZCJJg5Iyh .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCJJg5Iyh .container-fluid {
  max-width: 1400px;
}
.cid-tZCJJg5Iyh .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCJJg5Iyh p {
  line-height: 2;
}
.cid-tZCMq8XGeI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCMq8XGeI .container {
  max-width: 1200px;
}
.cid-tZCMq8XGeI .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCMq8XGeI .container-fluid {
  max-width: 1400px;
}
.cid-tZCMq8XGeI .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCMq8XGeI p {
  line-height: 2;
}
.cid-tZCMHzKVZz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCMHzKVZz .container {
  max-width: 1200px;
}
.cid-tZCMHzKVZz .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCMHzKVZz .container-fluid {
  max-width: 1400px;
}
.cid-tZCMHzKVZz .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCMHzKVZz p {
  line-height: 2;
}
.cid-tZCN1ZRy3s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCN1ZRy3s .container {
  max-width: 1200px;
}
.cid-tZCN1ZRy3s .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCN1ZRy3s .container-fluid {
  max-width: 1400px;
}
.cid-tZCN1ZRy3s .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCN1ZRy3s p {
  line-height: 2;
}
.cid-tZCNrdEBWO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCNrdEBWO .container {
  max-width: 1200px;
}
.cid-tZCNrdEBWO .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCNrdEBWO .container-fluid {
  max-width: 1400px;
}
.cid-tZCNrdEBWO .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCNrdEBWO p {
  line-height: 2;
}
.cid-tZCNPci1XT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCNPci1XT .container {
  max-width: 1200px;
}
.cid-tZCNPci1XT .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCNPci1XT .container-fluid {
  max-width: 1400px;
}
.cid-tZCNPci1XT .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCNPci1XT p {
  line-height: 2;
}
.cid-tZCO79h5nZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCO79h5nZ .container {
  max-width: 1200px;
}
.cid-tZCO79h5nZ .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCO79h5nZ .container-fluid {
  max-width: 1400px;
}
.cid-tZCO79h5nZ .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCO79h5nZ p {
  line-height: 2;
}
.cid-tZCOv4oGpb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCOv4oGpb .container {
  max-width: 1200px;
}
.cid-tZCOv4oGpb .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCOv4oGpb .container-fluid {
  max-width: 1400px;
}
.cid-tZCOv4oGpb .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCOv4oGpb p {
  line-height: 2;
}
.cid-tZCONzj9cf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZCONzj9cf .container {
  max-width: 1200px;
}
.cid-tZCONzj9cf .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCONzj9cf .container-fluid {
  max-width: 1400px;
}
.cid-tZCONzj9cf .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCONzj9cf p {
  line-height: 2;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZCQu9ujcK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZCQu9ujcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCQu9ujcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCQu9ujcK .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZCQv8oeSk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZCQwhuJyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZCQwhuJyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCQwhuJyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCQwhuJyD .mbr-text,
.cid-tZCQwhuJyD .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-tZCQwhuJyD .mbr-section-title {
  text-align: center;
}
.cid-tZCQxdgnYw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCQxdgnYw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCQxdgnYw .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCQxdgnYw .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCQxdgnYw .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCQxdgnYw .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCQxdgnYw .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCQxdgnYw .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCQxdgnYw .svg-top {
    width: 1000px;
  }
}
.cid-tZCQxdgnYw .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCQxdgnYw .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCQxdgnYw .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCQxdgnYw .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCQxdgnYw .social-row {
  text-align: center;
}
.cid-tZCQxdgnYw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCQxdgnYw .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCQxdgnYw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCQxdgnYw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCQxdgnYw .card-title,
.cid-tZCQxdgnYw .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCQxdgnYw .mbr-role,
.cid-tZCQxdgnYw .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCQxdgnYw .card-text,
.cid-tZCQxdgnYw .mbr-section-btn,
.cid-tZCQxdgnYw .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCQxdgnYw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCStWWUfk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCStWWUfk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCStWWUfk .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCStWWUfk .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCStWWUfk .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCStWWUfk .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCStWWUfk .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCStWWUfk .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCStWWUfk .svg-top {
    width: 1000px;
  }
}
.cid-tZCStWWUfk .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCStWWUfk .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCStWWUfk .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCStWWUfk .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCStWWUfk .social-row {
  text-align: center;
}
.cid-tZCStWWUfk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCStWWUfk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCStWWUfk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCStWWUfk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCStWWUfk .card-title,
.cid-tZCStWWUfk .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCStWWUfk .mbr-role,
.cid-tZCStWWUfk .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCStWWUfk .card-text,
.cid-tZCStWWUfk .mbr-section-btn,
.cid-tZCStWWUfk .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCStWWUfk .mbr-section-title {
  color: #ffffff;
}
.cid-tZCSSpqMec {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCSSpqMec .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCSSpqMec .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCSSpqMec .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCSSpqMec .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCSSpqMec .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCSSpqMec .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCSSpqMec .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCSSpqMec .svg-top {
    width: 1000px;
  }
}
.cid-tZCSSpqMec .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCSSpqMec .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCSSpqMec .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCSSpqMec .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCSSpqMec .social-row {
  text-align: center;
}
.cid-tZCSSpqMec .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCSSpqMec .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCSSpqMec .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCSSpqMec .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCSSpqMec .card-title,
.cid-tZCSSpqMec .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCSSpqMec .mbr-role,
.cid-tZCSSpqMec .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCSSpqMec .card-text,
.cid-tZCSSpqMec .mbr-section-btn,
.cid-tZCSSpqMec .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCSSpqMec .mbr-section-title {
  color: #ffffff;
}
.cid-tZCTh5CNjA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffaa6f;
}
.cid-tZCTh5CNjA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCTh5CNjA .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCTh5CNjA .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCTh5CNjA .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCTh5CNjA .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCTh5CNjA .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCTh5CNjA .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCTh5CNjA .svg-top {
    width: 1000px;
  }
}
.cid-tZCTh5CNjA .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCTh5CNjA .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCTh5CNjA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCTh5CNjA .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCTh5CNjA .social-row {
  text-align: center;
}
.cid-tZCTh5CNjA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCTh5CNjA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCTh5CNjA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCTh5CNjA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCTh5CNjA .card-title,
.cid-tZCTh5CNjA .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCTh5CNjA .mbr-role,
.cid-tZCTh5CNjA .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCTh5CNjA .card-text,
.cid-tZCTh5CNjA .mbr-section-btn,
.cid-tZCTh5CNjA .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCTh5CNjA .mbr-section-title {
  color: #ffffff;
}
.cid-tZCTzgEzff {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCTzgEzff .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCTzgEzff .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCTzgEzff .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCTzgEzff .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCTzgEzff .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCTzgEzff .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCTzgEzff .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCTzgEzff .svg-top {
    width: 1000px;
  }
}
.cid-tZCTzgEzff .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCTzgEzff .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCTzgEzff .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCTzgEzff .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCTzgEzff .social-row {
  text-align: center;
}
.cid-tZCTzgEzff .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCTzgEzff .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCTzgEzff .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCTzgEzff .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCTzgEzff .card-title,
.cid-tZCTzgEzff .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCTzgEzff .mbr-role,
.cid-tZCTzgEzff .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCTzgEzff .card-text,
.cid-tZCTzgEzff .mbr-section-btn,
.cid-tZCTzgEzff .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCTzgEzff .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCTUU5Y5P {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCTUU5Y5P .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCTUU5Y5P .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCTUU5Y5P .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCTUU5Y5P .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCTUU5Y5P .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCTUU5Y5P .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCTUU5Y5P .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCTUU5Y5P .svg-top {
    width: 1000px;
  }
}
.cid-tZCTUU5Y5P .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCTUU5Y5P .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCTUU5Y5P .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCTUU5Y5P .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCTUU5Y5P .social-row {
  text-align: center;
}
.cid-tZCTUU5Y5P .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCTUU5Y5P .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCTUU5Y5P .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCTUU5Y5P .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCTUU5Y5P .card-title,
.cid-tZCTUU5Y5P .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCTUU5Y5P .mbr-role,
.cid-tZCTUU5Y5P .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCTUU5Y5P .card-text,
.cid-tZCTUU5Y5P .mbr-section-btn,
.cid-tZCTUU5Y5P .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCTUU5Y5P .mbr-section-title {
  color: #ffffff;
}
.cid-tZCUkQwS3e {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffaa6f;
}
.cid-tZCUkQwS3e .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCUkQwS3e .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCUkQwS3e .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCUkQwS3e .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCUkQwS3e .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCUkQwS3e .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCUkQwS3e .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCUkQwS3e .svg-top {
    width: 1000px;
  }
}
.cid-tZCUkQwS3e .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCUkQwS3e .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCUkQwS3e .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCUkQwS3e .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCUkQwS3e .social-row {
  text-align: center;
}
.cid-tZCUkQwS3e .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCUkQwS3e .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCUkQwS3e .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCUkQwS3e .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCUkQwS3e .card-title,
.cid-tZCUkQwS3e .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCUkQwS3e .mbr-role,
.cid-tZCUkQwS3e .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCUkQwS3e .card-text,
.cid-tZCUkQwS3e .mbr-section-btn,
.cid-tZCUkQwS3e .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCUkQwS3e .mbr-section-title {
  color: #ffffff;
}
.cid-tZCUEhlxxV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCUEhlxxV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCUEhlxxV .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCUEhlxxV .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCUEhlxxV .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCUEhlxxV .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCUEhlxxV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCUEhlxxV .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCUEhlxxV .svg-top {
    width: 1000px;
  }
}
.cid-tZCUEhlxxV .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCUEhlxxV .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCUEhlxxV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCUEhlxxV .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCUEhlxxV .social-row {
  text-align: center;
}
.cid-tZCUEhlxxV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCUEhlxxV .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCUEhlxxV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCUEhlxxV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCUEhlxxV .card-title,
.cid-tZCUEhlxxV .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCUEhlxxV .mbr-role,
.cid-tZCUEhlxxV .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCUEhlxxV .card-text,
.cid-tZCUEhlxxV .mbr-section-btn,
.cid-tZCUEhlxxV .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCUEhlxxV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCUX14l14 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCUX14l14 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCUX14l14 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCUX14l14 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCUX14l14 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCUX14l14 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCUX14l14 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCUX14l14 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCUX14l14 .svg-top {
    width: 1000px;
  }
}
.cid-tZCUX14l14 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCUX14l14 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCUX14l14 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCUX14l14 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCUX14l14 .social-row {
  text-align: center;
}
.cid-tZCUX14l14 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCUX14l14 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCUX14l14 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCUX14l14 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCUX14l14 .card-title,
.cid-tZCUX14l14 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCUX14l14 .mbr-role,
.cid-tZCUX14l14 .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCUX14l14 .card-text,
.cid-tZCUX14l14 .mbr-section-btn,
.cid-tZCUX14l14 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCUX14l14 .mbr-section-title {
  color: #ffffff;
}
.cid-tZCVbv2rh3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffaa6f;
}
.cid-tZCVbv2rh3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCVbv2rh3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCVbv2rh3 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCVbv2rh3 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCVbv2rh3 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCVbv2rh3 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCVbv2rh3 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCVbv2rh3 .svg-top {
    width: 1000px;
  }
}
.cid-tZCVbv2rh3 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCVbv2rh3 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCVbv2rh3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCVbv2rh3 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCVbv2rh3 .social-row {
  text-align: center;
}
.cid-tZCVbv2rh3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCVbv2rh3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCVbv2rh3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCVbv2rh3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCVbv2rh3 .card-title,
.cid-tZCVbv2rh3 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCVbv2rh3 .mbr-role,
.cid-tZCVbv2rh3 .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCVbv2rh3 .card-text,
.cid-tZCVbv2rh3 .mbr-section-btn,
.cid-tZCVbv2rh3 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCVbv2rh3 .mbr-section-title {
  color: #ffffff;
}
.cid-tZCQxUeJX2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCQxUeJX2 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZCQxUeJX2 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZCQxUeJX2 .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
  color: #ffffff;
}
.cid-tZCQxUeJX2 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZCQxUeJX2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZCQxUeJX2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZCQxUeJX2 .mbr-section-btn .btn-secondary-outline .active,
.cid-tZCQxUeJX2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZCQxUeJX2 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZCQxUeJX2 .image_post {
  display: inline-block;
}
.cid-tZCQxUeJX2 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZCQxUeJX2 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZCQxUeJX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCQxUeJX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCQxUeJX2 .mbr-text,
.cid-tZCQxUeJX2 .mbr-section-btn {
  text-align: center;
}
.cid-tZCSv4kV5a {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZCSv4kV5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCSv4kV5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCSv4kV5a .mbr-text,
.cid-tZCSv4kV5a .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCSv4kV5a .mbr-section-title {
  text-align: center;
}
.cid-tZCSv4kV5a .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZCSvCu4as {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCSvCu4as .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCSvCu4as .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCSvCu4as .mbr-text,
.cid-tZCSvCu4as .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCSvCu4as .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZCSvCu4as .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZCSw9PnCs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCSw9PnCs .container {
  max-width: 1200px;
}
.cid-tZCSw9PnCs .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCSw9PnCs .container-fluid {
  max-width: 1400px;
}
.cid-tZCSw9PnCs .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCSw9PnCs p {
  line-height: 2;
}
.cid-tZCSWgPWQF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCSWgPWQF .container {
  max-width: 1200px;
}
.cid-tZCSWgPWQF .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCSWgPWQF .container-fluid {
  max-width: 1400px;
}
.cid-tZCSWgPWQF .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCSWgPWQF p {
  line-height: 2;
}
.cid-tZCThYOZro {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCThYOZro .container {
  max-width: 1200px;
}
.cid-tZCThYOZro .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCThYOZro .container-fluid {
  max-width: 1400px;
}
.cid-tZCThYOZro .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCThYOZro p {
  line-height: 2;
}
.cid-tZCTAiyhzp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCTAiyhzp .container {
  max-width: 1200px;
}
.cid-tZCTAiyhzp .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCTAiyhzp .container-fluid {
  max-width: 1400px;
}
.cid-tZCTAiyhzp .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCTAiyhzp p {
  line-height: 2;
}
.cid-tZCTXa1hDD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZCTXa1hDD .container {
  max-width: 1200px;
}
.cid-tZCTXa1hDD .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCTXa1hDD .container-fluid {
  max-width: 1400px;
}
.cid-tZCTXa1hDD .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCTXa1hDD p {
  line-height: 2;
}
.cid-tZCTXKXsLJ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZCTXKXsLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCTXKXsLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCTXKXsLJ .mbr-text,
.cid-tZCTXKXsLJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCTXKXsLJ .mbr-section-title {
  text-align: center;
}
.cid-tZCTXKXsLJ .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZCTYiNQXG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCTYiNQXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCTYiNQXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCTYiNQXG .mbr-text,
.cid-tZCTYiNQXG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZCTYiNQXG .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZCTYiNQXG .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZCUlWjiFi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCUlWjiFi .container {
  max-width: 1200px;
}
.cid-tZCUlWjiFi .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCUlWjiFi .container-fluid {
  max-width: 1400px;
}
.cid-tZCUlWjiFi .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCUlWjiFi p {
  line-height: 2;
}
.cid-tZCUGpKpuL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCUGpKpuL .container {
  max-width: 1200px;
}
.cid-tZCUGpKpuL .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCUGpKpuL .container-fluid {
  max-width: 1400px;
}
.cid-tZCUGpKpuL .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCUGpKpuL p {
  line-height: 2;
}
.cid-tZCUYofeYr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCUYofeYr .container {
  max-width: 1200px;
}
.cid-tZCUYofeYr .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCUYofeYr .container-fluid {
  max-width: 1400px;
}
.cid-tZCUYofeYr .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCUYofeYr p {
  line-height: 2;
}
.cid-tZCVdaNXdH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCVdaNXdH .container {
  max-width: 1200px;
}
.cid-tZCVdaNXdH .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCVdaNXdH .container-fluid {
  max-width: 1400px;
}
.cid-tZCVdaNXdH .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCVdaNXdH p {
  line-height: 2;
}
.cid-tZCVFFvBYl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCVFFvBYl .container {
  max-width: 1200px;
}
.cid-tZCVFFvBYl .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCVFFvBYl .container-fluid {
  max-width: 1400px;
}
.cid-tZCVFFvBYl .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCVFFvBYl p {
  line-height: 2;
}
.cid-tZCVsXz9KD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCVsXz9KD .container {
  max-width: 1200px;
}
.cid-tZCVsXz9KD .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCVsXz9KD .container-fluid {
  max-width: 1400px;
}
.cid-tZCVsXz9KD .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCVsXz9KD p {
  line-height: 2;
}
.cid-tZCVRuXSSq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCVRuXSSq .container {
  max-width: 1200px;
}
.cid-tZCVRuXSSq .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCVRuXSSq .container-fluid {
  max-width: 1400px;
}
.cid-tZCVRuXSSq .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCVRuXSSq p {
  line-height: 2;
}
.cid-tZCW4m4FiO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCW4m4FiO .container {
  max-width: 1200px;
}
.cid-tZCW4m4FiO .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCW4m4FiO .container-fluid {
  max-width: 1400px;
}
.cid-tZCW4m4FiO .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCW4m4FiO p {
  line-height: 2;
}
.cid-tZCWjy2D4r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZCWjy2D4r .container {
  max-width: 1200px;
}
.cid-tZCWjy2D4r .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCWjy2D4r .container-fluid {
  max-width: 1400px;
}
.cid-tZCWjy2D4r .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCWjy2D4r p {
  line-height: 2;
}
.cid-tZCWwlhKJS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZCWwlhKJS .container {
  max-width: 1200px;
}
.cid-tZCWwlhKJS .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZCWwlhKJS .container-fluid {
  max-width: 1400px;
}
.cid-tZCWwlhKJS .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZCWwlhKJS p {
  line-height: 2;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZCX8rsKOb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZCX8rsKOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCX8rsKOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCX8rsKOb .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZCX9cMYP6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZCX9cMYP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCX9cMYP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCX9cMYP6 .mbr-text,
.cid-tZCX9cMYP6 .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-tZCX9cMYP6 .mbr-section-title {
  text-align: center;
}
.cid-tZCX9J4Y0y {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffaa6f;
}
.cid-tZCX9J4Y0y .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCX9J4Y0y .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCX9J4Y0y .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCX9J4Y0y .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCX9J4Y0y .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCX9J4Y0y .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCX9J4Y0y .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCX9J4Y0y .svg-top {
    width: 1000px;
  }
}
.cid-tZCX9J4Y0y .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCX9J4Y0y .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCX9J4Y0y .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCX9J4Y0y .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCX9J4Y0y .social-row {
  text-align: center;
}
.cid-tZCX9J4Y0y .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCX9J4Y0y .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCX9J4Y0y .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCX9J4Y0y .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCX9J4Y0y .card-title,
.cid-tZCX9J4Y0y .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCX9J4Y0y .mbr-role,
.cid-tZCX9J4Y0y .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCX9J4Y0y .card-text,
.cid-tZCX9J4Y0y .mbr-section-btn,
.cid-tZCX9J4Y0y .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCX9J4Y0y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCXpb8gqz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCXpb8gqz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCXpb8gqz .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCXpb8gqz .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCXpb8gqz .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCXpb8gqz .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCXpb8gqz .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCXpb8gqz .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCXpb8gqz .svg-top {
    width: 1000px;
  }
}
.cid-tZCXpb8gqz .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCXpb8gqz .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCXpb8gqz .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCXpb8gqz .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCXpb8gqz .social-row {
  text-align: center;
}
.cid-tZCXpb8gqz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCXpb8gqz .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCXpb8gqz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCXpb8gqz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCXpb8gqz .card-title,
.cid-tZCXpb8gqz .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCXpb8gqz .mbr-role,
.cid-tZCXpb8gqz .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCXpb8gqz .card-text,
.cid-tZCXpb8gqz .mbr-section-btn,
.cid-tZCXpb8gqz .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCXpb8gqz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCXG4RfbL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCXG4RfbL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCXG4RfbL .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCXG4RfbL .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCXG4RfbL .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCXG4RfbL .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCXG4RfbL .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCXG4RfbL .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCXG4RfbL .svg-top {
    width: 1000px;
  }
}
.cid-tZCXG4RfbL .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCXG4RfbL .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCXG4RfbL .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCXG4RfbL .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCXG4RfbL .social-row {
  text-align: center;
}
.cid-tZCXG4RfbL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCXG4RfbL .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCXG4RfbL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCXG4RfbL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCXG4RfbL .card-title,
.cid-tZCXG4RfbL .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCXG4RfbL .mbr-role,
.cid-tZCXG4RfbL .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCXG4RfbL .card-text,
.cid-tZCXG4RfbL .mbr-section-btn,
.cid-tZCXG4RfbL .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCXG4RfbL .mbr-section-title {
  color: #ffffff;
}
.cid-tZCXRPofVx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffaa6f;
}
.cid-tZCXRPofVx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCXRPofVx .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCXRPofVx .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCXRPofVx .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCXRPofVx .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCXRPofVx .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCXRPofVx .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCXRPofVx .svg-top {
    width: 1000px;
  }
}
.cid-tZCXRPofVx .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCXRPofVx .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCXRPofVx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCXRPofVx .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCXRPofVx .social-row {
  text-align: center;
}
.cid-tZCXRPofVx .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCXRPofVx .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCXRPofVx .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCXRPofVx .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCXRPofVx .card-title,
.cid-tZCXRPofVx .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCXRPofVx .mbr-role,
.cid-tZCXRPofVx .social-row {
  color: #808080;
  text-align: center;
}
.cid-tZCXRPofVx .card-text,
.cid-tZCXRPofVx .mbr-section-btn,
.cid-tZCXRPofVx .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCXRPofVx .mbr-section-title {
  color: #ffffff;
}
.cid-tZCY3WWAc3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCY3WWAc3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCY3WWAc3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCY3WWAc3 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCY3WWAc3 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCY3WWAc3 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCY3WWAc3 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCY3WWAc3 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCY3WWAc3 .svg-top {
    width: 1000px;
  }
}
.cid-tZCY3WWAc3 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCY3WWAc3 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCY3WWAc3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCY3WWAc3 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCY3WWAc3 .social-row {
  text-align: center;
}
.cid-tZCY3WWAc3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCY3WWAc3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCY3WWAc3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCY3WWAc3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCY3WWAc3 .card-title,
.cid-tZCY3WWAc3 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCY3WWAc3 .mbr-role,
.cid-tZCY3WWAc3 .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCY3WWAc3 .card-text,
.cid-tZCY3WWAc3 .mbr-section-btn,
.cid-tZCY3WWAc3 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCY3WWAc3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCYfwssJV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCYfwssJV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCYfwssJV .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCYfwssJV .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCYfwssJV .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCYfwssJV .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCYfwssJV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCYfwssJV .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCYfwssJV .svg-top {
    width: 1000px;
  }
}
.cid-tZCYfwssJV .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCYfwssJV .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCYfwssJV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCYfwssJV .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCYfwssJV .social-row {
  text-align: center;
}
.cid-tZCYfwssJV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCYfwssJV .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCYfwssJV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCYfwssJV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCYfwssJV .card-title,
.cid-tZCYfwssJV .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCYfwssJV .mbr-role,
.cid-tZCYfwssJV .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCYfwssJV .card-text,
.cid-tZCYfwssJV .mbr-section-btn,
.cid-tZCYfwssJV .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCYfwssJV .mbr-section-title {
  color: #ffffff;
}
.cid-tZCYrvMYb7 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-tZCYrvMYb7 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCYrvMYb7 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCYrvMYb7 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCYrvMYb7 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCYrvMYb7 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCYrvMYb7 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCYrvMYb7 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCYrvMYb7 .svg-top {
    width: 1000px;
  }
}
.cid-tZCYrvMYb7 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCYrvMYb7 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCYrvMYb7 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCYrvMYb7 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCYrvMYb7 .social-row {
  text-align: center;
}
.cid-tZCYrvMYb7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCYrvMYb7 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCYrvMYb7 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCYrvMYb7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCYrvMYb7 .card-title,
.cid-tZCYrvMYb7 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCYrvMYb7 .mbr-role,
.cid-tZCYrvMYb7 .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCYrvMYb7 .card-text,
.cid-tZCYrvMYb7 .mbr-section-btn,
.cid-tZCYrvMYb7 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCYrvMYb7 .mbr-section-title {
  color: #ffffff;
}
.cid-tZCYDpFuC2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffaa6f;
}
.cid-tZCYDpFuC2 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCYDpFuC2 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCYDpFuC2 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCYDpFuC2 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCYDpFuC2 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCYDpFuC2 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCYDpFuC2 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCYDpFuC2 .svg-top {
    width: 1000px;
  }
}
.cid-tZCYDpFuC2 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCYDpFuC2 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCYDpFuC2 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCYDpFuC2 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCYDpFuC2 .social-row {
  text-align: center;
}
.cid-tZCYDpFuC2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCYDpFuC2 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCYDpFuC2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCYDpFuC2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCYDpFuC2 .card-title,
.cid-tZCYDpFuC2 .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCYDpFuC2 .mbr-role,
.cid-tZCYDpFuC2 .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-tZCYDpFuC2 .card-text,
.cid-tZCYDpFuC2 .mbr-section-btn,
.cid-tZCYDpFuC2 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCYDpFuC2 .mbr-section-title {
  color: #ffffff;
}
.cid-tZCXa9npeH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZCXa9npeH .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-tZCXa9npeH .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-tZCXa9npeH .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
  color: #ffffff;
}
.cid-tZCXa9npeH .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-tZCXa9npeH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tZCXa9npeH .mbr-section-btn .btn-secondary-outline:hover,
.cid-tZCXa9npeH .mbr-section-btn .btn-secondary-outline .active,
.cid-tZCXa9npeH .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-tZCXa9npeH .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-tZCXa9npeH .image_post {
  display: inline-block;
}
.cid-tZCXa9npeH .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-tZCXa9npeH .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-tZCXa9npeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCXa9npeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCXa9npeH .mbr-text,
.cid-tZCXa9npeH .mbr-section-btn {
  text-align: center;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZCZd81FsH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZCZd81FsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCZd81FsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCZd81FsH .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZDfGbRpGZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZCZeeoWrh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZCZeeoWrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCZeeoWrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCZeeoWrh .mbr-text,
.cid-tZCZeeoWrh .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-tZCZeeoWrh .mbr-section-title {
  text-align: center;
}
.cid-tZCZeeoWrh .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZCZeLqcAU {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffaa6f;
}
.cid-tZCZeLqcAU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCZeLqcAU .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCZeLqcAU .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCZeLqcAU .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCZeLqcAU .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCZeLqcAU .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCZeLqcAU .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCZeLqcAU .svg-top {
    width: 1000px;
  }
}
.cid-tZCZeLqcAU .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-tZCZeLqcAU .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCZeLqcAU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCZeLqcAU .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCZeLqcAU .social-row {
  text-align: center;
}
.cid-tZCZeLqcAU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCZeLqcAU .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCZeLqcAU .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCZeLqcAU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCZeLqcAU .card-title,
.cid-tZCZeLqcAU .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZCZeLqcAU .mbr-role,
.cid-tZCZeLqcAU .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCZeLqcAU .card-text,
.cid-tZCZeLqcAU .mbr-section-btn,
.cid-tZCZeLqcAU .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCZeLqcAU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCZCFffIB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffaa6f;
}
.cid-tZCZCFffIB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCZCFffIB .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCZCFffIB .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZCZCFffIB .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZCZCFffIB .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZCZCFffIB .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZCZCFffIB .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZCZCFffIB .svg-top {
    width: 1000px;
  }
}
.cid-tZCZCFffIB .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZCZCFffIB .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCZCFffIB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZCZCFffIB .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZCZCFffIB .social-row {
  text-align: center;
}
.cid-tZCZCFffIB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCZCFffIB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCZCFffIB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCZCFffIB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCZCFffIB .card-title,
.cid-tZCZCFffIB .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZCZCFffIB .mbr-role,
.cid-tZCZCFffIB .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZCZCFffIB .card-text,
.cid-tZCZCFffIB .mbr-section-btn,
.cid-tZCZCFffIB .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZCZCFffIB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZD6CMqivJ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffaa6f;
}
.cid-tZD6CMqivJ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZD6CMqivJ .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZD6CMqivJ .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZD6CMqivJ .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZD6CMqivJ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZD6CMqivJ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZD6CMqivJ .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZD6CMqivJ .svg-top {
    width: 1000px;
  }
}
.cid-tZD6CMqivJ .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZD6CMqivJ .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZD6CMqivJ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZD6CMqivJ .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZD6CMqivJ .social-row {
  text-align: center;
}
.cid-tZD6CMqivJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZD6CMqivJ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZD6CMqivJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZD6CMqivJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZD6CMqivJ .card-title,
.cid-tZD6CMqivJ .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZD6CMqivJ .mbr-role,
.cid-tZD6CMqivJ .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZD6CMqivJ .card-text,
.cid-tZD6CMqivJ .mbr-section-btn,
.cid-tZD6CMqivJ .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZD6CMqivJ .mbr-section-title {
  color: #ffffff;
}
.cid-tZD7vUGNrM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffaa6f;
}
.cid-tZD7vUGNrM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZD7vUGNrM .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZD7vUGNrM .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZD7vUGNrM .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZD7vUGNrM .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZD7vUGNrM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZD7vUGNrM .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZD7vUGNrM .svg-top {
    width: 1000px;
  }
}
.cid-tZD7vUGNrM .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZD7vUGNrM .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZD7vUGNrM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZD7vUGNrM .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZD7vUGNrM .social-row {
  text-align: center;
}
.cid-tZD7vUGNrM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZD7vUGNrM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZD7vUGNrM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZD7vUGNrM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZD7vUGNrM .card-title,
.cid-tZD7vUGNrM .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZD7vUGNrM .mbr-role,
.cid-tZD7vUGNrM .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZD7vUGNrM .card-text,
.cid-tZD7vUGNrM .mbr-section-btn,
.cid-tZD7vUGNrM .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZD7vUGNrM .mbr-section-title {
  color: #ffffff;
}
.cid-tZD7gXHLze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZD7gXHLze .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZD7gXHLze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZD7gXHLze .mbr-text,
.cid-tZD7gXHLze .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-tZD7gXHLze .mbr-section-title {
  text-align: center;
}
.cid-tZD7gXHLze .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZD6ZahvOz {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffaa6f;
}
.cid-tZD6ZahvOz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZD6ZahvOz .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZD6ZahvOz .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZD6ZahvOz .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZD6ZahvOz .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZD6ZahvOz .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZD6ZahvOz .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZD6ZahvOz .svg-top {
    width: 1000px;
  }
}
.cid-tZD6ZahvOz .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-tZD6ZahvOz .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZD6ZahvOz .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZD6ZahvOz .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZD6ZahvOz .social-row {
  text-align: center;
}
.cid-tZD6ZahvOz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZD6ZahvOz .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZD6ZahvOz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZD6ZahvOz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZD6ZahvOz .card-title,
.cid-tZD6ZahvOz .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZD6ZahvOz .mbr-role,
.cid-tZD6ZahvOz .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZD6ZahvOz .card-text,
.cid-tZD6ZahvOz .mbr-section-btn,
.cid-tZD6ZahvOz .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZD6ZahvOz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZD7hM0S7k {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffaa6f;
}
.cid-tZD7hM0S7k .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZD7hM0S7k .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZD7hM0S7k .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZD7hM0S7k .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZD7hM0S7k .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZD7hM0S7k .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZD7hM0S7k .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZD7hM0S7k .svg-top {
    width: 1000px;
  }
}
.cid-tZD7hM0S7k .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZD7hM0S7k .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZD7hM0S7k .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZD7hM0S7k .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZD7hM0S7k .social-row {
  text-align: center;
}
.cid-tZD7hM0S7k .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZD7hM0S7k .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZD7hM0S7k .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZD7hM0S7k .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZD7hM0S7k .card-title,
.cid-tZD7hM0S7k .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZD7hM0S7k .mbr-role,
.cid-tZD7hM0S7k .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZD7hM0S7k .card-text,
.cid-tZD7hM0S7k .mbr-section-btn,
.cid-tZD7hM0S7k .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZD7hM0S7k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZDewjUAXW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffaa6f;
}
.cid-tZDewjUAXW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZDewjUAXW .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZDewjUAXW .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZDewjUAXW .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZDewjUAXW .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZDewjUAXW .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZDewjUAXW .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZDewjUAXW .svg-top {
    width: 1000px;
  }
}
.cid-tZDewjUAXW .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZDewjUAXW .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZDewjUAXW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZDewjUAXW .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZDewjUAXW .social-row {
  text-align: center;
}
.cid-tZDewjUAXW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZDewjUAXW .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZDewjUAXW .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZDewjUAXW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZDewjUAXW .card-title,
.cid-tZDewjUAXW .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZDewjUAXW .mbr-role,
.cid-tZDewjUAXW .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZDewjUAXW .card-text,
.cid-tZDewjUAXW .mbr-section-btn,
.cid-tZDewjUAXW .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZDewjUAXW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZDekW51kf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffaa6f;
}
.cid-tZDekW51kf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZDekW51kf .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZDekW51kf .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZDekW51kf .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZDekW51kf .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZDekW51kf .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZDekW51kf .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZDekW51kf .svg-top {
    width: 1000px;
  }
}
.cid-tZDekW51kf .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZDekW51kf .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZDekW51kf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZDekW51kf .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZDekW51kf .social-row {
  text-align: center;
}
.cid-tZDekW51kf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZDekW51kf .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZDekW51kf .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZDekW51kf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZDekW51kf .card-title,
.cid-tZDekW51kf .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZDekW51kf .mbr-role,
.cid-tZDekW51kf .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZDekW51kf .card-text,
.cid-tZDekW51kf .mbr-section-btn,
.cid-tZDekW51kf .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZDekW51kf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZCZfiX5U8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f5f5f5;
}
.cid-tZCZfiX5U8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZCZfiX5U8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZCZfiX5U8 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZCZfiX5U8 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZCZfiX5U8 .item-wrapper {
  background: #fff4c7;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZCZfiX5U8 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZCZfiX5U8 .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tZCZfiX5U8 .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZCZfiX5U8 .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-tZCZfiX5U8 .social-row {
  text-align: center;
}
.cid-tZCZfiX5U8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZCZfiX5U8 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZCZfiX5U8 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZCZfiX5U8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZCZfiX5U8 .card-title,
.cid-tZCZfiX5U8 .social-row {
  color: #000000;
}
.cid-tZCZfiX5U8 .card-text,
.cid-tZCZfiX5U8 .mbr-section-btn,
.cid-tZCZfiX5U8 .social-row {
  text-align: center;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZDfhKhIz9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZDfhKhIz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDfhKhIz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDfhKhIz9 .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZDgbpEwfF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZDfiwsC3m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZDfiwsC3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDfiwsC3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDfiwsC3m .mbr-text,
.cid-tZDfiwsC3m .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-tZDfiwsC3m .mbr-section-title {
  text-align: center;
}
.cid-tZDfiwsC3m .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZDfiZ6iX1 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffaa6f;
}
.cid-tZDfiZ6iX1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZDfiZ6iX1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZDfiZ6iX1 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZDfiZ6iX1 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZDfiZ6iX1 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZDfiZ6iX1 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZDfiZ6iX1 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZDfiZ6iX1 .svg-top {
    width: 1000px;
  }
}
.cid-tZDfiZ6iX1 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-tZDfiZ6iX1 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZDfiZ6iX1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZDfiZ6iX1 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZDfiZ6iX1 .social-row {
  text-align: center;
}
.cid-tZDfiZ6iX1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZDfiZ6iX1 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZDfiZ6iX1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZDfiZ6iX1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZDfiZ6iX1 .card-title,
.cid-tZDfiZ6iX1 .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZDfiZ6iX1 .mbr-role,
.cid-tZDfiZ6iX1 .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZDfiZ6iX1 .card-text,
.cid-tZDfiZ6iX1 .mbr-section-btn,
.cid-tZDfiZ6iX1 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZDfiZ6iX1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZDfY0a6Cf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffaa6f;
}
.cid-tZDfY0a6Cf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZDfY0a6Cf .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZDfY0a6Cf .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZDfY0a6Cf .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZDfY0a6Cf .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZDfY0a6Cf .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZDfY0a6Cf .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZDfY0a6Cf .svg-top {
    width: 1000px;
  }
}
.cid-tZDfY0a6Cf .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZDfY0a6Cf .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZDfY0a6Cf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZDfY0a6Cf .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZDfY0a6Cf .social-row {
  text-align: center;
}
.cid-tZDfY0a6Cf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZDfY0a6Cf .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZDfY0a6Cf .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZDfY0a6Cf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZDfY0a6Cf .card-title,
.cid-tZDfY0a6Cf .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZDfY0a6Cf .mbr-role,
.cid-tZDfY0a6Cf .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZDfY0a6Cf .card-text,
.cid-tZDfY0a6Cf .mbr-section-btn,
.cid-tZDfY0a6Cf .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZDfY0a6Cf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZDgebZeOk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffaa6f;
}
.cid-tZDgebZeOk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZDgebZeOk .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZDgebZeOk .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZDgebZeOk .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZDgebZeOk .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZDgebZeOk .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZDgebZeOk .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZDgebZeOk .svg-top {
    width: 1000px;
  }
}
.cid-tZDgebZeOk .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZDgebZeOk .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZDgebZeOk .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZDgebZeOk .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZDgebZeOk .social-row {
  text-align: center;
}
.cid-tZDgebZeOk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZDgebZeOk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZDgebZeOk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZDgebZeOk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZDgebZeOk .card-title,
.cid-tZDgebZeOk .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZDgebZeOk .mbr-role,
.cid-tZDgebZeOk .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZDgebZeOk .card-text,
.cid-tZDgebZeOk .mbr-section-btn,
.cid-tZDgebZeOk .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZDgebZeOk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZDgpjGAgk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffaa6f;
}
.cid-tZDgpjGAgk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZDgpjGAgk .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZDgpjGAgk .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZDgpjGAgk .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZDgpjGAgk .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZDgpjGAgk .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZDgpjGAgk .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZDgpjGAgk .svg-top {
    width: 1000px;
  }
}
.cid-tZDgpjGAgk .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZDgpjGAgk .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZDgpjGAgk .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZDgpjGAgk .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZDgpjGAgk .social-row {
  text-align: center;
}
.cid-tZDgpjGAgk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZDgpjGAgk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZDgpjGAgk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZDgpjGAgk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZDgpjGAgk .card-title,
.cid-tZDgpjGAgk .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZDgpjGAgk .mbr-role,
.cid-tZDgpjGAgk .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZDgpjGAgk .card-text,
.cid-tZDgpjGAgk .mbr-section-btn,
.cid-tZDgpjGAgk .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZDgpjGAgk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZDgExKDI8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZDgExKDI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDgExKDI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDgExKDI8 .mbr-text,
.cid-tZDgExKDI8 .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-tZDgExKDI8 .mbr-section-title {
  text-align: center;
}
.cid-tZDgExKDI8 .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZDgEXOoGq {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffaa6f;
}
.cid-tZDgEXOoGq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZDgEXOoGq .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZDgEXOoGq .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZDgEXOoGq .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZDgEXOoGq .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZDgEXOoGq .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZDgEXOoGq .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZDgEXOoGq .svg-top {
    width: 1000px;
  }
}
.cid-tZDgEXOoGq .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-tZDgEXOoGq .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZDgEXOoGq .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZDgEXOoGq .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZDgEXOoGq .social-row {
  text-align: center;
}
.cid-tZDgEXOoGq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZDgEXOoGq .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZDgEXOoGq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZDgEXOoGq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZDgEXOoGq .card-title,
.cid-tZDgEXOoGq .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-tZDgEXOoGq .mbr-role,
.cid-tZDgEXOoGq .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZDgEXOoGq .card-text,
.cid-tZDgEXOoGq .mbr-section-btn,
.cid-tZDgEXOoGq .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZDgEXOoGq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZDgRUSdSR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffaa6f;
}
.cid-tZDgRUSdSR .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZDgRUSdSR .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZDgRUSdSR .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZDgRUSdSR .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZDgRUSdSR .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZDgRUSdSR .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZDgRUSdSR .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZDgRUSdSR .svg-top {
    width: 1000px;
  }
}
.cid-tZDgRUSdSR .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZDgRUSdSR .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZDgRUSdSR .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZDgRUSdSR .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZDgRUSdSR .social-row {
  text-align: center;
}
.cid-tZDgRUSdSR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZDgRUSdSR .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZDgRUSdSR .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZDgRUSdSR .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZDgRUSdSR .card-title,
.cid-tZDgRUSdSR .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZDgRUSdSR .mbr-role,
.cid-tZDgRUSdSR .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZDgRUSdSR .card-text,
.cid-tZDgRUSdSR .mbr-section-btn,
.cid-tZDgRUSdSR .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZDgRUSdSR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZDh2YgUzh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffaa6f;
}
.cid-tZDh2YgUzh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZDh2YgUzh .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZDh2YgUzh .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZDh2YgUzh .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZDh2YgUzh .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZDh2YgUzh .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZDh2YgUzh .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZDh2YgUzh .svg-top {
    width: 1000px;
  }
}
.cid-tZDh2YgUzh .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZDh2YgUzh .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZDh2YgUzh .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZDh2YgUzh .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZDh2YgUzh .social-row {
  text-align: center;
}
.cid-tZDh2YgUzh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZDh2YgUzh .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZDh2YgUzh .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZDh2YgUzh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZDh2YgUzh .card-title,
.cid-tZDh2YgUzh .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZDh2YgUzh .mbr-role,
.cid-tZDh2YgUzh .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZDh2YgUzh .card-text,
.cid-tZDh2YgUzh .mbr-section-btn,
.cid-tZDh2YgUzh .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZDh2YgUzh .mbr-section-title {
  color: #ffffff;
}
.cid-tZDhggqqfr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffaa6f;
}
.cid-tZDhggqqfr .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZDhggqqfr .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZDhggqqfr .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-tZDhggqqfr .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-tZDhggqqfr .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tZDhggqqfr .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-tZDhggqqfr .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-tZDhggqqfr .svg-top {
    width: 1000px;
  }
}
.cid-tZDhggqqfr .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-tZDhggqqfr .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZDhggqqfr .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tZDhggqqfr .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-tZDhggqqfr .social-row {
  text-align: center;
}
.cid-tZDhggqqfr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZDhggqqfr .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZDhggqqfr .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZDhggqqfr .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZDhggqqfr .card-title,
.cid-tZDhggqqfr .social-row {
  color: #000000;
  text-align: center;
}
.cid-tZDhggqqfr .mbr-role,
.cid-tZDhggqqfr .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-tZDhggqqfr .card-text,
.cid-tZDhggqqfr .mbr-section-btn,
.cid-tZDhggqqfr .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-tZDhggqqfr .mbr-section-title {
  color: #ffffff;
}
.cid-tZDfjsLktp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f5f5f5;
}
.cid-tZDfjsLktp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDfjsLktp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDfjsLktp .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tZDfjsLktp .team-card:hover {
  transform: translateY(-10px);
}
.cid-tZDfjsLktp .item-wrapper {
  background: #fff4c7;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tZDfjsLktp .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZDfjsLktp .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tZDfjsLktp .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZDfjsLktp .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-tZDfjsLktp .social-row {
  text-align: center;
}
.cid-tZDfjsLktp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZDfjsLktp .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tZDfjsLktp .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZDfjsLktp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tZDfjsLktp .card-title,
.cid-tZDfjsLktp .social-row {
  color: #000000;
}
.cid-tZDfjsLktp .card-text,
.cid-tZDfjsLktp .mbr-section-btn,
.cid-tZDfjsLktp .social-row {
  text-align: center;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZDhIDr8IS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZDhIDr8IS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDhIDr8IS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDhIDr8IS .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZDhJbCUb4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZDhKaIuoV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
}
.cid-tZDhKaIuoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDhKaIuoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDhKaIuoV .mbr-text,
.cid-tZDhKaIuoV .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-tZDhKaIuoV .mbr-section-title {
  text-align: center;
}
.cid-tZDhKaIuoV .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZDhKGsg1N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZDhKGsg1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDhKGsg1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDhKGsg1N .mbr-text,
.cid-tZDhKGsg1N .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZDhKGsg1N .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZDhKGsg1N .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZDhKGsg1N .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tZDhKZs8fo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZDhKZs8fo .container {
  max-width: 1200px;
}
.cid-tZDhKZs8fo .title-wrapper {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-tZDhKZs8fo .container-fluid {
  max-width: 1400px;
}
.cid-tZDhKZs8fo .mbr-section-title {
  max-width: 1200px;
  padding-bottom: 3rem;
  text-align: center;
}
.cid-tZDhKZs8fo p {
  line-height: 2;
}
.cid-tZDhKZs8fo .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tZDhKZs8fo .mbr-section-subtitle {
  color: #000000;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZDiwH6cE2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZDiwH6cE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDiwH6cE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDiwH6cE2 .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZDixrSfMX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZDiyoh5mH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
}
.cid-tZDiyoh5mH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDiyoh5mH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDiyoh5mH .mbr-text,
.cid-tZDiyoh5mH .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-tZDiyoh5mH .mbr-section-title {
  text-align: center;
}
.cid-tZDiyoh5mH .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-tZDiyNYSAH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-tZDiyNYSAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDiyNYSAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDiyNYSAH .mbr-text,
.cid-tZDiyNYSAH .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZDiyNYSAH .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZDiyNYSAH .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZDiyNYSAH .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tZDiVZfUsX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZDiVZfUsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDiVZfUsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDiVZfUsX .mbr-text,
.cid-tZDiVZfUsX .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tZDiVZfUsX .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-tZDiVZfUsX .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZDiVZfUsX .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tZDizg7jjw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
}
.cid-tZDizg7jjw .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZDizg7jjw .item:hover img,
.cid-tZDizg7jjw .item:hover .item-img {
  filter: grayscale(0);
  border-radius: 0;
}
.cid-tZDizg7jjw img {
  border: 2px solid gray;
}
.cid-tZDizg7jjw img:hover {
  border-color: #ff914d;
}
.cid-tZDizg7jjw img,
.cid-tZDizg7jjw .item-img {
  width: 100%;
  filter: grayscale(1);
  transition: all 0.3s;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tZDizg7jjw h5 {
  margin: 0;
}
.cid-tZDizg7jjw .item:focus,
.cid-tZDizg7jjw span:focus {
  outline: none;
}
.cid-tZDizg7jjw .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZDizg7jjw .item-content {
  padding-top: 1rem;
}
.cid-tZDizg7jjw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZDizg7jjw .item-title {
  color: #000000;
}
.cid-tZDizg7jjw .item-subtitle {
  color: #666666;
}
.cid-tZDjgIfZoR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fff4c7;
}
.cid-tZDjgIfZoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDjgIfZoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDjgIfZoR .mbr-text,
.cid-tZDjgIfZoR .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-tZDjgIfZoR .mbr-section-title {
  text-align: center;
}
.cid-tZDiXoCinX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZDiXoCinX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDiXoCinX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZDiXoCinX .container {
    padding: 0 30px;
  }
}
.cid-tZDiXoCinX .item {
  margin-bottom: 30px;
}
.cid-tZDiXoCinX .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #f5f5f5;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tZDiXoCinX .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-tZDiXoCinX .item .item-wrapper .image-wrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .cid-tZDiXoCinX .item .item-wrapper .image-wrap {
    margin: 0;
  }
}
.cid-tZDiXoCinX .item .item-wrapper .image-wrap .item-img img {
  height: 265px;
  width: 400px;
  object-fit: cover;
  border-radius: 1.5em;
}
@media (max-width: 992px) {
  .cid-tZDiXoCinX .item .item-wrapper .image-wrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cid-tZDiXoCinX .item .item-wrapper .image-wrap .item-img img {
    width: 180px;
  }
}
.cid-tZDiXoCinX .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-tZDiXoCinX .item .item-wrapper .item-content {
  width: 100%;
}
.cid-tZDiXoCinX .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tZDiXoCinX .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tZDiXoCinX .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-tZDiXoCinX .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tZDiXoCinX .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tZDiXoCinX .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tZDiXoCinX .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tZDiXoCinX .mbr-section-title {
  color: #2b2b2b;
}
.cid-tZDiXoCinX .mbr-desc {
  color: #ffffff;
}
.cid-tZDiXoCinX .mbr-date {
  color: #4e4e4e;
}
.cid-tZDiXoCinX .mbr-text {
  color: #4e4e4e;
}
.cid-tZDjxN9ZBU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZDjxN9ZBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDjxN9ZBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDjxN9ZBU .mbr-text,
.cid-tZDjxN9ZBU .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-tZDjxN9ZBU .mbr-section-title {
  text-align: center;
}
.cid-tZDiYk9WhV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZDiYk9WhV .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDiYk9WhV .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDiYk9WhV .row {
  justify-content: center;
}
.cid-tZDiYk9WhV .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDiYk9WhV .card-heading DIV {
  text-align: center;
}
.cid-tZDiYk9WhV .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDiZjr8Fx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZDiZjr8Fx .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDiZjr8Fx .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDiZjr8Fx .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDiZjr8Fx .last-p {
  padding-bottom: 0;
}
.cid-tZDiZjr8Fx .row {
  justify-content: center;
}
.cid-tZDiZjr8Fx a {
  font-weight: 600;
}
.cid-tZDiZjr8Fx .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDjjhWMZ1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZDjjhWMZ1 .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDjjhWMZ1 .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDjjhWMZ1 .row {
  justify-content: center;
}
.cid-tZDjjhWMZ1 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDjjhWMZ1 .card-heading DIV {
  text-align: center;
}
.cid-tZDjjhWMZ1 .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDjipIZDb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZDjipIZDb .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDjipIZDb .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDjipIZDb .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDjipIZDb .last-p {
  padding-bottom: 0;
}
.cid-tZDjipIZDb .row {
  justify-content: center;
}
.cid-tZDjipIZDb a {
  font-weight: 600;
}
.cid-tZDjipIZDb .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDjzZgr1Y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZDjzZgr1Y .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDjzZgr1Y .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDjzZgr1Y .row {
  justify-content: center;
}
.cid-tZDjzZgr1Y .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDjzZgr1Y .card-heading DIV {
  text-align: center;
}
.cid-tZDjzZgr1Y .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDjzgBe0g {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZDjzgBe0g .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDjzgBe0g .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDjzgBe0g .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDjzgBe0g .last-p {
  padding-bottom: 0;
}
.cid-tZDjzgBe0g .row {
  justify-content: center;
}
.cid-tZDjzgBe0g a {
  font-weight: 600;
}
.cid-tZDjzgBe0g .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZDOr1wupS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZDOr1wupS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZDOr1wupS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZDOr1wupS .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZDOtVqHha {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZDOtVqHha .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDOtVqHha .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDOtVqHha .row {
  justify-content: center;
}
.cid-tZDOtVqHha .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDOtVqHha .card-heading DIV {
  text-align: center;
}
.cid-tZDOtVqHha .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDOtsjaew {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZDOtsjaew .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDOtsjaew .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDOtsjaew .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDOtsjaew .last-p {
  padding-bottom: 0;
}
.cid-tZDOtsjaew .row {
  justify-content: center;
}
.cid-tZDOtsjaew a {
  font-weight: 600;
}
.cid-tZDOtsjaew .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDPlmDeIr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZDPlmDeIr .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDPlmDeIr .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDPlmDeIr .row {
  justify-content: center;
}
.cid-tZDPlmDeIr .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDPlmDeIr .card-heading DIV {
  text-align: center;
}
.cid-tZDPlmDeIr .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDPkPI1aM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZDPkPI1aM .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDPkPI1aM .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDPkPI1aM .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDPkPI1aM .last-p {
  padding-bottom: 0;
}
.cid-tZDPkPI1aM .row {
  justify-content: center;
}
.cid-tZDPkPI1aM a {
  font-weight: 600;
}
.cid-tZDPkPI1aM .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDPF9v62I {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZDPF9v62I .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDPF9v62I .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDPF9v62I .row {
  justify-content: center;
}
.cid-tZDPF9v62I .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDPF9v62I .card-heading DIV {
  text-align: center;
}
.cid-tZDPF9v62I .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDPED5mVB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZDPED5mVB .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDPED5mVB .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDPED5mVB .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDPED5mVB .last-p {
  padding-bottom: 0;
}
.cid-tZDPED5mVB .row {
  justify-content: center;
}
.cid-tZDPED5mVB a {
  font-weight: 600;
}
.cid-tZDPED5mVB .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDPUU7SAE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZDPUU7SAE .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDPUU7SAE .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDPUU7SAE .row {
  justify-content: center;
}
.cid-tZDPUU7SAE .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDPUU7SAE .card-heading DIV {
  text-align: center;
}
.cid-tZDPUU7SAE .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDPU3JaS0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZDPU3JaS0 .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDPU3JaS0 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDPU3JaS0 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDPU3JaS0 .last-p {
  padding-bottom: 0;
}
.cid-tZDPU3JaS0 .row {
  justify-content: center;
}
.cid-tZDPU3JaS0 a {
  font-weight: 600;
}
.cid-tZDPU3JaS0 .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDQ9UeIMZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZDQ9UeIMZ .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDQ9UeIMZ .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDQ9UeIMZ .row {
  justify-content: center;
}
.cid-tZDQ9UeIMZ .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDQ9UeIMZ .card-heading DIV {
  text-align: center;
}
.cid-tZDQ9UeIMZ .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDQ9n0ujx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZDQ9n0ujx .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDQ9n0ujx .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDQ9n0ujx .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDQ9n0ujx .last-p {
  padding-bottom: 0;
}
.cid-tZDQ9n0ujx .row {
  justify-content: center;
}
.cid-tZDQ9n0ujx a {
  font-weight: 600;
}
.cid-tZDQ9n0ujx .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDQoDkeB2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZDQoDkeB2 .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDQoDkeB2 .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDQoDkeB2 .row {
  justify-content: center;
}
.cid-tZDQoDkeB2 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDQoDkeB2 .card-heading DIV {
  text-align: center;
}
.cid-tZDQoDkeB2 .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDQo5EAML {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZDQo5EAML .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDQo5EAML .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDQo5EAML .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDQo5EAML .last-p {
  padding-bottom: 0;
}
.cid-tZDQo5EAML .row {
  justify-content: center;
}
.cid-tZDQo5EAML a {
  font-weight: 600;
}
.cid-tZDQo5EAML .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDQGifjax {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZDQGifjax .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDQGifjax .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDQGifjax .row {
  justify-content: center;
}
.cid-tZDQGifjax .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDQGifjax .card-heading DIV {
  text-align: center;
}
.cid-tZDQGifjax .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDQFNnZVL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZDQFNnZVL .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDQFNnZVL .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDQFNnZVL .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDQFNnZVL .last-p {
  padding-bottom: 0;
}
.cid-tZDQFNnZVL .row {
  justify-content: center;
}
.cid-tZDQFNnZVL a {
  font-weight: 600;
}
.cid-tZDQFNnZVL .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDR59hOC2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZDR59hOC2 .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDR59hOC2 .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDR59hOC2 .row {
  justify-content: center;
}
.cid-tZDR59hOC2 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDR59hOC2 .card-heading DIV {
  text-align: center;
}
.cid-tZDR59hOC2 .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDR4EbgoW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZDR4EbgoW .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDR4EbgoW .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDR4EbgoW .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDR4EbgoW .last-p {
  padding-bottom: 0;
}
.cid-tZDR4EbgoW .row {
  justify-content: center;
}
.cid-tZDR4EbgoW a {
  font-weight: 600;
}
.cid-tZDR4EbgoW .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDRtgHnlZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZDRtgHnlZ .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDRtgHnlZ .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDRtgHnlZ .row {
  justify-content: center;
}
.cid-tZDRtgHnlZ .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDRtgHnlZ .card-heading DIV {
  text-align: center;
}
.cid-tZDRtgHnlZ .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDRsKQL24 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZDRsKQL24 .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDRsKQL24 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDRsKQL24 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDRsKQL24 .last-p {
  padding-bottom: 0;
}
.cid-tZDRsKQL24 .row {
  justify-content: center;
}
.cid-tZDRsKQL24 a {
  font-weight: 600;
}
.cid-tZDRsKQL24 .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDRM7RFFv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZDRM7RFFv .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDRM7RFFv .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDRM7RFFv .row {
  justify-content: center;
}
.cid-tZDRM7RFFv .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDRM7RFFv .card-heading DIV {
  text-align: center;
}
.cid-tZDRM7RFFv .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDRLBfMYQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZDRLBfMYQ .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDRLBfMYQ .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDRLBfMYQ .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDRLBfMYQ .last-p {
  padding-bottom: 0;
}
.cid-tZDRLBfMYQ .row {
  justify-content: center;
}
.cid-tZDRLBfMYQ a {
  font-weight: 600;
}
.cid-tZDRLBfMYQ .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDSfadZNn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZDSfadZNn .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDSfadZNn .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDSfadZNn .row {
  justify-content: center;
}
.cid-tZDSfadZNn .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDSfadZNn .card-heading DIV {
  text-align: center;
}
.cid-tZDSfadZNn .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDSeBL5Wo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZDSeBL5Wo .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDSeBL5Wo .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDSeBL5Wo .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDSeBL5Wo .last-p {
  padding-bottom: 0;
}
.cid-tZDSeBL5Wo .row {
  justify-content: center;
}
.cid-tZDSeBL5Wo a {
  font-weight: 600;
}
.cid-tZDSeBL5Wo .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDStVcRZ8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZDStVcRZ8 .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDStVcRZ8 .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDStVcRZ8 .row {
  justify-content: center;
}
.cid-tZDStVcRZ8 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDStVcRZ8 .card-heading DIV {
  text-align: center;
}
.cid-tZDStVcRZ8 .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDSthaYEJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZDSthaYEJ .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDSthaYEJ .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDSthaYEJ .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDSthaYEJ .last-p {
  padding-bottom: 0;
}
.cid-tZDSthaYEJ .row {
  justify-content: center;
}
.cid-tZDSthaYEJ a {
  font-weight: 600;
}
.cid-tZDSthaYEJ .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDSKVVBVG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZDSKVVBVG .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDSKVVBVG .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDSKVVBVG .row {
  justify-content: center;
}
.cid-tZDSKVVBVG .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDSKVVBVG .card-heading DIV {
  text-align: center;
}
.cid-tZDSKVVBVG .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDSKlQL2o {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZDSKlQL2o .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDSKlQL2o .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDSKlQL2o .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDSKlQL2o .last-p {
  padding-bottom: 0;
}
.cid-tZDSKlQL2o .row {
  justify-content: center;
}
.cid-tZDSKlQL2o a {
  font-weight: 600;
}
.cid-tZDSKlQL2o .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDT2jdfaN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZDT2jdfaN .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDT2jdfaN .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDT2jdfaN .row {
  justify-content: center;
}
.cid-tZDT2jdfaN .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDT2jdfaN .card-heading DIV {
  text-align: center;
}
.cid-tZDT2jdfaN .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDT1zPQmx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZDT1zPQmx .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDT1zPQmx .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDT1zPQmx .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDT1zPQmx .last-p {
  padding-bottom: 0;
}
.cid-tZDT1zPQmx .row {
  justify-content: center;
}
.cid-tZDT1zPQmx a {
  font-weight: 600;
}
.cid-tZDT1zPQmx .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDToPPuDc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZDToPPuDc .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDToPPuDc .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDToPPuDc .row {
  justify-content: center;
}
.cid-tZDToPPuDc .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDToPPuDc .card-heading DIV {
  text-align: center;
}
.cid-tZDToPPuDc .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDTo5w7Nk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZDTo5w7Nk .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDTo5w7Nk .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDTo5w7Nk .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDTo5w7Nk .last-p {
  padding-bottom: 0;
}
.cid-tZDTo5w7Nk .row {
  justify-content: center;
}
.cid-tZDTo5w7Nk a {
  font-weight: 600;
}
.cid-tZDTo5w7Nk .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZDTGr3p4a {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZDTGr3p4a .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZDTGr3p4a .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZDTGr3p4a .row {
  justify-content: center;
}
.cid-tZDTGr3p4a .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZDTGr3p4a .card-heading DIV {
  text-align: center;
}
.cid-tZDTGr3p4a .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZDTFLvGEk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZDTFLvGEk .right {
  display: flex;
  flex-direction: column;
}
.cid-tZDTFLvGEk .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZDTFLvGEk .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZDTFLvGEk .last-p {
  padding-bottom: 0;
}
.cid-tZDTFLvGEk .row {
  justify-content: center;
}
.cid-tZDTFLvGEk a {
  font-weight: 600;
}
.cid-tZDTFLvGEk .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZE512U4mG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZE512U4mG .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZE512U4mG .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZE512U4mG .row {
  justify-content: center;
}
.cid-tZE512U4mG .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZE512U4mG .card-heading DIV {
  text-align: center;
}
.cid-tZE512U4mG .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZE50sU6zP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZE50sU6zP .right {
  display: flex;
  flex-direction: column;
}
.cid-tZE50sU6zP .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZE50sU6zP .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZE50sU6zP .last-p {
  padding-bottom: 0;
}
.cid-tZE50sU6zP .row {
  justify-content: center;
}
.cid-tZE50sU6zP a {
  font-weight: 600;
}
.cid-tZE50sU6zP .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZE5jD5jUu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZE5jD5jUu .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZE5jD5jUu .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZE5jD5jUu .row {
  justify-content: center;
}
.cid-tZE5jD5jUu .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZE5jD5jUu .card-heading DIV {
  text-align: center;
}
.cid-tZE5jD5jUu .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZE5iS3A0x {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZE5iS3A0x .right {
  display: flex;
  flex-direction: column;
}
.cid-tZE5iS3A0x .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZE5iS3A0x .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZE5iS3A0x .last-p {
  padding-bottom: 0;
}
.cid-tZE5iS3A0x .row {
  justify-content: center;
}
.cid-tZE5iS3A0x a {
  font-weight: 600;
}
.cid-tZE5iS3A0x .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZE5K88t7k {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZE5K88t7k .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZE5K88t7k .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZE5K88t7k .row {
  justify-content: center;
}
.cid-tZE5K88t7k .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZE5K88t7k .card-heading DIV {
  text-align: center;
}
.cid-tZE5K88t7k .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZE5JmYG6W {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZE5JmYG6W .right {
  display: flex;
  flex-direction: column;
}
.cid-tZE5JmYG6W .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZE5JmYG6W .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZE5JmYG6W .last-p {
  padding-bottom: 0;
}
.cid-tZE5JmYG6W .row {
  justify-content: center;
}
.cid-tZE5JmYG6W a {
  font-weight: 600;
}
.cid-tZE5JmYG6W .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZE6AIbD0g {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZE6AIbD0g .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZE6AIbD0g .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZE6AIbD0g .row {
  justify-content: center;
}
.cid-tZE6AIbD0g .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZE6AIbD0g .card-heading DIV {
  text-align: center;
}
.cid-tZE6AIbD0g .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZE6zXDpSl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZE6zXDpSl .right {
  display: flex;
  flex-direction: column;
}
.cid-tZE6zXDpSl .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZE6zXDpSl .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZE6zXDpSl .last-p {
  padding-bottom: 0;
}
.cid-tZE6zXDpSl .row {
  justify-content: center;
}
.cid-tZE6zXDpSl a {
  font-weight: 600;
}
.cid-tZE6zXDpSl .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZE6ZYzY0D {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZE6ZYzY0D .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZE6ZYzY0D .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZE6ZYzY0D .row {
  justify-content: center;
}
.cid-tZE6ZYzY0D .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZE6ZYzY0D .card-heading DIV {
  text-align: center;
}
.cid-tZE6ZYzY0D .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZE6ZjiRql {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZE6ZjiRql .right {
  display: flex;
  flex-direction: column;
}
.cid-tZE6ZjiRql .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZE6ZjiRql .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZE6ZjiRql .last-p {
  padding-bottom: 0;
}
.cid-tZE6ZjiRql .row {
  justify-content: center;
}
.cid-tZE6ZjiRql a {
  font-weight: 600;
}
.cid-tZE6ZjiRql .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZE7hk1vrO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZE7hk1vrO .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZE7hk1vrO .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZE7hk1vrO .row {
  justify-content: center;
}
.cid-tZE7hk1vrO .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZE7hk1vrO .card-heading DIV {
  text-align: center;
}
.cid-tZE7hk1vrO .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZE7gCeDhX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZE7gCeDhX .right {
  display: flex;
  flex-direction: column;
}
.cid-tZE7gCeDhX .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZE7gCeDhX .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZE7gCeDhX .last-p {
  padding-bottom: 0;
}
.cid-tZE7gCeDhX .row {
  justify-content: center;
}
.cid-tZE7gCeDhX a {
  font-weight: 600;
}
.cid-tZE7gCeDhX .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZE7EJ2D8h {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZE7EJ2D8h .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZE7EJ2D8h .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZE7EJ2D8h .row {
  justify-content: center;
}
.cid-tZE7EJ2D8h .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZE7EJ2D8h .card-heading DIV {
  text-align: center;
}
.cid-tZE7EJ2D8h .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZE7E8ahCW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZE7E8ahCW .right {
  display: flex;
  flex-direction: column;
}
.cid-tZE7E8ahCW .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZE7E8ahCW .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZE7E8ahCW .last-p {
  padding-bottom: 0;
}
.cid-tZE7E8ahCW .row {
  justify-content: center;
}
.cid-tZE7E8ahCW a {
  font-weight: 600;
}
.cid-tZE7E8ahCW .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZE7VIfIOq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZE7VIfIOq .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZE7VIfIOq .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZE7VIfIOq .row {
  justify-content: center;
}
.cid-tZE7VIfIOq .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZE7VIfIOq .card-heading DIV {
  text-align: center;
}
.cid-tZE7VIfIOq .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZE7V1mRho {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZE7V1mRho .right {
  display: flex;
  flex-direction: column;
}
.cid-tZE7V1mRho .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZE7V1mRho .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZE7V1mRho .last-p {
  padding-bottom: 0;
}
.cid-tZE7V1mRho .row {
  justify-content: center;
}
.cid-tZE7V1mRho a {
  font-weight: 600;
}
.cid-tZE7V1mRho .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZE8sm4S9q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZE8sm4S9q .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZE8sm4S9q .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZE8sm4S9q .row {
  justify-content: center;
}
.cid-tZE8sm4S9q .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZE8sm4S9q .card-heading DIV {
  text-align: center;
}
.cid-tZE8sm4S9q .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZE8rN6oWQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZE8rN6oWQ .right {
  display: flex;
  flex-direction: column;
}
.cid-tZE8rN6oWQ .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZE8rN6oWQ .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZE8rN6oWQ .last-p {
  padding-bottom: 0;
}
.cid-tZE8rN6oWQ .row {
  justify-content: center;
}
.cid-tZE8rN6oWQ a {
  font-weight: 600;
}
.cid-tZE8rN6oWQ .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZE8MInDKQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZE8MInDKQ .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZE8MInDKQ .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZE8MInDKQ .row {
  justify-content: center;
}
.cid-tZE8MInDKQ .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZE8MInDKQ .card-heading DIV {
  text-align: center;
}
.cid-tZE8MInDKQ .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZE8M3cbbH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff4c7;
}
.cid-tZE8M3cbbH .right {
  display: flex;
  flex-direction: column;
}
.cid-tZE8M3cbbH .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZE8M3cbbH .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZE8M3cbbH .last-p {
  padding-bottom: 0;
}
.cid-tZE8M3cbbH .row {
  justify-content: center;
}
.cid-tZE8M3cbbH a {
  font-weight: 600;
}
.cid-tZE8M3cbbH .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZEb4m5Ks3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZEb4m5Ks3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZEb4m5Ks3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZEb4m5Ks3 .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZEb5s6y0Z {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEb5s6y0Z .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEb5s6y0Z .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEb5s6y0Z .row {
  justify-content: center;
}
.cid-tZEb5s6y0Z .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEb5s6y0Z .card-heading DIV {
  text-align: center;
}
.cid-tZEb5s6y0Z .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEb532ncN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEb532ncN .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEb532ncN .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEb532ncN .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEb532ncN .last-p {
  padding-bottom: 0;
}
.cid-tZEb532ncN .row {
  justify-content: center;
}
.cid-tZEb532ncN a {
  font-weight: 600;
}
.cid-tZEb532ncN .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEbm5otwZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEbm5otwZ .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEbm5otwZ .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEbm5otwZ .row {
  justify-content: center;
}
.cid-tZEbm5otwZ .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEbm5otwZ .card-heading DIV {
  text-align: center;
}
.cid-tZEbm5otwZ .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEblkKWES {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEblkKWES .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEblkKWES .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEblkKWES .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEblkKWES .last-p {
  padding-bottom: 0;
}
.cid-tZEblkKWES .row {
  justify-content: center;
}
.cid-tZEblkKWES a {
  font-weight: 600;
}
.cid-tZEblkKWES .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEbGwnWr5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEbGwnWr5 .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEbGwnWr5 .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEbGwnWr5 .row {
  justify-content: center;
}
.cid-tZEbGwnWr5 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEbGwnWr5 .card-heading DIV {
  text-align: center;
}
.cid-tZEbGwnWr5 .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEbFWeBJf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEbFWeBJf .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEbFWeBJf .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEbFWeBJf .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEbFWeBJf .last-p {
  padding-bottom: 0;
}
.cid-tZEbFWeBJf .row {
  justify-content: center;
}
.cid-tZEbFWeBJf a {
  font-weight: 600;
}
.cid-tZEbFWeBJf .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEbY73oct {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEbY73oct .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEbY73oct .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEbY73oct .row {
  justify-content: center;
}
.cid-tZEbY73oct .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEbY73oct .card-heading DIV {
  text-align: center;
}
.cid-tZEbY73oct .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEbXAHOqt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEbXAHOqt .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEbXAHOqt .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEbXAHOqt .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEbXAHOqt .last-p {
  padding-bottom: 0;
}
.cid-tZEbXAHOqt .row {
  justify-content: center;
}
.cid-tZEbXAHOqt a {
  font-weight: 600;
}
.cid-tZEbXAHOqt .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEcc0Zpoh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEcc0Zpoh .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEcc0Zpoh .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEcc0Zpoh .row {
  justify-content: center;
}
.cid-tZEcc0Zpoh .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEcc0Zpoh .card-heading DIV {
  text-align: center;
}
.cid-tZEcc0Zpoh .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEcboYrSw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEcboYrSw .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEcboYrSw .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEcboYrSw .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEcboYrSw .last-p {
  padding-bottom: 0;
}
.cid-tZEcboYrSw .row {
  justify-content: center;
}
.cid-tZEcboYrSw a {
  font-weight: 600;
}
.cid-tZEcboYrSw .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEcpu0n2t {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEcpu0n2t .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEcpu0n2t .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEcpu0n2t .row {
  justify-content: center;
}
.cid-tZEcpu0n2t .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEcpu0n2t .card-heading DIV {
  text-align: center;
}
.cid-tZEcpu0n2t .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEcoX69rh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEcoX69rh .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEcoX69rh .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEcoX69rh .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEcoX69rh .last-p {
  padding-bottom: 0;
}
.cid-tZEcoX69rh .row {
  justify-content: center;
}
.cid-tZEcoX69rh a {
  font-weight: 600;
}
.cid-tZEcoX69rh .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEeNpZgXT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEeNpZgXT .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEeNpZgXT .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEeNpZgXT .row {
  justify-content: center;
}
.cid-tZEeNpZgXT .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEeNpZgXT .card-heading DIV {
  text-align: center;
}
.cid-tZEeNpZgXT .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEeMSxzJD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEeMSxzJD .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEeMSxzJD .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEeMSxzJD .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEeMSxzJD .last-p {
  padding-bottom: 0;
}
.cid-tZEeMSxzJD .row {
  justify-content: center;
}
.cid-tZEeMSxzJD a {
  font-weight: 600;
}
.cid-tZEeMSxzJD .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEf6U8fs1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEf6U8fs1 .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEf6U8fs1 .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEf6U8fs1 .row {
  justify-content: center;
}
.cid-tZEf6U8fs1 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEf6U8fs1 .card-heading DIV {
  text-align: center;
}
.cid-tZEf6U8fs1 .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEf6biFHA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEf6biFHA .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEf6biFHA .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEf6biFHA .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEf6biFHA .last-p {
  padding-bottom: 0;
}
.cid-tZEf6biFHA .row {
  justify-content: center;
}
.cid-tZEf6biFHA a {
  font-weight: 600;
}
.cid-tZEf6biFHA .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEfn4xoEx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEfn4xoEx .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEfn4xoEx .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEfn4xoEx .row {
  justify-content: center;
}
.cid-tZEfn4xoEx .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEfn4xoEx .card-heading DIV {
  text-align: center;
}
.cid-tZEfn4xoEx .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEfmwdSXn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEfmwdSXn .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEfmwdSXn .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEfmwdSXn .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEfmwdSXn .last-p {
  padding-bottom: 0;
}
.cid-tZEfmwdSXn .row {
  justify-content: center;
}
.cid-tZEfmwdSXn a {
  font-weight: 600;
}
.cid-tZEfmwdSXn .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEfBzpbPo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEfBzpbPo .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEfBzpbPo .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEfBzpbPo .row {
  justify-content: center;
}
.cid-tZEfBzpbPo .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEfBzpbPo .card-heading DIV {
  text-align: center;
}
.cid-tZEfBzpbPo .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEfB0TcKr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEfB0TcKr .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEfB0TcKr .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEfB0TcKr .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEfB0TcKr .last-p {
  padding-bottom: 0;
}
.cid-tZEfB0TcKr .row {
  justify-content: center;
}
.cid-tZEfB0TcKr a {
  font-weight: 600;
}
.cid-tZEfB0TcKr .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEfVJcgiO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEfVJcgiO .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEfVJcgiO .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEfVJcgiO .row {
  justify-content: center;
}
.cid-tZEfVJcgiO .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEfVJcgiO .card-heading DIV {
  text-align: center;
}
.cid-tZEfVJcgiO .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEfVaYjqa {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEfVaYjqa .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEfVaYjqa .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEfVaYjqa .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEfVaYjqa .last-p {
  padding-bottom: 0;
}
.cid-tZEfVaYjqa .row {
  justify-content: center;
}
.cid-tZEfVaYjqa a {
  font-weight: 600;
}
.cid-tZEfVaYjqa .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEgceR0P9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEgceR0P9 .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEgceR0P9 .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEgceR0P9 .row {
  justify-content: center;
}
.cid-tZEgceR0P9 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEgceR0P9 .card-heading DIV {
  text-align: center;
}
.cid-tZEgceR0P9 .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEgbuEasw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEgbuEasw .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEgbuEasw .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEgbuEasw .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEgbuEasw .last-p {
  padding-bottom: 0;
}
.cid-tZEgbuEasw .row {
  justify-content: center;
}
.cid-tZEgbuEasw a {
  font-weight: 600;
}
.cid-tZEgbuEasw .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEguZMDd0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEguZMDd0 .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEguZMDd0 .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEguZMDd0 .row {
  justify-content: center;
}
.cid-tZEguZMDd0 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEguZMDd0 .card-heading DIV {
  text-align: center;
}
.cid-tZEguZMDd0 .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEgusR6Fz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEgusR6Fz .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEgusR6Fz .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEgusR6Fz .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEgusR6Fz .last-p {
  padding-bottom: 0;
}
.cid-tZEgusR6Fz .row {
  justify-content: center;
}
.cid-tZEgusR6Fz a {
  font-weight: 600;
}
.cid-tZEgusR6Fz .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEgNhibPV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEgNhibPV .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEgNhibPV .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEgNhibPV .row {
  justify-content: center;
}
.cid-tZEgNhibPV .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEgNhibPV .card-heading DIV {
  text-align: center;
}
.cid-tZEgNhibPV .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEgMHwga9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEgMHwga9 .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEgMHwga9 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEgMHwga9 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEgMHwga9 .last-p {
  padding-bottom: 0;
}
.cid-tZEgMHwga9 .row {
  justify-content: center;
}
.cid-tZEgMHwga9 a {
  font-weight: 600;
}
.cid-tZEgMHwga9 .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEh5tukVf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEh5tukVf .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEh5tukVf .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEh5tukVf .row {
  justify-content: center;
}
.cid-tZEh5tukVf .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEh5tukVf .card-heading DIV {
  text-align: center;
}
.cid-tZEh5tukVf .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEh4U18je {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEh4U18je .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEh4U18je .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEh4U18je .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEh4U18je .last-p {
  padding-bottom: 0;
}
.cid-tZEh4U18je .row {
  justify-content: center;
}
.cid-tZEh4U18je a {
  font-weight: 600;
}
.cid-tZEh4U18je .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEhqkIh2r {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEhqkIh2r .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEhqkIh2r .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEhqkIh2r .row {
  justify-content: center;
}
.cid-tZEhqkIh2r .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEhqkIh2r .card-heading DIV {
  text-align: center;
}
.cid-tZEhqkIh2r .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEhpP2WZw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEhpP2WZw .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEhpP2WZw .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEhpP2WZw .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEhpP2WZw .last-p {
  padding-bottom: 0;
}
.cid-tZEhpP2WZw .row {
  justify-content: center;
}
.cid-tZEhpP2WZw a {
  font-weight: 600;
}
.cid-tZEhpP2WZw .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEhTl2XQD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEhTl2XQD .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEhTl2XQD .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEhTl2XQD .row {
  justify-content: center;
}
.cid-tZEhTl2XQD .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEhTl2XQD .card-heading DIV {
  text-align: center;
}
.cid-tZEhTl2XQD .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEhSOpoK1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEhSOpoK1 .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEhSOpoK1 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEhSOpoK1 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEhSOpoK1 .last-p {
  padding-bottom: 0;
}
.cid-tZEhSOpoK1 .row {
  justify-content: center;
}
.cid-tZEhSOpoK1 a {
  font-weight: 600;
}
.cid-tZEhSOpoK1 .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEic3vBXT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEic3vBXT .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEic3vBXT .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEic3vBXT .row {
  justify-content: center;
}
.cid-tZEic3vBXT .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEic3vBXT .card-heading DIV {
  text-align: center;
}
.cid-tZEic3vBXT .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEibsxXH3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEibsxXH3 .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEibsxXH3 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEibsxXH3 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEibsxXH3 .last-p {
  padding-bottom: 0;
}
.cid-tZEibsxXH3 .row {
  justify-content: center;
}
.cid-tZEibsxXH3 a {
  font-weight: 600;
}
.cid-tZEibsxXH3 .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEitSJuK6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEitSJuK6 .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEitSJuK6 .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEitSJuK6 .row {
  justify-content: center;
}
.cid-tZEitSJuK6 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEitSJuK6 .card-heading DIV {
  text-align: center;
}
.cid-tZEitSJuK6 .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEitkKIdP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEitkKIdP .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEitkKIdP .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEitkKIdP .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEitkKIdP .last-p {
  padding-bottom: 0;
}
.cid-tZEitkKIdP .row {
  justify-content: center;
}
.cid-tZEitkKIdP a {
  font-weight: 600;
}
.cid-tZEitkKIdP .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEiMgWJIZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEiMgWJIZ .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEiMgWJIZ .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEiMgWJIZ .row {
  justify-content: center;
}
.cid-tZEiMgWJIZ .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEiMgWJIZ .card-heading DIV {
  text-align: center;
}
.cid-tZEiMgWJIZ .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEiLxshzC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEiLxshzC .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEiLxshzC .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEiLxshzC .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEiLxshzC .last-p {
  padding-bottom: 0;
}
.cid-tZEiLxshzC .row {
  justify-content: center;
}
.cid-tZEiLxshzC a {
  font-weight: 600;
}
.cid-tZEiLxshzC .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEkz78DKY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEkz78DKY .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEkz78DKY .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEkz78DKY .row {
  justify-content: center;
}
.cid-tZEkz78DKY .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEkz78DKY .card-heading DIV {
  text-align: center;
}
.cid-tZEkz78DKY .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEkyiXIv2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEkyiXIv2 .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEkyiXIv2 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEkyiXIv2 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEkyiXIv2 .last-p {
  padding-bottom: 0;
}
.cid-tZEkyiXIv2 .row {
  justify-content: center;
}
.cid-tZEkyiXIv2 a {
  font-weight: 600;
}
.cid-tZEkyiXIv2 .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZElT3zkzi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZElT3zkzi .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZElT3zkzi .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZElT3zkzi .row {
  justify-content: center;
}
.cid-tZElT3zkzi .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZElT3zkzi .card-heading DIV {
  text-align: center;
}
.cid-tZElT3zkzi .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZElSm3A7n {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZElSm3A7n .right {
  display: flex;
  flex-direction: column;
}
.cid-tZElSm3A7n .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZElSm3A7n .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZElSm3A7n .last-p {
  padding-bottom: 0;
}
.cid-tZElSm3A7n .row {
  justify-content: center;
}
.cid-tZElSm3A7n a {
  font-weight: 600;
}
.cid-tZElSm3A7n .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEmeXgzzu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEmeXgzzu .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEmeXgzzu .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEmeXgzzu .row {
  justify-content: center;
}
.cid-tZEmeXgzzu .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEmeXgzzu .card-heading DIV {
  text-align: center;
}
.cid-tZEmeXgzzu .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEmegpteW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEmegpteW .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEmegpteW .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEmegpteW .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEmegpteW .last-p {
  padding-bottom: 0;
}
.cid-tZEmegpteW .row {
  justify-content: center;
}
.cid-tZEmegpteW a {
  font-weight: 600;
}
.cid-tZEmegpteW .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEmBBzoVo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEmBBzoVo .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEmBBzoVo .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEmBBzoVo .row {
  justify-content: center;
}
.cid-tZEmBBzoVo .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEmBBzoVo .card-heading DIV {
  text-align: center;
}
.cid-tZEmBBzoVo .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEmAUABJj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEmAUABJj .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEmAUABJj .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEmAUABJj .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEmAUABJj .last-p {
  padding-bottom: 0;
}
.cid-tZEmAUABJj .row {
  justify-content: center;
}
.cid-tZEmAUABJj a {
  font-weight: 600;
}
.cid-tZEmAUABJj .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEmTgIWi9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEmTgIWi9 .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEmTgIWi9 .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEmTgIWi9 .row {
  justify-content: center;
}
.cid-tZEmTgIWi9 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEmTgIWi9 .card-heading DIV {
  text-align: center;
}
.cid-tZEmTgIWi9 .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEmSAmkkR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEmSAmkkR .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEmSAmkkR .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEmSAmkkR .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEmSAmkkR .last-p {
  padding-bottom: 0;
}
.cid-tZEmSAmkkR .row {
  justify-content: center;
}
.cid-tZEmSAmkkR a {
  font-weight: 600;
}
.cid-tZEmSAmkkR .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEnfLrKRj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEnfLrKRj .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEnfLrKRj .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEnfLrKRj .row {
  justify-content: center;
}
.cid-tZEnfLrKRj .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEnfLrKRj .card-heading DIV {
  text-align: center;
}
.cid-tZEnfLrKRj .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEnfcy4Sw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEnfcy4Sw .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEnfcy4Sw .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEnfcy4Sw .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEnfcy4Sw .last-p {
  padding-bottom: 0;
}
.cid-tZEnfcy4Sw .row {
  justify-content: center;
}
.cid-tZEnfcy4Sw a {
  font-weight: 600;
}
.cid-tZEnfcy4Sw .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZEqsyv3Cc {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZEqsyv3Cc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZEqsyv3Cc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZEqsyv3Cc .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZEqtA7JwA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEqtA7JwA .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEqtA7JwA .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEqtA7JwA .row {
  justify-content: center;
}
.cid-tZEqtA7JwA .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEqtA7JwA .card-heading DIV {
  text-align: center;
}
.cid-tZEqtA7JwA .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEqtcT9OX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEqtcT9OX .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEqtcT9OX .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEqtcT9OX .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEqtcT9OX .last-p {
  padding-bottom: 0;
}
.cid-tZEqtcT9OX .row {
  justify-content: center;
}
.cid-tZEqtcT9OX a {
  font-weight: 600;
}
.cid-tZEqtcT9OX .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEqT0Kted {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZEqT0Kted .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEqT0Kted .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEqT0Kted .row {
  justify-content: center;
}
.cid-tZEqT0Kted .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEqT0Kted .card-heading DIV {
  text-align: center;
}
.cid-tZEqT0Kted .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEqSwJLiT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZEqSwJLiT .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEqSwJLiT .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEqSwJLiT .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEqSwJLiT .last-p {
  padding-bottom: 0;
}
.cid-tZEqSwJLiT .row {
  justify-content: center;
}
.cid-tZEqSwJLiT a {
  font-weight: 600;
}
.cid-tZEqSwJLiT .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZEragbZOJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEragbZOJ .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZEragbZOJ .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZEragbZOJ .row {
  justify-content: center;
}
.cid-tZEragbZOJ .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZEragbZOJ .card-heading DIV {
  text-align: center;
}
.cid-tZEragbZOJ .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZEr9Dgzy1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZEr9Dgzy1 .right {
  display: flex;
  flex-direction: column;
}
.cid-tZEr9Dgzy1 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZEr9Dgzy1 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZEr9Dgzy1 .last-p {
  padding-bottom: 0;
}
.cid-tZEr9Dgzy1 .row {
  justify-content: center;
}
.cid-tZEr9Dgzy1 a {
  font-weight: 600;
}
.cid-tZEr9Dgzy1 .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZErnSWPgN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZErnSWPgN .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZErnSWPgN .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZErnSWPgN .row {
  justify-content: center;
}
.cid-tZErnSWPgN .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZErnSWPgN .card-heading DIV {
  text-align: center;
}
.cid-tZErnSWPgN .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZErndsDNC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZErndsDNC .right {
  display: flex;
  flex-direction: column;
}
.cid-tZErndsDNC .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZErndsDNC .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZErndsDNC .last-p {
  padding-bottom: 0;
}
.cid-tZErndsDNC .row {
  justify-content: center;
}
.cid-tZErndsDNC a {
  font-weight: 600;
}
.cid-tZErndsDNC .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZErBY5ZJG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZErBY5ZJG .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZErBY5ZJG .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZErBY5ZJG .row {
  justify-content: center;
}
.cid-tZErBY5ZJG .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZErBY5ZJG .card-heading DIV {
  text-align: center;
}
.cid-tZErBY5ZJG .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZErBsIKu6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-tZErBsIKu6 .right {
  display: flex;
  flex-direction: column;
}
.cid-tZErBsIKu6 .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZErBsIKu6 .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZErBsIKu6 .last-p {
  padding-bottom: 0;
}
.cid-tZErBsIKu6 .row {
  justify-content: center;
}
.cid-tZErBsIKu6 a {
  font-weight: 600;
}
.cid-tZErBsIKu6 .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-tZErVYCaW0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-tZErVYCaW0 .card-heading {
  margin-top: 15px;
  color: #808080;
  text-align: center;
}
.cid-tZErVYCaW0 .p {
  padding-top: 30px;
  color: #333333;
}
.cid-tZErVYCaW0 .row {
  justify-content: center;
}
.cid-tZErVYCaW0 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-tZErVYCaW0 .card-heading DIV {
  text-align: center;
}
.cid-tZErVYCaW0 .card-heading1 {
  text-align: center;
  color: #f69851;
}
.cid-tZErVoJLmc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fff4c7;
}
.cid-tZErVoJLmc .right {
  display: flex;
  flex-direction: column;
}
.cid-tZErVoJLmc .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tZErVoJLmc .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tZErVoJLmc .last-p {
  padding-bottom: 0;
}
.cid-tZErVoJLmc .row {
  justify-content: center;
}
.cid-tZErVoJLmc a {
  font-weight: 600;
}
.cid-tZErVoJLmc .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff914d;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZEsMLjWxy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZEsMLjWxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZEsMLjWxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZEsMLjWxy .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZEsNubWIk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-tZEsNubWIk .mbr-text {
  max-width: 550px;
}
.cid-tZEsNubWIk .row {
  align-items: center;
}
.cid-tZEsNubWIk .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-tZEsNubWIk .mbr-text,
.cid-tZEsNubWIk .mbr-section-btn {
  color: #000000;
}
.cid-tZEsNubWIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZEsNubWIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZEsNWhQ9s {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-tZEsNWhQ9s .row {
  justify-content: center;
}
.cid-tZEsNWhQ9s .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tZEsNWhQ9s .col-title {
    margin-bottom: 72px;
  }
}
.cid-tZEsNWhQ9s .mbr-section-title {
  color: #232323;
}
.cid-tZEsNWhQ9s .mbr-section-subtitle {
  color: #232323;
  margin-top: 1rem;
  text-align: left;
}
.cid-tZEsNWhQ9s .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tZEsNWhQ9s .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tZEsNWhQ9s .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tZEsNWhQ9s .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tZEsNWhQ9s .card-wrapper {
  display: flex;
  height: 100%;
}
.cid-tZEsNWhQ9s .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 32px;
  height: 100%;
}
.cid-tZEsNWhQ9s .card-title {
  color: #232323;
  width: 100%;
  margin-bottom: 0;
}
.cid-tZEsNWhQ9s .card-text {
  width: 100%;
  color: #1F1D1A;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-tZEthYXW9X {
  padding-top: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #bce1ff;
}
.cid-tZEthYXW9X .row {
  justify-content: center;
}
.cid-tZEthYXW9X .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tZEthYXW9X .col-title {
    margin-bottom: 72px;
  }
}
.cid-tZEthYXW9X .mbr-section-title {
  color: #232323;
}
.cid-tZEthYXW9X .mbr-section-subtitle {
  color: #232323;
  margin-top: 1rem;
  text-align: left;
}
.cid-tZEthYXW9X .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tZEthYXW9X .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tZEthYXW9X .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tZEthYXW9X .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tZEthYXW9X .card-wrapper {
  display: flex;
  height: 100%;
}
.cid-tZEthYXW9X .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 32px;
  height: 100%;
}
.cid-tZEthYXW9X .card-title {
  color: #232323;
  width: 100%;
  margin-bottom: 0;
}
.cid-tZEthYXW9X .card-text {
  width: 100%;
  color: #1F1D1A;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: left;
}
.cid-tZEtYnjwZy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #bce1ff;
}
.cid-tZEtYnjwZy .row {
  justify-content: center;
}
.cid-tZEtYnjwZy .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tZEtYnjwZy .col-title {
    margin-bottom: 72px;
  }
}
.cid-tZEtYnjwZy .mbr-section-title {
  color: #232323;
}
.cid-tZEtYnjwZy .mbr-section-subtitle {
  color: #232323;
  margin-top: 1rem;
  text-align: left;
}
.cid-tZEtYnjwZy .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tZEtYnjwZy .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tZEtYnjwZy .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tZEtYnjwZy .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tZEtYnjwZy .card-wrapper {
  display: flex;
  height: 100%;
}
.cid-tZEtYnjwZy .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 32px;
  height: 100%;
}
.cid-tZEtYnjwZy .card-title {
  color: #232323;
  width: 100%;
  margin-bottom: 0;
}
.cid-tZEtYnjwZy .card-text {
  width: 100%;
  color: #1F1D1A;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: left;
}
.cid-tZEuabmBTG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffd56f;
}
.cid-tZEuabmBTG .row {
  justify-content: center;
}
.cid-tZEuabmBTG .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tZEuabmBTG .col-title {
    margin-bottom: 72px;
  }
}
.cid-tZEuabmBTG .mbr-section-title {
  color: #232323;
}
.cid-tZEuabmBTG .mbr-section-subtitle {
  color: #232323;
  margin-top: 1rem;
  text-align: left;
}
.cid-tZEuabmBTG .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tZEuabmBTG .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tZEuabmBTG .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tZEuabmBTG .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tZEuabmBTG .card-wrapper {
  display: flex;
  height: 100%;
}
.cid-tZEuabmBTG .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 32px;
  height: 100%;
}
.cid-tZEuabmBTG .card-title {
  color: #232323;
  width: 100%;
  margin-bottom: 0;
}
.cid-tZEuabmBTG .card-text {
  width: 100%;
  color: #1F1D1A;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZEvD3hHnw {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEvD3hHnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZEvD3hHnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZEvD3hHnw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZEvD3hHnw .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-tZEvD3hHnw .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tZEvD3hHnw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tZEvD3hHnw .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tZEvD3hHnw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZEvD3hHnw .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZEvD3hHnw .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-tZEvD3hHnw .content-wrapper .list .item-wrap:hover,
.cid-tZEvD3hHnw .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-tZEvD3hHnw .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-tZEvD3hHnw .mbr-section-title {
  color: #f69851;
}
.cid-tZEvD3hHnw .mbr-text {
  color: #000000;
}
.cid-tZEvD3hHnw .list {
  color: #d2d2df;
}
.cid-tZEvJmNAJ4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZEvJmNAJ4 .mbr-text {
  color: #000000;
}
.cid-tZEvJmNAJ4 .list {
  color: #000000;
}
.cid-tZEvJmNAJ4 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-tZEvJmNAJ4 li {
  padding-bottom: 0.5rem;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZEwnEEFpE {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-tZEwnEEFpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZEwnEEFpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZEwnEEFpE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZEwnEEFpE .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-tZEwnEEFpE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tZEwnEEFpE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tZEwnEEFpE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tZEwnEEFpE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZEwnEEFpE .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZEwnEEFpE .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-tZEwnEEFpE .content-wrapper .list .item-wrap:hover,
.cid-tZEwnEEFpE .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-tZEwnEEFpE .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-tZEwnEEFpE .mbr-section-title {
  color: #f69851;
}
.cid-tZEwnEEFpE .mbr-text {
  color: #000000;
}
.cid-tZEwnEEFpE .list {
  color: #d2d2df;
}
.cid-tZEwo7XHME {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZEwo7XHME .mbr-text {
  color: #000000;
}
.cid-tZEwo7XHME .list {
  color: #000000;
}
.cid-tZEwo7XHME ul {
  list-style-position: inside;
  padding: 0;
}
.cid-tZEwo7XHME li {
  padding-bottom: 0.5rem;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZEwW683OH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZEwW683OH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZEwW683OH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZEwW683OH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZEwW683OH .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-tZEwW683OH .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tZEwW683OH .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tZEwW683OH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tZEwW683OH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZEwW683OH .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-tZEwW683OH .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-tZEwW683OH .content-wrapper .list .item-wrap:hover,
.cid-tZEwW683OH .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-tZEwW683OH .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-tZEwW683OH .mbr-section-title {
  color: #f69851;
}
.cid-tZEwW683OH .mbr-text {
  color: #000000;
}
.cid-tZEwW683OH .list {
  color: #d2d2df;
}
.cid-tZEwWCgnLQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZEwWCgnLQ .mbr-text {
  color: #000000;
}
.cid-tZEwWCgnLQ .list {
  color: #000000;
}
.cid-tZEwWCgnLQ ul {
  list-style-position: inside;
  padding: 0;
}
.cid-tZEwWCgnLQ li {
  padding-bottom: 0.5rem;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZExPH46JS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZExPH46JS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZExPH46JS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZExPH46JS .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZExQGikTx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-tZExQGikTx .mbr-text {
  color: #000000;
}
.cid-tZExQGikTx .list {
  color: #000000;
}
.cid-tZExQGikTx ul {
  list-style-position: inside;
  padding: 0;
}
.cid-tZExQGikTx li {
  padding-bottom: 0.5rem;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZEydledj1 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZEydledj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZEydledj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZEydledj1 .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZEyeIDE2s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZEyeIDE2s .mbr-text {
  color: #000000;
}
.cid-tZEyeIDE2s .list {
  color: #000000;
}
.cid-tZEyeIDE2s ul {
  list-style-position: inside;
  padding: 0;
}
.cid-tZEyeIDE2s li {
  padding-bottom: 0.5rem;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZB1vm1bO2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-tZB1vm1bO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB1vm1bO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB1vm1bO2 .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tZB1wf3FDN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
}
.cid-tZB1wf3FDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB1wf3FDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB1wf3FDN .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZB1wf3FDN .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fff4c7;
}
@media (max-width: 991px) {
  .cid-tZB1wf3FDN .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZB1wf3FDN .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZB1wf3FDN .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff914d;
}
.cid-tZB1xev8qb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tZB1xev8qb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB1xev8qb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB1xev8qb .mbr-text,
.cid-tZB1xev8qb .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-tZB1xev8qb .mbr-section-title {
  text-align: center;
}
.cid-tZB1xOkCkT {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-tZB1xOkCkT .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-tZB1xOkCkT .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-tZB1xOkCkT .card-wrapper:hover .ico2 {
  color: #ff914d !important;
}
.cid-tZB1xOkCkT .ico2 {
  color: #f9d371 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-tZB1xOkCkT .text-info:hover {
  color: inherit !important;
}
.cid-tZB1xOkCkT .card-box {
  padding: 0rem 1rem;
}
.cid-tZB1xOkCkT .ico1 {
  font-size: 2rem !important;
}
.cid-tZB1xOkCkT h3,
.cid-tZB1xOkCkT h4 {
  padding: 0;
  margin: 0;
}
.cid-tZB1xOkCkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB1xOkCkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB1yqK4Nm {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-tZB1yqK4Nm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZB1yqK4Nm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZB1yqK4Nm .mbr-text,
.cid-tZB1yqK4Nm .mbr-section-btn {
  text-align: center;
  color: #ed8a53;
}
.cid-tZB1yqK4Nm .mbr-section-title {
  text-align: center;
  color: #f69851;
}
.cid-tZB1yqK4Nm .mbr-section-subtitle {
  text-align: center;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaY8Njs2pl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-uaY8Njs2pl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaY8Njs2pl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaY8Njs2pl .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-ueHJgCq05q {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-upVZALxPhV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-upVZALxPhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-upVZALxPhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upVZALxPhV .mbr-text,
.cid-upVZALxPhV .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-upVZALxPhV .mbr-section-title {
  text-align: center;
}
.cid-upVZBKJd7h {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-upVZBKJd7h .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-upVZBKJd7h .team-card:hover {
  transform: translateY(-10px);
}
.cid-upVZBKJd7h .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-upVZBKJd7h .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-upVZBKJd7h .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-upVZBKJd7h .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-upVZBKJd7h .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-upVZBKJd7h .svg-top {
    width: 1000px;
  }
}
.cid-upVZBKJd7h .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-upVZBKJd7h .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-upVZBKJd7h .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-upVZBKJd7h .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-upVZBKJd7h .social-row {
  text-align: center;
}
.cid-upVZBKJd7h .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-upVZBKJd7h .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-upVZBKJd7h .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-upVZBKJd7h .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-upVZBKJd7h .card-title,
.cid-upVZBKJd7h .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-upVZBKJd7h .mbr-role,
.cid-upVZBKJd7h .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-upVZBKJd7h .card-text,
.cid-upVZBKJd7h .mbr-section-btn,
.cid-upVZBKJd7h .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-upVZBKJd7h .mbr-section-title {
  color: #ffffff;
}
.cid-upVZCw4w8j {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-upVZCw4w8j .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-upVZCw4w8j .team-card:hover {
  transform: translateY(-10px);
}
.cid-upVZCw4w8j .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-upVZCw4w8j .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-upVZCw4w8j .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-upVZCw4w8j .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-upVZCw4w8j .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-upVZCw4w8j .svg-top {
    width: 1000px;
  }
}
.cid-upVZCw4w8j .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-upVZCw4w8j .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-upVZCw4w8j .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-upVZCw4w8j .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-upVZCw4w8j .social-row {
  text-align: center;
}
.cid-upVZCw4w8j .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-upVZCw4w8j .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-upVZCw4w8j .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-upVZCw4w8j .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-upVZCw4w8j .card-title,
.cid-upVZCw4w8j .social-row {
  color: #000000;
  text-align: center;
}
.cid-upVZCw4w8j .mbr-role,
.cid-upVZCw4w8j .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-upVZCw4w8j .card-text,
.cid-upVZCw4w8j .mbr-section-btn,
.cid-upVZCw4w8j .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-upVZCw4w8j .mbr-section-title {
  color: #ffffff;
}
.cid-upWrhbjKgr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-upWrhbjKgr .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-upWrhbjKgr .team-card:hover {
  transform: translateY(-10px);
}
.cid-upWrhbjKgr .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-upWrhbjKgr .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-upWrhbjKgr .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-upWrhbjKgr .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-upWrhbjKgr .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-upWrhbjKgr .svg-top {
    width: 1000px;
  }
}
.cid-upWrhbjKgr .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-upWrhbjKgr .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-upWrhbjKgr .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-upWrhbjKgr .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-upWrhbjKgr .social-row {
  text-align: center;
}
.cid-upWrhbjKgr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-upWrhbjKgr .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-upWrhbjKgr .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-upWrhbjKgr .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-upWrhbjKgr .card-title,
.cid-upWrhbjKgr .social-row {
  color: #000000;
  text-align: center;
}
.cid-upWrhbjKgr .mbr-role,
.cid-upWrhbjKgr .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-upWrhbjKgr .card-text,
.cid-upWrhbjKgr .mbr-section-btn,
.cid-upWrhbjKgr .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-upWrhbjKgr .mbr-section-title {
  color: #ffffff;
}
.cid-uq1UtipW9y {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uq1UtipW9y .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uq1UtipW9y .team-card:hover {
  transform: translateY(-10px);
}
.cid-uq1UtipW9y .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uq1UtipW9y .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uq1UtipW9y .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq1UtipW9y .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uq1UtipW9y .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uq1UtipW9y .svg-top {
    width: 1000px;
  }
}
.cid-uq1UtipW9y .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uq1UtipW9y .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uq1UtipW9y .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uq1UtipW9y .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uq1UtipW9y .social-row {
  text-align: center;
}
.cid-uq1UtipW9y .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uq1UtipW9y .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uq1UtipW9y .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uq1UtipW9y .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uq1UtipW9y .card-title,
.cid-uq1UtipW9y .social-row {
  color: #000000;
  text-align: center;
}
.cid-uq1UtipW9y .mbr-role,
.cid-uq1UtipW9y .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-uq1UtipW9y .card-text,
.cid-uq1UtipW9y .mbr-section-btn,
.cid-uq1UtipW9y .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uq1UtipW9y .mbr-section-title {
  color: #ffffff;
}
.cid-uq7FI6NP1v {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uq7FI6NP1v .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uq7FI6NP1v .team-card:hover {
  transform: translateY(-10px);
}
.cid-uq7FI6NP1v .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uq7FI6NP1v .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uq7FI6NP1v .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq7FI6NP1v .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uq7FI6NP1v .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uq7FI6NP1v .svg-top {
    width: 1000px;
  }
}
.cid-uq7FI6NP1v .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uq7FI6NP1v .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uq7FI6NP1v .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uq7FI6NP1v .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uq7FI6NP1v .social-row {
  text-align: center;
}
.cid-uq7FI6NP1v .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uq7FI6NP1v .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uq7FI6NP1v .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uq7FI6NP1v .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uq7FI6NP1v .card-title,
.cid-uq7FI6NP1v .social-row {
  color: #000000;
  text-align: center;
}
.cid-uq7FI6NP1v .mbr-role,
.cid-uq7FI6NP1v .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-uq7FI6NP1v .card-text,
.cid-uq7FI6NP1v .mbr-section-btn,
.cid-uq7FI6NP1v .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uq7FI6NP1v .mbr-section-title {
  color: #ffffff;
}
.cid-uq1XUvJ2Uk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uq1XUvJ2Uk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uq1XUvJ2Uk .team-card:hover {
  transform: translateY(-10px);
}
.cid-uq1XUvJ2Uk .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uq1XUvJ2Uk .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uq1XUvJ2Uk .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq1XUvJ2Uk .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uq1XUvJ2Uk .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uq1XUvJ2Uk .svg-top {
    width: 1000px;
  }
}
.cid-uq1XUvJ2Uk .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uq1XUvJ2Uk .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uq1XUvJ2Uk .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uq1XUvJ2Uk .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uq1XUvJ2Uk .social-row {
  text-align: center;
}
.cid-uq1XUvJ2Uk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uq1XUvJ2Uk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uq1XUvJ2Uk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uq1XUvJ2Uk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uq1XUvJ2Uk .card-title,
.cid-uq1XUvJ2Uk .social-row {
  color: #000000;
  text-align: center;
}
.cid-uq1XUvJ2Uk .mbr-role,
.cid-uq1XUvJ2Uk .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-uq1XUvJ2Uk .card-text,
.cid-uq1XUvJ2Uk .mbr-section-btn,
.cid-uq1XUvJ2Uk .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uq1XUvJ2Uk .mbr-section-title {
  color: #ffffff;
}
.cid-uq2kgsI1kT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uq2kgsI1kT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uq2kgsI1kT .team-card:hover {
  transform: translateY(-10px);
}
.cid-uq2kgsI1kT .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uq2kgsI1kT .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uq2kgsI1kT .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq2kgsI1kT .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uq2kgsI1kT .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uq2kgsI1kT .svg-top {
    width: 1000px;
  }
}
.cid-uq2kgsI1kT .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uq2kgsI1kT .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uq2kgsI1kT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uq2kgsI1kT .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uq2kgsI1kT .social-row {
  text-align: center;
}
.cid-uq2kgsI1kT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uq2kgsI1kT .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uq2kgsI1kT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uq2kgsI1kT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uq2kgsI1kT .card-title,
.cid-uq2kgsI1kT .social-row {
  color: #000000;
  text-align: center;
}
.cid-uq2kgsI1kT .mbr-role,
.cid-uq2kgsI1kT .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-uq2kgsI1kT .card-text,
.cid-uq2kgsI1kT .mbr-section-btn,
.cid-uq2kgsI1kT .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uq2kgsI1kT .mbr-section-title {
  color: #ffffff;
}
.cid-uq2cvwcAF4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uq2cvwcAF4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uq2cvwcAF4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uq2cvwcAF4 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uq2cvwcAF4 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uq2cvwcAF4 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq2cvwcAF4 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uq2cvwcAF4 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uq2cvwcAF4 .svg-top {
    width: 1000px;
  }
}
.cid-uq2cvwcAF4 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uq2cvwcAF4 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uq2cvwcAF4 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uq2cvwcAF4 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uq2cvwcAF4 .social-row {
  text-align: center;
}
.cid-uq2cvwcAF4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uq2cvwcAF4 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uq2cvwcAF4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uq2cvwcAF4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uq2cvwcAF4 .card-title,
.cid-uq2cvwcAF4 .social-row {
  color: #000000;
  text-align: center;
}
.cid-uq2cvwcAF4 .mbr-role,
.cid-uq2cvwcAF4 .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-uq2cvwcAF4 .card-text,
.cid-uq2cvwcAF4 .mbr-section-btn,
.cid-uq2cvwcAF4 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uq2cvwcAF4 .mbr-section-title {
  color: #ffffff;
}
.cid-uq2gYGqozs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uq2gYGqozs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uq2gYGqozs .team-card:hover {
  transform: translateY(-10px);
}
.cid-uq2gYGqozs .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uq2gYGqozs .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uq2gYGqozs .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq2gYGqozs .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uq2gYGqozs .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uq2gYGqozs .svg-top {
    width: 1000px;
  }
}
.cid-uq2gYGqozs .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uq2gYGqozs .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uq2gYGqozs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uq2gYGqozs .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uq2gYGqozs .social-row {
  text-align: center;
}
.cid-uq2gYGqozs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uq2gYGqozs .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uq2gYGqozs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uq2gYGqozs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uq2gYGqozs .card-title,
.cid-uq2gYGqozs .social-row {
  color: #000000;
  text-align: center;
}
.cid-uq2gYGqozs .mbr-role,
.cid-uq2gYGqozs .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-uq2gYGqozs .card-text,
.cid-uq2gYGqozs .mbr-section-btn,
.cid-uq2gYGqozs .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uq2gYGqozs .mbr-section-title {
  color: #ffffff;
}
.cid-uq75NiZuFt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uq75NiZuFt .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uq75NiZuFt .team-card:hover {
  transform: translateY(-10px);
}
.cid-uq75NiZuFt .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uq75NiZuFt .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uq75NiZuFt .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uq75NiZuFt .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uq75NiZuFt .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uq75NiZuFt .svg-top {
    width: 1000px;
  }
}
.cid-uq75NiZuFt .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uq75NiZuFt .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uq75NiZuFt .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uq75NiZuFt .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uq75NiZuFt .social-row {
  text-align: center;
}
.cid-uq75NiZuFt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uq75NiZuFt .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uq75NiZuFt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uq75NiZuFt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uq75NiZuFt .card-title,
.cid-uq75NiZuFt .social-row {
  color: #000000;
  text-align: center;
}
.cid-uq75NiZuFt .mbr-role,
.cid-uq75NiZuFt .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-uq75NiZuFt .card-text,
.cid-uq75NiZuFt .mbr-section-btn,
.cid-uq75NiZuFt .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uq75NiZuFt .mbr-section-title {
  color: #ffffff;
}
.cid-uq7iMCNRNt {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffaa6f;
}
.cid-uq7iMCNRNt .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uq7iMCNRNt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-uq7iMCNRNt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-uq7iMCNRNt .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-ueErtmY8NJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-ueErtmY8NJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueErtmY8NJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueErtmY8NJ .mbr-text,
.cid-ueErtmY8NJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ueErtmY8NJ .mbr-section-title {
  text-align: center;
}
.cid-ueErtmY8NJ .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-ueErvG4aR4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff4c7;
}
.cid-ueErvG4aR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueErvG4aR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueErvG4aR4 .mbr-text,
.cid-ueErvG4aR4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ueErvG4aR4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ueErvG4aR4 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ueErxvlAAS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueErxvlAAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueErxvlAAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueErxvlAAS .mbr-text,
.cid-ueErxvlAAS .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ueErxvlAAS .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-ueErxvlAAS .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ueErxvlAAS .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ueECh1QSLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueECh1QSLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueECh1QSLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueECh1QSLu .mbr-text,
.cid-ueECh1QSLu .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ueECh1QSLu .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-ueECh1QSLu .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-ueECh1QSLu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ueErz38zqe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueErz38zqe .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ueErz38zqe .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueErz38zqe .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueErz38zqe .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueErz38zqe .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueErz38zqe .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueErz38zqe .mbr-section-btn .btn-secondary-outline .active,
.cid-ueErz38zqe .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueErz38zqe .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueErz38zqe .image_post {
  display: inline-block;
}
.cid-ueErz38zqe .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueErz38zqe .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueErz38zqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueErz38zqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEwHbKfd5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueEwHbKfd5 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ueEwHbKfd5 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueEwHbKfd5 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueEwHbKfd5 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueEwHbKfd5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueEwHbKfd5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueEwHbKfd5 .mbr-section-btn .btn-secondary-outline .active,
.cid-ueEwHbKfd5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueEwHbKfd5 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueEwHbKfd5 .image_post {
  display: inline-block;
}
.cid-ueEwHbKfd5 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueEwHbKfd5 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueEwHbKfd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEwHbKfd5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEx8jUMQS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueEx8jUMQS .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ueEx8jUMQS .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueEx8jUMQS .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueEx8jUMQS .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueEx8jUMQS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueEx8jUMQS .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueEx8jUMQS .mbr-section-btn .btn-secondary-outline .active,
.cid-ueEx8jUMQS .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueEx8jUMQS .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueEx8jUMQS .image_post {
  display: inline-block;
}
.cid-ueEx8jUMQS .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueEx8jUMQS .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueEx8jUMQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEx8jUMQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueExG3hC6n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueExG3hC6n .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ueExG3hC6n .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueExG3hC6n .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueExG3hC6n .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueExG3hC6n .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueExG3hC6n .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueExG3hC6n .mbr-section-btn .btn-secondary-outline .active,
.cid-ueExG3hC6n .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueExG3hC6n .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueExG3hC6n .image_post {
  display: inline-block;
}
.cid-ueExG3hC6n .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueExG3hC6n .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueExG3hC6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueExG3hC6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEy7kVqHp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueEy7kVqHp .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ueEy7kVqHp .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueEy7kVqHp .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueEy7kVqHp .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueEy7kVqHp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueEy7kVqHp .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueEy7kVqHp .mbr-section-btn .btn-secondary-outline .active,
.cid-ueEy7kVqHp .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueEy7kVqHp .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueEy7kVqHp .image_post {
  display: inline-block;
}
.cid-ueEy7kVqHp .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueEy7kVqHp .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueEy7kVqHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEy7kVqHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEyLjTT4f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueEyLjTT4f .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ueEyLjTT4f .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueEyLjTT4f .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueEyLjTT4f .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueEyLjTT4f .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueEyLjTT4f .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueEyLjTT4f .mbr-section-btn .btn-secondary-outline .active,
.cid-ueEyLjTT4f .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueEyLjTT4f .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueEyLjTT4f .image_post {
  display: inline-block;
}
.cid-ueEyLjTT4f .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueEyLjTT4f .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueEyLjTT4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEyLjTT4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEz6js3pp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueEz6js3pp .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ueEz6js3pp .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueEz6js3pp .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueEz6js3pp .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueEz6js3pp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueEz6js3pp .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueEz6js3pp .mbr-section-btn .btn-secondary-outline .active,
.cid-ueEz6js3pp .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueEz6js3pp .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueEz6js3pp .image_post {
  display: inline-block;
}
.cid-ueEz6js3pp .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueEz6js3pp .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueEz6js3pp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEz6js3pp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEzig5BnJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueEzig5BnJ .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ueEzig5BnJ .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueEzig5BnJ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueEzig5BnJ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueEzig5BnJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueEzig5BnJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueEzig5BnJ .mbr-section-btn .btn-secondary-outline .active,
.cid-ueEzig5BnJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueEzig5BnJ .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueEzig5BnJ .image_post {
  display: inline-block;
}
.cid-ueEzig5BnJ .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueEzig5BnJ .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueEzig5BnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEzig5BnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEzzVYebs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueEzzVYebs .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ueEzzVYebs .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueEzzVYebs .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueEzzVYebs .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueEzzVYebs .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueEzzVYebs .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueEzzVYebs .mbr-section-btn .btn-secondary-outline .active,
.cid-ueEzzVYebs .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueEzzVYebs .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueEzzVYebs .image_post {
  display: inline-block;
}
.cid-ueEzzVYebs .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueEzzVYebs .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueEzzVYebs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEzzVYebs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEzLVSUaf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueEzLVSUaf .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ueEzLVSUaf .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueEzLVSUaf .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueEzLVSUaf .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueEzLVSUaf .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueEzLVSUaf .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueEzLVSUaf .mbr-section-btn .btn-secondary-outline .active,
.cid-ueEzLVSUaf .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueEzLVSUaf .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueEzLVSUaf .image_post {
  display: inline-block;
}
.cid-ueEzLVSUaf .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueEzLVSUaf .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueEzLVSUaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEzLVSUaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueECGz6DCs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueECGz6DCs .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ueECGz6DCs .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueECGz6DCs .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueECGz6DCs .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueECGz6DCs .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueECGz6DCs .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueECGz6DCs .mbr-section-btn .btn-secondary-outline .active,
.cid-ueECGz6DCs .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueECGz6DCs .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueECGz6DCs .image_post {
  display: inline-block;
}
.cid-ueECGz6DCs .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueECGz6DCs .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueECGz6DCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueECGz6DCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueErAQ0rzY {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueErAQ0rzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueErAQ0rzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueErAQ0rzY .mbr-text,
.cid-ueErAQ0rzY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ueErAQ0rzY .mbr-section-title {
  text-align: center;
  color: #ffff6f;
}
.cid-ueErAQ0rzY .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ueErC0RxMV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueErC0RxMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueErC0RxMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueErC0RxMV .mbr-text,
.cid-ueErC0RxMV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ueErC0RxMV .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-ueErC0RxMV .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-ueErC0RxMV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ueErDfAcUz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueErDfAcUz .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueErDfAcUz .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueErDfAcUz .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueErDfAcUz .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueErDfAcUz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueErDfAcUz .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueErDfAcUz .mbr-section-btn .btn-secondary-outline .active,
.cid-ueErDfAcUz .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueErDfAcUz .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueErDfAcUz .image_post {
  display: inline-block;
}
.cid-ueErDfAcUz .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueErDfAcUz .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueErDfAcUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueErDfAcUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEDxfYx9g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueEDxfYx9g .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueEDxfYx9g .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueEDxfYx9g .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueEDxfYx9g .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueEDxfYx9g .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueEDxfYx9g .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueEDxfYx9g .mbr-section-btn .btn-secondary-outline .active,
.cid-ueEDxfYx9g .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueEDxfYx9g .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueEDxfYx9g .image_post {
  display: inline-block;
}
.cid-ueEDxfYx9g .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueEDxfYx9g .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueEDxfYx9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEDxfYx9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEEmc5Q95 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueEEmc5Q95 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueEEmc5Q95 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueEEmc5Q95 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueEEmc5Q95 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueEEmc5Q95 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueEEmc5Q95 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueEEmc5Q95 .mbr-section-btn .btn-secondary-outline .active,
.cid-ueEEmc5Q95 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueEEmc5Q95 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueEEmc5Q95 .image_post {
  display: inline-block;
}
.cid-ueEEmc5Q95 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueEEmc5Q95 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueEEmc5Q95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEEmc5Q95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEENkBPQO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueEENkBPQO .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueEENkBPQO .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueEENkBPQO .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueEENkBPQO .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueEENkBPQO .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueEENkBPQO .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueEENkBPQO .mbr-section-btn .btn-secondary-outline .active,
.cid-ueEENkBPQO .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueEENkBPQO .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueEENkBPQO .image_post {
  display: inline-block;
}
.cid-ueEENkBPQO .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueEENkBPQO .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueEENkBPQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEENkBPQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueEF3tR4n6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueEF3tR4n6 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueEF3tR4n6 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueEF3tR4n6 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueEF3tR4n6 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueEF3tR4n6 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueEF3tR4n6 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueEF3tR4n6 .mbr-section-btn .btn-secondary-outline .active,
.cid-ueEF3tR4n6 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueEF3tR4n6 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueEF3tR4n6 .image_post {
  display: inline-block;
}
.cid-ueEF3tR4n6 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueEF3tR4n6 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueEF3tR4n6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueEF3tR4n6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueHBJdWKBb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueHBJdWKBb .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueHBJdWKBb .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueHBJdWKBb .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueHBJdWKBb .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueHBJdWKBb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueHBJdWKBb .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueHBJdWKBb .mbr-section-btn .btn-secondary-outline .active,
.cid-ueHBJdWKBb .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueHBJdWKBb .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueHBJdWKBb .image_post {
  display: inline-block;
}
.cid-ueHBJdWKBb .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueHBJdWKBb .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueHBJdWKBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueHBJdWKBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueHCKsQ0Xz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueHCKsQ0Xz .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueHCKsQ0Xz .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueHCKsQ0Xz .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueHCKsQ0Xz .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueHCKsQ0Xz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueHCKsQ0Xz .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueHCKsQ0Xz .mbr-section-btn .btn-secondary-outline .active,
.cid-ueHCKsQ0Xz .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueHCKsQ0Xz .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueHCKsQ0Xz .image_post {
  display: inline-block;
}
.cid-ueHCKsQ0Xz .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueHCKsQ0Xz .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueHCKsQ0Xz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueHCKsQ0Xz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueHDpMQI6w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueHDpMQI6w .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueHDpMQI6w .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueHDpMQI6w .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueHDpMQI6w .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueHDpMQI6w .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueHDpMQI6w .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueHDpMQI6w .mbr-section-btn .btn-secondary-outline .active,
.cid-ueHDpMQI6w .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueHDpMQI6w .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueHDpMQI6w .image_post {
  display: inline-block;
}
.cid-ueHDpMQI6w .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueHDpMQI6w .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueHDpMQI6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueHDpMQI6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueHDDQwgmj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueHDDQwgmj .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueHDDQwgmj .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueHDDQwgmj .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueHDDQwgmj .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueHDDQwgmj .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueHDDQwgmj .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueHDDQwgmj .mbr-section-btn .btn-secondary-outline .active,
.cid-ueHDDQwgmj .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueHDDQwgmj .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueHDDQwgmj .image_post {
  display: inline-block;
}
.cid-ueHDDQwgmj .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueHDDQwgmj .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueHDDQwgmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueHDDQwgmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueHDXgXjxW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueHDXgXjxW .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueHDXgXjxW .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueHDXgXjxW .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueHDXgXjxW .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueHDXgXjxW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueHDXgXjxW .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueHDXgXjxW .mbr-section-btn .btn-secondary-outline .active,
.cid-ueHDXgXjxW .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueHDXgXjxW .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueHDXgXjxW .image_post {
  display: inline-block;
}
.cid-ueHDXgXjxW .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueHDXgXjxW .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueHDXgXjxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueHDXgXjxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueHEecbwwF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueHEecbwwF .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueHEecbwwF .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueHEecbwwF .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueHEecbwwF .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueHEecbwwF .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueHEecbwwF .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueHEecbwwF .mbr-section-btn .btn-secondary-outline .active,
.cid-ueHEecbwwF .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueHEecbwwF .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueHEecbwwF .image_post {
  display: inline-block;
}
.cid-ueHEecbwwF .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueHEecbwwF .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueHEecbwwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueHEecbwwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueHECCC2xo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueHECCC2xo .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueHECCC2xo .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueHECCC2xo .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueHECCC2xo .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueHECCC2xo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueHECCC2xo .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueHECCC2xo .mbr-section-btn .btn-secondary-outline .active,
.cid-ueHECCC2xo .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueHECCC2xo .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueHECCC2xo .image_post {
  display: inline-block;
}
.cid-ueHECCC2xo .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueHECCC2xo .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueHECCC2xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueHECCC2xo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueHHL5ZbJo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ueHHL5ZbJo .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-ueHHL5ZbJo .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ueHHL5ZbJo .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ueHHL5ZbJo .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ueHHL5ZbJo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ueHHL5ZbJo .mbr-section-btn .btn-secondary-outline:hover,
.cid-ueHHL5ZbJo .mbr-section-btn .btn-secondary-outline .active,
.cid-ueHHL5ZbJo .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ueHHL5ZbJo .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ueHHL5ZbJo .image_post {
  display: inline-block;
}
.cid-ueHHL5ZbJo .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ueHHL5ZbJo .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ueHHL5ZbJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueHHL5ZbJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgfTxzD8F {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-ucgfTxzD8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgfTxzD8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgfTxzD8F .mbr-text,
.cid-ucgfTxzD8F .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ucgfTxzD8F .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ucgfTxzD8F .mbr-section-subtitle {
  text-align: center;
  color: #f92c50;
}
.cid-ucgfjA1myj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffaa6f;
}
.cid-ucgfjA1myj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgfjA1myj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgfjA1myj .mbr-text,
.cid-ucgfjA1myj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ucgfjA1myj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ucgfjA1myj .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uckQXcVbU4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffaa6f;
}
.cid-uckQXcVbU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uckQXcVbU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uckQXcVbU4 .mbr-text,
.cid-uckQXcVbU4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uckQXcVbU4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uckQXcVbU4 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ucgggUAwFb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ucgggUAwFb .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ucgggUAwFb .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ucgggUAwFb .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ucgggUAwFb .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ucgggUAwFb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucgggUAwFb .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucgggUAwFb .mbr-section-btn .btn-secondary-outline .active,
.cid-ucgggUAwFb .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ucgggUAwFb .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ucgggUAwFb .image_post {
  display: inline-block;
}
.cid-ucgggUAwFb .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ucgggUAwFb .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ucgggUAwFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgggUAwFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgqZFWfoa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ucgqZFWfoa .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ucgqZFWfoa .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ucgqZFWfoa .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ucgqZFWfoa .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ucgqZFWfoa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucgqZFWfoa .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucgqZFWfoa .mbr-section-btn .btn-secondary-outline .active,
.cid-ucgqZFWfoa .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ucgqZFWfoa .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ucgqZFWfoa .image_post {
  display: inline-block;
}
.cid-ucgqZFWfoa .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ucgqZFWfoa .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ucgqZFWfoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgqZFWfoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgsdPtUCp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ucgsdPtUCp .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ucgsdPtUCp .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ucgsdPtUCp .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ucgsdPtUCp .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ucgsdPtUCp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucgsdPtUCp .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucgsdPtUCp .mbr-section-btn .btn-secondary-outline .active,
.cid-ucgsdPtUCp .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ucgsdPtUCp .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ucgsdPtUCp .image_post {
  display: inline-block;
}
.cid-ucgsdPtUCp .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ucgsdPtUCp .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ucgsdPtUCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgsdPtUCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucguQXmwGF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ucguQXmwGF .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ucguQXmwGF .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ucguQXmwGF .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ucguQXmwGF .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ucguQXmwGF .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucguQXmwGF .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucguQXmwGF .mbr-section-btn .btn-secondary-outline .active,
.cid-ucguQXmwGF .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ucguQXmwGF .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ucguQXmwGF .image_post {
  display: inline-block;
}
.cid-ucguQXmwGF .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ucguQXmwGF .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ucguQXmwGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucguQXmwGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgv1i1xjt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ucgv1i1xjt .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ucgv1i1xjt .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ucgv1i1xjt .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ucgv1i1xjt .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ucgv1i1xjt .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucgv1i1xjt .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucgv1i1xjt .mbr-section-btn .btn-secondary-outline .active,
.cid-ucgv1i1xjt .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ucgv1i1xjt .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ucgv1i1xjt .image_post {
  display: inline-block;
}
.cid-ucgv1i1xjt .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ucgv1i1xjt .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ucgv1i1xjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgv1i1xjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgvs4LTjk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ucgvs4LTjk .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ucgvs4LTjk .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ucgvs4LTjk .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ucgvs4LTjk .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ucgvs4LTjk .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucgvs4LTjk .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucgvs4LTjk .mbr-section-btn .btn-secondary-outline .active,
.cid-ucgvs4LTjk .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ucgvs4LTjk .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ucgvs4LTjk .image_post {
  display: inline-block;
}
.cid-ucgvs4LTjk .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ucgvs4LTjk .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ucgvs4LTjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgvs4LTjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgvJ8YvsE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ucgvJ8YvsE .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ucgvJ8YvsE .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ucgvJ8YvsE .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ucgvJ8YvsE .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ucgvJ8YvsE .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucgvJ8YvsE .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucgvJ8YvsE .mbr-section-btn .btn-secondary-outline .active,
.cid-ucgvJ8YvsE .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ucgvJ8YvsE .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ucgvJ8YvsE .image_post {
  display: inline-block;
}
.cid-ucgvJ8YvsE .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ucgvJ8YvsE .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ucgvJ8YvsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgvJ8YvsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgvQkoMV4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ucgvQkoMV4 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ucgvQkoMV4 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ucgvQkoMV4 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ucgvQkoMV4 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ucgvQkoMV4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucgvQkoMV4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucgvQkoMV4 .mbr-section-btn .btn-secondary-outline .active,
.cid-ucgvQkoMV4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ucgvQkoMV4 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ucgvQkoMV4 .image_post {
  display: inline-block;
}
.cid-ucgvQkoMV4 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ucgvQkoMV4 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ucgvQkoMV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgvQkoMV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgwbD5Smb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ucgwbD5Smb .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ucgwbD5Smb .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ucgwbD5Smb .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ucgwbD5Smb .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ucgwbD5Smb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucgwbD5Smb .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucgwbD5Smb .mbr-section-btn .btn-secondary-outline .active,
.cid-ucgwbD5Smb .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ucgwbD5Smb .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ucgwbD5Smb .image_post {
  display: inline-block;
}
.cid-ucgwbD5Smb .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ucgwbD5Smb .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ucgwbD5Smb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgwbD5Smb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgwksqgU2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ucgwksqgU2 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ucgwksqgU2 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ucgwksqgU2 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ucgwksqgU2 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ucgwksqgU2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucgwksqgU2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucgwksqgU2 .mbr-section-btn .btn-secondary-outline .active,
.cid-ucgwksqgU2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ucgwksqgU2 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ucgwksqgU2 .image_post {
  display: inline-block;
}
.cid-ucgwksqgU2 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ucgwksqgU2 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ucgwksqgU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgwksqgU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgwtgQxTd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ucgwtgQxTd .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ucgwtgQxTd .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ucgwtgQxTd .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ucgwtgQxTd .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ucgwtgQxTd .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucgwtgQxTd .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucgwtgQxTd .mbr-section-btn .btn-secondary-outline .active,
.cid-ucgwtgQxTd .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ucgwtgQxTd .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ucgwtgQxTd .image_post {
  display: inline-block;
}
.cid-ucgwtgQxTd .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ucgwtgQxTd .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ucgwtgQxTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgwtgQxTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucgwHGAHXy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ucgwHGAHXy .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ucgwHGAHXy .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ucgwHGAHXy .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ucgwHGAHXy .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ucgwHGAHXy .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ucgwHGAHXy .mbr-section-btn .btn-secondary-outline:hover,
.cid-ucgwHGAHXy .mbr-section-btn .btn-secondary-outline .active,
.cid-ucgwHGAHXy .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ucgwHGAHXy .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ucgwHGAHXy .image_post {
  display: inline-block;
}
.cid-ucgwHGAHXy .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ucgwHGAHXy .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ucgwHGAHXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucgwHGAHXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uchvzjAtBq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffaa6f;
}
.cid-uchvzjAtBq .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uchvzjAtBq .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uchvzjAtBq .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uchvzjAtBq .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uchvzjAtBq .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uchvzjAtBq .mbr-section-btn .btn-secondary-outline:hover,
.cid-uchvzjAtBq .mbr-section-btn .btn-secondary-outline .active,
.cid-uchvzjAtBq .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uchvzjAtBq .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uchvzjAtBq .image_post {
  display: inline-block;
}
.cid-uchvzjAtBq .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uchvzjAtBq .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uchvzjAtBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uchvzjAtBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaY8PqN1KR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uaY8PqN1KR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaY8PqN1KR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaY8PqN1KR .mbr-text,
.cid-uaY8PqN1KR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uaY8PqN1KR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaY8PqN1KR .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-udGexvlpu0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-udGexvlpu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udGexvlpu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udGexvlpu0 .mbr-text,
.cid-udGexvlpu0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-udGexvlpu0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-udGexvlpu0 .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucWVoydBkQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-ucWVoydBkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucWVoydBkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucWVoydBkQ .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-ujgkZfvURD {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-uteptBnjH7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uteptBnjH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uteptBnjH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uteptBnjH7 .mbr-text,
.cid-uteptBnjH7 .mbr-section-btn {
  color: #ffaa6f;
  text-align: center;
}
.cid-uteptBnjH7 .mbr-section-title {
  text-align: center;
}
.cid-utepuSHfMI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-utepuSHfMI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-utepuSHfMI .team-card:hover {
  transform: translateY(-10px);
}
.cid-utepuSHfMI .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-utepuSHfMI .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-utepuSHfMI .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-utepuSHfMI .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-utepuSHfMI .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-utepuSHfMI .svg-top {
    width: 1000px;
  }
}
.cid-utepuSHfMI .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-utepuSHfMI .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-utepuSHfMI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-utepuSHfMI .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-utepuSHfMI .social-row {
  text-align: center;
}
.cid-utepuSHfMI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-utepuSHfMI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-utepuSHfMI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-utepuSHfMI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-utepuSHfMI .card-title,
.cid-utepuSHfMI .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-utepuSHfMI .mbr-role,
.cid-utepuSHfMI .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-utepuSHfMI .card-text,
.cid-utepuSHfMI .mbr-section-btn,
.cid-utepuSHfMI .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-utepuSHfMI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utexs7peSs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-utexs7peSs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-utexs7peSs .team-card:hover {
  transform: translateY(-10px);
}
.cid-utexs7peSs .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-utexs7peSs .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-utexs7peSs .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-utexs7peSs .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-utexs7peSs .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-utexs7peSs .svg-top {
    width: 1000px;
  }
}
.cid-utexs7peSs .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-utexs7peSs .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-utexs7peSs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-utexs7peSs .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-utexs7peSs .social-row {
  text-align: center;
}
.cid-utexs7peSs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-utexs7peSs .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-utexs7peSs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-utexs7peSs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-utexs7peSs .card-title,
.cid-utexs7peSs .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-utexs7peSs .mbr-role,
.cid-utexs7peSs .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-utexs7peSs .card-text,
.cid-utexs7peSs .mbr-section-btn,
.cid-utexs7peSs .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-utexs7peSs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uteDaQ6c1Y {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uteDaQ6c1Y .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uteDaQ6c1Y .team-card:hover {
  transform: translateY(-10px);
}
.cid-uteDaQ6c1Y .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uteDaQ6c1Y .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uteDaQ6c1Y .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uteDaQ6c1Y .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uteDaQ6c1Y .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uteDaQ6c1Y .svg-top {
    width: 1000px;
  }
}
.cid-uteDaQ6c1Y .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uteDaQ6c1Y .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uteDaQ6c1Y .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uteDaQ6c1Y .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uteDaQ6c1Y .social-row {
  text-align: center;
}
.cid-uteDaQ6c1Y .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uteDaQ6c1Y .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uteDaQ6c1Y .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uteDaQ6c1Y .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uteDaQ6c1Y .card-title,
.cid-uteDaQ6c1Y .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uteDaQ6c1Y .mbr-role,
.cid-uteDaQ6c1Y .social-row {
  color: #ffff6f;
  text-align: center;
}
.cid-uteDaQ6c1Y .card-text,
.cid-uteDaQ6c1Y .mbr-section-btn,
.cid-uteDaQ6c1Y .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uteDaQ6c1Y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uteXa0NzhE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uteXa0NzhE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uteXa0NzhE .team-card:hover {
  transform: translateY(-10px);
}
.cid-uteXa0NzhE .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uteXa0NzhE .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uteXa0NzhE .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uteXa0NzhE .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uteXa0NzhE .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uteXa0NzhE .svg-top {
    width: 1000px;
  }
}
.cid-uteXa0NzhE .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uteXa0NzhE .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uteXa0NzhE .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uteXa0NzhE .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uteXa0NzhE .social-row {
  text-align: center;
}
.cid-uteXa0NzhE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uteXa0NzhE .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uteXa0NzhE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uteXa0NzhE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uteXa0NzhE .card-title,
.cid-uteXa0NzhE .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uteXa0NzhE .mbr-role,
.cid-uteXa0NzhE .social-row {
  color: #808080;
  text-align: center;
}
.cid-uteXa0NzhE .card-text,
.cid-uteXa0NzhE .mbr-section-btn,
.cid-uteXa0NzhE .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uteXa0NzhE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uteHg31afi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uteHg31afi .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uteHg31afi .team-card:hover {
  transform: translateY(-10px);
}
.cid-uteHg31afi .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uteHg31afi .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uteHg31afi .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uteHg31afi .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uteHg31afi .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uteHg31afi .svg-top {
    width: 1000px;
  }
}
.cid-uteHg31afi .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uteHg31afi .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uteHg31afi .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uteHg31afi .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uteHg31afi .social-row {
  text-align: center;
}
.cid-uteHg31afi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uteHg31afi .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uteHg31afi .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uteHg31afi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uteHg31afi .card-title,
.cid-uteHg31afi .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uteHg31afi .mbr-role,
.cid-uteHg31afi .social-row {
  color: #808080;
  text-align: center;
}
.cid-uteHg31afi .card-text,
.cid-uteHg31afi .mbr-section-btn,
.cid-uteHg31afi .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uteHg31afi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uteIvJudWV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uteIvJudWV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uteIvJudWV .team-card:hover {
  transform: translateY(-10px);
}
.cid-uteIvJudWV .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uteIvJudWV .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uteIvJudWV .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uteIvJudWV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uteIvJudWV .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uteIvJudWV .svg-top {
    width: 1000px;
  }
}
.cid-uteIvJudWV .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uteIvJudWV .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uteIvJudWV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uteIvJudWV .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uteIvJudWV .social-row {
  text-align: center;
}
.cid-uteIvJudWV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uteIvJudWV .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uteIvJudWV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uteIvJudWV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uteIvJudWV .card-title,
.cid-uteIvJudWV .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uteIvJudWV .mbr-role,
.cid-uteIvJudWV .social-row {
  color: #808080;
  text-align: center;
}
.cid-uteIvJudWV .card-text,
.cid-uteIvJudWV .mbr-section-btn,
.cid-uteIvJudWV .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uteIvJudWV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uteOgCWsp0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uteOgCWsp0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uteOgCWsp0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uteOgCWsp0 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uteOgCWsp0 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uteOgCWsp0 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uteOgCWsp0 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uteOgCWsp0 .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uteOgCWsp0 .svg-top {
    width: 1000px;
  }
}
.cid-uteOgCWsp0 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uteOgCWsp0 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uteOgCWsp0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uteOgCWsp0 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uteOgCWsp0 .social-row {
  text-align: center;
}
.cid-uteOgCWsp0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uteOgCWsp0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uteOgCWsp0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uteOgCWsp0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uteOgCWsp0 .card-title,
.cid-uteOgCWsp0 .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uteOgCWsp0 .mbr-role,
.cid-uteOgCWsp0 .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-uteOgCWsp0 .card-text,
.cid-uteOgCWsp0 .mbr-section-btn,
.cid-uteOgCWsp0 .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uteOgCWsp0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uteRKgfGSn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uteRKgfGSn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uteRKgfGSn .team-card:hover {
  transform: translateY(-10px);
}
.cid-uteRKgfGSn .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uteRKgfGSn .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uteRKgfGSn .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uteRKgfGSn .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uteRKgfGSn .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uteRKgfGSn .svg-top {
    width: 1000px;
  }
}
.cid-uteRKgfGSn .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uteRKgfGSn .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uteRKgfGSn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uteRKgfGSn .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uteRKgfGSn .social-row {
  text-align: center;
}
.cid-uteRKgfGSn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uteRKgfGSn .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uteRKgfGSn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uteRKgfGSn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uteRKgfGSn .card-title,
.cid-uteRKgfGSn .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uteRKgfGSn .mbr-role,
.cid-uteRKgfGSn .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-uteRKgfGSn .card-text,
.cid-uteRKgfGSn .mbr-section-btn,
.cid-uteRKgfGSn .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uteRKgfGSn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uteV15Kpkw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uteV15Kpkw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uteV15Kpkw .team-card:hover {
  transform: translateY(-10px);
}
.cid-uteV15Kpkw .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uteV15Kpkw .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uteV15Kpkw .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uteV15Kpkw .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uteV15Kpkw .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uteV15Kpkw .svg-top {
    width: 1000px;
  }
}
.cid-uteV15Kpkw .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uteV15Kpkw .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uteV15Kpkw .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uteV15Kpkw .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uteV15Kpkw .social-row {
  text-align: center;
}
.cid-uteV15Kpkw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uteV15Kpkw .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uteV15Kpkw .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uteV15Kpkw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uteV15Kpkw .card-title,
.cid-uteV15Kpkw .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uteV15Kpkw .mbr-role,
.cid-uteV15Kpkw .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-uteV15Kpkw .card-text,
.cid-uteV15Kpkw .mbr-section-btn,
.cid-uteV15Kpkw .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uteV15Kpkw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uteVBjw89I {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uteVBjw89I .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uteVBjw89I .team-card:hover {
  transform: translateY(-10px);
}
.cid-uteVBjw89I .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uteVBjw89I .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uteVBjw89I .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uteVBjw89I .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uteVBjw89I .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uteVBjw89I .svg-top {
    width: 1000px;
  }
}
.cid-uteVBjw89I .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uteVBjw89I .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uteVBjw89I .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uteVBjw89I .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uteVBjw89I .social-row {
  text-align: center;
}
.cid-uteVBjw89I .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uteVBjw89I .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uteVBjw89I .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uteVBjw89I .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uteVBjw89I .card-title,
.cid-uteVBjw89I .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uteVBjw89I .mbr-role,
.cid-uteVBjw89I .social-row {
  color: #c4711f;
  text-align: center;
}
.cid-uteVBjw89I .card-text,
.cid-uteVBjw89I .mbr-section-btn,
.cid-uteVBjw89I .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uteVBjw89I .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uteXirJWzH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uteXirJWzH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uteXirJWzH .team-card:hover {
  transform: translateY(-10px);
}
.cid-uteXirJWzH .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uteXirJWzH .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uteXirJWzH .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uteXirJWzH .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uteXirJWzH .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uteXirJWzH .svg-top {
    width: 1000px;
  }
}
.cid-uteXirJWzH .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uteXirJWzH .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uteXirJWzH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uteXirJWzH .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uteXirJWzH .social-row {
  text-align: center;
}
.cid-uteXirJWzH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uteXirJWzH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uteXirJWzH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uteXirJWzH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uteXirJWzH .card-title,
.cid-uteXirJWzH .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uteXirJWzH .mbr-role,
.cid-uteXirJWzH .social-row {
  color: #6592e6;
  text-align: center;
}
.cid-uteXirJWzH .card-text,
.cid-uteXirJWzH .mbr-section-btn,
.cid-uteXirJWzH .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uteXirJWzH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uteYGXgdqh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uteYGXgdqh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uteYGXgdqh .team-card:hover {
  transform: translateY(-10px);
}
.cid-uteYGXgdqh .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uteYGXgdqh .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uteYGXgdqh .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uteYGXgdqh .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uteYGXgdqh .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uteYGXgdqh .svg-top {
    width: 1000px;
  }
}
.cid-uteYGXgdqh .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uteYGXgdqh .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uteYGXgdqh .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uteYGXgdqh .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uteYGXgdqh .social-row {
  text-align: center;
}
.cid-uteYGXgdqh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uteYGXgdqh .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uteYGXgdqh .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uteYGXgdqh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uteYGXgdqh .card-title,
.cid-uteYGXgdqh .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uteYGXgdqh .mbr-role,
.cid-uteYGXgdqh .social-row {
  color: #6592e6;
  text-align: center;
}
.cid-uteYGXgdqh .card-text,
.cid-uteYGXgdqh .mbr-section-btn,
.cid-uteYGXgdqh .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uteYGXgdqh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uteZTwd6DY {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-uteZTwd6DY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uteZTwd6DY .team-card:hover {
  transform: translateY(-10px);
}
.cid-uteZTwd6DY .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uteZTwd6DY .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uteZTwd6DY .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uteZTwd6DY .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uteZTwd6DY .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-uteZTwd6DY .svg-top {
    width: 1000px;
  }
}
.cid-uteZTwd6DY .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-uteZTwd6DY .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uteZTwd6DY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uteZTwd6DY .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uteZTwd6DY .social-row {
  text-align: center;
}
.cid-uteZTwd6DY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uteZTwd6DY .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uteZTwd6DY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uteZTwd6DY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uteZTwd6DY .card-title,
.cid-uteZTwd6DY .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uteZTwd6DY .mbr-role,
.cid-uteZTwd6DY .social-row {
  color: #6592e6;
  text-align: center;
}
.cid-uteZTwd6DY .card-text,
.cid-uteZTwd6DY .mbr-section-btn,
.cid-uteZTwd6DY .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uteZTwd6DY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utf8atTC0u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-utf8atTC0u .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-utf8atTC0u .team-card:hover {
  transform: translateY(-10px);
}
.cid-utf8atTC0u .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-utf8atTC0u .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-utf8atTC0u .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-utf8atTC0u .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-utf8atTC0u .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-utf8atTC0u .svg-top {
    width: 1000px;
  }
}
.cid-utf8atTC0u .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-utf8atTC0u .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-utf8atTC0u .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-utf8atTC0u .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-utf8atTC0u .social-row {
  text-align: center;
}
.cid-utf8atTC0u .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-utf8atTC0u .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-utf8atTC0u .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-utf8atTC0u .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-utf8atTC0u .card-title,
.cid-utf8atTC0u .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-utf8atTC0u .mbr-role,
.cid-utf8atTC0u .social-row {
  color: #208718;
  text-align: center;
}
.cid-utf8atTC0u .card-text,
.cid-utf8atTC0u .mbr-section-btn,
.cid-utf8atTC0u .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-utf8atTC0u .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utf9ZbKPlM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffaa6f;
}
.cid-utf9ZbKPlM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-utf9ZbKPlM .team-card:hover {
  transform: translateY(-10px);
}
.cid-utf9ZbKPlM .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-utf9ZbKPlM .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-utf9ZbKPlM .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-utf9ZbKPlM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-utf9ZbKPlM .svg-top .st0 {
  fill: #ffaa6f;
}
@media (max-width: 992px) {
  .cid-utf9ZbKPlM .svg-top {
    width: 1000px;
  }
}
.cid-utf9ZbKPlM .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
}
.cid-utf9ZbKPlM .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-utf9ZbKPlM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-utf9ZbKPlM .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-utf9ZbKPlM .social-row {
  text-align: center;
}
.cid-utf9ZbKPlM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-utf9ZbKPlM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-utf9ZbKPlM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-utf9ZbKPlM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-utf9ZbKPlM .card-title,
.cid-utf9ZbKPlM .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-utf9ZbKPlM .mbr-role,
.cid-utf9ZbKPlM .social-row {
  color: #208718;
  text-align: center;
}
.cid-utf9ZbKPlM .card-text,
.cid-utf9ZbKPlM .mbr-section-btn,
.cid-utf9ZbKPlM .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-utf9ZbKPlM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utfc4FwBLt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-utfc4FwBLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-utfc4FwBLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utfc4FwBLt .mbr-text,
.cid-utfc4FwBLt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-utfc4FwBLt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-utfc4FwBLt .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-utfbZOIubQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-utfbZOIubQ .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-utfbZOIubQ .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-utfbZOIubQ .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-utfbZOIubQ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-utfbZOIubQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-utfbZOIubQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-utfbZOIubQ .mbr-section-btn .btn-secondary-outline .active,
.cid-utfbZOIubQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-utfbZOIubQ .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-utfbZOIubQ .image_post {
  display: inline-block;
}
.cid-utfbZOIubQ .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-utfbZOIubQ .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-utfbZOIubQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-utfbZOIubQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utfbZOIubQ .mbr-text,
.cid-utfbZOIubQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ujg9v5trV1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-ujg9v5trV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujg9v5trV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujg9v5trV1 .mbr-text,
.cid-ujg9v5trV1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujg9v5trV1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujg9v5trV1 .mbr-section-subtitle {
  text-align: center;
  color: #f92c50;
}
.cid-ujgbXtlB3N {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ujgbXtlB3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgbXtlB3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgbXtlB3N .mbr-text,
.cid-ujgbXtlB3N .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujgbXtlB3N .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujgbXtlB3N .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-ujgbZSSAlJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ujgbZSSAlJ .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ujgbZSSAlJ .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ujgbZSSAlJ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ujgbZSSAlJ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ujgbZSSAlJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ujgbZSSAlJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-ujgbZSSAlJ .mbr-section-btn .btn-secondary-outline .active,
.cid-ujgbZSSAlJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ujgbZSSAlJ .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ujgbZSSAlJ .image_post {
  display: inline-block;
}
.cid-ujgbZSSAlJ .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ujgbZSSAlJ .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ujgbZSSAlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgbZSSAlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgfdXhn2t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ujgfdXhn2t .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ujgfdXhn2t .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ujgfdXhn2t .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ujgfdXhn2t .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ujgfdXhn2t .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ujgfdXhn2t .mbr-section-btn .btn-secondary-outline:hover,
.cid-ujgfdXhn2t .mbr-section-btn .btn-secondary-outline .active,
.cid-ujgfdXhn2t .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ujgfdXhn2t .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ujgfdXhn2t .image_post {
  display: inline-block;
}
.cid-ujgfdXhn2t .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ujgfdXhn2t .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ujgfdXhn2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgfdXhn2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgfnKZKN4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ujgfnKZKN4 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ujgfnKZKN4 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ujgfnKZKN4 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ujgfnKZKN4 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ujgfnKZKN4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ujgfnKZKN4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ujgfnKZKN4 .mbr-section-btn .btn-secondary-outline .active,
.cid-ujgfnKZKN4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ujgfnKZKN4 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ujgfnKZKN4 .image_post {
  display: inline-block;
}
.cid-ujgfnKZKN4 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ujgfnKZKN4 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ujgfnKZKN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgfnKZKN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgi1o3CHM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ujgi1o3CHM .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ujgi1o3CHM .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ujgi1o3CHM .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ujgi1o3CHM .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ujgi1o3CHM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ujgi1o3CHM .mbr-section-btn .btn-secondary-outline:hover,
.cid-ujgi1o3CHM .mbr-section-btn .btn-secondary-outline .active,
.cid-ujgi1o3CHM .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ujgi1o3CHM .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ujgi1o3CHM .image_post {
  display: inline-block;
}
.cid-ujgi1o3CHM .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ujgi1o3CHM .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ujgi1o3CHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgi1o3CHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgi6hz04g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ujgi6hz04g .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ujgi6hz04g .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ujgi6hz04g .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ujgi6hz04g .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ujgi6hz04g .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ujgi6hz04g .mbr-section-btn .btn-secondary-outline:hover,
.cid-ujgi6hz04g .mbr-section-btn .btn-secondary-outline .active,
.cid-ujgi6hz04g .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ujgi6hz04g .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ujgi6hz04g .image_post {
  display: inline-block;
}
.cid-ujgi6hz04g .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ujgi6hz04g .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ujgi6hz04g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgi6hz04g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgijsSXX8 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffaa6f;
}
.cid-ujgijsSXX8 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ujgijsSXX8 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ujgijsSXX8 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ujgijsSXX8 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ujgijsSXX8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ujgijsSXX8 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ujgijsSXX8 .mbr-section-btn .btn-secondary-outline .active,
.cid-ujgijsSXX8 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ujgijsSXX8 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ujgijsSXX8 .image_post {
  display: inline-block;
}
.cid-ujgijsSXX8 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ujgijsSXX8 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ujgijsSXX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgijsSXX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uflRcJFCFB {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uflRcJFCFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uflRcJFCFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uflRcJFCFB .mbr-text,
.cid-uflRcJFCFB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uflRcJFCFB .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uflRcJFCFB .mbr-section-subtitle {
  text-align: center;
  color: #f92c50;
}
.cid-uflRdAHACc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffaa6f;
}
.cid-uflRdAHACc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uflRdAHACc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uflRdAHACc .mbr-text,
.cid-uflRdAHACc .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uflRdAHACc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uflRdAHACc .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uflRfa65Vv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-uflRfa65Vv .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uflRfa65Vv .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uflRfa65Vv .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uflRfa65Vv .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uflRfa65Vv .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uflRfa65Vv .mbr-section-btn .btn-secondary-outline:hover,
.cid-uflRfa65Vv .mbr-section-btn .btn-secondary-outline .active,
.cid-uflRfa65Vv .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uflRfa65Vv .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uflRfa65Vv .image_post {
  display: inline-block;
}
.cid-uflRfa65Vv .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uflRfa65Vv .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uflRfa65Vv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uflRfa65Vv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmSIlWw1G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ufmSIlWw1G .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ufmSIlWw1G .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ufmSIlWw1G .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ufmSIlWw1G .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ufmSIlWw1G .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufmSIlWw1G .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufmSIlWw1G .mbr-section-btn .btn-secondary-outline .active,
.cid-ufmSIlWw1G .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ufmSIlWw1G .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ufmSIlWw1G .image_post {
  display: inline-block;
}
.cid-ufmSIlWw1G .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ufmSIlWw1G .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ufmSIlWw1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmSIlWw1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmT0rXsAD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ufmT0rXsAD .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ufmT0rXsAD .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ufmT0rXsAD .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ufmT0rXsAD .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ufmT0rXsAD .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufmT0rXsAD .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufmT0rXsAD .mbr-section-btn .btn-secondary-outline .active,
.cid-ufmT0rXsAD .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ufmT0rXsAD .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ufmT0rXsAD .image_post {
  display: inline-block;
}
.cid-ufmT0rXsAD .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ufmT0rXsAD .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ufmT0rXsAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmT0rXsAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmTC1NOmP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ufmTC1NOmP .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ufmTC1NOmP .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ufmTC1NOmP .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ufmTC1NOmP .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ufmTC1NOmP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufmTC1NOmP .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufmTC1NOmP .mbr-section-btn .btn-secondary-outline .active,
.cid-ufmTC1NOmP .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ufmTC1NOmP .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ufmTC1NOmP .image_post {
  display: inline-block;
}
.cid-ufmTC1NOmP .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ufmTC1NOmP .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ufmTC1NOmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmTC1NOmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmU1rRpxj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffaa6f;
}
.cid-ufmU1rRpxj .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ufmU1rRpxj .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ufmU1rRpxj .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ufmU1rRpxj .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ufmU1rRpxj .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufmU1rRpxj .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufmU1rRpxj .mbr-section-btn .btn-secondary-outline .active,
.cid-ufmU1rRpxj .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ufmU1rRpxj .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ufmU1rRpxj .image_post {
  display: inline-block;
}
.cid-ufmU1rRpxj .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ufmU1rRpxj .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ufmU1rRpxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmU1rRpxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufmUbyp4mt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffaa6f;
}
.cid-ufmUbyp4mt .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-ufmUbyp4mt .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-ufmUbyp4mt .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ufmUbyp4mt .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-ufmUbyp4mt .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufmUbyp4mt .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufmUbyp4mt .mbr-section-btn .btn-secondary-outline .active,
.cid-ufmUbyp4mt .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-ufmUbyp4mt .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-ufmUbyp4mt .image_post {
  display: inline-block;
}
.cid-ufmUbyp4mt .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-ufmUbyp4mt .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-ufmUbyp4mt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufmUbyp4mt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucWVpORZ2M {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-ucWVpORZ2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucWVpORZ2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucWVpORZ2M .mbr-text,
.cid-ucWVpORZ2M .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ucWVpORZ2M .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ucWVpORZ2M .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-uh2IfdzxOD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uh2IfdzxOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh2IfdzxOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh2IfdzxOD .mbr-text,
.cid-uh2IfdzxOD .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uh2IfdzxOD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uh2IfdzxOD .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukETcArME3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-ukETcArME3 .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-ukETcArME3 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ukESOPvgxq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-ukESOPvgxq .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-ukESOPvgxq .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-ukESOPvgxq .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #393193;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukESOPvgxq .mbr-section-title {
  text-align: center;
}
.cid-ukESOPvgxq .mbr-section-subtitle {
  text-align: left;
  color: #393193;
}
.cid-ukESOPvgxq .mbr-text {
  color: #393193;
}
.cid-ukVOINjFRO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-ukVOINjFRO .mbr-text {
  color: #393193;
}
.cid-ukVOINjFRO .mbr-section-subtitle {
  color: #000000;
}
.cid-ukVOINjFRO .mbr-section-title {
  color: #393193;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unum7pcadh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-unum7pcadh .mbr-fallback-image.disabled {
  display: none;
}
.cid-unum7pcadh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unum7pcadh .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-usFs5ShHVm {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffaa6f;
}
.cid-uu436CWV0p {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #f5f5f5;
}
.cid-uu436CWV0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu436CWV0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu436CWV0p .mbr-text,
.cid-uu436CWV0p .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-uu436CWV0p .mbr-section-title {
  text-align: center;
}
.cid-uu436CWV0p .mbr-section-subtitle {
  text-align: center;
  color: #f92c50;
}
.cid-uu5h1G0CoU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #d8deee;
}
.cid-uu5h1G0CoU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uu5h1G0CoU .team-card:hover {
  transform: translateY(-10px);
}
.cid-uu5h1G0CoU .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uu5h1G0CoU .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uu5h1G0CoU .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uu5h1G0CoU .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uu5h1G0CoU .svg-top .st0 {
  fill: #d8deee;
}
@media (max-width: 992px) {
  .cid-uu5h1G0CoU .svg-top {
    width: 1000px;
  }
}
.cid-uu5h1G0CoU .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uu5h1G0CoU .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uu5h1G0CoU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uu5h1G0CoU .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uu5h1G0CoU .social-row {
  text-align: center;
}
.cid-uu5h1G0CoU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uu5h1G0CoU .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uu5h1G0CoU .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uu5h1G0CoU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uu5h1G0CoU .card-title,
.cid-uu5h1G0CoU .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uu5h1G0CoU .mbr-role,
.cid-uu5h1G0CoU .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu5h1G0CoU .card-text,
.cid-uu5h1G0CoU .mbr-section-btn,
.cid-uu5h1G0CoU .social-row {
  color: #000000;
  text-align: center;
}
.cid-uu5h1G0CoU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uu5IuLmk74 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #d8deee;
}
.cid-uu5IuLmk74 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uu5IuLmk74 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uu5IuLmk74 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uu5IuLmk74 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uu5IuLmk74 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uu5IuLmk74 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uu5IuLmk74 .svg-top .st0 {
  fill: #d8deee;
}
@media (max-width: 992px) {
  .cid-uu5IuLmk74 .svg-top {
    width: 1000px;
  }
}
.cid-uu5IuLmk74 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uu5IuLmk74 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uu5IuLmk74 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uu5IuLmk74 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uu5IuLmk74 .social-row {
  text-align: center;
}
.cid-uu5IuLmk74 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uu5IuLmk74 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uu5IuLmk74 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uu5IuLmk74 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uu5IuLmk74 .card-title,
.cid-uu5IuLmk74 .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uu5IuLmk74 .mbr-role,
.cid-uu5IuLmk74 .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu5IuLmk74 .card-text,
.cid-uu5IuLmk74 .mbr-section-btn,
.cid-uu5IuLmk74 .social-row {
  color: #000000;
  text-align: center;
}
.cid-uu5IuLmk74 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uu5JD1DrwV {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #d8deee;
}
.cid-uu5JD1DrwV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uu5JD1DrwV .team-card:hover {
  transform: translateY(-10px);
}
.cid-uu5JD1DrwV .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uu5JD1DrwV .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uu5JD1DrwV .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uu5JD1DrwV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uu5JD1DrwV .svg-top .st0 {
  fill: #d8deee;
}
@media (max-width: 992px) {
  .cid-uu5JD1DrwV .svg-top {
    width: 1000px;
  }
}
.cid-uu5JD1DrwV .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uu5JD1DrwV .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uu5JD1DrwV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uu5JD1DrwV .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uu5JD1DrwV .social-row {
  text-align: center;
}
.cid-uu5JD1DrwV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uu5JD1DrwV .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uu5JD1DrwV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uu5JD1DrwV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uu5JD1DrwV .card-title,
.cid-uu5JD1DrwV .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uu5JD1DrwV .mbr-role,
.cid-uu5JD1DrwV .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu5JD1DrwV .card-text,
.cid-uu5JD1DrwV .mbr-section-btn,
.cid-uu5JD1DrwV .social-row {
  color: #000000;
  text-align: center;
}
.cid-uu5JD1DrwV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uu5M5FTHFW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #d8deee;
}
.cid-uu5M5FTHFW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uu5M5FTHFW .team-card:hover {
  transform: translateY(-10px);
}
.cid-uu5M5FTHFW .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uu5M5FTHFW .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uu5M5FTHFW .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uu5M5FTHFW .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uu5M5FTHFW .svg-top .st0 {
  fill: #d8deee;
}
@media (max-width: 992px) {
  .cid-uu5M5FTHFW .svg-top {
    width: 1000px;
  }
}
.cid-uu5M5FTHFW .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uu5M5FTHFW .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uu5M5FTHFW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uu5M5FTHFW .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uu5M5FTHFW .social-row {
  text-align: center;
}
.cid-uu5M5FTHFW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uu5M5FTHFW .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uu5M5FTHFW .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uu5M5FTHFW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uu5M5FTHFW .card-title,
.cid-uu5M5FTHFW .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uu5M5FTHFW .mbr-role,
.cid-uu5M5FTHFW .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu5M5FTHFW .card-text,
.cid-uu5M5FTHFW .mbr-section-btn,
.cid-uu5M5FTHFW .social-row {
  color: #000000;
  text-align: center;
}
.cid-uu5M5FTHFW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uu5nKYUgfg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: #d8deee;
}
.cid-uu5nKYUgfg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uu5nKYUgfg .team-card:hover {
  transform: translateY(-10px);
}
.cid-uu5nKYUgfg .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uu5nKYUgfg .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uu5nKYUgfg .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uu5nKYUgfg .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uu5nKYUgfg .svg-top .st0 {
  fill: #d8deee;
}
@media (max-width: 992px) {
  .cid-uu5nKYUgfg .svg-top {
    width: 1000px;
  }
}
.cid-uu5nKYUgfg .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uu5nKYUgfg .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uu5nKYUgfg .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uu5nKYUgfg .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uu5nKYUgfg .social-row {
  text-align: center;
}
.cid-uu5nKYUgfg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uu5nKYUgfg .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uu5nKYUgfg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uu5nKYUgfg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uu5nKYUgfg .card-title,
.cid-uu5nKYUgfg .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uu5nKYUgfg .mbr-role,
.cid-uu5nKYUgfg .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu5nKYUgfg .card-text,
.cid-uu5nKYUgfg .mbr-section-btn,
.cid-uu5nKYUgfg .social-row {
  color: #000000;
  text-align: center;
}
.cid-uu5nKYUgfg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uu5NbLatIa {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #d8deee;
}
.cid-uu5NbLatIa .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uu5NbLatIa .team-card:hover {
  transform: translateY(-10px);
}
.cid-uu5NbLatIa .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uu5NbLatIa .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uu5NbLatIa .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uu5NbLatIa .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uu5NbLatIa .svg-top .st0 {
  fill: #d8deee;
}
@media (max-width: 992px) {
  .cid-uu5NbLatIa .svg-top {
    width: 1000px;
  }
}
.cid-uu5NbLatIa .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uu5NbLatIa .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uu5NbLatIa .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uu5NbLatIa .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uu5NbLatIa .social-row {
  text-align: center;
}
.cid-uu5NbLatIa .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uu5NbLatIa .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uu5NbLatIa .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uu5NbLatIa .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uu5NbLatIa .card-title,
.cid-uu5NbLatIa .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uu5NbLatIa .mbr-role,
.cid-uu5NbLatIa .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu5NbLatIa .card-text,
.cid-uu5NbLatIa .mbr-section-btn,
.cid-uu5NbLatIa .social-row {
  color: #000000;
  text-align: center;
}
.cid-uu5NbLatIa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uu5NRo5yGf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #d8deee;
}
.cid-uu5NRo5yGf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uu5NRo5yGf .team-card:hover {
  transform: translateY(-10px);
}
.cid-uu5NRo5yGf .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uu5NRo5yGf .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uu5NRo5yGf .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uu5NRo5yGf .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uu5NRo5yGf .svg-top .st0 {
  fill: #d8deee;
}
@media (max-width: 992px) {
  .cid-uu5NRo5yGf .svg-top {
    width: 1000px;
  }
}
.cid-uu5NRo5yGf .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uu5NRo5yGf .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uu5NRo5yGf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uu5NRo5yGf .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uu5NRo5yGf .social-row {
  text-align: center;
}
.cid-uu5NRo5yGf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uu5NRo5yGf .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uu5NRo5yGf .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uu5NRo5yGf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uu5NRo5yGf .card-title,
.cid-uu5NRo5yGf .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uu5NRo5yGf .mbr-role,
.cid-uu5NRo5yGf .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu5NRo5yGf .card-text,
.cid-uu5NRo5yGf .mbr-section-btn,
.cid-uu5NRo5yGf .social-row {
  color: #000000;
  text-align: center;
}
.cid-uu5NRo5yGf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uu5OzBrRrW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #d8deee;
}
.cid-uu5OzBrRrW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uu5OzBrRrW .team-card:hover {
  transform: translateY(-10px);
}
.cid-uu5OzBrRrW .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uu5OzBrRrW .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uu5OzBrRrW .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uu5OzBrRrW .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uu5OzBrRrW .svg-top .st0 {
  fill: #d8deee;
}
@media (max-width: 992px) {
  .cid-uu5OzBrRrW .svg-top {
    width: 1000px;
  }
}
.cid-uu5OzBrRrW .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uu5OzBrRrW .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uu5OzBrRrW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uu5OzBrRrW .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uu5OzBrRrW .social-row {
  text-align: center;
}
.cid-uu5OzBrRrW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uu5OzBrRrW .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uu5OzBrRrW .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uu5OzBrRrW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uu5OzBrRrW .card-title,
.cid-uu5OzBrRrW .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uu5OzBrRrW .mbr-role,
.cid-uu5OzBrRrW .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu5OzBrRrW .card-text,
.cid-uu5OzBrRrW .mbr-section-btn,
.cid-uu5OzBrRrW .social-row {
  color: #000000;
  text-align: center;
}
.cid-uu5OzBrRrW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uu437VaJp3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: #d8deee;
}
.cid-uu437VaJp3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uu437VaJp3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uu437VaJp3 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uu437VaJp3 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uu437VaJp3 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uu437VaJp3 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uu437VaJp3 .svg-top .st0 {
  fill: #d8deee;
}
@media (max-width: 992px) {
  .cid-uu437VaJp3 .svg-top {
    width: 1000px;
  }
}
.cid-uu437VaJp3 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uu437VaJp3 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uu437VaJp3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uu437VaJp3 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uu437VaJp3 .social-row {
  text-align: center;
}
.cid-uu437VaJp3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uu437VaJp3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uu437VaJp3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uu437VaJp3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uu437VaJp3 .card-title,
.cid-uu437VaJp3 .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu437VaJp3 .mbr-role,
.cid-uu437VaJp3 .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu437VaJp3 .card-text,
.cid-uu437VaJp3 .mbr-section-btn,
.cid-uu437VaJp3 .social-row {
  color: #000000;
  text-align: center;
}
.cid-uu437VaJp3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uu5PgdB4z3 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #d8deee;
}
.cid-uu5PgdB4z3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uu5PgdB4z3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uu5PgdB4z3 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uu5PgdB4z3 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uu5PgdB4z3 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uu5PgdB4z3 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uu5PgdB4z3 .svg-top .st0 {
  fill: #d8deee;
}
@media (max-width: 992px) {
  .cid-uu5PgdB4z3 .svg-top {
    width: 1000px;
  }
}
.cid-uu5PgdB4z3 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uu5PgdB4z3 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uu5PgdB4z3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uu5PgdB4z3 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uu5PgdB4z3 .social-row {
  text-align: center;
}
.cid-uu5PgdB4z3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uu5PgdB4z3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uu5PgdB4z3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uu5PgdB4z3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uu5PgdB4z3 .card-title,
.cid-uu5PgdB4z3 .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uu5PgdB4z3 .mbr-role,
.cid-uu5PgdB4z3 .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu5PgdB4z3 .card-text,
.cid-uu5PgdB4z3 .mbr-section-btn,
.cid-uu5PgdB4z3 .social-row {
  color: #000000;
  text-align: center;
}
.cid-uu5PgdB4z3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uu5PTwGV1g {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #d8deee;
}
.cid-uu5PTwGV1g .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uu5PTwGV1g .team-card:hover {
  transform: translateY(-10px);
}
.cid-uu5PTwGV1g .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uu5PTwGV1g .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uu5PTwGV1g .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uu5PTwGV1g .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uu5PTwGV1g .svg-top .st0 {
  fill: #d8deee;
}
@media (max-width: 992px) {
  .cid-uu5PTwGV1g .svg-top {
    width: 1000px;
  }
}
.cid-uu5PTwGV1g .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uu5PTwGV1g .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uu5PTwGV1g .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uu5PTwGV1g .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uu5PTwGV1g .social-row {
  text-align: center;
}
.cid-uu5PTwGV1g .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uu5PTwGV1g .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uu5PTwGV1g .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uu5PTwGV1g .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uu5PTwGV1g .card-title,
.cid-uu5PTwGV1g .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uu5PTwGV1g .mbr-role,
.cid-uu5PTwGV1g .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu5PTwGV1g .card-text,
.cid-uu5PTwGV1g .mbr-section-btn,
.cid-uu5PTwGV1g .social-row {
  color: #000000;
  text-align: center;
}
.cid-uu5PTwGV1g .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uu5QvQXqv6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #d8deee;
}
.cid-uu5QvQXqv6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uu5QvQXqv6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uu5QvQXqv6 .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uu5QvQXqv6 .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uu5QvQXqv6 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uu5QvQXqv6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uu5QvQXqv6 .svg-top .st0 {
  fill: #d8deee;
}
@media (max-width: 992px) {
  .cid-uu5QvQXqv6 .svg-top {
    width: 1000px;
  }
}
.cid-uu5QvQXqv6 .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uu5QvQXqv6 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uu5QvQXqv6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uu5QvQXqv6 .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uu5QvQXqv6 .social-row {
  text-align: center;
}
.cid-uu5QvQXqv6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uu5QvQXqv6 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uu5QvQXqv6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uu5QvQXqv6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uu5QvQXqv6 .card-title,
.cid-uu5QvQXqv6 .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uu5QvQXqv6 .mbr-role,
.cid-uu5QvQXqv6 .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uu5QvQXqv6 .card-text,
.cid-uu5QvQXqv6 .mbr-section-btn,
.cid-uu5QvQXqv6 .social-row {
  color: #000000;
  text-align: center;
}
.cid-uu5QvQXqv6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-usFsPSyTYY {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-usFsPSyTYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-usFsPSyTYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usFsPSyTYY .mbr-text,
.cid-usFsPSyTYY .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-usFsPSyTYY .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-usFsPSyTYY .mbr-section-subtitle {
  text-align: center;
  color: #f92c50;
}
.cid-usFsc80Vc2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #d8deee;
}
.cid-usFsc80Vc2 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-usFsc80Vc2 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-usFsc80Vc2 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-usFsc80Vc2 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-usFsc80Vc2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-usFsc80Vc2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-usFsc80Vc2 .mbr-section-btn .btn-secondary-outline .active,
.cid-usFsc80Vc2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-usFsc80Vc2 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-usFsc80Vc2 .image_post {
  display: inline-block;
}
.cid-usFsc80Vc2 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-usFsc80Vc2 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-usFsc80Vc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usFsc80Vc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usFZZLBoBp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d8deee;
}
.cid-usFZZLBoBp .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-usFZZLBoBp .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-usFZZLBoBp .mbr-section-title {
  margin-bottom: 12px;
}
.cid-usFZZLBoBp .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-usFZZLBoBp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-usFZZLBoBp .mbr-section-btn .btn-secondary-outline:hover,
.cid-usFZZLBoBp .mbr-section-btn .btn-secondary-outline .active,
.cid-usFZZLBoBp .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-usFZZLBoBp .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-usFZZLBoBp .image_post {
  display: inline-block;
}
.cid-usFZZLBoBp .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-usFZZLBoBp .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-usFZZLBoBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-usFZZLBoBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usG0jW5JwW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #d8deee;
}
.cid-usG0jW5JwW .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-usG0jW5JwW .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-usG0jW5JwW .mbr-section-title {
  margin-bottom: 12px;
}
.cid-usG0jW5JwW .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-usG0jW5JwW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-usG0jW5JwW .mbr-section-btn .btn-secondary-outline:hover,
.cid-usG0jW5JwW .mbr-section-btn .btn-secondary-outline .active,
.cid-usG0jW5JwW .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-usG0jW5JwW .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-usG0jW5JwW .image_post {
  display: inline-block;
}
.cid-usG0jW5JwW .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-usG0jW5JwW .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-usG0jW5JwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-usG0jW5JwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqjtwrWkHE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uqjtwrWkHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqjtwrWkHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqjtwrWkHE .mbr-text,
.cid-uqjtwrWkHE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uqjtwrWkHE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqjtwrWkHE .mbr-section-subtitle {
  text-align: center;
  color: #f92c50;
}
.cid-uqjKs8lU4V {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uqjKs8lU4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqjKs8lU4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqjKs8lU4V .mbr-text,
.cid-uqjKs8lU4V .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uqjKs8lU4V .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqjKs8lU4V .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uqiJ7rGXNs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #d8deee;
}
.cid-uqiJ7rGXNs .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uqiJ7rGXNs .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uqiJ7rGXNs .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uqiJ7rGXNs .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uqiJ7rGXNs .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uqiJ7rGXNs .mbr-section-btn .btn-secondary-outline:hover,
.cid-uqiJ7rGXNs .mbr-section-btn .btn-secondary-outline .active,
.cid-uqiJ7rGXNs .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uqiJ7rGXNs .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uqiJ7rGXNs .image_post {
  display: inline-block;
}
.cid-uqiJ7rGXNs .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uqiJ7rGXNs .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uqiJ7rGXNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqiJ7rGXNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqjsK8f6aa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d8deee;
}
.cid-uqjsK8f6aa .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uqjsK8f6aa .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uqjsK8f6aa .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uqjsK8f6aa .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uqjsK8f6aa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uqjsK8f6aa .mbr-section-btn .btn-secondary-outline:hover,
.cid-uqjsK8f6aa .mbr-section-btn .btn-secondary-outline .active,
.cid-uqjsK8f6aa .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uqjsK8f6aa .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uqjsK8f6aa .image_post {
  display: inline-block;
}
.cid-uqjsK8f6aa .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uqjsK8f6aa .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uqjsK8f6aa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqjsK8f6aa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqjsXQ2WSs {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #d8deee;
}
.cid-uqjsXQ2WSs .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uqjsXQ2WSs .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uqjsXQ2WSs .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uqjsXQ2WSs .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uqjsXQ2WSs .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uqjsXQ2WSs .mbr-section-btn .btn-secondary-outline:hover,
.cid-uqjsXQ2WSs .mbr-section-btn .btn-secondary-outline .active,
.cid-uqjsXQ2WSs .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uqjsXQ2WSs .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uqjsXQ2WSs .image_post {
  display: inline-block;
}
.cid-uqjsXQ2WSs .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uqjsXQ2WSs .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uqjsXQ2WSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqjsXQ2WSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unum3HQlvj {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-unum3HQlvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-unum3HQlvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unum3HQlvj .mbr-text,
.cid-unum3HQlvj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-unum3HQlvj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-unum3HQlvj .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-usHAPHPvaT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-usHAPHPvaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHAPHPvaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHAPHPvaT .mbr-text,
.cid-usHAPHPvaT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-usHAPHPvaT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-usHAPHPvaT .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugSZN4JsLn {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
}
.cid-ugSZN4JsLn .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-ugSZN4JsLn .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-ugSZN4JsLn .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #ed8a53;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugSZN4JsLn .mbr-section-title {
  text-align: left;
}
.cid-ugSZN4JsLn .mbr-section-subtitle {
  text-align: left;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh56dtUWN5 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #d8deee;
}
.cid-uh56dtUWN5 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uh56dtUWN5 .panel-group {
  border: none;
}
.cid-uh56dtUWN5 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uh56dtUWN5 .card-header {
    padding: 0rem;
  }
}
.cid-uh56dtUWN5 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uh56dtUWN5 .img-col {
  padding: 0;
}
.cid-uh56dtUWN5 .img-item {
  height: 100%;
}
.cid-uh56dtUWN5 img {
  height: 100%;
  object-fit: cover;
}
.cid-uh56dtUWN5 .collapsed span {
  transform: rotate(0deg);
}
.cid-uh56dtUWN5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uh56dtUWN5 p {
  margin-bottom: 0.3rem;
}
.cid-uh56dtUWN5 .panel-title-edit {
  color: #000000;
}
.cid-uh56dtUWN5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uh56dtUWN5 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uh56dtUWN5 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uh56dtUWN5 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uh56dtUWN5 .panel-text {
  color: #000000;
}
.cid-uh56dtUWN5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uh56dtUWN5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uh56dtUWN5 .panel-title-edit,
.cid-uh56dtUWN5 .mbr-iconfont {
  color: #000000;
}
.cid-uh4Cc4RAtk {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #d8deee;
}
.cid-uh4Cc4RAtk .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uh4Cc4RAtk .panel-group {
  border: none;
}
.cid-uh4Cc4RAtk .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uh4Cc4RAtk .card-header {
    padding: 0rem;
  }
}
.cid-uh4Cc4RAtk .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uh4Cc4RAtk .img-col {
  padding: 0;
}
.cid-uh4Cc4RAtk .img-item {
  height: 100%;
}
.cid-uh4Cc4RAtk img {
  height: 100%;
  object-fit: cover;
}
.cid-uh4Cc4RAtk .collapsed span {
  transform: rotate(0deg);
}
.cid-uh4Cc4RAtk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uh4Cc4RAtk p {
  margin-bottom: 0.3rem;
}
.cid-uh4Cc4RAtk .panel-title-edit {
  color: #000000;
}
.cid-uh4Cc4RAtk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uh4Cc4RAtk .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uh4Cc4RAtk .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uh4Cc4RAtk .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uh4Cc4RAtk .panel-text {
  color: #000000;
}
.cid-uh4Cc4RAtk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uh4Cc4RAtk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uh4Cc4RAtk .panel-title-edit,
.cid-uh4Cc4RAtk .mbr-iconfont {
  color: #000000;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqk7TPah5O {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #d8deee;
}
.cid-uqk7TPah5O .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqk7TPah5O .panel-group {
  border: none;
}
.cid-uqk7TPah5O .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqk7TPah5O .card-header {
    padding: 0rem;
  }
}
.cid-uqk7TPah5O .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqk7TPah5O .img-col {
  padding: 0;
}
.cid-uqk7TPah5O .img-item {
  height: 100%;
}
.cid-uqk7TPah5O img {
  height: 100%;
  object-fit: cover;
}
.cid-uqk7TPah5O .collapsed span {
  transform: rotate(0deg);
}
.cid-uqk7TPah5O .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqk7TPah5O p {
  margin-bottom: 0.3rem;
}
.cid-uqk7TPah5O .panel-title-edit {
  color: #000000;
}
.cid-uqk7TPah5O .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqk7TPah5O .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqk7TPah5O .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqk7TPah5O .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uqk7TPah5O .panel-text {
  color: #000000;
}
.cid-uqk7TPah5O .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqk7TPah5O .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqk7TPah5O .panel-title-edit,
.cid-uqk7TPah5O .mbr-iconfont {
  color: #000000;
}
.cid-uqk7TPN7cm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #d8deee;
}
.cid-uqk7TPN7cm .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uqk7TPN7cm .panel-group {
  border: none;
}
.cid-uqk7TPN7cm .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uqk7TPN7cm .card-header {
    padding: 0rem;
  }
}
.cid-uqk7TPN7cm .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uqk7TPN7cm .img-col {
  padding: 0;
}
.cid-uqk7TPN7cm .img-item {
  height: 100%;
}
.cid-uqk7TPN7cm img {
  height: 100%;
  object-fit: cover;
}
.cid-uqk7TPN7cm .collapsed span {
  transform: rotate(0deg);
}
.cid-uqk7TPN7cm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqk7TPN7cm p {
  margin-bottom: 0.3rem;
}
.cid-uqk7TPN7cm .panel-title-edit {
  color: #000000;
}
.cid-uqk7TPN7cm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uqk7TPN7cm .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uqk7TPN7cm .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqk7TPN7cm .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uqk7TPN7cm .panel-text {
  color: #000000;
}
.cid-uqk7TPN7cm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqk7TPN7cm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqk7TPN7cm .panel-title-edit,
.cid-uqk7TPN7cm .mbr-iconfont {
  color: #000000;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usG6mPXSGx {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #d8deee;
}
.cid-usG6mPXSGx .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-usG6mPXSGx .panel-group {
  border: none;
}
.cid-usG6mPXSGx .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-usG6mPXSGx .card-header {
    padding: 0rem;
  }
}
.cid-usG6mPXSGx .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-usG6mPXSGx .img-col {
  padding: 0;
}
.cid-usG6mPXSGx .img-item {
  height: 100%;
}
.cid-usG6mPXSGx img {
  height: 100%;
  object-fit: cover;
}
.cid-usG6mPXSGx .collapsed span {
  transform: rotate(0deg);
}
.cid-usG6mPXSGx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-usG6mPXSGx p {
  margin-bottom: 0.3rem;
}
.cid-usG6mPXSGx .panel-title-edit {
  color: #000000;
}
.cid-usG6mPXSGx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-usG6mPXSGx .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-usG6mPXSGx .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-usG6mPXSGx .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-usG6mPXSGx .panel-text {
  color: #000000;
}
.cid-usG6mPXSGx .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-usG6mPXSGx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-usG6mPXSGx .panel-title-edit,
.cid-usG6mPXSGx .mbr-iconfont {
  color: #000000;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uu5ACIL2nR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffaa6f;
}
.cid-uu5ACIL2nR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu5ACIL2nR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu5ACIL2nR .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-uu5ACKaP8q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5ACKaP8q .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ACKaP8q .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ACKaP8q .row {
  justify-content: center;
}
.cid-uu5ACKaP8q .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ACKaP8q .card-heading DIV {
  text-align: center;
}
.cid-uu5ACKaP8q .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uu5ACLtHgL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uu5ACLtHgL .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ACLtHgL .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ACLtHgL .row {
  justify-content: center;
}
.cid-uu5ACLtHgL .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ACLtHgL .card-heading DIV {
  text-align: center;
}
.cid-uu5ACLtHgL .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uu5ACMFRF2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5ACMFRF2 .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ACMFRF2 .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ACMFRF2 .row {
  justify-content: center;
}
.cid-uu5ACMFRF2 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ACMFRF2 .card-heading DIV {
  text-align: center;
}
.cid-uu5ACMFRF2 .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uu5ACSe2dY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uu5ACSe2dY .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ACSe2dY .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ACSe2dY .row {
  justify-content: center;
}
.cid-uu5ACSe2dY .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ACSe2dY .card-heading DIV {
  text-align: center;
}
.cid-uu5ACSe2dY .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uu5ACO2oB7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5ACO2oB7 .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ACO2oB7 .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ACO2oB7 .row {
  justify-content: center;
}
.cid-uu5ACO2oB7 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ACO2oB7 .card-heading DIV {
  text-align: center;
}
.cid-uu5ACO2oB7 .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uu5ACPrgXU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uu5ACPrgXU .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ACPrgXU .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ACPrgXU .row {
  justify-content: center;
}
.cid-uu5ACPrgXU .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ACPrgXU .card-heading DIV {
  text-align: center;
}
.cid-uu5ACPrgXU .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uu5ACQQCql {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5ACQQCql .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ACQQCql .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ACQQCql .row {
  justify-content: center;
}
.cid-uu5ACQQCql .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ACQQCql .card-heading DIV {
  text-align: center;
}
.cid-uu5ACQQCql .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uu5ACTE0im {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uu5ACTE0im .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ACTE0im .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ACTE0im .row {
  justify-content: center;
}
.cid-uu5ACTE0im .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ACTE0im .card-heading DIV {
  text-align: center;
}
.cid-uu5ACTE0im .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uu5ACVakxd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5ACVakxd .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ACVakxd .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ACVakxd .row {
  justify-content: center;
}
.cid-uu5ACVakxd .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ACVakxd .card-heading DIV {
  text-align: center;
}
.cid-uu5ACVakxd .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uu5ACWQsJL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uu5ACWQsJL .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ACWQsJL .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ACWQsJL .row {
  justify-content: center;
}
.cid-uu5ACWQsJL .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ACWQsJL .card-heading DIV {
  text-align: center;
}
.cid-uu5ACWQsJL .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uu5ACYFToF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5ACYFToF .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ACYFToF .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ACYFToF .row {
  justify-content: center;
}
.cid-uu5ACYFToF .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ACYFToF .card-heading DIV {
  text-align: center;
}
.cid-uu5ACYFToF .card-heading1 {
  text-align: center;
  color: #7d6ec5;
}
.cid-uu5AD0tdsO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uu5AD0tdsO .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5AD0tdsO .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5AD0tdsO .row {
  justify-content: center;
}
.cid-uu5AD0tdsO .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5AD0tdsO .card-heading DIV {
  text-align: center;
}
.cid-uu5AD0tdsO .card-heading1 {
  text-align: center;
  color: #7d6ec5;
}
.cid-uu5AD2bnYJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5AD2bnYJ .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5AD2bnYJ .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5AD2bnYJ .row {
  justify-content: center;
}
.cid-uu5AD2bnYJ .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5AD2bnYJ .card-heading DIV {
  text-align: center;
}
.cid-uu5AD2bnYJ .card-heading1 {
  text-align: center;
  color: #7d6ec5;
}
.cid-uu5AD40xle {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uu5AD40xle .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5AD40xle .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5AD40xle .row {
  justify-content: center;
}
.cid-uu5AD40xle .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5AD40xle .card-heading DIV {
  text-align: center;
}
.cid-uu5AD40xle .card-heading1 {
  text-align: center;
  color: #7d6ec5;
}
.cid-uu5AD5ZRyR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5AD5ZRyR .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5AD5ZRyR .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5AD5ZRyR .row {
  justify-content: center;
}
.cid-uu5AD5ZRyR .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5AD5ZRyR .card-heading DIV {
  text-align: center;
}
.cid-uu5AD5ZRyR .card-heading1 {
  text-align: center;
  color: #7d6ec5;
}
.cid-uu5AD81k9e {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uu5AD81k9e .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5AD81k9e .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5AD81k9e .row {
  justify-content: center;
}
.cid-uu5AD81k9e .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5AD81k9e .card-heading DIV {
  text-align: center;
}
.cid-uu5AD81k9e .card-heading1 {
  text-align: center;
  color: #7d6ec5;
}
.cid-uu5ADa5wne {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5ADa5wne .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ADa5wne .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ADa5wne .row {
  justify-content: center;
}
.cid-uu5ADa5wne .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ADa5wne .card-heading DIV {
  text-align: center;
}
.cid-uu5ADa5wne .card-heading1 {
  text-align: center;
  color: #7d6ec5;
}
.cid-uu5ADc9eFv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uu5ADc9eFv .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ADc9eFv .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ADc9eFv .row {
  justify-content: center;
}
.cid-uu5ADc9eFv .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ADc9eFv .card-heading DIV {
  text-align: center;
}
.cid-uu5ADc9eFv .card-heading1 {
  text-align: center;
  color: #7d6ec5;
}
.cid-uu5ADextKh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5ADextKh .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ADextKh .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ADextKh .row {
  justify-content: center;
}
.cid-uu5ADextKh .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ADextKh .card-heading DIV {
  text-align: center;
}
.cid-uu5ADextKh .card-heading1 {
  text-align: center;
  color: #7d6ec5;
}
.cid-uu5ADgHHnV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uu5ADgHHnV .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ADgHHnV .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ADgHHnV .row {
  justify-content: center;
}
.cid-uu5ADgHHnV .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ADgHHnV .card-heading DIV {
  text-align: center;
}
.cid-uu5ADgHHnV .card-heading1 {
  text-align: center;
  color: #7d6ec5;
}
.cid-uu5ADiZ0jj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5ADiZ0jj .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ADiZ0jj .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ADiZ0jj .row {
  justify-content: center;
}
.cid-uu5ADiZ0jj .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ADiZ0jj .card-heading DIV {
  text-align: center;
}
.cid-uu5ADiZ0jj .card-heading1 {
  text-align: center;
  color: #2a71d7;
}
.cid-uu5ADlfgYw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uu5ADlfgYw .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ADlfgYw .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ADlfgYw .row {
  justify-content: center;
}
.cid-uu5ADlfgYw .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ADlfgYw .card-heading DIV {
  text-align: center;
}
.cid-uu5ADlfgYw .card-heading1 {
  text-align: center;
  color: #2a71d7;
}
.cid-uu5ADnz95X {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5ADnz95X .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ADnz95X .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ADnz95X .row {
  justify-content: center;
}
.cid-uu5ADnz95X .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ADnz95X .card-heading DIV {
  text-align: center;
}
.cid-uu5ADnz95X .card-heading1 {
  text-align: center;
  color: #2a71d7;
}
.cid-uu5ADpUNKf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uu5ADpUNKf .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ADpUNKf .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ADpUNKf .row {
  justify-content: center;
}
.cid-uu5ADpUNKf .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ADpUNKf .card-heading DIV {
  text-align: center;
}
.cid-uu5ADpUNKf .card-heading1 {
  text-align: center;
  color: #2a71d7;
}
.cid-uu5ADsntIs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu5ADsntIs .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ADsntIs .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ADsntIs .row {
  justify-content: center;
}
.cid-uu5ADsntIs .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ADsntIs .card-heading DIV {
  text-align: center;
}
.cid-uu5ADsntIs .card-heading1 {
  text-align: center;
  color: #2a71d7;
}
.cid-uu5ADuQQ3t {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uu5ADuQQ3t .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu5ADuQQ3t .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu5ADuQQ3t .row {
  justify-content: center;
}
.cid-uu5ADuQQ3t .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu5ADuQQ3t .card-heading DIV {
  text-align: center;
}
.cid-uu5ADuQQ3t .card-heading1 {
  text-align: center;
  color: #2a71d7;
}
.cid-uu7Eui9nRQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu7Eui9nRQ .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu7Eui9nRQ .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu7Eui9nRQ .row {
  justify-content: center;
}
.cid-uu7Eui9nRQ .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu7Eui9nRQ .card-heading DIV {
  text-align: center;
}
.cid-uu7Eui9nRQ .card-heading1 {
  text-align: center;
  color: #2a71d7;
}
.cid-uu7GcVukae {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uu7GcVukae .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu7GcVukae .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu7GcVukae .row {
  justify-content: center;
}
.cid-uu7GcVukae .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu7GcVukae .card-heading DIV {
  text-align: center;
}
.cid-uu7GcVukae .card-heading1 {
  text-align: center;
  color: #2a71d7;
}
.cid-uu7HNzOCzL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uu7HNzOCzL .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu7HNzOCzL .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu7HNzOCzL .row {
  justify-content: center;
}
.cid-uu7HNzOCzL .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu7HNzOCzL .card-heading DIV {
  text-align: center;
}
.cid-uu7HNzOCzL .card-heading1 {
  text-align: center;
  color: #2a71d7;
}
.cid-uu7JDN7TGT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uu7JDN7TGT .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uu7JDN7TGT .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uu7JDN7TGT .row {
  justify-content: center;
}
.cid-uu7JDN7TGT .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uu7JDN7TGT .card-heading DIV {
  text-align: center;
}
.cid-uu7JDN7TGT .card-heading1 {
  text-align: center;
  color: #2a71d7;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4HZTBdr7i {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #cdebc5;
}
.cid-u4HZTBdr7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4HZTBdr7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4HZTBdr7i .mbr-text,
.cid-u4HZTBdr7i .mbr-section-btn {
  text-align: center;
}
.cid-u4HZTBdr7i .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u4HZTBdr7i .mbr-section-subtitle {
  text-align: center;
  color: #666666;
}
.cid-u4CrJB3zN2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #cdebc5;
}
.cid-u4CrJB3zN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4CrJB3zN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u4CrJB3zN2 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u4CrJB3zN2 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u4CrJB3zN2 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-u4CrJB3zN2 .card-wrapper {
  background: #f5f5f5;
}
.cid-u4CrJB3zN2 .mbr-text,
.cid-u4CrJB3zN2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u4CrJB3zN2 .card-title,
.cid-u4CrJB3zN2 .card-box {
  text-align: left;
  color: #000000;
}
.cid-u4CrJB3zN2 .mbr-section-subtitle {
  color: #0b800b;
}
.cid-u4I1C9KKVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cdebc5;
}
.cid-u4I1C9KKVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4I1C9KKVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u4I1C9KKVE .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u4I1C9KKVE .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u4I1C9KKVE .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-u4I1C9KKVE .card-wrapper {
  background: #f5f5f5;
}
.cid-u4I1C9KKVE .mbr-text,
.cid-u4I1C9KKVE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u4I1C9KKVE .card-title,
.cid-u4I1C9KKVE .card-box {
  text-align: left;
  color: #000000;
}
.cid-u4I1C9KKVE .mbr-section-subtitle {
  color: #0b800b;
}
.cid-u4I72KJM4C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cdebc5;
}
.cid-u4I72KJM4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4I72KJM4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u4I72KJM4C .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u4I72KJM4C .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u4I72KJM4C .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-u4I72KJM4C .card-wrapper {
  background: #f5f5f5;
}
.cid-u4I72KJM4C .mbr-text,
.cid-u4I72KJM4C .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u4I72KJM4C .card-title,
.cid-u4I72KJM4C .card-box {
  text-align: left;
  color: #000000;
}
.cid-u4I72KJM4C .mbr-section-subtitle {
  color: #0b800b;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAGBNQ6M0r {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffd56f;
}
.cid-uAGBNQ6M0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGBNQ6M0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGBNQ6M0r .mbr-text,
.cid-uAGBNQ6M0r .mbr-section-btn {
  text-align: center;
}
.cid-uAGBNQ6M0r .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAGBNQ6M0r .mbr-section-subtitle {
  text-align: center;
  color: #666666;
}
.cid-uAGBNQuCo8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffd56f;
}
.cid-uAGBNQuCo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGBNQuCo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAGBNQuCo8 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uAGBNQuCo8 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAGBNQuCo8 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uAGBNQuCo8 .card-wrapper {
  background: #f5f5f5;
}
.cid-uAGBNQuCo8 .mbr-text,
.cid-uAGBNQuCo8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uAGBNQuCo8 .card-title,
.cid-uAGBNQuCo8 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uAGBNQuCo8 .mbr-section-subtitle {
  color: #f48128;
}
.cid-uAGBNQZU6R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd56f;
}
.cid-uAGBNQZU6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGBNQZU6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAGBNQZU6R .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uAGBNQZU6R .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAGBNQZU6R .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uAGBNQZU6R .card-wrapper {
  background: #f5f5f5;
}
.cid-uAGBNQZU6R .mbr-text,
.cid-uAGBNQZU6R .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uAGBNQZU6R .card-title,
.cid-uAGBNQZU6R .card-box {
  text-align: left;
  color: #000000;
}
.cid-uAGBNQZU6R .mbr-section-subtitle {
  color: #f48128;
}
.cid-uAGBNRrFhD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffd56f;
}
.cid-uAGBNRrFhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGBNRrFhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uAGBNRrFhD .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uAGBNRrFhD .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uAGBNRrFhD .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uAGBNRrFhD .card-wrapper {
  background: #f5f5f5;
}
.cid-uAGBNRrFhD .mbr-text,
.cid-uAGBNRrFhD .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uAGBNRrFhD .card-title,
.cid-uAGBNRrFhD .card-box {
  text-align: left;
  color: #000000;
}
.cid-uAGBNRrFhD .mbr-section-subtitle {
  color: #f48128;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCKQRWIoXz {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/sil-header-3-2000x1334.webp");
}
.cid-uCKQRWIoXz .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uCKQRWIoXz .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uCKQRWIoXz {
    align-items: center;
  }
  .cid-uCKQRWIoXz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCKQRWIoXz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCKQRWIoXz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uCKQRWIoXz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCKQRWIoXz .content-wrap {
    width: 100%;
  }
}
.cid-uCKQRWIoXz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uCKQRWIoXz .mbr-text,
.cid-uCKQRWIoXz .mbr-section-btn {
  text-align: center;
}
.cid-uCLjlHZZam {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCLjlHZZam .row {
  flex-direction: row-reverse;
}
.cid-uCLjlHZZam .mbr-text {
  max-width: 550px;
}
.cid-uCLjlHZZam .row {
  align-items: center;
}
.cid-uCLjlHZZam .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-uCLjlHZZam .mbr-text,
.cid-uCLjlHZZam .mbr-section-btn {
  color: #232323;
}
.cid-uCLjlHZZam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLjlHZZam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLejbBJ2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCLejbBJ2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLejbBJ2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLejbBJ2o .row {
  margin: 0 !important;
  row-gap: 30px;
}
.cid-uCLejbBJ2o .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uCLejbBJ2o .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uCLejbBJ2o .item-img {
    width: 100%;
  }
}
.cid-uCLejbBJ2o .item-text {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uCLejbBJ2o .item-text {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uCLejbBJ2o .item-text {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uCLejbBJ2o .item-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uCLejbBJ2o .card-title {
  color: #131313;
}
.cid-uCLejbBJ2o .content-box {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uCLejbBJ2o .content-box {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uCLejbBJ2o .content-box {
    margin-top: 20px;
  }
}
.cid-uCLejbBJ2o .content-item {
  width: 100%;
}
.cid-uCLejbBJ2o .card-subtitle {
  color: #000000;
}
.cid-uCLejbBJ2o .card-subtitle a {
  pointer-events: none;
}
.cid-uCLejbBJ2o .card-text {
  margin-top: 20px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uCLejbBJ2o .card-text {
    margin-top: 15px;
  }
}
.cid-uCLejbBJ2o .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .cid-uCLejbBJ2o .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uCLejbBJ2o .card-title,
.cid-uCLejbBJ2o .mbr-section-btn {
  color: #000000;
}
.cid-uCMhYmXXFI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7e8f2;
}
.cid-uCMhYmXXFI .nav-tabs .nav-item.open .nav-link:focus,
.cid-uCMhYmXXFI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uCMhYmXXFI .nav-tabs {
  border: none;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uCMhYmXXFI .nav-item {
    margin: 0;
  }
}
.cid-uCMhYmXXFI .nav-tabs .nav-link {
  transition: all 0.5s;
  border-radius: 6px !important;
  width: max-content;
  border: none;
}
.cid-uCMhYmXXFI .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-uCMhYmXXFI .nav-link,
.cid-uCMhYmXXFI .nav-link.active {
  padding: 0.8rem 2rem;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}
.cid-uCMhYmXXFI .nav-tabs .nav-link.active {
  background: #ffeb69;
  color: #000000;
}
.cid-uCMhYmXXFI H4 {
  text-align: center;
}
.cid-uCMhYmXXFI H3 {
  text-align: center;
  color: #000000;
}
.cid-uCMhYmXXFI P {
  color: #000000;
}
.cid-uCMhYmXXFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMhYmXXFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCRqdj98bG {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uCRqdj98bG img,
.cid-uCRqdj98bG .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uCRqdj98bG .item:focus,
.cid-uCRqdj98bG span:focus {
  outline: none;
}
.cid-uCRqdj98bG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uCRqdj98bG .item {
    margin-bottom: 1rem;
  }
}
.cid-uCRqdj98bG .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uCRqdj98bG .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uCRqdj98bG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uCRqdj98bG .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCRqdj98bG .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCRqdj98bG .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uCRqdj98bG .mbr-section-title {
  color: #232323;
}
.cid-uCRqdj98bG .mbr-text,
.cid-uCRqdj98bG .mbr-section-btn {
  text-align: center;
}
.cid-uCRqdj98bG .item-title {
  text-align: center;
}
.cid-uCRqdj98bG .content-head {
  max-width: 800px;
}
.cid-uCRqdj98bG .mbr-text,
.cid-uCRqdj98bG .item-wrapper .mbr-section-btn {
  text-align: center;
}
.cid-uCWgKk4pM5 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uCWgKk4pM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCWgKk4pM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCWgKk4pM5 .content-wrap {
  padding: 60px;
  background-color: #c7e8f2;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCWgKk4pM5 .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uCWgKk4pM5 .content-wrap .cont-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uCWgKk4pM5 .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-uCWgKk4pM5 .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uCWgKk4pM5 .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCWgKk4pM5 .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uCWgKk4pM5 .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCWgKk4pM5 .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uCWgKk4pM5 .content-wrap .cont-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCWgKk4pM5 .content-wrap .cont-wrap .items-wrapper {
    padding: 20px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uCWgKk4pM5 .content-wrap .cont-wrap .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uCWgKk4pM5 .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #c7e8f2;
  margin-bottom: 16px;
}
.cid-uCWgKk4pM5 .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uCWgKk4pM5 .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uCWgKk4pM5 .content-wrap .image-wrapper {
  padding-left: 88px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uCWgKk4pM5 .content-wrap .image-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uCWgKk4pM5 .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-uCWgKk4pM5 .content-wrap .image-wrapper img {
  height: 520px;
  width: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uCWgKk4pM5 .content-wrap .image-wrapper img {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .cid-uCWgKk4pM5 .content-wrap .image-wrapper img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .cid-uCWgKk4pM5 .content-wrap .image-wrapper img {
    height: 210px;
    width: 210px;
  }
}
.cid-uCWgKk4pM5 .btn-wrapper {
  margin-top: -20%;
}
.cid-uCWgKk4pM5 .mbr-section-title {
  color: #404349;
}
.cid-uCWgKk4pM5 .mbr-desc {
  color: #b19a7c;
}
.cid-uCWgKk4pM5 .item-number {
  color: #b19a7c;
}
.cid-uCWgKk4pM5 .item-title {
  color: #404349;
}
.cid-uCWgKk4pM5 .item-text {
  color: #000000;
}
.cid-uCWgKk4pM5 .item-number,
.cid-uCWgKk4pM5 .number-wrapper {
  color: #000000;
}
.cid-uCWtmgS18r {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-uCWtmgS18r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCWtmgS18r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCWtmgS18r .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uCWtmgS18r .mbr-section-title {
  color: #24262b;
}
.cid-uCWtmgS18r .mbr-section-subtitle {
  color: #24262b;
}
.cid-uCWtmgS18r .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-uCWtmgS18r .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-uCWtmgS18r .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-uCWtmgS18r .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-uCWtmgS18r .item-content {
  max-width: 100%;
  width: 100%;
}
.cid-uCWtmgS18r .card-title-1 {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uCWtmgS18r .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uCWtmgS18r .card-subtitle-1 {
  color: #24262b;
}
.cid-uCWtmgS18r .card-subtitle-2 {
  color: #24262b;
}
.cid-uCWtmgS18r .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uCWtmgS18r .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uCWtmgS18r .mbr-section-btn {
  margin-top: 20px;
}
.cid-uCWtmgS18r .card-1 .card-wrap {
  background-image: url("../../../assets/images/sil-content6-3-1024x768.webp");
}
.cid-uCWtmgS18r .card-2 .card-wrap {
  background: #ffeb69;
}
.cid-uCWyxE4t1B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0077b6;
}
.cid-uCWyxE4t1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCWyxE4t1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCWyxE4t1B .mbr-section-title {
  color: #ffffff;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDPjyuVzd3 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/esbeebanner.webp");
}
.cid-uDPjyuVzd3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uDPjyuVzd3 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uDPjyuVzd3 {
    align-items: center;
  }
  .cid-uDPjyuVzd3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDPjyuVzd3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDPjyuVzd3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDPjyuVzd3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDPjyuVzd3 .content-wrap {
    width: 100%;
  }
}
.cid-uDPjyuVzd3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDPjyuVzd3 .mbr-text,
.cid-uDPjyuVzd3 .mbr-section-btn {
  text-align: center;
}
.cid-uDPjz90Gn7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDPjz90Gn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPjz90Gn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPjz90Gn7 .mbr-text,
.cid-uDPjz90Gn7 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uDPjz90Gn7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uDPjz90Gn7 .mbr-section-subtitle {
  text-align: center;
  color: #666666;
}
.cid-uDPjAr0pMA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDPjAr0pMA .mbr-text {
  max-width: 550px;
}
.cid-uDPjAr0pMA .row {
  align-items: center;
}
.cid-uDPjAr0pMA .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-uDPjAr0pMA .mbr-text,
.cid-uDPjAr0pMA .mbr-section-btn {
  color: #232323;
}
.cid-uDPjAr0pMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPjAr0pMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPjB5QpQS {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDPjB5QpQS .row {
  flex-direction: row-reverse;
}
.cid-uDPjB5QpQS .mbr-text {
  max-width: 550px;
}
.cid-uDPjB5QpQS .row {
  align-items: center;
}
.cid-uDPjB5QpQS .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-uDPjB5QpQS .mbr-text,
.cid-uDPjB5QpQS .mbr-section-btn {
  color: #232323;
}
.cid-uDPjB5QpQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPjB5QpQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPjD1lpA5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffeb69;
}
.cid-uDPjD1lpA5 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #820cfe;
  margin-bottom: 2rem;
  width: 115px;
  height: 115px;
}
.cid-uDPjD1lpA5 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  transition: all 0.3s;
  position: relative;
  justify-content: center;
}
@media (max-width: 1400px) {
  .cid-uDPjD1lpA5 .card-wrapper {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPjD1lpA5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uDPjD1lpA5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDPjD1lpA5 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uDPjD1lpA5 .card-wrapper:hover {
  transform: translateY(-5px);
}
.cid-uDPjD1lpA5 .row {
  justify-content: center;
}
.cid-uDPjD1lpA5 .card-text {
  color: #263d5a;
  text-align: left;
}
.cid-uDPjD1lpA5 .card-title,
.cid-uDPjD1lpA5 .iconfont-wrapper {
  color: #000000;
}
.cid-uDPjD1lpA5 .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-uDPjD1lpA5 .mbr-section-title {
  color: #263d5a;
}
.cid-uDPjD1lpA5 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uDPjGVFc9R {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffeb69;
}
.cid-uDPjGVFc9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPjGVFc9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPjGVFc9R .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDPjGVFc9R .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDPjGVFc9R .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPjGVFc9R .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDPjGVFc9R .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDPjGVFc9R .image-wrapper {
  padding: 0 1rem;
}
.cid-uDPjGVFc9R img,
.cid-uDPjGVFc9R .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDPjGVFc9R img,
  .cid-uDPjGVFc9R .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDPjGVFc9R .mbr-section-title {
  color: #000000;
}
.cid-uDPjGVFc9R .mbr-text {
  color: #000000;
}
.cid-uDPjITc0Dh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDPjITc0Dh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPjITc0Dh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPjITc0Dh .container {
  max-width: 1140px;
}
.cid-uDPjITc0Dh .row {
  justify-content: center;
}
.cid-uDPjITc0Dh .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uDPjITc0Dh .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uDPjITc0Dh .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uDPjITc0Dh .toggle-panel {
  width: 100%;
}
.cid-uDPjITc0Dh .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-uDPjITc0Dh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDPjITc0Dh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uDPjITc0Dh .panel-title {
    align-items: flex-start;
  }
}
.cid-uDPjITc0Dh .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #ff914d;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uDPjITc0Dh .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uDPjITc0Dh .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uDPjITc0Dh .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uDPjITc0Dh .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uDPjITc0Dh .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uDPjITc0Dh .panel-body {
    width: 100%;
  }
}
.cid-uDPjITc0Dh .panel-title-edit {
  color: #1D191F;
}
.cid-uDPjITc0Dh .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uDPjJP6AFu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDPjJP6AFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPjJP6AFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPjJP6AFu .container {
  max-width: 1140px;
}
.cid-uDPjJP6AFu .row {
  justify-content: center;
}
.cid-uDPjJP6AFu .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uDPjJP6AFu .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uDPjJP6AFu .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uDPjJP6AFu .toggle-panel {
  width: 100%;
}
.cid-uDPjJP6AFu .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-uDPjJP6AFu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDPjJP6AFu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uDPjJP6AFu .panel-title {
    align-items: flex-start;
  }
}
.cid-uDPjJP6AFu .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #ff914d;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uDPjJP6AFu .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uDPjJP6AFu .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uDPjJP6AFu .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uDPjJP6AFu .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uDPjJP6AFu .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uDPjJP6AFu .panel-body {
    width: 100%;
  }
}
.cid-uDPjJP6AFu .panel-title-edit {
  color: #1D191F;
}
.cid-uDPjJP6AFu .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uDPjKTcsEh {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDPjKTcsEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPjKTcsEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPjKTcsEh .content-wrap {
  padding: 60px;
  background-color: #ffeb69;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDPjKTcsEh .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uDPjKTcsEh .content-wrap .cont-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDPjKTcsEh .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-uDPjKTcsEh .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uDPjKTcsEh .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uDPjKTcsEh .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uDPjKTcsEh .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDPjKTcsEh .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uDPjKTcsEh .content-wrap .cont-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDPjKTcsEh .content-wrap .cont-wrap .items-wrapper {
    padding: 20px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uDPjKTcsEh .content-wrap .cont-wrap .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uDPjKTcsEh .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ff914d;
  margin-bottom: 16px;
}
.cid-uDPjKTcsEh .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uDPjKTcsEh .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uDPjKTcsEh .content-wrap .image-wrapper {
  padding-left: 88px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uDPjKTcsEh .content-wrap .image-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uDPjKTcsEh .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-uDPjKTcsEh .content-wrap .image-wrapper img {
  height: 520px;
  width: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uDPjKTcsEh .content-wrap .image-wrapper img {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .cid-uDPjKTcsEh .content-wrap .image-wrapper img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .cid-uDPjKTcsEh .content-wrap .image-wrapper img {
    height: 210px;
    width: 210px;
  }
}
.cid-uDPjKTcsEh .btn-wrapper {
  margin-top: -20%;
}
.cid-uDPjKTcsEh .mbr-section-title {
  color: #404349;
}
.cid-uDPjKTcsEh .mbr-desc {
  color: #b19a7c;
}
.cid-uDPjKTcsEh .item-number {
  color: #b19a7c;
}
.cid-uDPjKTcsEh .item-title {
  color: #404349;
}
.cid-uDPjKTcsEh .item-text {
  color: #000000;
}
.cid-uDPjKTcsEh .item-number,
.cid-uDPjKTcsEh .number-wrapper {
  color: #ffffff;
}
.cid-uDPjLHy7vB {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/esb-penang-4-2000x1500.webp");
}
.cid-uDPjLHy7vB h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uDPjLHy7vB .card-box {
  padding-top: 3rem;
}
.cid-uDPjLHy7vB .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-uDPjLHy7vB .btn-md {
  padding: 1rem;
}
.cid-uDPjLHy7vB .btn-primary-outline,
.cid-uDPjLHy7vB .btn-secondary-outline,
.cid-uDPjLHy7vB .btn-info-outline,
.cid-uDPjLHy7vB .btn-success-outline,
.cid-uDPjLHy7vB .btn-warning-outline,
.cid-uDPjLHy7vB .btn-danger-outline,
.cid-uDPjLHy7vB .btn-black-outline,
.cid-uDPjLHy7vB .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uDPjLHy7vB .btn-primary-outline span,
.cid-uDPjLHy7vB .btn-secondary-outline span,
.cid-uDPjLHy7vB .btn-info-outline span,
.cid-uDPjLHy7vB .btn-success-outline span,
.cid-uDPjLHy7vB .btn-warning-outline span,
.cid-uDPjLHy7vB .btn-danger-outline span,
.cid-uDPjLHy7vB .btn-black-outline span,
.cid-uDPjLHy7vB .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uDPjLHy7vB .btn-primary-outline:hover span,
.cid-uDPjLHy7vB .btn-secondary-outline:hover span,
.cid-uDPjLHy7vB .btn-info-outline:hover span,
.cid-uDPjLHy7vB .btn-success-outline:hover span,
.cid-uDPjLHy7vB .btn-warning-outline:hover span,
.cid-uDPjLHy7vB .btn-danger-outline:hover span,
.cid-uDPjLHy7vB .btn-black-outline:hover span,
.cid-uDPjLHy7vB .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uDPjLHy7vB .btn-primary-outline:hover,
.cid-uDPjLHy7vB .btn-secondary-outline:hover,
.cid-uDPjLHy7vB .btn-info-outline:hover,
.cid-uDPjLHy7vB .btn-success-outline:hover,
.cid-uDPjLHy7vB .btn-warning-outline:hover,
.cid-uDPjLHy7vB .btn-danger-outline:hover,
.cid-uDPjLHy7vB .btn-black-outline:hover,
.cid-uDPjLHy7vB .btn-white-outline:hover {
  background-color: transparent!important;
  color: #ff914d !important;
  box-shadow: none!important;
}
.cid-uDPjLHy7vB .btn-primary-outline:active,
.cid-uDPjLHy7vB .btn-secondary-outline:active,
.cid-uDPjLHy7vB .btn-info-outline:active,
.cid-uDPjLHy7vB .btn-success-outline:active,
.cid-uDPjLHy7vB .btn-warning-outline:active,
.cid-uDPjLHy7vB .btn-danger-outline:active,
.cid-uDPjLHy7vB .btn-black-outline:active,
.cid-uDPjLHy7vB .btn-white-outline:active,
.cid-uDPjLHy7vB .btn-primary-outline:focus,
.cid-uDPjLHy7vB .btn-secondary-outline:focus,
.cid-uDPjLHy7vB .btn-info-outline:focus,
.cid-uDPjLHy7vB .btn-success-outline:focus,
.cid-uDPjLHy7vB .btn-warning-outline:focus,
.cid-uDPjLHy7vB .btn-danger-outline:focus,
.cid-uDPjLHy7vB .btn-black-outline:focus,
.cid-uDPjLHy7vB .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uDPjLHy7vB .btn-primary-outline .mbr-iconfont,
.cid-uDPjLHy7vB .btn-secondary-outline .mbr-iconfont,
.cid-uDPjLHy7vB .btn-info-outline .mbr-iconfont,
.cid-uDPjLHy7vB .btn-success-outline .mbr-iconfont,
.cid-uDPjLHy7vB .btn-warning-outline .mbr-iconfont,
.cid-uDPjLHy7vB .btn-danger-outline .mbr-iconfont,
.cid-uDPjLHy7vB .btn-black-outline .mbr-iconfont,
.cid-uDPjLHy7vB .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uDPjLHy7vB .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #f5f5f5;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uDPjLHy7vB .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uDPjLHy7vB .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uDPjLHy7vB .link-wrap:hover {
  color: #ff914d !important;
}
.cid-uDPjLHy7vB .link-wrap:hover:hover .link-ico {
  color: #ff914d !important;
}
.cid-uDPjLHy7vB .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uDPjLHy7vB img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: auto;
}
.cid-uDPjLHy7vB .card-title {
  color: #000000;
  text-align: center;
}
.cid-uDPjLHy7vB .row {
  justify-content: center;
}
.cid-uDPjLHy7vB .main-title {
  text-align: center;
  color: #57468b;
}
.cid-uDPjLHy7vB P {
  text-align: center;
}
.cid-uDPjLHy7vB .mbr-text,
.cid-uDPjLHy7vB .link {
  text-align: center;
  color: #000000;
}
.cid-uDPjLHy7vB DIV {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uDPjLHy7vB .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uDPjLHy7vB .card-img {
  width: auto;
}
.cid-uDPjLHy7vB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPjLHy7vB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG0mrldjIS {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #0077b6;
}
.cid-uG0mrldjIS .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uG0mrldjIS {
    align-items: center;
  }
  .cid-uG0mrldjIS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uG0mrldjIS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uG0mrldjIS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uG0mrldjIS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uG0mrldjIS .content-wrap {
    width: 100%;
  }
}
.cid-uG0mrldjIS .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uG0mrldjIS .mbr-text,
.cid-uG0mrldjIS .mbr-section-btn {
  text-align: center;
}
.cid-uKlf0Xavv8 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKlf0Xavv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlf0Xavv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlf0Xavv8 .mbr-text,
.cid-uKlf0Xavv8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKlf0Xavv8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uKlf0Xavv8 .mbr-section-subtitle {
  text-align: center;
  color: #2e8b8b;
}
.cid-uKllYKtNc9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKllYKtNc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKllYKtNc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKllYKtNc9 .mbr-text,
.cid-uKllYKtNc9 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKllYKtNc9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uKllYKtNc9 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uKlocWBiZg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #c7e8f2;
}
.cid-uKlocWBiZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlocWBiZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlocWBiZg .mbr-text,
.cid-uKlocWBiZg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKlocWBiZg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uKlocWBiZg .mbr-section-subtitle {
  text-align: center;
  color: #2e8b8b;
}
.cid-uKlpIX4bZO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c7e8f2;
}
.cid-uKlpIX4bZO .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKlpIX4bZO .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKlpIX4bZO .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKlpIX4bZO .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKlpIX4bZO .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKlpIX4bZO .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKlpIX4bZO .mbr-section-btn .btn-secondary-outline .active,
.cid-uKlpIX4bZO .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKlpIX4bZO .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKlpIX4bZO .image_post {
  display: inline-block;
}
.cid-uKlpIX4bZO .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKlpIX4bZO .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKlpIX4bZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlpIX4bZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlqtyMtID {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c7e8f2;
}
.cid-uKlqtyMtID .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKlqtyMtID .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKlqtyMtID .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKlqtyMtID .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKlqtyMtID .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKlqtyMtID .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKlqtyMtID .mbr-section-btn .btn-secondary-outline .active,
.cid-uKlqtyMtID .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKlqtyMtID .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKlqtyMtID .image_post {
  display: inline-block;
}
.cid-uKlqtyMtID .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKlqtyMtID .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKlqtyMtID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlqtyMtID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnyZAP4mw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c7e8f2;
}
.cid-uKnyZAP4mw .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnyZAP4mw .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnyZAP4mw .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnyZAP4mw .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnyZAP4mw .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnyZAP4mw .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnyZAP4mw .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnyZAP4mw .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnyZAP4mw .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnyZAP4mw .image_post {
  display: inline-block;
}
.cid-uKnyZAP4mw .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnyZAP4mw .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnyZAP4mw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnyZAP4mw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnzh7FRZ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c7e8f2;
}
.cid-uKnzh7FRZ8 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnzh7FRZ8 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnzh7FRZ8 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnzh7FRZ8 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnzh7FRZ8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnzh7FRZ8 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnzh7FRZ8 .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnzh7FRZ8 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnzh7FRZ8 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnzh7FRZ8 .image_post {
  display: inline-block;
}
.cid-uKnzh7FRZ8 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnzh7FRZ8 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnzh7FRZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnzh7FRZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnzLMbrmo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c7e8f2;
}
.cid-uKnzLMbrmo .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnzLMbrmo .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnzLMbrmo .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnzLMbrmo .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnzLMbrmo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnzLMbrmo .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnzLMbrmo .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnzLMbrmo .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnzLMbrmo .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnzLMbrmo .image_post {
  display: inline-block;
}
.cid-uKnzLMbrmo .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnzLMbrmo .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnzLMbrmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnzLMbrmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKodRo6f6u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c7e8f2;
}
.cid-uKodRo6f6u .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKodRo6f6u .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKodRo6f6u .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKodRo6f6u .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKodRo6f6u .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKodRo6f6u .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKodRo6f6u .mbr-section-btn .btn-secondary-outline .active,
.cid-uKodRo6f6u .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKodRo6f6u .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKodRo6f6u .image_post {
  display: inline-block;
}
.cid-uKodRo6f6u .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKodRo6f6u .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKodRo6f6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKodRo6f6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnAdoByma {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uKnAdoByma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnAdoByma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnAdoByma .mbr-text,
.cid-uKnAdoByma .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKnAdoByma .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uKnAdoByma .mbr-section-subtitle {
  text-align: center;
  color: #2e8b8b;
}
.cid-uKo4km4A0A {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uKo4km4A0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKo4km4A0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKo4km4A0A .mbr-text,
.cid-uKo4km4A0A .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKo4km4A0A .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uKo4km4A0A .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uKnOt6I7Yq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnOt6I7Yq .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnOt6I7Yq .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnOt6I7Yq .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnOt6I7Yq .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnOt6I7Yq .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnOt6I7Yq .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnOt6I7Yq .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnOt6I7Yq .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnOt6I7Yq .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnOt6I7Yq .image_post {
  display: inline-block;
}
.cid-uKnOt6I7Yq .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnOt6I7Yq .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnOt6I7Yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnOt6I7Yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnPiW7RKC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnPiW7RKC .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnPiW7RKC .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnPiW7RKC .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnPiW7RKC .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnPiW7RKC .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnPiW7RKC .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnPiW7RKC .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnPiW7RKC .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnPiW7RKC .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnPiW7RKC .image_post {
  display: inline-block;
}
.cid-uKnPiW7RKC .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnPiW7RKC .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnPiW7RKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnPiW7RKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnTpOPNT5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnTpOPNT5 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnTpOPNT5 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnTpOPNT5 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnTpOPNT5 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnTpOPNT5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnTpOPNT5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnTpOPNT5 .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnTpOPNT5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnTpOPNT5 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnTpOPNT5 .image_post {
  display: inline-block;
}
.cid-uKnTpOPNT5 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnTpOPNT5 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnTpOPNT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnTpOPNT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnUajGEbs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnUajGEbs .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnUajGEbs .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnUajGEbs .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnUajGEbs .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnUajGEbs .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnUajGEbs .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnUajGEbs .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnUajGEbs .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnUajGEbs .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnUajGEbs .image_post {
  display: inline-block;
}
.cid-uKnUajGEbs .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnUajGEbs .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnUajGEbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnUajGEbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnUu5b3Ji {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnUu5b3Ji .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnUu5b3Ji .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnUu5b3Ji .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnUu5b3Ji .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnUu5b3Ji .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnUu5b3Ji .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnUu5b3Ji .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnUu5b3Ji .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnUu5b3Ji .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnUu5b3Ji .image_post {
  display: inline-block;
}
.cid-uKnUu5b3Ji .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnUu5b3Ji .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnUu5b3Ji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnUu5b3Ji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnUMkUgm1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnUMkUgm1 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnUMkUgm1 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnUMkUgm1 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnUMkUgm1 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnUMkUgm1 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnUMkUgm1 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnUMkUgm1 .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnUMkUgm1 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnUMkUgm1 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnUMkUgm1 .image_post {
  display: inline-block;
}
.cid-uKnUMkUgm1 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnUMkUgm1 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnUMkUgm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnUMkUgm1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnVd0wz0l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnVd0wz0l .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnVd0wz0l .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnVd0wz0l .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnVd0wz0l .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnVd0wz0l .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnVd0wz0l .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnVd0wz0l .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnVd0wz0l .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnVd0wz0l .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnVd0wz0l .image_post {
  display: inline-block;
}
.cid-uKnVd0wz0l .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnVd0wz0l .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnVd0wz0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnVd0wz0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnVqCSkjV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnVqCSkjV .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnVqCSkjV .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnVqCSkjV .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnVqCSkjV .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnVqCSkjV .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnVqCSkjV .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnVqCSkjV .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnVqCSkjV .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnVqCSkjV .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnVqCSkjV .image_post {
  display: inline-block;
}
.cid-uKnVqCSkjV .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnVqCSkjV .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnVqCSkjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnVqCSkjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnVC02rOu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnVC02rOu .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnVC02rOu .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnVC02rOu .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnVC02rOu .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnVC02rOu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnVC02rOu .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnVC02rOu .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnVC02rOu .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnVC02rOu .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnVC02rOu .image_post {
  display: inline-block;
}
.cid-uKnVC02rOu .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnVC02rOu .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnVC02rOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnVC02rOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnW9L4aZR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnW9L4aZR .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnW9L4aZR .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnW9L4aZR .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnW9L4aZR .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnW9L4aZR .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnW9L4aZR .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnW9L4aZR .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnW9L4aZR .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnW9L4aZR .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnW9L4aZR .image_post {
  display: inline-block;
}
.cid-uKnW9L4aZR .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnW9L4aZR .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnW9L4aZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnW9L4aZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnWnh4F1F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnWnh4F1F .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnWnh4F1F .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnWnh4F1F .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnWnh4F1F .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnWnh4F1F .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnWnh4F1F .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnWnh4F1F .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnWnh4F1F .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnWnh4F1F .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnWnh4F1F .image_post {
  display: inline-block;
}
.cid-uKnWnh4F1F .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnWnh4F1F .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnWnh4F1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnWnh4F1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnWFdsHph {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnWFdsHph .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnWFdsHph .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnWFdsHph .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnWFdsHph .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnWFdsHph .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnWFdsHph .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnWFdsHph .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnWFdsHph .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnWFdsHph .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnWFdsHph .image_post {
  display: inline-block;
}
.cid-uKnWFdsHph .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnWFdsHph .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnWFdsHph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnWFdsHph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKoekUaB98 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKoekUaB98 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKoekUaB98 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKoekUaB98 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKoekUaB98 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKoekUaB98 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKoekUaB98 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKoekUaB98 .mbr-section-btn .btn-secondary-outline .active,
.cid-uKoekUaB98 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKoekUaB98 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKoekUaB98 .image_post {
  display: inline-block;
}
.cid-uKoekUaB98 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKoekUaB98 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKoekUaB98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKoekUaB98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnX7CcDGu {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uKnX7CcDGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnX7CcDGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnX7CcDGu .mbr-text,
.cid-uKnX7CcDGu .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKnX7CcDGu .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uKnX7CcDGu .mbr-section-subtitle {
  text-align: center;
  color: #2e8b8b;
}
.cid-uKo5e24arR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uKo5e24arR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKo5e24arR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKo5e24arR .mbr-text,
.cid-uKo5e24arR .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKo5e24arR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uKo5e24arR .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uKnYsaofxP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnYsaofxP .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnYsaofxP .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnYsaofxP .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnYsaofxP .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnYsaofxP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnYsaofxP .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnYsaofxP .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnYsaofxP .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnYsaofxP .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnYsaofxP .image_post {
  display: inline-block;
}
.cid-uKnYsaofxP .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnYsaofxP .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnYsaofxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnYsaofxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKnYTb0OIW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKnYTb0OIW .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKnYTb0OIW .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKnYTb0OIW .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKnYTb0OIW .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKnYTb0OIW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKnYTb0OIW .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKnYTb0OIW .mbr-section-btn .btn-secondary-outline .active,
.cid-uKnYTb0OIW .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKnYTb0OIW .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKnYTb0OIW .image_post {
  display: inline-block;
}
.cid-uKnYTb0OIW .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKnYTb0OIW .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKnYTb0OIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKnYTb0OIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKo0tMnozY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKo0tMnozY .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKo0tMnozY .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKo0tMnozY .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKo0tMnozY .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKo0tMnozY .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKo0tMnozY .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKo0tMnozY .mbr-section-btn .btn-secondary-outline .active,
.cid-uKo0tMnozY .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKo0tMnozY .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKo0tMnozY .image_post {
  display: inline-block;
}
.cid-uKo0tMnozY .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKo0tMnozY .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKo0tMnozY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKo0tMnozY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKo0JJP8Qr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKo0JJP8Qr .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKo0JJP8Qr .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKo0JJP8Qr .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKo0JJP8Qr .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKo0JJP8Qr .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKo0JJP8Qr .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKo0JJP8Qr .mbr-section-btn .btn-secondary-outline .active,
.cid-uKo0JJP8Qr .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKo0JJP8Qr .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKo0JJP8Qr .image_post {
  display: inline-block;
}
.cid-uKo0JJP8Qr .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKo0JJP8Qr .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKo0JJP8Qr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKo0JJP8Qr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKo2CC83JN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKo2CC83JN .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKo2CC83JN .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKo2CC83JN .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKo2CC83JN .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKo2CC83JN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKo2CC83JN .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKo2CC83JN .mbr-section-btn .btn-secondary-outline .active,
.cid-uKo2CC83JN .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKo2CC83JN .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKo2CC83JN .image_post {
  display: inline-block;
}
.cid-uKo2CC83JN .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKo2CC83JN .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKo2CC83JN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKo2CC83JN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKo36cxlu6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKo36cxlu6 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKo36cxlu6 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKo36cxlu6 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKo36cxlu6 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKo36cxlu6 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKo36cxlu6 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKo36cxlu6 .mbr-section-btn .btn-secondary-outline .active,
.cid-uKo36cxlu6 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKo36cxlu6 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKo36cxlu6 .image_post {
  display: inline-block;
}
.cid-uKo36cxlu6 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKo36cxlu6 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKo36cxlu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKo36cxlu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKo3iwPJer {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKo3iwPJer .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKo3iwPJer .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKo3iwPJer .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKo3iwPJer .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKo3iwPJer .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKo3iwPJer .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKo3iwPJer .mbr-section-btn .btn-secondary-outline .active,
.cid-uKo3iwPJer .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKo3iwPJer .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKo3iwPJer .image_post {
  display: inline-block;
}
.cid-uKo3iwPJer .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKo3iwPJer .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKo3iwPJer .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKo3iwPJer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKo3v0Ohzq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKo3v0Ohzq .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKo3v0Ohzq .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKo3v0Ohzq .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKo3v0Ohzq .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKo3v0Ohzq .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKo3v0Ohzq .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKo3v0Ohzq .mbr-section-btn .btn-secondary-outline .active,
.cid-uKo3v0Ohzq .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKo3v0Ohzq .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKo3v0Ohzq .image_post {
  display: inline-block;
}
.cid-uKo3v0Ohzq .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKo3v0Ohzq .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKo3v0Ohzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKo3v0Ohzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKo3SubMmX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKo3SubMmX .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKo3SubMmX .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKo3SubMmX .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKo3SubMmX .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKo3SubMmX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKo3SubMmX .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKo3SubMmX .mbr-section-btn .btn-secondary-outline .active,
.cid-uKo3SubMmX .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKo3SubMmX .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKo3SubMmX .image_post {
  display: inline-block;
}
.cid-uKo3SubMmX .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKo3SubMmX .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKo3SubMmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKo3SubMmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKofeshsgg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uKofeshsgg .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uKofeshsgg .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uKofeshsgg .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uKofeshsgg .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uKofeshsgg .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKofeshsgg .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKofeshsgg .mbr-section-btn .btn-secondary-outline .active,
.cid-uKofeshsgg .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uKofeshsgg .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uKofeshsgg .image_post {
  display: inline-block;
}
.cid-uKofeshsgg .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uKofeshsgg .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uKofeshsgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKofeshsgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHJXErlgrg {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHJXErlgrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHJXErlgrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHJXErlgrg .mbr-text,
.cid-uHJXErlgrg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uHJXErlgrg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uHJXErlgrg .mbr-section-subtitle {
  text-align: center;
  color: #2e8b8b;
}
.cid-uHJXFkCFgD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHJXFkCFgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHJXFkCFgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHJXFkCFgD .mbr-text,
.cid-uHJXFkCFgD .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uHJXFkCFgD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uHJXFkCFgD .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uHJXlUmyYG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHJXlUmyYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHJXlUmyYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHJXlUmyYG .mbr-text,
.cid-uHJXlUmyYG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uHJXlUmyYG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uHJXlUmyYG .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uHJXGw6wXg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHJXGw6wXg .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uHJXGw6wXg .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uHJXGw6wXg .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uHJXGw6wXg .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uHJXGw6wXg .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uHJXGw6wXg .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHJXGw6wXg .mbr-section-btn .btn-secondary-outline .active,
.cid-uHJXGw6wXg .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uHJXGw6wXg .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uHJXGw6wXg .image_post {
  display: inline-block;
}
.cid-uHJXGw6wXg .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uHJXGw6wXg .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uHJXGw6wXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHJXGw6wXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKheWITAT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHKheWITAT .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uHKheWITAT .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uHKheWITAT .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uHKheWITAT .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uHKheWITAT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uHKheWITAT .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHKheWITAT .mbr-section-btn .btn-secondary-outline .active,
.cid-uHKheWITAT .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uHKheWITAT .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uHKheWITAT .image_post {
  display: inline-block;
}
.cid-uHKheWITAT .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uHKheWITAT .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uHKheWITAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKheWITAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKjrERowJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHKjrERowJ .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uHKjrERowJ .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uHKjrERowJ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uHKjrERowJ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uHKjrERowJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uHKjrERowJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHKjrERowJ .mbr-section-btn .btn-secondary-outline .active,
.cid-uHKjrERowJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uHKjrERowJ .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uHKjrERowJ .image_post {
  display: inline-block;
}
.cid-uHKjrERowJ .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uHKjrERowJ .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uHKjrERowJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKjrERowJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKklgmXvc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHKklgmXvc .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uHKklgmXvc .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uHKklgmXvc .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uHKklgmXvc .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uHKklgmXvc .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uHKklgmXvc .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHKklgmXvc .mbr-section-btn .btn-secondary-outline .active,
.cid-uHKklgmXvc .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uHKklgmXvc .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uHKklgmXvc .image_post {
  display: inline-block;
}
.cid-uHKklgmXvc .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uHKklgmXvc .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uHKklgmXvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKklgmXvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKl99eT6K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHKl99eT6K .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uHKl99eT6K .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uHKl99eT6K .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uHKl99eT6K .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uHKl99eT6K .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uHKl99eT6K .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHKl99eT6K .mbr-section-btn .btn-secondary-outline .active,
.cid-uHKl99eT6K .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uHKl99eT6K .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uHKl99eT6K .image_post {
  display: inline-block;
}
.cid-uHKl99eT6K .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uHKl99eT6K .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uHKl99eT6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKl99eT6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKmC1vhSW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHKmC1vhSW .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uHKmC1vhSW .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uHKmC1vhSW .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uHKmC1vhSW .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uHKmC1vhSW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uHKmC1vhSW .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHKmC1vhSW .mbr-section-btn .btn-secondary-outline .active,
.cid-uHKmC1vhSW .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uHKmC1vhSW .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uHKmC1vhSW .image_post {
  display: inline-block;
}
.cid-uHKmC1vhSW .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uHKmC1vhSW .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uHKmC1vhSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKmC1vhSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKn9goJgi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHKn9goJgi .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uHKn9goJgi .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uHKn9goJgi .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uHKn9goJgi .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uHKn9goJgi .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uHKn9goJgi .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHKn9goJgi .mbr-section-btn .btn-secondary-outline .active,
.cid-uHKn9goJgi .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uHKn9goJgi .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uHKn9goJgi .image_post {
  display: inline-block;
}
.cid-uHKn9goJgi .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uHKn9goJgi .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uHKn9goJgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKn9goJgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKntVSnuu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHKntVSnuu .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uHKntVSnuu .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uHKntVSnuu .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uHKntVSnuu .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uHKntVSnuu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uHKntVSnuu .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHKntVSnuu .mbr-section-btn .btn-secondary-outline .active,
.cid-uHKntVSnuu .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uHKntVSnuu .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uHKntVSnuu .image_post {
  display: inline-block;
}
.cid-uHKntVSnuu .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uHKntVSnuu .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uHKntVSnuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKntVSnuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKp4UOr36 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHKp4UOr36 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uHKp4UOr36 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uHKp4UOr36 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uHKp4UOr36 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uHKp4UOr36 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uHKp4UOr36 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHKp4UOr36 .mbr-section-btn .btn-secondary-outline .active,
.cid-uHKp4UOr36 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uHKp4UOr36 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uHKp4UOr36 .image_post {
  display: inline-block;
}
.cid-uHKp4UOr36 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uHKp4UOr36 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uHKp4UOr36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKp4UOr36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKpiJvoiJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHKpiJvoiJ .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uHKpiJvoiJ .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uHKpiJvoiJ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uHKpiJvoiJ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uHKpiJvoiJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uHKpiJvoiJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHKpiJvoiJ .mbr-section-btn .btn-secondary-outline .active,
.cid-uHKpiJvoiJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uHKpiJvoiJ .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uHKpiJvoiJ .image_post {
  display: inline-block;
}
.cid-uHKpiJvoiJ .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uHKpiJvoiJ .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uHKpiJvoiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKpiJvoiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKpJAmVNG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHKpJAmVNG .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uHKpJAmVNG .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uHKpJAmVNG .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uHKpJAmVNG .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uHKpJAmVNG .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uHKpJAmVNG .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHKpJAmVNG .mbr-section-btn .btn-secondary-outline .active,
.cid-uHKpJAmVNG .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uHKpJAmVNG .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uHKpJAmVNG .image_post {
  display: inline-block;
}
.cid-uHKpJAmVNG .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uHKpJAmVNG .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uHKpJAmVNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKpJAmVNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKq8LvwP9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHKq8LvwP9 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uHKq8LvwP9 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uHKq8LvwP9 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uHKq8LvwP9 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uHKq8LvwP9 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uHKq8LvwP9 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uHKq8LvwP9 .mbr-section-btn .btn-secondary-outline .active,
.cid-uHKq8LvwP9 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uHKq8LvwP9 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uHKq8LvwP9 .image_post {
  display: inline-block;
}
.cid-uHKq8LvwP9 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uHKq8LvwP9 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uHKq8LvwP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKq8LvwP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0mDEN2nf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uG0mDEN2nf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0mDEN2nf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0mDEN2nf .mbr-text,
.cid-uG0mDEN2nf .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uG0mDEN2nf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uG0mDEN2nf .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-uJmVKpoIv0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJmVKpoIv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJmVKpoIv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJmVKpoIv0 .mbr-text,
.cid-uJmVKpoIv0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uJmVKpoIv0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uJmVKpoIv0 .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM6LbB1usK {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffeb69;
}
.cid-uM6LbB1usK .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uM6LbB1usK {
    align-items: center;
  }
  .cid-uM6LbB1usK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uM6LbB1usK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uM6LbB1usK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uM6LbB1usK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uM6LbB1usK .content-wrap {
    width: 100%;
  }
}
.cid-uM6LbB1usK .mbr-section-title {
  text-align: center;
  color: #3a341c;
}
.cid-uM6LbB1usK .mbr-text,
.cid-uM6LbB1usK .mbr-section-btn {
  text-align: center;
}
.cid-uOxrpmAtVL {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uOxrpmAtVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOxrpmAtVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOxrpmAtVL .mbr-text,
.cid-uOxrpmAtVL .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uOxrpmAtVL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uOxrpmAtVL .mbr-section-subtitle {
  text-align: center;
  color: #2e8b8b;
}
.cid-uOxs2AIVk1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOxs2AIVk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOxs2AIVk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOxs2AIVk1 .mbr-text,
.cid-uOxs2AIVk1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uOxs2AIVk1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uOxs2AIVk1 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uM6LN5phGZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM6LN5phGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM6LN5phGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM6LN5phGZ .mbr-text,
.cid-uM6LN5phGZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uM6LN5phGZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uM6LN5phGZ .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uOy939No0g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOy939No0g .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uOy939No0g .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uOy939No0g .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uOy939No0g .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uOy939No0g .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOy939No0g .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOy939No0g .mbr-section-btn .btn-secondary-outline .active,
.cid-uOy939No0g .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uOy939No0g .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uOy939No0g .image_post {
  display: inline-block;
}
.cid-uOy939No0g .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uOy939No0g .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uOy939No0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOy939No0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOydnx1TF5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOydnx1TF5 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uOydnx1TF5 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uOydnx1TF5 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uOydnx1TF5 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uOydnx1TF5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOydnx1TF5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOydnx1TF5 .mbr-section-btn .btn-secondary-outline .active,
.cid-uOydnx1TF5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uOydnx1TF5 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uOydnx1TF5 .image_post {
  display: inline-block;
}
.cid-uOydnx1TF5 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uOydnx1TF5 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uOydnx1TF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOydnx1TF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyfY5Ywkl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOyfY5Ywkl .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uOyfY5Ywkl .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uOyfY5Ywkl .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uOyfY5Ywkl .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uOyfY5Ywkl .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOyfY5Ywkl .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOyfY5Ywkl .mbr-section-btn .btn-secondary-outline .active,
.cid-uOyfY5Ywkl .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uOyfY5Ywkl .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uOyfY5Ywkl .image_post {
  display: inline-block;
}
.cid-uOyfY5Ywkl .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uOyfY5Ywkl .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uOyfY5Ywkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyfY5Ywkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOygoPnho2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOygoPnho2 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uOygoPnho2 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uOygoPnho2 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uOygoPnho2 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uOygoPnho2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOygoPnho2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOygoPnho2 .mbr-section-btn .btn-secondary-outline .active,
.cid-uOygoPnho2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uOygoPnho2 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uOygoPnho2 .image_post {
  display: inline-block;
}
.cid-uOygoPnho2 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uOygoPnho2 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uOygoPnho2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOygoPnho2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyh6ZLlfW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOyh6ZLlfW .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uOyh6ZLlfW .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uOyh6ZLlfW .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uOyh6ZLlfW .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uOyh6ZLlfW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOyh6ZLlfW .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOyh6ZLlfW .mbr-section-btn .btn-secondary-outline .active,
.cid-uOyh6ZLlfW .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uOyh6ZLlfW .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uOyh6ZLlfW .image_post {
  display: inline-block;
}
.cid-uOyh6ZLlfW .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uOyh6ZLlfW .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uOyh6ZLlfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyh6ZLlfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyhfCZQAD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOyhfCZQAD .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uOyhfCZQAD .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uOyhfCZQAD .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uOyhfCZQAD .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uOyhfCZQAD .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uOyhfCZQAD .mbr-section-btn .btn-secondary-outline:hover,
.cid-uOyhfCZQAD .mbr-section-btn .btn-secondary-outline .active,
.cid-uOyhfCZQAD .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uOyhfCZQAD .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uOyhfCZQAD .image_post {
  display: inline-block;
}
.cid-uOyhfCZQAD .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uOyhfCZQAD .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uOyhfCZQAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyhfCZQAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM6LLEbhZq {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uM6LLEbhZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM6LLEbhZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM6LLEbhZq .mbr-text,
.cid-uM6LLEbhZq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uM6LLEbhZq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uM6LLEbhZq .mbr-section-subtitle {
  text-align: center;
  color: #2e8b8b;
}
.cid-uM6LMuRwBS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM6LMuRwBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM6LMuRwBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM6LMuRwBS .mbr-text,
.cid-uM6LMuRwBS .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uM6LMuRwBS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uM6LMuRwBS .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uM6OcDmFHQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM6OcDmFHQ .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uM6OcDmFHQ .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uM6OcDmFHQ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uM6OcDmFHQ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uM6OcDmFHQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uM6OcDmFHQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uM6OcDmFHQ .mbr-section-btn .btn-secondary-outline .active,
.cid-uM6OcDmFHQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uM6OcDmFHQ .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uM6OcDmFHQ .image_post {
  display: inline-block;
}
.cid-uM6OcDmFHQ .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uM6OcDmFHQ .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uM6OcDmFHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM6OcDmFHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMdK0bqjLh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMdK0bqjLh .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uMdK0bqjLh .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uMdK0bqjLh .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uMdK0bqjLh .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uMdK0bqjLh .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMdK0bqjLh .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMdK0bqjLh .mbr-section-btn .btn-secondary-outline .active,
.cid-uMdK0bqjLh .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uMdK0bqjLh .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uMdK0bqjLh .image_post {
  display: inline-block;
}
.cid-uMdK0bqjLh .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uMdK0bqjLh .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uMdK0bqjLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMdK0bqjLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMdLVwf3iJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMdLVwf3iJ .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uMdLVwf3iJ .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uMdLVwf3iJ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uMdLVwf3iJ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uMdLVwf3iJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMdLVwf3iJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMdLVwf3iJ .mbr-section-btn .btn-secondary-outline .active,
.cid-uMdLVwf3iJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uMdLVwf3iJ .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uMdLVwf3iJ .image_post {
  display: inline-block;
}
.cid-uMdLVwf3iJ .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uMdLVwf3iJ .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uMdLVwf3iJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMdLVwf3iJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMdMjwecrL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMdMjwecrL .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uMdMjwecrL .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uMdMjwecrL .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uMdMjwecrL .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uMdMjwecrL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMdMjwecrL .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMdMjwecrL .mbr-section-btn .btn-secondary-outline .active,
.cid-uMdMjwecrL .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uMdMjwecrL .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uMdMjwecrL .image_post {
  display: inline-block;
}
.cid-uMdMjwecrL .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uMdMjwecrL .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uMdMjwecrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMdMjwecrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMdN2Lgvgi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMdN2Lgvgi .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uMdN2Lgvgi .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uMdN2Lgvgi .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uMdN2Lgvgi .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uMdN2Lgvgi .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMdN2Lgvgi .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMdN2Lgvgi .mbr-section-btn .btn-secondary-outline .active,
.cid-uMdN2Lgvgi .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uMdN2Lgvgi .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uMdN2Lgvgi .image_post {
  display: inline-block;
}
.cid-uMdN2Lgvgi .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uMdN2Lgvgi .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uMdN2Lgvgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMdN2Lgvgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMdNejhP0m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMdNejhP0m .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uMdNejhP0m .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uMdNejhP0m .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uMdNejhP0m .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uMdNejhP0m .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uMdNejhP0m .mbr-section-btn .btn-secondary-outline:hover,
.cid-uMdNejhP0m .mbr-section-btn .btn-secondary-outline .active,
.cid-uMdNejhP0m .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uMdNejhP0m .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uMdNejhP0m .image_post {
  display: inline-block;
}
.cid-uMdNejhP0m .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uMdNejhP0m .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uMdNejhP0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMdNejhP0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKN4updjxa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKN4updjxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKN4updjxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKN4updjxa .mbr-text,
.cid-uKN4updjxa .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uKN4updjxa .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uKN4updjxa .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-uO1ae2ei1n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uO1ae2ei1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO1ae2ei1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO1ae2ei1n .mbr-text,
.cid-uO1ae2ei1n .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uO1ae2ei1n .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uO1ae2ei1n .mbr-section-subtitle {
  text-align: center;
  color: #ffaa6f;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uL8Ncyzxbc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uL8Ncyzxbc {
    flex-wrap: wrap;
  }
  .cid-uL8Ncyzxbc .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uL8Ncyzxbc .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uL8Ncyzxbc .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uL8Ncyzxbc .btn {
  padding: 0.3rem 2rem;
}
.cid-uL8Ncyzxbc .nav-link {
  position: relative;
}
.cid-uL8Ncyzxbc .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uL8Ncyzxbc .nav-link:hover:before {
  width: 100%;
}
.cid-uL8Ncyzxbc nav.navbar {
  position: fixed;
}
.cid-uL8Ncyzxbc .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-uL8Ncyzxbc .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL8Ncyzxbc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL8Ncyzxbc .dropdown-item:hover,
.cid-uL8Ncyzxbc .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uL8Ncyzxbc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL8Ncyzxbc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL8Ncyzxbc .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uL8Ncyzxbc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL8Ncyzxbc .container {
  display: flex;
  margin: auto;
}
.cid-uL8Ncyzxbc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL8Ncyzxbc .dropdown-menu,
.cid-uL8Ncyzxbc .navbar.opened {
  background: #ffffff !important;
}
.cid-uL8Ncyzxbc .nav-item:focus,
.cid-uL8Ncyzxbc .nav-link:focus {
  outline: none;
}
.cid-uL8Ncyzxbc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL8Ncyzxbc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL8Ncyzxbc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL8Ncyzxbc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL8Ncyzxbc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL8Ncyzxbc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL8Ncyzxbc .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uL8Ncyzxbc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uL8Ncyzxbc .navbar.opened {
  transition: all 0.3s;
}
.cid-uL8Ncyzxbc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL8Ncyzxbc .navbar .navbar-logo img {
  width: auto;
}
.cid-uL8Ncyzxbc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uL8Ncyzxbc .navbar.collapsed {
  justify-content: center;
}
.cid-uL8Ncyzxbc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL8Ncyzxbc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL8Ncyzxbc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uL8Ncyzxbc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL8Ncyzxbc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL8Ncyzxbc .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-uL8Ncyzxbc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL8Ncyzxbc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL8Ncyzxbc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL8Ncyzxbc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL8Ncyzxbc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL8Ncyzxbc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL8Ncyzxbc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL8Ncyzxbc .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-uL8Ncyzxbc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL8Ncyzxbc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL8Ncyzxbc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL8Ncyzxbc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL8Ncyzxbc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL8Ncyzxbc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL8Ncyzxbc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL8Ncyzxbc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL8Ncyzxbc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL8Ncyzxbc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL8Ncyzxbc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL8Ncyzxbc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL8Ncyzxbc .dropdown-item.active,
.cid-uL8Ncyzxbc .dropdown-item:active {
  background-color: transparent;
}
.cid-uL8Ncyzxbc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL8Ncyzxbc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL8Ncyzxbc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL8Ncyzxbc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL8Ncyzxbc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL8Ncyzxbc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL8Ncyzxbc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL8Ncyzxbc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL8Ncyzxbc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL8Ncyzxbc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uL8Ncyzxbc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL8Ncyzxbc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL8Ncyzxbc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL8Ncyzxbc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL8Ncyzxbc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL8Ncyzxbc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL8Ncyzxbc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL8Ncyzxbc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL8Ncyzxbc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL8Ncyzxbc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL8Ncyzxbc .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-uL8Ncyzxbc .navbar {
    height: 70px;
  }
  .cid-uL8Ncyzxbc .navbar.opened {
    height: auto;
  }
  .cid-uL8Ncyzxbc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL8NcyVQXK {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/iso-header.webp");
}
.cid-uL8NcyVQXK .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uL8NcyVQXK .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uL8NcyVQXK {
    align-items: center;
  }
  .cid-uL8NcyVQXK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL8NcyVQXK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uL8NcyVQXK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL8NcyVQXK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL8NcyVQXK .content-wrap {
    width: 100%;
  }
}
.cid-uL8NcyVQXK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uL8NcyVQXK .mbr-text,
.cid-uL8NcyVQXK .mbr-section-btn {
  text-align: center;
}
.cid-uL9IwCHwPc {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uL9IwCHwPc .mbr-text {
  color: #000000;
}
.cid-uL9IwCHwPc .mbr-section-subtitle {
  color: #000000;
}
.cid-uL9IwCHwPc .mbr-section-title {
  color: #000000;
}
.cid-uL9LLzZB3F {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uL9LLzZB3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9LLzZB3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9LLzZB3F .mbr-description {
  text-align: left;
}
.cid-uL9LLzZB3F .item-wrapper {
  background: #bcef9b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uL9LLzZB3F .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uL9LLzZB3F .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uL9LLzZB3F .card-title,
.cid-uL9LLzZB3F .iconfont-wrapper {
  color: #000000;
}
.cid-uL9LLzZB3F .card-text {
  color: #000000;
}
.cid-uL9LLzZB3F .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uL9LLzZB3F .mbr-number {
  color: #9fe870;
}
.cid-uL9LLzZB3F .mbr-text,
.cid-uL9LLzZB3F .mbr-section-btn {
  text-align: center;
}
.cid-uL9LLzZB3F .card-text,
.cid-uL9LLzZB3F .item .mbr-section-btn {
  text-align: left;
}
.cid-uL9LLzZB3F .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uL9LLzZB3F .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uL9LLzZB3F .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uL9LLzZB3F .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uL9LLzZB3F .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uL9LLzZB3F .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uL9LLzZB3F .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uL9LLzZB3F .card-title {
  text-align: left;
}
.cid-uL9LLzZB3F .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uL9LLzZB3F .item-content .item-footer {
  margin-top: auto;
}
.cid-uL8NcAY7Yp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL8NcAY7Yp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8NcAY7Yp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8NcAY7Yp .mbr-text,
.cid-uL8NcAY7Yp .mbr-section-btn {
  text-align: center;
}
.cid-uL8NcAY7Yp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uL8NcAY7Yp .mbr-section-subtitle {
  text-align: center;
  color: #666666;
}
.cid-uLOBVe34kI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e8b8b;
}
.cid-uLOBVe34kI .nav-tabs .nav-item.open .nav-link:focus,
.cid-uLOBVe34kI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uLOBVe34kI .nav-tabs {
  border: none;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLOBVe34kI .nav-item {
    margin: 0;
  }
}
.cid-uLOBVe34kI .nav-tabs .nav-link {
  transition: all 0.5s;
  border-radius: 6px !important;
  width: max-content;
  border: none;
}
.cid-uLOBVe34kI .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uLOBVe34kI .nav-link,
.cid-uLOBVe34kI .nav-link.active {
  padding: 0.8rem 2rem;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}
.cid-uLOBVe34kI .nav-tabs .nav-link.active {
  background: #3a341c;
  color: #ffffff;
}
.cid-uLOBVe34kI H4 {
  text-align: center;
}
.cid-uLOBVe34kI H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uLOBVe34kI P {
  color: #ffffff;
  text-align: left;
}
.cid-uLOBVe34kI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLOBVe34kI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8NcC6KAk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL8NcC6KAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8NcC6KAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8NcC6KAk .container {
  max-width: 1140px;
}
.cid-uL8NcC6KAk .row {
  justify-content: center;
}
.cid-uL8NcC6KAk .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uL8NcC6KAk .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uL8NcC6KAk .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uL8NcC6KAk .toggle-panel {
  width: 100%;
}
.cid-uL8NcC6KAk .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-uL8NcC6KAk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uL8NcC6KAk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uL8NcC6KAk .panel-title {
    align-items: flex-start;
  }
}
.cid-uL8NcC6KAk .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #ff914d;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uL8NcC6KAk .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uL8NcC6KAk .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uL8NcC6KAk .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uL8NcC6KAk .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uL8NcC6KAk .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uL8NcC6KAk .panel-body {
    width: 100%;
  }
}
.cid-uL8NcC6KAk .panel-title-edit {
  color: #1D191F;
}
.cid-uL8NcC6KAk .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uL8NcCBxzr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL8NcCBxzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8NcCBxzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8NcCBxzr .container {
  max-width: 1140px;
}
.cid-uL8NcCBxzr .row {
  justify-content: center;
}
.cid-uL8NcCBxzr .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uL8NcCBxzr .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uL8NcCBxzr .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uL8NcCBxzr .toggle-panel {
  width: 100%;
}
.cid-uL8NcCBxzr .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-uL8NcCBxzr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uL8NcCBxzr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uL8NcCBxzr .panel-title {
    align-items: flex-start;
  }
}
.cid-uL8NcCBxzr .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #1d191f;
  background-color: #ff914d;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uL8NcCBxzr .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uL8NcCBxzr .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uL8NcCBxzr .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uL8NcCBxzr .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uL8NcCBxzr .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uL8NcCBxzr .panel-body {
    width: 100%;
  }
}
.cid-uL8NcCBxzr .panel-title-edit {
  color: #1D191F;
}
.cid-uL8NcCBxzr .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uL8NcD6Qm7 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uL8NcD6Qm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8NcD6Qm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8NcD6Qm7 .content-wrap {
  padding: 60px;
  background-color: #bcef9b;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uL8NcD6Qm7 .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uL8NcD6Qm7 .content-wrap .cont-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uL8NcD6Qm7 .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-uL8NcD6Qm7 .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uL8NcD6Qm7 .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uL8NcD6Qm7 .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uL8NcD6Qm7 .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uL8NcD6Qm7 .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uL8NcD6Qm7 .content-wrap .cont-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uL8NcD6Qm7 .content-wrap .cont-wrap .items-wrapper {
    padding: 20px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uL8NcD6Qm7 .content-wrap .cont-wrap .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uL8NcD6Qm7 .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ff914d;
  margin-bottom: 16px;
}
.cid-uL8NcD6Qm7 .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uL8NcD6Qm7 .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uL8NcD6Qm7 .content-wrap .image-wrapper {
  padding-left: 88px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uL8NcD6Qm7 .content-wrap .image-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uL8NcD6Qm7 .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-uL8NcD6Qm7 .content-wrap .image-wrapper img {
  height: 520px;
  width: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uL8NcD6Qm7 .content-wrap .image-wrapper img {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .cid-uL8NcD6Qm7 .content-wrap .image-wrapper img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .cid-uL8NcD6Qm7 .content-wrap .image-wrapper img {
    height: 210px;
    width: 210px;
  }
}
.cid-uL8NcD6Qm7 .btn-wrapper {
  margin-top: -20%;
}
.cid-uL8NcD6Qm7 .mbr-section-title {
  color: #404349;
}
.cid-uL8NcD6Qm7 .mbr-desc {
  color: #b19a7c;
}
.cid-uL8NcD6Qm7 .item-number {
  color: #b19a7c;
}
.cid-uL8NcD6Qm7 .item-title {
  color: #404349;
}
.cid-uL8NcD6Qm7 .item-text {
  color: #000000;
}
.cid-uL8NcD6Qm7 .item-number,
.cid-uL8NcD6Qm7 .number-wrapper {
  color: #ffffff;
}
.cid-uLPhbAQQyT {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uLPhbAQQyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPhbAQQyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLPhbAQQyT .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uLPhbAQQyT .mbr-section-title {
  color: #24262b;
}
.cid-uLPhbAQQyT .mbr-section-subtitle {
  color: #24262b;
}
.cid-uLPhbAQQyT .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-uLPhbAQQyT .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-uLPhbAQQyT .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-uLPhbAQQyT .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-uLPhbAQQyT .item-content {
  max-width: 100%;
  width: 100%;
}
.cid-uLPhbAQQyT .card-title-1 {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uLPhbAQQyT .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uLPhbAQQyT .card-subtitle-1 {
  color: #24262b;
}
.cid-uLPhbAQQyT .card-subtitle-2 {
  color: #24262b;
}
.cid-uLPhbAQQyT .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uLPhbAQQyT .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-uLPhbAQQyT .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLPhbAQQyT .card-1 .card-wrap {
  background-image: url("../../../assets/images/iso-img-5.webp");
}
.cid-uLPhbAQQyT .card-2 .card-wrap {
  background: #bcef9b;
}
.cid-uLPhc9JkXn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e8b8b;
}
.cid-uLPhc9JkXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPhc9JkXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLPhc9JkXn .mbr-section-title {
  color: #ffffff;
}
.cid-uL8NcE0EeN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uL8NcE0EeN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uL8NcE0EeN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uL8NcE0EeN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uL8NcE0EeN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uL8NcE0EeN .content-head {
  max-width: 800px;
}
.cid-uL8NcErgJJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uL8NcErgJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8NcErgJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8NcErgJJ .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uL8NcErgJJ .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uL8NcErgJJ .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uL8NcErgJJ .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uL8NcErgJJ .container {
    max-width: 100%;
  }
  .cid-uL8NcErgJJ .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uL8NcErgJJ .item-wrap {
  width: 100%;
}
.cid-uL8NcErgJJ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uL8NcErgJJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uL8NcErgJJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uL8NcErgJJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL8NcErgJJ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uL8NcErgJJ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uL8NcErgJJ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uL8NcErgJJ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uL8NcErgJJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uL8NcErgJJ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uL8NcErgJJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uL8NcErgJJ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uL8NcErgJJ .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL8NcErgJJ .col-links {
    padding-top: 20px;
  }
}
.cid-uL8NcErgJJ .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uL8NcErgJJ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uL8NcErgJJ .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uL8NcErgJJ .list {
    text-align: center !important;
  }
}
.cid-uL8NcErgJJ .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uL8NcErgJJ .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uL8NcErgJJ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uL8NcErgJJ .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uL8NcErgJJ .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uL8NcErgJJ .list a:hover:before {
  width: 100%;
}
.cid-uL8NcErgJJ .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uL8NcErgJJ .col-copyright {
    padding-top: 40px;
  }
}
.cid-uL8NcErgJJ .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uL8NcErgJJ .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uM23sRTJr7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uM23sRTJr7 {
    flex-wrap: wrap;
  }
  .cid-uM23sRTJr7 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uM23sRTJr7 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uM23sRTJr7 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uM23sRTJr7 .btn {
  padding: 0.3rem 2rem;
}
.cid-uM23sRTJr7 .nav-link {
  position: relative;
}
.cid-uM23sRTJr7 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uM23sRTJr7 .nav-link:hover:before {
  width: 100%;
}
.cid-uM23sRTJr7 nav.navbar {
  position: fixed;
}
.cid-uM23sRTJr7 .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-uM23sRTJr7 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uM23sRTJr7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uM23sRTJr7 .dropdown-item:hover,
.cid-uM23sRTJr7 .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uM23sRTJr7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uM23sRTJr7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uM23sRTJr7 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uM23sRTJr7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uM23sRTJr7 .container {
  display: flex;
  margin: auto;
}
.cid-uM23sRTJr7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uM23sRTJr7 .dropdown-menu,
.cid-uM23sRTJr7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uM23sRTJr7 .nav-item:focus,
.cid-uM23sRTJr7 .nav-link:focus {
  outline: none;
}
.cid-uM23sRTJr7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uM23sRTJr7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uM23sRTJr7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uM23sRTJr7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uM23sRTJr7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uM23sRTJr7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uM23sRTJr7 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uM23sRTJr7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uM23sRTJr7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uM23sRTJr7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uM23sRTJr7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uM23sRTJr7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uM23sRTJr7 .navbar.collapsed {
  justify-content: center;
}
.cid-uM23sRTJr7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uM23sRTJr7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uM23sRTJr7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uM23sRTJr7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uM23sRTJr7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uM23sRTJr7 .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-uM23sRTJr7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uM23sRTJr7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uM23sRTJr7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uM23sRTJr7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uM23sRTJr7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uM23sRTJr7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uM23sRTJr7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uM23sRTJr7 .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-uM23sRTJr7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uM23sRTJr7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uM23sRTJr7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uM23sRTJr7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uM23sRTJr7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uM23sRTJr7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uM23sRTJr7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uM23sRTJr7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uM23sRTJr7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uM23sRTJr7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uM23sRTJr7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uM23sRTJr7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uM23sRTJr7 .dropdown-item.active,
.cid-uM23sRTJr7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uM23sRTJr7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uM23sRTJr7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uM23sRTJr7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uM23sRTJr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uM23sRTJr7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uM23sRTJr7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uM23sRTJr7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uM23sRTJr7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uM23sRTJr7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uM23sRTJr7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uM23sRTJr7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uM23sRTJr7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM23sRTJr7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uM23sRTJr7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uM23sRTJr7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM23sRTJr7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uM23sRTJr7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uM23sRTJr7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uM23sRTJr7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uM23sRTJr7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uM23sRTJr7 .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-uM23sRTJr7 .navbar {
    height: 70px;
  }
  .cid-uM23sRTJr7 .navbar.opened {
    height: auto;
  }
  .cid-uM23sRTJr7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR63S45LyU {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #c7e8f2;
}
.cid-uR63S45LyU .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uR63S45LyU {
    align-items: center;
  }
  .cid-uR63S45LyU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uR63S45LyU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uR63S45LyU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uR63S45LyU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uR63S45LyU .content-wrap {
    width: 100%;
  }
}
.cid-uR63S45LyU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR63S45LyU .mbr-text,
.cid-uR63S45LyU .mbr-section-btn {
  text-align: center;
}
.cid-uR63T2D14m {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uR63T2D14m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR63T2D14m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR63T2D14m .mbr-text,
.cid-uR63T2D14m .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uR63T2D14m .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uR63T2D14m .mbr-section-subtitle {
  text-align: center;
  color: #2e8b8b;
}
.cid-uR63TCn4MF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR63TCn4MF .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uR63TCn4MF .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uR63TCn4MF .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uR63TCn4MF .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uR63TCn4MF .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uR63TCn4MF .mbr-section-btn .btn-secondary-outline:hover,
.cid-uR63TCn4MF .mbr-section-btn .btn-secondary-outline .active,
.cid-uR63TCn4MF .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uR63TCn4MF .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uR63TCn4MF .image_post {
  display: inline-block;
}
.cid-uR63TCn4MF .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uR63TCn4MF .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uR63TCn4MF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR63TCn4MF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR87pinGuA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR87pinGuA .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uR87pinGuA .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uR87pinGuA .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uR87pinGuA .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uR87pinGuA .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uR87pinGuA .mbr-section-btn .btn-secondary-outline:hover,
.cid-uR87pinGuA .mbr-section-btn .btn-secondary-outline .active,
.cid-uR87pinGuA .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uR87pinGuA .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uR87pinGuA .image_post {
  display: inline-block;
}
.cid-uR87pinGuA .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uR87pinGuA .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uR87pinGuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR87pinGuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRb1gNcGG7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRb1gNcGG7 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uRb1gNcGG7 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uRb1gNcGG7 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uRb1gNcGG7 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uRb1gNcGG7 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uRb1gNcGG7 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRb1gNcGG7 .mbr-section-btn .btn-secondary-outline .active,
.cid-uRb1gNcGG7 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uRb1gNcGG7 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uRb1gNcGG7 .image_post {
  display: inline-block;
}
.cid-uRb1gNcGG7 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uRb1gNcGG7 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uRb1gNcGG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRb1gNcGG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRb1Rpzgoo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRb1Rpzgoo .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uRb1Rpzgoo .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uRb1Rpzgoo .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uRb1Rpzgoo .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uRb1Rpzgoo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uRb1Rpzgoo .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRb1Rpzgoo .mbr-section-btn .btn-secondary-outline .active,
.cid-uRb1Rpzgoo .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uRb1Rpzgoo .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uRb1Rpzgoo .image_post {
  display: inline-block;
}
.cid-uRb1Rpzgoo .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uRb1Rpzgoo .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uRb1Rpzgoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRb1Rpzgoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRb2p48TTl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRb2p48TTl .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uRb2p48TTl .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uRb2p48TTl .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uRb2p48TTl .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uRb2p48TTl .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uRb2p48TTl .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRb2p48TTl .mbr-section-btn .btn-secondary-outline .active,
.cid-uRb2p48TTl .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uRb2p48TTl .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uRb2p48TTl .image_post {
  display: inline-block;
}
.cid-uRb2p48TTl .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uRb2p48TTl .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uRb2p48TTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRb2p48TTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbBJJHu13 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRbBJJHu13 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uRbBJJHu13 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uRbBJJHu13 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uRbBJJHu13 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uRbBJJHu13 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uRbBJJHu13 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRbBJJHu13 .mbr-section-btn .btn-secondary-outline .active,
.cid-uRbBJJHu13 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uRbBJJHu13 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uRbBJJHu13 .image_post {
  display: inline-block;
}
.cid-uRbBJJHu13 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uRbBJJHu13 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uRbBJJHu13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbBJJHu13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcUaaAd8i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcUaaAd8i .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uRcUaaAd8i .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uRcUaaAd8i .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uRcUaaAd8i .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uRcUaaAd8i .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uRcUaaAd8i .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRcUaaAd8i .mbr-section-btn .btn-secondary-outline .active,
.cid-uRcUaaAd8i .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uRcUaaAd8i .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uRcUaaAd8i .image_post {
  display: inline-block;
}
.cid-uRcUaaAd8i .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uRcUaaAd8i .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uRcUaaAd8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcUaaAd8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcXPzwv5V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRcXPzwv5V .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uRcXPzwv5V .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uRcXPzwv5V .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uRcXPzwv5V .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uRcXPzwv5V .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uRcXPzwv5V .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRcXPzwv5V .mbr-section-btn .btn-secondary-outline .active,
.cid-uRcXPzwv5V .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uRcXPzwv5V .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uRcXPzwv5V .image_post {
  display: inline-block;
}
.cid-uRcXPzwv5V .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uRcXPzwv5V .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uRcXPzwv5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcXPzwv5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcYr46c1D {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRcYr46c1D .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uRcYr46c1D .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uRcYr46c1D .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uRcYr46c1D .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uRcYr46c1D .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uRcYr46c1D .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRcYr46c1D .mbr-section-btn .btn-secondary-outline .active,
.cid-uRcYr46c1D .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uRcYr46c1D .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uRcYr46c1D .image_post {
  display: inline-block;
}
.cid-uRcYr46c1D .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uRcYr46c1D .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uRcYr46c1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcYr46c1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM23sTn2Ri {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uM23sTn2Ri .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uM23sTn2Ri form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uM23sTn2Ri form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uM23sTn2Ri form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uM23sTn2Ri .content-head {
  max-width: 800px;
}
.cid-uM23sTXd9Y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uM23sTXd9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM23sTXd9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM23sTXd9Y .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uM23sTXd9Y .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uM23sTXd9Y .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uM23sTXd9Y .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uM23sTXd9Y .container {
    max-width: 100%;
  }
  .cid-uM23sTXd9Y .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uM23sTXd9Y .item-wrap {
  width: 100%;
}
.cid-uM23sTXd9Y .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uM23sTXd9Y .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uM23sTXd9Y .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uM23sTXd9Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uM23sTXd9Y .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uM23sTXd9Y .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uM23sTXd9Y .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uM23sTXd9Y .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uM23sTXd9Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uM23sTXd9Y .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uM23sTXd9Y .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uM23sTXd9Y .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uM23sTXd9Y .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uM23sTXd9Y .col-links {
    padding-top: 20px;
  }
}
.cid-uM23sTXd9Y .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uM23sTXd9Y .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uM23sTXd9Y .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uM23sTXd9Y .list {
    text-align: center !important;
  }
}
.cid-uM23sTXd9Y .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uM23sTXd9Y .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uM23sTXd9Y .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uM23sTXd9Y .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uM23sTXd9Y .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uM23sTXd9Y .list a:hover:before {
  width: 100%;
}
.cid-uM23sTXd9Y .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uM23sTXd9Y .col-copyright {
    padding-top: 40px;
  }
}
.cid-uM23sTXd9Y .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uM23sTXd9Y .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uWgK5smlDa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uWgK5smlDa {
    flex-wrap: wrap;
  }
  .cid-uWgK5smlDa .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uWgK5smlDa .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uWgK5smlDa .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uWgK5smlDa .btn {
  padding: 0.3rem 2rem;
}
.cid-uWgK5smlDa .nav-link {
  position: relative;
}
.cid-uWgK5smlDa .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uWgK5smlDa .nav-link:hover:before {
  width: 100%;
}
.cid-uWgK5smlDa nav.navbar {
  position: fixed;
}
.cid-uWgK5smlDa .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-uWgK5smlDa .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWgK5smlDa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWgK5smlDa .dropdown-item:hover,
.cid-uWgK5smlDa .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uWgK5smlDa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWgK5smlDa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWgK5smlDa .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uWgK5smlDa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWgK5smlDa .container {
  display: flex;
  margin: auto;
}
.cid-uWgK5smlDa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWgK5smlDa .dropdown-menu,
.cid-uWgK5smlDa .navbar.opened {
  background: #ffffff !important;
}
.cid-uWgK5smlDa .nav-item:focus,
.cid-uWgK5smlDa .nav-link:focus {
  outline: none;
}
.cid-uWgK5smlDa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWgK5smlDa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWgK5smlDa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWgK5smlDa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWgK5smlDa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWgK5smlDa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWgK5smlDa .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uWgK5smlDa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uWgK5smlDa .navbar.opened {
  transition: all 0.3s;
}
.cid-uWgK5smlDa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWgK5smlDa .navbar .navbar-logo img {
  width: auto;
}
.cid-uWgK5smlDa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uWgK5smlDa .navbar.collapsed {
  justify-content: center;
}
.cid-uWgK5smlDa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWgK5smlDa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWgK5smlDa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWgK5smlDa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWgK5smlDa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWgK5smlDa .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-uWgK5smlDa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWgK5smlDa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWgK5smlDa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWgK5smlDa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWgK5smlDa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWgK5smlDa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWgK5smlDa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWgK5smlDa .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-uWgK5smlDa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWgK5smlDa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWgK5smlDa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWgK5smlDa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWgK5smlDa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWgK5smlDa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWgK5smlDa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWgK5smlDa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWgK5smlDa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWgK5smlDa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWgK5smlDa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWgK5smlDa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWgK5smlDa .dropdown-item.active,
.cid-uWgK5smlDa .dropdown-item:active {
  background-color: transparent;
}
.cid-uWgK5smlDa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWgK5smlDa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWgK5smlDa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWgK5smlDa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWgK5smlDa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWgK5smlDa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWgK5smlDa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWgK5smlDa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWgK5smlDa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWgK5smlDa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uWgK5smlDa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWgK5smlDa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWgK5smlDa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWgK5smlDa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWgK5smlDa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWgK5smlDa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWgK5smlDa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWgK5smlDa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWgK5smlDa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWgK5smlDa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWgK5smlDa .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-uWgK5smlDa .navbar {
    height: 70px;
  }
  .cid-uWgK5smlDa .navbar.opened {
    height: auto;
  }
  .cid-uWgK5smlDa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWgK5sJZQA {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/webbanner-1920x775.webp");
}
.cid-uWgK5sJZQA .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uWgK5sJZQA .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uWgK5sJZQA {
    align-items: center;
  }
  .cid-uWgK5sJZQA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWgK5sJZQA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uWgK5sJZQA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uWgK5sJZQA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWgK5sJZQA .content-wrap {
    width: 100%;
  }
}
.cid-uWgK5sJZQA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uWgK5sJZQA .mbr-text,
.cid-uWgK5sJZQA .mbr-section-btn {
  text-align: center;
}
.cid-uWgK5tkMT5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWgK5tkMT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgK5tkMT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWgK5tkMT5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWgK5tkMT5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWgK5tkMT5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWgK5tkMT5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWgK5tkMT5 .mbr-section-title {
  color: #000000;
}
.cid-uWgK5tkMT5 .mbr-text,
.cid-uWgK5tkMT5 .mbr-section-btn {
  color: #232323;
}
.cid-uWgK5tC9mn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWgK5tC9mn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgK5tC9mn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWgK5tC9mn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWgK5tC9mn .row {
  flex-direction: row-reverse;
}
.cid-uWgK5tC9mn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWgK5tC9mn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWgK5tC9mn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWgK5tC9mn .mbr-section-title {
  color: #000000;
}
.cid-uWgK5tC9mn .mbr-text,
.cid-uWgK5tC9mn .mbr-section-btn {
  color: #232323;
}
.cid-uWgK5tUXiO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uWgK5tUXiO .stats-item {
  padding: 80px 10px;
  background-color: #53d7ff;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uWgK5tUXiO .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-uWgK5tUXiO .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-uWgK5tUXiO .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-uWgK5tUXiO .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-uWgK5tUXiO .heading {
  color: #ffffff;
  font-weight: 400;
}
.cid-uWgK5tUXiO .heading.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.23;
}
.cid-uWgK5tUXiO .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-uWgK5tUXiO .counter {
  text-align: center;
  color: #000000;
  font-weight: 900;
}
.cid-uWgK5tUXiO .counter.display-2 {
  letter-spacing: -0.5px;
  margin-bottom: 0;
  line-height: 1.15;
}
.cid-uWgK5tUXiO .mbr-card-title,
.cid-uWgK5tUXiO .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-uWgK5tUXiO .stats-item {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 30px 25px;
  }
  .cid-uWgK5tUXiO .stats-item:first-child {
    border-radius: 0;
  }
  .cid-uWgK5tUXiO .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-uWgK5tUXiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgK5tUXiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgK5tUXiO .mbr-card-title,
.cid-uWgK5tUXiO .mbr-iconfont {
  color: #000000;
}
.cid-uWgK5uUqCc {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #53d7ff;
}
.cid-uWgK5uUqCc .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #820cfe;
  margin-bottom: 2rem;
  width: 115px;
  height: 115px;
}
.cid-uWgK5uUqCc .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  transition: all 0.3s;
  position: relative;
  justify-content: center;
}
@media (max-width: 1400px) {
  .cid-uWgK5uUqCc .card-wrapper {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWgK5uUqCc .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uWgK5uUqCc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWgK5uUqCc .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uWgK5uUqCc .card-wrapper:hover {
  transform: translateY(-5px);
}
.cid-uWgK5uUqCc .row {
  justify-content: center;
}
.cid-uWgK5uUqCc .card-text {
  color: #263d5a;
  text-align: left;
}
.cid-uWgK5uUqCc .card-title,
.cid-uWgK5uUqCc .iconfont-wrapper {
  color: #000000;
}
.cid-uWgK5uUqCc .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-uWgK5uUqCc .mbr-section-title {
  color: #000000;
}
.cid-uWgK5uUqCc .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uWgK5wWgdh {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uWgK5wWgdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgK5wWgdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgK5wWgdh .content-wrap {
  padding: 60px;
  background-color: #c7e8f2;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWgK5wWgdh .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uWgK5wWgdh .content-wrap .cont-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWgK5wWgdh .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-uWgK5wWgdh .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWgK5wWgdh .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uWgK5wWgdh .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uWgK5wWgdh .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWgK5wWgdh .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uWgK5wWgdh .content-wrap .cont-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWgK5wWgdh .content-wrap .cont-wrap .items-wrapper {
    padding: 20px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uWgK5wWgdh .content-wrap .cont-wrap .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uWgK5wWgdh .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ff914d;
  margin-bottom: 16px;
}
.cid-uWgK5wWgdh .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uWgK5wWgdh .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uWgK5wWgdh .content-wrap .image-wrapper {
  padding-left: 88px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uWgK5wWgdh .content-wrap .image-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uWgK5wWgdh .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-uWgK5wWgdh .content-wrap .image-wrapper img {
  height: 520px;
  width: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uWgK5wWgdh .content-wrap .image-wrapper img {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .cid-uWgK5wWgdh .content-wrap .image-wrapper img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .cid-uWgK5wWgdh .content-wrap .image-wrapper img {
    height: 210px;
    width: 210px;
  }
}
.cid-uWgK5wWgdh .btn-wrapper {
  margin-top: -20%;
}
.cid-uWgK5wWgdh .mbr-section-title {
  color: #404349;
}
.cid-uWgK5wWgdh .mbr-desc {
  color: #b19a7c;
}
.cid-uWgK5wWgdh .item-number {
  color: #b19a7c;
}
.cid-uWgK5wWgdh .item-title {
  color: #404349;
}
.cid-uWgK5wWgdh .item-text {
  color: #000000;
}
.cid-uWgK5wWgdh .item-number,
.cid-uWgK5wWgdh .number-wrapper {
  color: #ffffff;
}
.cid-uWgK5y4bEr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uWgK5y4bEr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uWgK5y4bEr form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uWgK5y4bEr form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uWgK5y4bEr form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uWgK5y4bEr .content-head {
  max-width: 800px;
}
.cid-uWgK5yCPAm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uWgK5yCPAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWgK5yCPAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWgK5yCPAm .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uWgK5yCPAm .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uWgK5yCPAm .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uWgK5yCPAm .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uWgK5yCPAm .container {
    max-width: 100%;
  }
  .cid-uWgK5yCPAm .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uWgK5yCPAm .item-wrap {
  width: 100%;
}
.cid-uWgK5yCPAm .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWgK5yCPAm .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWgK5yCPAm .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWgK5yCPAm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWgK5yCPAm .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWgK5yCPAm .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWgK5yCPAm .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWgK5yCPAm .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uWgK5yCPAm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uWgK5yCPAm .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uWgK5yCPAm .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uWgK5yCPAm .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uWgK5yCPAm .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWgK5yCPAm .col-links {
    padding-top: 20px;
  }
}
.cid-uWgK5yCPAm .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uWgK5yCPAm .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uWgK5yCPAm .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uWgK5yCPAm .list {
    text-align: center !important;
  }
}
.cid-uWgK5yCPAm .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uWgK5yCPAm .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uWgK5yCPAm .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWgK5yCPAm .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uWgK5yCPAm .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uWgK5yCPAm .list a:hover:before {
  width: 100%;
}
.cid-uWgK5yCPAm .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uWgK5yCPAm .col-copyright {
    padding-top: 40px;
  }
}
.cid-uWgK5yCPAm .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uWgK5yCPAm .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ45gWv1hh {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #2e8b8b;
}
.cid-uQ45gWv1hh .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uQ45gWv1hh {
    align-items: center;
  }
  .cid-uQ45gWv1hh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQ45gWv1hh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQ45gWv1hh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQ45gWv1hh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQ45gWv1hh .content-wrap {
    width: 100%;
  }
}
.cid-uQ45gWv1hh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uQ45gWv1hh .mbr-text,
.cid-uQ45gWv1hh .mbr-section-btn {
  text-align: center;
}
.cid-uQ45hTRymF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQ45hTRymF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ45hTRymF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ45hTRymF .mbr-text,
.cid-uQ45hTRymF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uQ45hTRymF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQ45hTRymF .mbr-section-subtitle {
  text-align: center;
  color: #2e8b8b;
}
.cid-uQ668LCBjA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQ668LCBjA .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uQ668LCBjA .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uQ668LCBjA .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uQ668LCBjA .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uQ668LCBjA .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uQ668LCBjA .mbr-section-btn .btn-secondary-outline:hover,
.cid-uQ668LCBjA .mbr-section-btn .btn-secondary-outline .active,
.cid-uQ668LCBjA .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uQ668LCBjA .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uQ668LCBjA .image_post {
  display: inline-block;
}
.cid-uQ668LCBjA .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uQ668LCBjA .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uQ668LCBjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ668LCBjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ697u41S7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQ697u41S7 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  z-index: 1;
}
.cid-uQ697u41S7 .content_wrapper:hover .mbr-section-title a {
  color: #353535 !important;
}
.cid-uQ697u41S7 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uQ697u41S7 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-uQ697u41S7 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uQ697u41S7 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uQ697u41S7 .mbr-section-btn .btn-secondary-outline .active,
.cid-uQ697u41S7 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff914d !important;
}
.cid-uQ697u41S7 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-uQ697u41S7 .image_post {
  display: inline-block;
}
.cid-uQ697u41S7 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-uQ697u41S7 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-uQ697u41S7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ697u41S7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXvjAmoqjr {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #393193;
}
.cid-uXvjAmoqjr .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uXvjAmoqjr {
    align-items: center;
  }
  .cid-uXvjAmoqjr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXvjAmoqjr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXvjAmoqjr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXvjAmoqjr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXvjAmoqjr .content-wrap {
    width: 100%;
  }
}
.cid-uXvjAmoqjr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXvjAmoqjr .mbr-text,
.cid-uXvjAmoqjr .mbr-section-btn {
  text-align: center;
}
.cid-uXvkXVluh0 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #f5f5f5;
}
.cid-uXvkXVluh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXvkXVluh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXvkXVluh0 .mbr-text,
.cid-uXvkXVluh0 .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-uXvkXVluh0 .mbr-section-title {
  text-align: center;
}
.cid-uXvkXVluh0 .mbr-section-subtitle {
  text-align: center;
  color: #f92c50;
}
.cid-uXvkYNtlux {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uXvkYNtlux .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXvkYNtlux .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXvkYNtlux .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uXvkYNtlux .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uXvkYNtlux .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uXvkYNtlux .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uXvkYNtlux .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uXvkYNtlux .svg-top {
    width: 1000px;
  }
}
.cid-uXvkYNtlux .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uXvkYNtlux .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uXvkYNtlux .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXvkYNtlux .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uXvkYNtlux .social-row {
  text-align: center;
}
.cid-uXvkYNtlux .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uXvkYNtlux .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uXvkYNtlux .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uXvkYNtlux .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXvkYNtlux .card-title,
.cid-uXvkYNtlux .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uXvkYNtlux .mbr-role,
.cid-uXvkYNtlux .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uXvkYNtlux .card-text,
.cid-uXvkYNtlux .mbr-section-btn,
.cid-uXvkYNtlux .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uXvkYNtlux .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXxBORdEMc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uXxBORdEMc .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXxBORdEMc .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXxBORdEMc .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uXxBORdEMc .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uXxBORdEMc .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uXxBORdEMc .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uXxBORdEMc .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uXxBORdEMc .svg-top {
    width: 1000px;
  }
}
.cid-uXxBORdEMc .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uXxBORdEMc .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uXxBORdEMc .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXxBORdEMc .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uXxBORdEMc .social-row {
  text-align: center;
}
.cid-uXxBORdEMc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uXxBORdEMc .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uXxBORdEMc .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uXxBORdEMc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXxBORdEMc .card-title,
.cid-uXxBORdEMc .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uXxBORdEMc .mbr-role,
.cid-uXxBORdEMc .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uXxBORdEMc .card-text,
.cid-uXxBORdEMc .mbr-section-btn,
.cid-uXxBORdEMc .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uXxBORdEMc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXxESjzVlB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uXxESjzVlB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXxESjzVlB .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXxESjzVlB .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uXxESjzVlB .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uXxESjzVlB .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uXxESjzVlB .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uXxESjzVlB .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uXxESjzVlB .svg-top {
    width: 1000px;
  }
}
.cid-uXxESjzVlB .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uXxESjzVlB .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uXxESjzVlB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXxESjzVlB .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uXxESjzVlB .social-row {
  text-align: center;
}
.cid-uXxESjzVlB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uXxESjzVlB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uXxESjzVlB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uXxESjzVlB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXxESjzVlB .card-title,
.cid-uXxESjzVlB .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uXxESjzVlB .mbr-role,
.cid-uXxESjzVlB .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uXxESjzVlB .card-text,
.cid-uXxESjzVlB .mbr-section-btn,
.cid-uXxESjzVlB .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uXxESjzVlB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXxGdmyaJK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uXxGdmyaJK .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXxGdmyaJK .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXxGdmyaJK .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uXxGdmyaJK .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uXxGdmyaJK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uXxGdmyaJK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uXxGdmyaJK .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uXxGdmyaJK .svg-top {
    width: 1000px;
  }
}
.cid-uXxGdmyaJK .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uXxGdmyaJK .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uXxGdmyaJK .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXxGdmyaJK .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uXxGdmyaJK .social-row {
  text-align: center;
}
.cid-uXxGdmyaJK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uXxGdmyaJK .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uXxGdmyaJK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uXxGdmyaJK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXxGdmyaJK .card-title,
.cid-uXxGdmyaJK .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uXxGdmyaJK .mbr-role,
.cid-uXxGdmyaJK .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uXxGdmyaJK .card-text,
.cid-uXxGdmyaJK .mbr-section-btn,
.cid-uXxGdmyaJK .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uXxGdmyaJK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXxHDzHavi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uXxHDzHavi .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXxHDzHavi .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXxHDzHavi .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uXxHDzHavi .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uXxHDzHavi .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uXxHDzHavi .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uXxHDzHavi .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uXxHDzHavi .svg-top {
    width: 1000px;
  }
}
.cid-uXxHDzHavi .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uXxHDzHavi .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uXxHDzHavi .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXxHDzHavi .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uXxHDzHavi .social-row {
  text-align: center;
}
.cid-uXxHDzHavi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uXxHDzHavi .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uXxHDzHavi .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uXxHDzHavi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXxHDzHavi .card-title,
.cid-uXxHDzHavi .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uXxHDzHavi .mbr-role,
.cid-uXxHDzHavi .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uXxHDzHavi .card-text,
.cid-uXxHDzHavi .mbr-section-btn,
.cid-uXxHDzHavi .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uXxHDzHavi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXxJgCWajE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uXxJgCWajE .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXxJgCWajE .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXxJgCWajE .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uXxJgCWajE .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uXxJgCWajE .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uXxJgCWajE .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uXxJgCWajE .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uXxJgCWajE .svg-top {
    width: 1000px;
  }
}
.cid-uXxJgCWajE .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uXxJgCWajE .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uXxJgCWajE .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXxJgCWajE .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uXxJgCWajE .social-row {
  text-align: center;
}
.cid-uXxJgCWajE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uXxJgCWajE .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uXxJgCWajE .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uXxJgCWajE .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXxJgCWajE .card-title,
.cid-uXxJgCWajE .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uXxJgCWajE .mbr-role,
.cid-uXxJgCWajE .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uXxJgCWajE .card-text,
.cid-uXxJgCWajE .mbr-section-btn,
.cid-uXxJgCWajE .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uXxJgCWajE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXxKurzZ0I {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uXxKurzZ0I .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXxKurzZ0I .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXxKurzZ0I .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uXxKurzZ0I .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uXxKurzZ0I .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uXxKurzZ0I .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uXxKurzZ0I .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uXxKurzZ0I .svg-top {
    width: 1000px;
  }
}
.cid-uXxKurzZ0I .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uXxKurzZ0I .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uXxKurzZ0I .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXxKurzZ0I .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uXxKurzZ0I .social-row {
  text-align: center;
}
.cid-uXxKurzZ0I .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uXxKurzZ0I .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uXxKurzZ0I .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uXxKurzZ0I .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXxKurzZ0I .card-title,
.cid-uXxKurzZ0I .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uXxKurzZ0I .mbr-role,
.cid-uXxKurzZ0I .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uXxKurzZ0I .card-text,
.cid-uXxKurzZ0I .mbr-section-btn,
.cid-uXxKurzZ0I .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uXxKurzZ0I .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXxMbehkRK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uXxMbehkRK .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXxMbehkRK .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXxMbehkRK .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uXxMbehkRK .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uXxMbehkRK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uXxMbehkRK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uXxMbehkRK .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uXxMbehkRK .svg-top {
    width: 1000px;
  }
}
.cid-uXxMbehkRK .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uXxMbehkRK .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uXxMbehkRK .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXxMbehkRK .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uXxMbehkRK .social-row {
  text-align: center;
}
.cid-uXxMbehkRK .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uXxMbehkRK .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uXxMbehkRK .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uXxMbehkRK .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXxMbehkRK .card-title,
.cid-uXxMbehkRK .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uXxMbehkRK .mbr-role,
.cid-uXxMbehkRK .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uXxMbehkRK .card-text,
.cid-uXxMbehkRK .mbr-section-btn,
.cid-uXxMbehkRK .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uXxMbehkRK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXxNkVhy5V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uXxNkVhy5V .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXxNkVhy5V .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXxNkVhy5V .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uXxNkVhy5V .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uXxNkVhy5V .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uXxNkVhy5V .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uXxNkVhy5V .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uXxNkVhy5V .svg-top {
    width: 1000px;
  }
}
.cid-uXxNkVhy5V .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uXxNkVhy5V .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uXxNkVhy5V .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXxNkVhy5V .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uXxNkVhy5V .social-row {
  text-align: center;
}
.cid-uXxNkVhy5V .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uXxNkVhy5V .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uXxNkVhy5V .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uXxNkVhy5V .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXxNkVhy5V .card-title,
.cid-uXxNkVhy5V .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uXxNkVhy5V .mbr-role,
.cid-uXxNkVhy5V .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uXxNkVhy5V .card-text,
.cid-uXxNkVhy5V .mbr-section-btn,
.cid-uXxNkVhy5V .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uXxNkVhy5V .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXxOsx5Ytn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uXxOsx5Ytn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXxOsx5Ytn .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXxOsx5Ytn .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uXxOsx5Ytn .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uXxOsx5Ytn .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uXxOsx5Ytn .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uXxOsx5Ytn .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uXxOsx5Ytn .svg-top {
    width: 1000px;
  }
}
.cid-uXxOsx5Ytn .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uXxOsx5Ytn .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uXxOsx5Ytn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXxOsx5Ytn .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uXxOsx5Ytn .social-row {
  text-align: center;
}
.cid-uXxOsx5Ytn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uXxOsx5Ytn .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uXxOsx5Ytn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uXxOsx5Ytn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXxOsx5Ytn .card-title,
.cid-uXxOsx5Ytn .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uXxOsx5Ytn .mbr-role,
.cid-uXxOsx5Ytn .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uXxOsx5Ytn .card-text,
.cid-uXxOsx5Ytn .mbr-section-btn,
.cid-uXxOsx5Ytn .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uXxOsx5Ytn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXxQX8hN0W {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uXxQX8hN0W .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXxQX8hN0W .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXxQX8hN0W .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uXxQX8hN0W .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uXxQX8hN0W .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uXxQX8hN0W .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uXxQX8hN0W .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uXxQX8hN0W .svg-top {
    width: 1000px;
  }
}
.cid-uXxQX8hN0W .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uXxQX8hN0W .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uXxQX8hN0W .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXxQX8hN0W .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uXxQX8hN0W .social-row {
  text-align: center;
}
.cid-uXxQX8hN0W .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uXxQX8hN0W .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uXxQX8hN0W .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uXxQX8hN0W .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXxQX8hN0W .card-title,
.cid-uXxQX8hN0W .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uXxQX8hN0W .mbr-role,
.cid-uXxQX8hN0W .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uXxQX8hN0W .card-text,
.cid-uXxQX8hN0W .mbr-section-btn,
.cid-uXxQX8hN0W .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uXxQX8hN0W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXxSzZRu8Q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #393193;
}
.cid-uXxSzZRu8Q .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uXxSzZRu8Q .team-card:hover {
  transform: translateY(-10px);
}
.cid-uXxSzZRu8Q .image-wrap {
  height: 350px;
  padding-bottom: 1rem;
}
.cid-uXxSzZRu8Q .image-wrap img {
  height: 100%;
  object-fit: cover;
}
.cid-uXxSzZRu8Q .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uXxSzZRu8Q .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff914d;
}
.cid-uXxSzZRu8Q .svg-top .st0 {
  fill: #393193;
}
@media (max-width: 992px) {
  .cid-uXxSzZRu8Q .svg-top {
    width: 1000px;
  }
}
.cid-uXxSzZRu8Q .mbr-section-subtitle {
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.cid-uXxSzZRu8Q .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uXxSzZRu8Q .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uXxSzZRu8Q .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uXxSzZRu8Q .social-row {
  text-align: center;
}
.cid-uXxSzZRu8Q .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uXxSzZRu8Q .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uXxSzZRu8Q .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uXxSzZRu8Q .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uXxSzZRu8Q .card-title,
.cid-uXxSzZRu8Q .social-row {
  color: #47b5ed;
  text-align: center;
}
.cid-uXxSzZRu8Q .mbr-role,
.cid-uXxSzZRu8Q .social-row {
  color: #f48128;
  text-align: center;
}
.cid-uXxSzZRu8Q .card-text,
.cid-uXxSzZRu8Q .mbr-section-btn,
.cid-uXxSzZRu8Q .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uXxSzZRu8Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uCQCBS8ZPS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS {
    flex-wrap: wrap;
  }
  .cid-uCQCBS8ZPS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uCQCBS8ZPS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uCQCBS8ZPS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uCQCBS8ZPS .btn {
  padding: 0.3rem 2rem;
}
.cid-uCQCBS8ZPS .nav-link {
  position: relative;
}
.cid-uCQCBS8ZPS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uCQCBS8ZPS .nav-link:hover:before {
  width: 100%;
}
.cid-uCQCBS8ZPS nav.navbar {
  position: fixed;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCQCBS8ZPS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCQCBS8ZPS .dropdown-item:hover,
.cid-uCQCBS8ZPS .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uCQCBS8ZPS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCQCBS8ZPS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCQCBS8ZPS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCQCBS8ZPS .container {
  display: flex;
  margin: auto;
}
.cid-uCQCBS8ZPS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown-menu,
.cid-uCQCBS8ZPS .navbar.opened {
  background: #ffffff !important;
}
.cid-uCQCBS8ZPS .nav-item:focus,
.cid-uCQCBS8ZPS .nav-link:focus {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCQCBS8ZPS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCQCBS8ZPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCQCBS8ZPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCQCBS8ZPS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.opened {
  transition: all 0.3s;
}
.cid-uCQCBS8ZPS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCQCBS8ZPS .navbar .navbar-logo img {
  width: auto;
}
.cid-uCQCBS8ZPS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uCQCBS8ZPS .navbar.collapsed {
  justify-content: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCQCBS8ZPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCQCBS8ZPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCQCBS8ZPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCQCBS8ZPS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCQCBS8ZPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCQCBS8ZPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCQCBS8ZPS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCQCBS8ZPS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCQCBS8ZPS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCQCBS8ZPS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCQCBS8ZPS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCQCBS8ZPS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCQCBS8ZPS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCQCBS8ZPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCQCBS8ZPS .dropdown-item.active,
.cid-uCQCBS8ZPS .dropdown-item:active {
  background-color: transparent;
}
.cid-uCQCBS8ZPS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCQCBS8ZPS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCQCBS8ZPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCQCBS8ZPS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCQCBS8ZPS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCQCBS8ZPS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCQCBS8ZPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCQCBS8ZPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCQCBS8ZPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCQCBS8ZPS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCQCBS8ZPS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCQCBS8ZPS .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-uCQCBS8ZPS .navbar {
    height: 70px;
  }
  .cid-uCQCBS8ZPS .navbar.opened {
    height: auto;
  }
  .cid-uCQCBS8ZPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXvqB3ovqD {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXvqB3ovqD .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uXvqB3ovqD {
    align-items: center;
  }
  .cid-uXvqB3ovqD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXvqB3ovqD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXvqB3ovqD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXvqB3ovqD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXvqB3ovqD .content-wrap {
    width: 100%;
  }
}
.cid-uXvqB3ovqD .mbr-section-title {
  text-align: center;
  color: #1d191f;
}
.cid-uXvqB3ovqD .mbr-text,
.cid-uXvqB3ovqD .mbr-section-btn {
  text-align: center;
}
.cid-uXvxrbVJde {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXvxrbVJde .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXvxrbVJde .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXvxrbVJde .row {
  justify-content: center;
}
.cid-uXvxrbVJde .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXvxrbVJde .card-heading DIV {
  text-align: center;
}
.cid-uXvxrbVJde .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXvD19FFjL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXvD19FFjL .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXvD19FFjL .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXvD19FFjL .row {
  justify-content: center;
}
.cid-uXvD19FFjL .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXvD19FFjL .card-heading DIV {
  text-align: center;
}
.cid-uXvD19FFjL .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXvDJ7953l {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXvDJ7953l .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXvDJ7953l .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXvDJ7953l .row {
  justify-content: center;
}
.cid-uXvDJ7953l .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXvDJ7953l .card-heading DIV {
  text-align: center;
}
.cid-uXvDJ7953l .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXvEAiPZZQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXvEAiPZZQ .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXvEAiPZZQ .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXvEAiPZZQ .row {
  justify-content: center;
}
.cid-uXvEAiPZZQ .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXvEAiPZZQ .card-heading DIV {
  text-align: center;
}
.cid-uXvEAiPZZQ .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXvGEHMaGw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXvGEHMaGw .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXvGEHMaGw .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXvGEHMaGw .row {
  justify-content: center;
}
.cid-uXvGEHMaGw .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXvGEHMaGw .card-heading DIV {
  text-align: center;
}
.cid-uXvGEHMaGw .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXvIJipmnE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXvIJipmnE .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXvIJipmnE .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXvIJipmnE .row {
  justify-content: center;
}
.cid-uXvIJipmnE .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXvIJipmnE .card-heading DIV {
  text-align: center;
}
.cid-uXvIJipmnE .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXvLSPz9oB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXvLSPz9oB .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXvLSPz9oB .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXvLSPz9oB .row {
  justify-content: center;
}
.cid-uXvLSPz9oB .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXvLSPz9oB .card-heading DIV {
  text-align: center;
}
.cid-uXvLSPz9oB .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXvS2FMAZZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXvS2FMAZZ .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXvS2FMAZZ .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXvS2FMAZZ .row {
  justify-content: center;
}
.cid-uXvS2FMAZZ .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXvS2FMAZZ .card-heading DIV {
  text-align: center;
}
.cid-uXvS2FMAZZ .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXvSQtB1dV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXvSQtB1dV .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXvSQtB1dV .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXvSQtB1dV .row {
  justify-content: center;
}
.cid-uXvSQtB1dV .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXvSQtB1dV .card-heading DIV {
  text-align: center;
}
.cid-uXvSQtB1dV .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXvTeVmjW2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXvTeVmjW2 .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXvTeVmjW2 .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXvTeVmjW2 .row {
  justify-content: center;
}
.cid-uXvTeVmjW2 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXvTeVmjW2 .card-heading DIV {
  text-align: center;
}
.cid-uXvTeVmjW2 .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXvUIJBljj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXvUIJBljj .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXvUIJBljj .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXvUIJBljj .row {
  justify-content: center;
}
.cid-uXvUIJBljj .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXvUIJBljj .card-heading DIV {
  text-align: center;
}
.cid-uXvUIJBljj .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXw0nIvmau {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXw0nIvmau .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXw0nIvmau .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXw0nIvmau .row {
  justify-content: center;
}
.cid-uXw0nIvmau .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXw0nIvmau .card-heading DIV {
  text-align: center;
}
.cid-uXw0nIvmau .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXw2Ho2sBR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXw2Ho2sBR .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXw2Ho2sBR .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXw2Ho2sBR .row {
  justify-content: center;
}
.cid-uXw2Ho2sBR .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXw2Ho2sBR .card-heading DIV {
  text-align: center;
}
.cid-uXw2Ho2sBR .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXw38NRMwU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXw38NRMwU .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXw38NRMwU .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXw38NRMwU .row {
  justify-content: center;
}
.cid-uXw38NRMwU .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXw38NRMwU .card-heading DIV {
  text-align: center;
}
.cid-uXw38NRMwU .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXw4Chi1UI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXw4Chi1UI .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXw4Chi1UI .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXw4Chi1UI .row {
  justify-content: center;
}
.cid-uXw4Chi1UI .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXw4Chi1UI .card-heading DIV {
  text-align: center;
}
.cid-uXw4Chi1UI .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXwe3X8X1F {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXwe3X8X1F .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXwe3X8X1F .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXwe3X8X1F .row {
  justify-content: center;
}
.cid-uXwe3X8X1F .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXwe3X8X1F .card-heading DIV {
  text-align: center;
}
.cid-uXwe3X8X1F .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXweQuEISJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXweQuEISJ .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXweQuEISJ .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXweQuEISJ .row {
  justify-content: center;
}
.cid-uXweQuEISJ .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXweQuEISJ .card-heading DIV {
  text-align: center;
}
.cid-uXweQuEISJ .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXwjnpRIJq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXwjnpRIJq .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXwjnpRIJq .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXwjnpRIJq .row {
  justify-content: center;
}
.cid-uXwjnpRIJq .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXwjnpRIJq .card-heading DIV {
  text-align: center;
}
.cid-uXwjnpRIJq .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXwGx3sAL4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXwGx3sAL4 .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXwGx3sAL4 .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXwGx3sAL4 .row {
  justify-content: center;
}
.cid-uXwGx3sAL4 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXwGx3sAL4 .card-heading DIV {
  text-align: center;
}
.cid-uXwGx3sAL4 .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXwHsU2GaE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXwHsU2GaE .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXwHsU2GaE .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXwHsU2GaE .row {
  justify-content: center;
}
.cid-uXwHsU2GaE .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXwHsU2GaE .card-heading DIV {
  text-align: center;
}
.cid-uXwHsU2GaE .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXwKbMNEop {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXwKbMNEop .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXwKbMNEop .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXwKbMNEop .row {
  justify-content: center;
}
.cid-uXwKbMNEop .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXwKbMNEop .card-heading DIV {
  text-align: center;
}
.cid-uXwKbMNEop .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXwKPrNRyd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXwKPrNRyd .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXwKPrNRyd .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXwKPrNRyd .row {
  justify-content: center;
}
.cid-uXwKPrNRyd .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXwKPrNRyd .card-heading DIV {
  text-align: center;
}
.cid-uXwKPrNRyd .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXwLeFtIvb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXwLeFtIvb .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXwLeFtIvb .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXwLeFtIvb .row {
  justify-content: center;
}
.cid-uXwLeFtIvb .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXwLeFtIvb .card-heading DIV {
  text-align: center;
}
.cid-uXwLeFtIvb .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXwMkfiuXi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXwMkfiuXi .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXwMkfiuXi .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXwMkfiuXi .row {
  justify-content: center;
}
.cid-uXwMkfiuXi .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXwMkfiuXi .card-heading DIV {
  text-align: center;
}
.cid-uXwMkfiuXi .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXwNlR1WGp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXwNlR1WGp .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXwNlR1WGp .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXwNlR1WGp .row {
  justify-content: center;
}
.cid-uXwNlR1WGp .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXwNlR1WGp .card-heading DIV {
  text-align: center;
}
.cid-uXwNlR1WGp .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXx3097qxg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXx3097qxg .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXx3097qxg .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXx3097qxg .row {
  justify-content: center;
}
.cid-uXx3097qxg .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXx3097qxg .card-heading DIV {
  text-align: center;
}
.cid-uXx3097qxg .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXx3UDcjR6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXx3UDcjR6 .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXx3UDcjR6 .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXx3UDcjR6 .row {
  justify-content: center;
}
.cid-uXx3UDcjR6 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXx3UDcjR6 .card-heading DIV {
  text-align: center;
}
.cid-uXx3UDcjR6 .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXx5nzcRYQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXx5nzcRYQ .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXx5nzcRYQ .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXx5nzcRYQ .row {
  justify-content: center;
}
.cid-uXx5nzcRYQ .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXx5nzcRYQ .card-heading DIV {
  text-align: center;
}
.cid-uXx5nzcRYQ .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXx6Cc6Ies {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXx6Cc6Ies .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXx6Cc6Ies .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXx6Cc6Ies .row {
  justify-content: center;
}
.cid-uXx6Cc6Ies .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXx6Cc6Ies .card-heading DIV {
  text-align: center;
}
.cid-uXx6Cc6Ies .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXx7ZCTyst {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXx7ZCTyst .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXx7ZCTyst .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXx7ZCTyst .row {
  justify-content: center;
}
.cid-uXx7ZCTyst .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXx7ZCTyst .card-heading DIV {
  text-align: center;
}
.cid-uXx7ZCTyst .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXx8DuBSIi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXx8DuBSIi .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXx8DuBSIi .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXx8DuBSIi .row {
  justify-content: center;
}
.cid-uXx8DuBSIi .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXx8DuBSIi .card-heading DIV {
  text-align: center;
}
.cid-uXx8DuBSIi .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxUx1wfGT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxUx1wfGT .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxUx1wfGT .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxUx1wfGT .row {
  justify-content: center;
}
.cid-uXxUx1wfGT .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxUx1wfGT .card-heading DIV {
  text-align: center;
}
.cid-uXxUx1wfGT .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxa6bIWPA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxa6bIWPA .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxa6bIWPA .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxa6bIWPA .row {
  justify-content: center;
}
.cid-uXxa6bIWPA .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxa6bIWPA .card-heading DIV {
  text-align: center;
}
.cid-uXxa6bIWPA .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxaVeGwKe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxaVeGwKe .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxaVeGwKe .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxaVeGwKe .row {
  justify-content: center;
}
.cid-uXxaVeGwKe .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxaVeGwKe .card-heading DIV {
  text-align: center;
}
.cid-uXxaVeGwKe .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxcdch4j3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxcdch4j3 .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxcdch4j3 .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxcdch4j3 .row {
  justify-content: center;
}
.cid-uXxcdch4j3 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxcdch4j3 .card-heading DIV {
  text-align: center;
}
.cid-uXxcdch4j3 .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxcMjNCoh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxcMjNCoh .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxcMjNCoh .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxcMjNCoh .row {
  justify-content: center;
}
.cid-uXxcMjNCoh .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxcMjNCoh .card-heading DIV {
  text-align: center;
}
.cid-uXxcMjNCoh .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxdwGSbR1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxdwGSbR1 .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxdwGSbR1 .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxdwGSbR1 .row {
  justify-content: center;
}
.cid-uXxdwGSbR1 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxdwGSbR1 .card-heading DIV {
  text-align: center;
}
.cid-uXxdwGSbR1 .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxeu0JVrt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxeu0JVrt .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxeu0JVrt .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxeu0JVrt .row {
  justify-content: center;
}
.cid-uXxeu0JVrt .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxeu0JVrt .card-heading DIV {
  text-align: center;
}
.cid-uXxeu0JVrt .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxfgIR2Ry {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxfgIR2Ry .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxfgIR2Ry .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxfgIR2Ry .row {
  justify-content: center;
}
.cid-uXxfgIR2Ry .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxfgIR2Ry .card-heading DIV {
  text-align: center;
}
.cid-uXxfgIR2Ry .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxgRyhRA1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxgRyhRA1 .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxgRyhRA1 .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxgRyhRA1 .row {
  justify-content: center;
}
.cid-uXxgRyhRA1 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxgRyhRA1 .card-heading DIV {
  text-align: center;
}
.cid-uXxgRyhRA1 .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxluzIZP5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxluzIZP5 .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxluzIZP5 .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxluzIZP5 .row {
  justify-content: center;
}
.cid-uXxluzIZP5 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxluzIZP5 .card-heading DIV {
  text-align: center;
}
.cid-uXxluzIZP5 .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxm752NJ0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxm752NJ0 .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxm752NJ0 .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxm752NJ0 .row {
  justify-content: center;
}
.cid-uXxm752NJ0 .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxm752NJ0 .card-heading DIV {
  text-align: center;
}
.cid-uXxm752NJ0 .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxmRwmwmn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxmRwmwmn .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxmRwmwmn .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxmRwmwmn .row {
  justify-content: center;
}
.cid-uXxmRwmwmn .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxmRwmwmn .card-heading DIV {
  text-align: center;
}
.cid-uXxmRwmwmn .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxnETs1GY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxnETs1GY .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxnETs1GY .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxnETs1GY .row {
  justify-content: center;
}
.cid-uXxnETs1GY .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxnETs1GY .card-heading DIV {
  text-align: center;
}
.cid-uXxnETs1GY .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxovlkAAH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxovlkAAH .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxovlkAAH .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxovlkAAH .row {
  justify-content: center;
}
.cid-uXxovlkAAH .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxovlkAAH .card-heading DIV {
  text-align: center;
}
.cid-uXxovlkAAH .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uXxoDdJjNY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXxoDdJjNY .card-heading {
  margin-top: 15px;
  color: #000000;
  text-align: center;
}
.cid-uXxoDdJjNY .p {
  padding-top: 30px;
  color: #000000;
}
.cid-uXxoDdJjNY .row {
  justify-content: center;
}
.cid-uXxoDdJjNY .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.cid-uXxoDdJjNY .card-heading DIV {
  text-align: center;
}
.cid-uXxoDdJjNY .card-heading1 {
  text-align: center;
  color: #f48128;
}
.cid-uIHYKvGR8K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIHYKvGR8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIHYKvGR8K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIHYKvGR8K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIHYKvGR8K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIHYKvGR8K .content-head {
  max-width: 800px;
}
.cid-uIMUAC8OTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uIMUAC8OTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMUAC8OTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMUAC8OTn .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uIMUAC8OTn .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uIMUAC8OTn .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .container {
    max-width: 100%;
  }
  .cid-uIMUAC8OTn .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uIMUAC8OTn .item-wrap {
  width: 100%;
}
.cid-uIMUAC8OTn .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIMUAC8OTn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIMUAC8OTn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uIMUAC8OTn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uIMUAC8OTn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uIMUAC8OTn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uIMUAC8OTn .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-links {
    padding-top: 20px;
  }
}
.cid-uIMUAC8OTn .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uIMUAC8OTn .list {
    text-align: center !important;
  }
}
.cid-uIMUAC8OTn .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uIMUAC8OTn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uIMUAC8OTn .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uIMUAC8OTn .list a:hover:before {
  width: 100%;
}
.cid-uIMUAC8OTn .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uIMUAC8OTn .col-copyright {
    padding-top: 40px;
  }
}
.cid-uIMUAC8OTn .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uIMUAC8OTn .copyright {
  color: #ffffff;
  padding: 40px 0;
}
.cid-uXM0xFROvh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uXM0xFROvh {
    flex-wrap: wrap;
  }
  .cid-uXM0xFROvh .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uXM0xFROvh .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uXM0xFROvh .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uXM0xFROvh .btn {
  padding: 0.3rem 2rem;
}
.cid-uXM0xFROvh .nav-link {
  position: relative;
}
.cid-uXM0xFROvh .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff914d;
}
.cid-uXM0xFROvh .nav-link:hover:before {
  width: 100%;
}
.cid-uXM0xFROvh nav.navbar {
  position: fixed;
}
.cid-uXM0xFROvh .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-uXM0xFROvh .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXM0xFROvh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXM0xFROvh .dropdown-item:hover,
.cid-uXM0xFROvh .dropdown-item:focus {
  background: #ff914d !important;
  color: white !important;
}
.cid-uXM0xFROvh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXM0xFROvh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXM0xFROvh .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uXM0xFROvh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXM0xFROvh .container {
  display: flex;
  margin: auto;
}
.cid-uXM0xFROvh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXM0xFROvh .dropdown-menu,
.cid-uXM0xFROvh .navbar.opened {
  background: #ffffff !important;
}
.cid-uXM0xFROvh .nav-item:focus,
.cid-uXM0xFROvh .nav-link:focus {
  outline: none;
}
.cid-uXM0xFROvh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXM0xFROvh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXM0xFROvh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXM0xFROvh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXM0xFROvh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXM0xFROvh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXM0xFROvh .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uXM0xFROvh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uXM0xFROvh .navbar.opened {
  transition: all 0.3s;
}
.cid-uXM0xFROvh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXM0xFROvh .navbar .navbar-logo img {
  width: auto;
}
.cid-uXM0xFROvh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uXM0xFROvh .navbar.collapsed {
  justify-content: center;
}
.cid-uXM0xFROvh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXM0xFROvh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXM0xFROvh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXM0xFROvh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXM0xFROvh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXM0xFROvh .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-uXM0xFROvh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXM0xFROvh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXM0xFROvh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXM0xFROvh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXM0xFROvh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXM0xFROvh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXM0xFROvh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXM0xFROvh .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-uXM0xFROvh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXM0xFROvh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXM0xFROvh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXM0xFROvh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXM0xFROvh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXM0xFROvh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXM0xFROvh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXM0xFROvh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXM0xFROvh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXM0xFROvh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXM0xFROvh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXM0xFROvh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXM0xFROvh .dropdown-item.active,
.cid-uXM0xFROvh .dropdown-item:active {
  background-color: transparent;
}
.cid-uXM0xFROvh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXM0xFROvh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXM0xFROvh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXM0xFROvh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXM0xFROvh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXM0xFROvh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXM0xFROvh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXM0xFROvh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXM0xFROvh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXM0xFROvh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff914d;
}
.cid-uXM0xFROvh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXM0xFROvh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXM0xFROvh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXM0xFROvh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXM0xFROvh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXM0xFROvh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXM0xFROvh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXM0xFROvh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXM0xFROvh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXM0xFROvh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXM0xFROvh .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-uXM0xFROvh .navbar {
    height: 70px;
  }
  .cid-uXM0xFROvh .navbar.opened {
    height: auto;
  }
  .cid-uXM0xFROvh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXM0xGAh5A {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/two-young-women-vr-glasses-doing-experiments-robotics-laboratory-robot-table201-1500x1001.webp");
}
.cid-uXM0xGAh5A .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uXM0xGAh5A .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-uXM0xGAh5A {
    align-items: center;
  }
  .cid-uXM0xGAh5A .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXM0xGAh5A .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXM0xGAh5A {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uXM0xGAh5A .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXM0xGAh5A .content-wrap {
    width: 100%;
  }
}
.cid-uXM0xGAh5A .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uXM0xGAh5A .mbr-text,
.cid-uXM0xGAh5A .mbr-section-btn {
  text-align: center;
}
.cid-uXM0xH7OK8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXM0xH7OK8 .mbr-text {
  max-width: 550px;
}
.cid-uXM0xH7OK8 .row {
  align-items: center;
}
.cid-uXM0xH7OK8 .mbr-section-subtitle {
  line-height: 1.6;
}
.cid-uXM0xH7OK8 .mbr-text,
.cid-uXM0xH7OK8 .mbr-section-btn {
  color: #232323;
}
.cid-uXM0xH7OK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXM0xH7OK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNhowNXvX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXNhowNXvX .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uXNhowNXvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNhowNXvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNhowNXvX .item-wrapper {
  background: #ffeb69;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uXNhowNXvX .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXNhowNXvX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uXNhowNXvX .card-title,
.cid-uXNhowNXvX .iconfont-wrapper {
  color: #000000;
}
.cid-uXNhowNXvX .content-head {
  max-width: 800px;
}
.cid-uXNhowNXvX .mbr-section-title {
  color: #000000;
}
.cid-uXNhowNXvX .mbr-section-subtitle {
  color: #000000;
}
.cid-uXNhowNXvX .card-text {
  color: #000000;
}
.cid-uXNhowNXvX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXNhowNXvX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uY0lzMPvuA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uY0lzMPvuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0lzMPvuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0lzMPvuA .container {
  max-width: 1140px;
}
.cid-uY0lzMPvuA .row {
  justify-content: center;
}
.cid-uY0lzMPvuA .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uY0lzMPvuA .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uY0lzMPvuA .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uY0lzMPvuA .toggle-panel {
  width: 100%;
}
.cid-uY0lzMPvuA .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-uY0lzMPvuA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uY0lzMPvuA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uY0lzMPvuA .panel-title {
    align-items: flex-start;
  }
}
.cid-uY0lzMPvuA .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #ffffff;
  background-color: #1f6463;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uY0lzMPvuA .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uY0lzMPvuA .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uY0lzMPvuA .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uY0lzMPvuA .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uY0lzMPvuA .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uY0lzMPvuA .panel-body {
    width: 100%;
  }
}
.cid-uY0lzMPvuA .panel-title-edit {
  color: #1D191F;
}
.cid-uY0lzMPvuA .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uXM0xIQeXc {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uXM0xIQeXc img,
.cid-uXM0xIQeXc .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uXM0xIQeXc .item:focus,
.cid-uXM0xIQeXc span:focus {
  outline: none;
}
.cid-uXM0xIQeXc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXM0xIQeXc .item {
    margin-bottom: 1rem;
  }
}
.cid-uXM0xIQeXc .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXM0xIQeXc .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXM0xIQeXc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXM0xIQeXc .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXM0xIQeXc .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXM0xIQeXc .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uXM0xIQeXc .mbr-section-title {
  color: #232323;
}
.cid-uXM0xIQeXc .mbr-text,
.cid-uXM0xIQeXc .mbr-section-btn {
  text-align: center;
}
.cid-uXM0xIQeXc .item-title {
  text-align: center;
}
.cid-uXM0xIQeXc .content-head {
  max-width: 800px;
}
.cid-uXM0xIQeXc .mbr-text,
.cid-uXM0xIQeXc .item-wrapper .mbr-section-btn {
  text-align: center;
}
.cid-uXOmWwlXDV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uXOmWwlXDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXOmWwlXDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXOmWwlXDV .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uXOmWwlXDV .container {
    padding: 0 12px;
  }
}
.cid-uXOmWwlXDV .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uXOmWwlXDV .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uXOmWwlXDV .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-uXOmWwlXDV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXOmWwlXDV .item {
  margin-bottom: 32px;
}
.cid-uXOmWwlXDV .item .item-wrapper {
  height: 100%;
  background-color: #ffeb69;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-uXOmWwlXDV .item .item-wrapper a {
  display: block;
}
.cid-uXOmWwlXDV .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-uXOmWwlXDV .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-uXOmWwlXDV .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uXOmWwlXDV .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uXOmWwlXDV .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-uXOmWwlXDV .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-uXOmWwlXDV .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uXOmWwlXDV .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uXOmWwlXDV .item-title {
  color: #000000;
}
.cid-uXM0xJClZA {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-uXM0xJClZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXM0xJClZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXM0xJClZA .content-wrap {
  padding: 60px;
  background-color: #1f6463;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXM0xJClZA .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uXM0xJClZA .content-wrap .cont-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uXM0xJClZA .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-uXM0xJClZA .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uXM0xJClZA .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXM0xJClZA .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uXM0xJClZA .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXM0xJClZA .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uXM0xJClZA .content-wrap .cont-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXM0xJClZA .content-wrap .cont-wrap .items-wrapper {
    padding: 20px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uXM0xJClZA .content-wrap .cont-wrap .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uXM0xJClZA .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #1f6463;
  margin-bottom: 16px;
}
.cid-uXM0xJClZA .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uXM0xJClZA .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uXM0xJClZA .content-wrap .image-wrapper {
  padding-left: 88px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uXM0xJClZA .content-wrap .image-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uXM0xJClZA .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-uXM0xJClZA .content-wrap .image-wrapper img {
  height: 520px;
  width: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uXM0xJClZA .content-wrap .image-wrapper img {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .cid-uXM0xJClZA .content-wrap .image-wrapper img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .cid-uXM0xJClZA .content-wrap .image-wrapper img {
    height: 210px;
    width: 210px;
  }
}
.cid-uXM0xJClZA .btn-wrapper {
  margin-top: -20%;
}
.cid-uXM0xJClZA .mbr-section-title {
  color: #404349;
}
.cid-uXM0xJClZA .mbr-desc {
  color: #b19a7c;
}
.cid-uXM0xJClZA .item-number {
  color: #b19a7c;
}
.cid-uXM0xJClZA .item-title {
  color: #404349;
}
.cid-uXM0xJClZA .item-text {
  color: #000000;
}
.cid-uXM0xJClZA .item-number,
.cid-uXM0xJClZA .number-wrapper {
  color: #ffffff;
}
.cid-uXM0xJClZA .mbr-section-title,
.cid-uXM0xJClZA .title-wrap {
  color: #ffffff;
}
.cid-uXM0xKHzQq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1f6463;
}
.cid-uXM0xKHzQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXM0xKHzQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXM0xKHzQq .mbr-section-title {
  color: #ffffff;
}
.cid-uXM0xLiVle {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uXM0xLiVle .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uXM0xLiVle form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uXM0xLiVle form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uXM0xLiVle form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uXM0xLiVle .content-head {
  max-width: 800px;
}
.cid-uXM0xM705C {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uXM0xM705C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXM0xM705C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXM0xM705C .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uXM0xM705C .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uXM0xM705C .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uXM0xM705C .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uXM0xM705C .container {
    max-width: 100%;
  }
  .cid-uXM0xM705C .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uXM0xM705C .item-wrap {
  width: 100%;
}
.cid-uXM0xM705C .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uXM0xM705C .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uXM0xM705C .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uXM0xM705C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uXM0xM705C .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uXM0xM705C .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uXM0xM705C .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uXM0xM705C .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-uXM0xM705C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #353535, #353535);
  box-shadow: 10px 10px 19px #353535, -10px -10px 19px #353535;
  transition: 0.4s all;
}
.cid-uXM0xM705C .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uXM0xM705C .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uXM0xM705C .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uXM0xM705C .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXM0xM705C .col-links {
    padding-top: 20px;
  }
}
.cid-uXM0xM705C .mbr-section-subtitle {
  color: #ff914d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-uXM0xM705C .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uXM0xM705C .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #ffffff;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-uXM0xM705C .list {
    text-align: center !important;
  }
}
.cid-uXM0xM705C .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-uXM0xM705C .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-uXM0xM705C .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uXM0xM705C .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff914d;
  transition: 0.4s all;
}
.cid-uXM0xM705C .list a:hover {
  color: #ff914d !important;
  line-height: inherit !important;
}
.cid-uXM0xM705C .list a:hover:before {
  width: 100%;
}
.cid-uXM0xM705C .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-uXM0xM705C .col-copyright {
    padding-top: 40px;
  }
}
.cid-uXM0xM705C .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uXM0xM705C .copyright {
  color: #ffffff;
  padding: 40px 0;
}
