body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Akshar', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e94e1b !important;
}
.bg-success {
  background-color: #1a3132 !important;
}
.bg-info {
  background-color: #b7bcc4 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e94e1b !important;
  border-color: #e94e1b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9e330f !important;
  border-color: #9e330f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9e330f !important;
  border-color: #9e330f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #af142e !important;
  border-color: #af142e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #610b1a !important;
  border-color: #610b1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #610b1a !important;
  border-color: #610b1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #b7bcc4 !important;
  border-color: #b7bcc4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #87909d !important;
  border-color: #87909d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #87909d !important;
  border-color: #87909d !important;
}
.btn-success,
.btn-success:active {
  background-color: #1a3132 !important;
  border-color: #1a3132 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e94e1b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9e330f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e94e1b !important;
  border-color: #e94e1b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #af142e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #610b1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #af142e !important;
  border-color: #af142e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b7bcc4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #87909d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b7bcc4 !important;
  border-color: #b7bcc4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1a3132;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1a3132 !important;
  border-color: #1a3132 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e94e1b !important;
}
.text-secondary {
  color: #af142e !important;
}
.text-success {
  color: #1a3132 !important;
}
.text-info {
  color: #b7bcc4 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #902e0e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #530a16 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7f8896 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e94e1b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b7bcc4;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e94e1b;
  border-color: #e94e1b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e94e1b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbded5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cce4e5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdfdfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e94e1b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e94e1b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e94e1b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e94e1b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e94e1b;
  border-bottom-color: #e94e1b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e94e1b !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: #af142e !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='%23e94e1b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uxsbEXBE4y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxsbEXBE4y nav.navbar {
  position: fixed;
}
.cid-uxsbEXBE4y .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-uxsbEXBE4y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxsbEXBE4y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxsbEXBE4y .dropdown-item:hover,
.cid-uxsbEXBE4y .dropdown-item:focus {
  background: #e94e1b !important;
  color: white !important;
}
.cid-uxsbEXBE4y .dropdown-item:hover span {
  color: white;
}
.cid-uxsbEXBE4y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxsbEXBE4y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxsbEXBE4y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxsbEXBE4y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxsbEXBE4y .nav-link {
  position: relative;
}
.cid-uxsbEXBE4y .container {
  display: flex;
  margin: auto;
}
.cid-uxsbEXBE4y .iconfont-wrapper {
  color: #af142e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxsbEXBE4y .dropdown-menu,
.cid-uxsbEXBE4y .navbar.opened {
  background: #b9c2c3 !important;
}
.cid-uxsbEXBE4y .nav-item:focus,
.cid-uxsbEXBE4y .nav-link:focus {
  outline: none;
}
.cid-uxsbEXBE4y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxsbEXBE4y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxsbEXBE4y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxsbEXBE4y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxsbEXBE4y .collapsed ul {
  width: 100%;
}
.cid-uxsbEXBE4y .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uxsbEXBE4y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxsbEXBE4y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxsbEXBE4y ul {
  counter-reset: counter;
}
.cid-uxsbEXBE4y ul li a.nav-link {
  height: 100px;
}
.cid-uxsbEXBE4y ul li.nav-item {
  width: 140px;
}
.cid-uxsbEXBE4y ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uxsbEXBE4y ul {
    margin: auto;
  }
}
.cid-uxsbEXBE4y .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #e94e1b;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uxsbEXBE4y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b9c2c3;
}
.cid-uxsbEXBE4y .navbar.opened {
  transition: all 0.3s;
}
.cid-uxsbEXBE4y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxsbEXBE4y .navbar .navbar-logo img {
  width: auto;
}
.cid-uxsbEXBE4y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxsbEXBE4y .navbar.collapsed {
  justify-content: center;
}
.cid-uxsbEXBE4y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxsbEXBE4y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxsbEXBE4y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uxsbEXBE4y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxsbEXBE4y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxsbEXBE4y .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-uxsbEXBE4y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxsbEXBE4y .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uxsbEXBE4y .navbar ul {
    width: 100%;
  }
  .cid-uxsbEXBE4y .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uxsbEXBE4y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxsbEXBE4y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxsbEXBE4y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxsbEXBE4y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxsbEXBE4y .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-uxsbEXBE4y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxsbEXBE4y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxsbEXBE4y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxsbEXBE4y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxsbEXBE4y .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uxsbEXBE4y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxsbEXBE4y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxsbEXBE4y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxsbEXBE4y .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-uxsbEXBE4y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxsbEXBE4y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxsbEXBE4y .dropdown-item.active,
.cid-uxsbEXBE4y .dropdown-item:active {
  background-color: transparent;
}
.cid-uxsbEXBE4y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxsbEXBE4y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxsbEXBE4y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxsbEXBE4y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b9c2c3;
}
.cid-uxsbEXBE4y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxsbEXBE4y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxsbEXBE4y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxsbEXBE4y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxsbEXBE4y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxsbEXBE4y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94e1b;
}
.cid-uxsbEXBE4y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxsbEXBE4y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxsbEXBE4y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxsbEXBE4y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxsbEXBE4y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxsbEXBE4y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxsbEXBE4y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxsbEXBE4y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxsbEXBE4y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxsbEXBE4y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxsbEXBE4y .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-uxsbEXBE4y .navbar {
    height: 70px;
  }
  .cid-uxsbEXBE4y .navbar.opened {
    height: auto;
  }
  .cid-uxsbEXBE4y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxsyucPzh4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-7.jpeg");
}
.cid-uxsyucPzh4 .card-box {
  padding: 0rem;
}
.cid-uxsyucPzh4 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uxsyucPzh4 .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxsyucPzh4 .big h4 {
  margin: 0;
}
.cid-uxsyucPzh4 .card {
  padding: 0;
  min-height: 300px;
}
.cid-uxsyucPzh4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uxsyucPzh4 .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-uxsyucPzh4 .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uxsyucPzh4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxsyucPzh4 .cardbg1 {
  background: #e94e1b;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-uxsyucPzh4 .cardbg2 {
  background: #1a3132;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-uxsyucPzh4 .main-title {
  color: #dce0dd;
  text-align: center;
}
.cid-uxsyucPzh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxsyucPzh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxsyucPzh4 .card-text {
  color: #c7cdcf;
}
.cid-uxsyucPzh4 .card-title,
.cid-uxsyucPzh4 .mbr-section-btn {
  color: #fafafa;
}
.cid-uxwZfesvAr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ccd4cd;
}
.cid-uxwZfesvAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxwZfesvAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxwZfesvAr .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uxwZfesvAr .item .icon-wrap {
  text-align: center;
}
.cid-uxwZfesvAr .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uxwZfesvAr .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #e94e1b;
}
.cid-uxwZfesvAr .item.first:before {
  display: none;
}
.cid-uxwZfesvAr .item.five:before {
  display: none;
}
.cid-uxwZfesvAr .icon-box {
  background: #e94e1b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uxwZfesvAr .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uxwZfesvAr .mbr-iconfont {
  color: #e94e1b !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uxwZfesvAr .item:before {
    display: none;
  }
  .cid-uxwZfesvAr .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxwZfesvAr .icon-title,
.cid-uxwZfesvAr .item .icon-wrap {
  color: #e94e1b;
}
.cid-uxwZfesvAr .text-box .mbr-text {
  color: #1a3132;
}
.cid-uxwXgsGgMI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a3132;
}
.cid-uxwXgsGgMI .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #829d85;
}
.cid-uxwXgsGgMI .copyright-section,
.cid-uxwXgsGgMI .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-uxwXgsGgMI .line {
  margin: 10px 0;
  width: 100%;
}
.cid-uxwXgsGgMI .logo-section img {
  margin: 0 auto;
}
.cid-uxwXgsGgMI .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-uxwXgsGgMI .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-uxwXgsGgMI .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-uxwXgsGgMI .social-media ul li {
    margin-left: 30px;
  }
  .cid-uxwXgsGgMI .container-fluid {
    padding: 0 2rem;
  }
  .cid-uxwXgsGgMI .menu-container {
    margin-bottom: 20px;
  }
  .cid-uxwXgsGgMI .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uxwXgsGgMI .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-uxwXgsGgMI .copyright-section {
    order: 1;
  }
  .cid-uxwXgsGgMI .copyright-section hr {
    display: none;
  }
  .cid-uxwXgsGgMI .social-media {
    margin-top: 30px;
  }
  .cid-uxwXgsGgMI .social-media li:first-child {
    margin-left: 0;
  }
  .cid-uxwXgsGgMI .line {
    margin: 25px 0;
  }
  .cid-uxwXgsGgMI .mobirise-rights,
  .cid-uxwXgsGgMI .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-uxwXgsGgMI .mbr-text,
.cid-uxwXgsGgMI .copyright-section {
  color: #ccd4cd;
}
.cid-uxwMh3m7Iu {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-uxwMh3m7Iu .mbr-text,
.cid-uxwMh3m7Iu .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-uxwMh3m7Iu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uxwMh3m7Iu .img-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding-left: 20px;
}
.cid-uxwMh3m7Iu .img-wrap img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid white;
  margin-left: -20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uxwMh3m7Iu .img-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
  }
  .cid-uxwMh3m7Iu .img-wrap img {
    margin-bottom: 0.5rem;
  }
}
.cid-uyQGGCyAY8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uyQGGCyAY8 nav.navbar {
  position: fixed;
}
.cid-uyQGGCyAY8 .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-uyQGGCyAY8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyQGGCyAY8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyQGGCyAY8 .dropdown-item:hover,
.cid-uyQGGCyAY8 .dropdown-item:focus {
  background: #e94e1b !important;
  color: white !important;
}
.cid-uyQGGCyAY8 .dropdown-item:hover span {
  color: white;
}
.cid-uyQGGCyAY8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyQGGCyAY8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyQGGCyAY8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyQGGCyAY8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyQGGCyAY8 .nav-link {
  position: relative;
}
.cid-uyQGGCyAY8 .container {
  display: flex;
  margin: auto;
}
.cid-uyQGGCyAY8 .iconfont-wrapper {
  color: #af142e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyQGGCyAY8 .dropdown-menu,
.cid-uyQGGCyAY8 .navbar.opened {
  background: #b9c2c3 !important;
}
.cid-uyQGGCyAY8 .nav-item:focus,
.cid-uyQGGCyAY8 .nav-link:focus {
  outline: none;
}
.cid-uyQGGCyAY8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyQGGCyAY8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyQGGCyAY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyQGGCyAY8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyQGGCyAY8 .collapsed ul {
  width: 100%;
}
.cid-uyQGGCyAY8 .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uyQGGCyAY8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyQGGCyAY8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyQGGCyAY8 ul {
  counter-reset: counter;
}
.cid-uyQGGCyAY8 ul li a.nav-link {
  height: 100px;
}
.cid-uyQGGCyAY8 ul li.nav-item {
  width: 140px;
}
.cid-uyQGGCyAY8 ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uyQGGCyAY8 ul {
    margin: auto;
  }
}
.cid-uyQGGCyAY8 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #e94e1b;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uyQGGCyAY8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b9c2c3;
}
.cid-uyQGGCyAY8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uyQGGCyAY8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyQGGCyAY8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uyQGGCyAY8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyQGGCyAY8 .navbar.collapsed {
  justify-content: center;
}
.cid-uyQGGCyAY8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyQGGCyAY8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyQGGCyAY8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uyQGGCyAY8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyQGGCyAY8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyQGGCyAY8 .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-uyQGGCyAY8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyQGGCyAY8 .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uyQGGCyAY8 .navbar ul {
    width: 100%;
  }
  .cid-uyQGGCyAY8 .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uyQGGCyAY8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyQGGCyAY8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyQGGCyAY8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyQGGCyAY8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyQGGCyAY8 .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-uyQGGCyAY8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyQGGCyAY8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyQGGCyAY8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyQGGCyAY8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyQGGCyAY8 .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uyQGGCyAY8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyQGGCyAY8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyQGGCyAY8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyQGGCyAY8 .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-uyQGGCyAY8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyQGGCyAY8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyQGGCyAY8 .dropdown-item.active,
.cid-uyQGGCyAY8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uyQGGCyAY8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyQGGCyAY8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyQGGCyAY8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyQGGCyAY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b9c2c3;
}
.cid-uyQGGCyAY8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyQGGCyAY8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyQGGCyAY8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyQGGCyAY8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyQGGCyAY8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyQGGCyAY8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94e1b;
}
.cid-uyQGGCyAY8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyQGGCyAY8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyQGGCyAY8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyQGGCyAY8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyQGGCyAY8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyQGGCyAY8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyQGGCyAY8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyQGGCyAY8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyQGGCyAY8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uyQGGCyAY8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyQGGCyAY8 .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-uyQGGCyAY8 .navbar {
    height: 70px;
  }
  .cid-uyQGGCyAY8 .navbar.opened {
    height: auto;
  }
  .cid-uyQGGCyAY8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyQQ5PTP39 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #e94e1b;
}
.cid-uyQQ5PTP39 .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-uyQQ5PTP39 .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-uyQQ5PTP39 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uyQQ5PTP39 .content {
  width: 55%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-uyQQ5PTP39 .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-uyQQ5PTP39 .mbr-section-title {
  color: #ccd4cd;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
}
.cid-uyQQ5PTP39 .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a3132;
  opacity: 0.7;
  z-index: -1;
}
.cid-uyQQ5PTP39 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-uyQQ5PTP39 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uyQQ5PTP39 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uyQQ5PTP39 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-uyQQ5PTP39 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uyQQ5PTP39 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uyRhsR6MNI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1a3132;
}
.cid-uyRhsR6MNI .line {
  background-color: #dce0dd;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyRhsR6MNI .mbr-text {
  color: #ccd4cd;
}
.cid-uKyT8xDgnV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e94e1b;
}
.cid-uKyT8xDgnV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKyOrZqmHy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ccd4cd;
}
.cid-uKyOrZqmHy .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uKyOrZqmHy .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uKyOrZqmHy .container {
    padding: 0 26px;
  }
}
.cid-uKyOrZqmHy .row {
  justify-content: center;
}
.cid-uKyOrZqmHy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uKyOrZqmHy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKyOrZqmHy .embla__slide .slide-content {
  width: 100%;
}
.cid-uKyOrZqmHy .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKyOrZqmHy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uKyOrZqmHy .embla__button--next,
.cid-uKyOrZqmHy .embla__button--prev {
  display: flex;
}
.cid-uKyOrZqmHy .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #e94e1b !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uKyOrZqmHy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKyOrZqmHy .embla__button:hover {
  opacity: .6 !important;
}
.cid-uKyOrZqmHy .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKyOrZqmHy .embla__button.embla__button--next {
  right: 0;
}
.cid-uKyOrZqmHy .embla {
  position: relative;
  width: 100%;
  padding-top: 25px;
}
.cid-uKyOrZqmHy .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKyOrZqmHy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKyOrZqmHy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKyOrZqmHy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyRiv9aWEa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0dd;
}
.cid-uyRiv9aWEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyRiv9aWEa .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-uyRiv9aWEa .container {
    padding: 0 30px;
  }
}
.cid-uyRiv9aWEa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uyRiv9aWEa .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uyRiv9aWEa .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uyRiv9aWEa .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uyRiv9aWEa .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uyRiv9aWEa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uyRiv9aWEa .items-wrapper {
    display: block;
  }
}
.cid-uyRiv9aWEa .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #e94e1b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uyRiv9aWEa .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uyRiv9aWEa .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #e94e1b;
  }
}
.cid-uyRiv9aWEa .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uyRiv9aWEa .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uyRiv9aWEa .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uyRiv9aWEa .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uyRiv9aWEa .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uyRiv9aWEa .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uyRiv9aWEa .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uyRiv9aWEa .item-date {
  color: #22654E;
}
.cid-uyRiv9aWEa .item-title {
  color: #22654E;
}
.cid-uyRiv9aWEa .item-text {
  color: #144031;
}
.cid-uyRiv9aWEa .item-title,
.cid-uyRiv9aWEa .mbr-section-btn {
  color: #e94e1b;
}
.cid-uKKfY5TX8i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e94e1b;
}
.cid-uKKfY5TX8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKfY5TX8i .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-uKKfY5TX8i .container {
    padding: 0 30px;
  }
}
.cid-uKKfY5TX8i .row {
  justify-content: center;
}
.cid-uKKfY5TX8i .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #ccd4cd;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uKKfY5TX8i .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uKKfY5TX8i .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKKfY5TX8i .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uKKfY5TX8i .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKKfY5TX8i .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uKKfY5TX8i .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uKKfY5TX8i .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uKKfY5TX8i .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uKKfY5TX8i .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #1a3132;
}
.cid-uKKfY5TX8i .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ccd4cd;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKKfY5TX8i .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uKKfY5TX8i .mbr-desc {
  color: #ccd4cd;
  text-align: left;
}
.cid-uyQGGE0Sh8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a3132;
}
.cid-uyQGGE0Sh8 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #829d85;
}
.cid-uyQGGE0Sh8 .copyright-section,
.cid-uyQGGE0Sh8 .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-uyQGGE0Sh8 .line {
  margin: 10px 0;
  width: 100%;
}
.cid-uyQGGE0Sh8 .logo-section img {
  margin: 0 auto;
}
.cid-uyQGGE0Sh8 .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-uyQGGE0Sh8 .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-uyQGGE0Sh8 .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-uyQGGE0Sh8 .social-media ul li {
    margin-left: 30px;
  }
  .cid-uyQGGE0Sh8 .container-fluid {
    padding: 0 2rem;
  }
  .cid-uyQGGE0Sh8 .menu-container {
    margin-bottom: 20px;
  }
  .cid-uyQGGE0Sh8 .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uyQGGE0Sh8 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-uyQGGE0Sh8 .copyright-section {
    order: 1;
  }
  .cid-uyQGGE0Sh8 .copyright-section hr {
    display: none;
  }
  .cid-uyQGGE0Sh8 .social-media {
    margin-top: 30px;
  }
  .cid-uyQGGE0Sh8 .social-media li:first-child {
    margin-left: 0;
  }
  .cid-uyQGGE0Sh8 .line {
    margin: 25px 0;
  }
  .cid-uyQGGE0Sh8 .mobirise-rights,
  .cid-uyQGGE0Sh8 .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-uyQGGE0Sh8 .mbr-text,
.cid-uyQGGE0Sh8 .copyright-section {
  color: #ccd4cd;
}
.cid-uKttgjy9IX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKttgjy9IX nav.navbar {
  position: fixed;
}
.cid-uKttgjy9IX .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-uKttgjy9IX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKttgjy9IX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKttgjy9IX .dropdown-item:hover,
.cid-uKttgjy9IX .dropdown-item:focus {
  background: #e94e1b !important;
  color: white !important;
}
.cid-uKttgjy9IX .dropdown-item:hover span {
  color: white;
}
.cid-uKttgjy9IX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKttgjy9IX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKttgjy9IX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKttgjy9IX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKttgjy9IX .nav-link {
  position: relative;
}
.cid-uKttgjy9IX .container {
  display: flex;
  margin: auto;
}
.cid-uKttgjy9IX .iconfont-wrapper {
  color: #af142e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKttgjy9IX .dropdown-menu,
.cid-uKttgjy9IX .navbar.opened {
  background: #b9c2c3 !important;
}
.cid-uKttgjy9IX .nav-item:focus,
.cid-uKttgjy9IX .nav-link:focus {
  outline: none;
}
.cid-uKttgjy9IX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKttgjy9IX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKttgjy9IX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKttgjy9IX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKttgjy9IX .collapsed ul {
  width: 100%;
}
.cid-uKttgjy9IX .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uKttgjy9IX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKttgjy9IX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKttgjy9IX ul {
  counter-reset: counter;
}
.cid-uKttgjy9IX ul li a.nav-link {
  height: 100px;
}
.cid-uKttgjy9IX ul li.nav-item {
  width: 140px;
}
.cid-uKttgjy9IX ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uKttgjy9IX ul {
    margin: auto;
  }
}
.cid-uKttgjy9IX .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #e94e1b;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uKttgjy9IX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b9c2c3;
}
.cid-uKttgjy9IX .navbar.opened {
  transition: all 0.3s;
}
.cid-uKttgjy9IX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKttgjy9IX .navbar .navbar-logo img {
  width: auto;
}
.cid-uKttgjy9IX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKttgjy9IX .navbar.collapsed {
  justify-content: center;
}
.cid-uKttgjy9IX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKttgjy9IX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKttgjy9IX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uKttgjy9IX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKttgjy9IX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKttgjy9IX .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-uKttgjy9IX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKttgjy9IX .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uKttgjy9IX .navbar ul {
    width: 100%;
  }
  .cid-uKttgjy9IX .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uKttgjy9IX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKttgjy9IX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKttgjy9IX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKttgjy9IX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKttgjy9IX .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-uKttgjy9IX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKttgjy9IX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKttgjy9IX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKttgjy9IX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKttgjy9IX .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uKttgjy9IX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKttgjy9IX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKttgjy9IX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKttgjy9IX .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-uKttgjy9IX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKttgjy9IX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKttgjy9IX .dropdown-item.active,
.cid-uKttgjy9IX .dropdown-item:active {
  background-color: transparent;
}
.cid-uKttgjy9IX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKttgjy9IX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKttgjy9IX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKttgjy9IX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b9c2c3;
}
.cid-uKttgjy9IX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKttgjy9IX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKttgjy9IX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKttgjy9IX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKttgjy9IX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKttgjy9IX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94e1b;
}
.cid-uKttgjy9IX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKttgjy9IX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKttgjy9IX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKttgjy9IX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKttgjy9IX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKttgjy9IX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKttgjy9IX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKttgjy9IX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKttgjy9IX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKttgjy9IX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKttgjy9IX .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-uKttgjy9IX .navbar {
    height: 70px;
  }
  .cid-uKttgjy9IX .navbar.opened {
    height: auto;
  }
  .cid-uKttgjy9IX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKttgk4SSx {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #e94e1b;
}
.cid-uKttgk4SSx .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-uKttgk4SSx .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-uKttgk4SSx .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKttgk4SSx .content {
  width: 55%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-uKttgk4SSx .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-uKttgk4SSx .mbr-section-title {
  color: #ccd4cd;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  text-align: right;
}
.cid-uKttgk4SSx .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a3132;
  opacity: 0.7;
  z-index: -1;
}
.cid-uKttgk4SSx .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-uKttgk4SSx .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uKttgk4SSx .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uKttgk4SSx .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-uKttgk4SSx .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uKttgk4SSx .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uKttgkn9ce {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1a3132;
}
.cid-uKttgkn9ce .line {
  background-color: #dce0dd;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKttgkn9ce .mbr-text {
  color: #ccd4cd;
}
.cid-uKyWeINAKM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e94e1b;
}
.cid-uKyWeINAKM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKyWgp2bPg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ccd4cd;
}
.cid-uKyWgp2bPg .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uKyWgp2bPg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uKyWgp2bPg .container {
    padding: 0 26px;
  }
}
.cid-uKyWgp2bPg .row {
  justify-content: center;
}
.cid-uKyWgp2bPg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uKyWgp2bPg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKyWgp2bPg .embla__slide .slide-content {
  width: 100%;
}
.cid-uKyWgp2bPg .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKyWgp2bPg .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uKyWgp2bPg .embla__button--next,
.cid-uKyWgp2bPg .embla__button--prev {
  display: flex;
}
.cid-uKyWgp2bPg .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #e94e1b !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uKyWgp2bPg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKyWgp2bPg .embla__button:hover {
  opacity: .6 !important;
}
.cid-uKyWgp2bPg .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKyWgp2bPg .embla__button.embla__button--next {
  right: 0;
}
.cid-uKyWgp2bPg .embla {
  position: relative;
  width: 100%;
  padding-top: 25px;
}
.cid-uKyWgp2bPg .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKyWgp2bPg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKyWgp2bPg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKyWgp2bPg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKttgkyQDl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0dd;
}
.cid-uKttgkyQDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKttgkyQDl .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-uKttgkyQDl .container {
    padding: 0 30px;
  }
}
.cid-uKttgkyQDl .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKttgkyQDl .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKttgkyQDl .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uKttgkyQDl .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKttgkyQDl .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uKttgkyQDl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uKttgkyQDl .items-wrapper {
    display: block;
  }
}
.cid-uKttgkyQDl .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #e94e1b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uKttgkyQDl .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uKttgkyQDl .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #e94e1b;
  }
}
.cid-uKttgkyQDl .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uKttgkyQDl .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uKttgkyQDl .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uKttgkyQDl .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uKttgkyQDl .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uKttgkyQDl .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uKttgkyQDl .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uKttgkyQDl .item-date {
  color: #22654E;
}
.cid-uKttgkyQDl .item-title {
  color: #22654E;
}
.cid-uKttgkyQDl .item-text {
  color: #144031;
}
.cid-uKttgkyQDl .item-title,
.cid-uKttgkyQDl .mbr-section-btn {
  color: #e94e1b;
}
.cid-uKKhDPGQ7d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e94e1b;
}
.cid-uKKhDPGQ7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKhDPGQ7d .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-uKKhDPGQ7d .container {
    padding: 0 30px;
  }
}
.cid-uKKhDPGQ7d .row {
  justify-content: center;
}
.cid-uKKhDPGQ7d .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #ccd4cd;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uKKhDPGQ7d .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uKKhDPGQ7d .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKKhDPGQ7d .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uKKhDPGQ7d .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKKhDPGQ7d .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uKKhDPGQ7d .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uKKhDPGQ7d .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uKKhDPGQ7d .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uKKhDPGQ7d .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #1a3132;
}
.cid-uKKhDPGQ7d .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ccd4cd;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKKhDPGQ7d .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uKKhDPGQ7d .mbr-desc {
  color: #ccd4cd;
  text-align: left;
}
.cid-uKttglhVB4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a3132;
}
.cid-uKttglhVB4 .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #829d85;
}
.cid-uKttglhVB4 .copyright-section,
.cid-uKttglhVB4 .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-uKttglhVB4 .line {
  margin: 10px 0;
  width: 100%;
}
.cid-uKttglhVB4 .logo-section img {
  margin: 0 auto;
}
.cid-uKttglhVB4 .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-uKttglhVB4 .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-uKttglhVB4 .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-uKttglhVB4 .social-media ul li {
    margin-left: 30px;
  }
  .cid-uKttglhVB4 .container-fluid {
    padding: 0 2rem;
  }
  .cid-uKttglhVB4 .menu-container {
    margin-bottom: 20px;
  }
  .cid-uKttglhVB4 .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uKttglhVB4 .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKttglhVB4 .copyright-section {
    order: 1;
  }
  .cid-uKttglhVB4 .copyright-section hr {
    display: none;
  }
  .cid-uKttglhVB4 .social-media {
    margin-top: 30px;
  }
  .cid-uKttglhVB4 .social-media li:first-child {
    margin-left: 0;
  }
  .cid-uKttglhVB4 .line {
    margin: 25px 0;
  }
  .cid-uKttglhVB4 .mobirise-rights,
  .cid-uKttglhVB4 .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-uKttglhVB4 .mbr-text,
.cid-uKttglhVB4 .copyright-section {
  color: #ccd4cd;
}
.cid-uKzg1gYR4Z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKzg1gYR4Z nav.navbar {
  position: fixed;
}
.cid-uKzg1gYR4Z .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-uKzg1gYR4Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKzg1gYR4Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKzg1gYR4Z .dropdown-item:hover,
.cid-uKzg1gYR4Z .dropdown-item:focus {
  background: #e94e1b !important;
  color: white !important;
}
.cid-uKzg1gYR4Z .dropdown-item:hover span {
  color: white;
}
.cid-uKzg1gYR4Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKzg1gYR4Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKzg1gYR4Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKzg1gYR4Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKzg1gYR4Z .nav-link {
  position: relative;
}
.cid-uKzg1gYR4Z .container {
  display: flex;
  margin: auto;
}
.cid-uKzg1gYR4Z .iconfont-wrapper {
  color: #af142e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKzg1gYR4Z .dropdown-menu,
.cid-uKzg1gYR4Z .navbar.opened {
  background: #b9c2c3 !important;
}
.cid-uKzg1gYR4Z .nav-item:focus,
.cid-uKzg1gYR4Z .nav-link:focus {
  outline: none;
}
.cid-uKzg1gYR4Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKzg1gYR4Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKzg1gYR4Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKzg1gYR4Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKzg1gYR4Z .collapsed ul {
  width: 100%;
}
.cid-uKzg1gYR4Z .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uKzg1gYR4Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKzg1gYR4Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKzg1gYR4Z ul {
  counter-reset: counter;
}
.cid-uKzg1gYR4Z ul li a.nav-link {
  height: 100px;
}
.cid-uKzg1gYR4Z ul li.nav-item {
  width: 140px;
}
.cid-uKzg1gYR4Z ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uKzg1gYR4Z ul {
    margin: auto;
  }
}
.cid-uKzg1gYR4Z .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #e94e1b;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uKzg1gYR4Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b9c2c3;
}
.cid-uKzg1gYR4Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uKzg1gYR4Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKzg1gYR4Z .navbar .navbar-logo img {
  width: auto;
}
.cid-uKzg1gYR4Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKzg1gYR4Z .navbar.collapsed {
  justify-content: center;
}
.cid-uKzg1gYR4Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKzg1gYR4Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKzg1gYR4Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uKzg1gYR4Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKzg1gYR4Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKzg1gYR4Z .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-uKzg1gYR4Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKzg1gYR4Z .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uKzg1gYR4Z .navbar ul {
    width: 100%;
  }
  .cid-uKzg1gYR4Z .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uKzg1gYR4Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKzg1gYR4Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKzg1gYR4Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKzg1gYR4Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKzg1gYR4Z .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-uKzg1gYR4Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKzg1gYR4Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKzg1gYR4Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKzg1gYR4Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKzg1gYR4Z .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uKzg1gYR4Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKzg1gYR4Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKzg1gYR4Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKzg1gYR4Z .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-uKzg1gYR4Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKzg1gYR4Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKzg1gYR4Z .dropdown-item.active,
.cid-uKzg1gYR4Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uKzg1gYR4Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKzg1gYR4Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKzg1gYR4Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKzg1gYR4Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b9c2c3;
}
.cid-uKzg1gYR4Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKzg1gYR4Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKzg1gYR4Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKzg1gYR4Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKzg1gYR4Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKzg1gYR4Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94e1b;
}
.cid-uKzg1gYR4Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKzg1gYR4Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKzg1gYR4Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKzg1gYR4Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKzg1gYR4Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKzg1gYR4Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKzg1gYR4Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKzg1gYR4Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKzg1gYR4Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKzg1gYR4Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKzg1gYR4Z .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-uKzg1gYR4Z .navbar {
    height: 70px;
  }
  .cid-uKzg1gYR4Z .navbar.opened {
    height: auto;
  }
  .cid-uKzg1gYR4Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKzg1hr22E {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #e94e1b;
}
.cid-uKzg1hr22E .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-uKzg1hr22E .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-uKzg1hr22E .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKzg1hr22E .content {
  width: 55%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-uKzg1hr22E .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-uKzg1hr22E .mbr-section-title {
  color: #ccd4cd;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  text-align: right;
}
.cid-uKzg1hr22E .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a3132;
  opacity: 0.7;
  z-index: -1;
}
.cid-uKzg1hr22E .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-uKzg1hr22E .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uKzg1hr22E .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uKzg1hr22E .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-uKzg1hr22E .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uKzg1hr22E .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uKzg1hH4h6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1a3132;
}
.cid-uKzg1hH4h6 .line {
  background-color: #dce0dd;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKzg1hH4h6 .mbr-text {
  color: #ccd4cd;
}
.cid-uKzg1hTDVq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e94e1b;
}
.cid-uKzg1hTDVq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKzg1i5Q36 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ccd4cd;
}
.cid-uKzg1i5Q36 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uKzg1i5Q36 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uKzg1i5Q36 .container {
    padding: 0 26px;
  }
}
.cid-uKzg1i5Q36 .row {
  justify-content: center;
}
.cid-uKzg1i5Q36 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uKzg1i5Q36 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKzg1i5Q36 .embla__slide .slide-content {
  width: 100%;
}
.cid-uKzg1i5Q36 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKzg1i5Q36 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uKzg1i5Q36 .embla__button--next,
.cid-uKzg1i5Q36 .embla__button--prev {
  display: flex;
}
.cid-uKzg1i5Q36 .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #e94e1b !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uKzg1i5Q36 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKzg1i5Q36 .embla__button:hover {
  opacity: .6 !important;
}
.cid-uKzg1i5Q36 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKzg1i5Q36 .embla__button.embla__button--next {
  right: 0;
}
.cid-uKzg1i5Q36 .embla {
  position: relative;
  width: 100%;
  padding-top: 25px;
}
.cid-uKzg1i5Q36 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKzg1i5Q36 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKzg1i5Q36 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKzg1i5Q36 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKzg1ixBHB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0dd;
}
.cid-uKzg1ixBHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKzg1ixBHB .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-uKzg1ixBHB .container {
    padding: 0 30px;
  }
}
.cid-uKzg1ixBHB .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKzg1ixBHB .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKzg1ixBHB .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uKzg1ixBHB .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKzg1ixBHB .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uKzg1ixBHB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uKzg1ixBHB .items-wrapper {
    display: block;
  }
}
.cid-uKzg1ixBHB .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #e94e1b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uKzg1ixBHB .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uKzg1ixBHB .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #e94e1b;
  }
}
.cid-uKzg1ixBHB .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uKzg1ixBHB .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uKzg1ixBHB .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uKzg1ixBHB .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uKzg1ixBHB .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uKzg1ixBHB .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uKzg1ixBHB .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uKzg1ixBHB .item-date {
  color: #22654E;
}
.cid-uKzg1ixBHB .item-title {
  color: #22654E;
}
.cid-uKzg1ixBHB .item-text {
  color: #144031;
}
.cid-uKzg1ixBHB .item-title,
.cid-uKzg1ixBHB .mbr-section-btn {
  color: #e94e1b;
}
.cid-uKKhFSpbdP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e94e1b;
}
.cid-uKKhFSpbdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKhFSpbdP .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-uKKhFSpbdP .container {
    padding: 0 30px;
  }
}
.cid-uKKhFSpbdP .row {
  justify-content: center;
}
.cid-uKKhFSpbdP .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #ccd4cd;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uKKhFSpbdP .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uKKhFSpbdP .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKKhFSpbdP .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uKKhFSpbdP .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKKhFSpbdP .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uKKhFSpbdP .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uKKhFSpbdP .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uKKhFSpbdP .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uKKhFSpbdP .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #1a3132;
}
.cid-uKKhFSpbdP .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ccd4cd;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKKhFSpbdP .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uKKhFSpbdP .mbr-desc {
  color: #ccd4cd;
  text-align: left;
}
.cid-uKzg1jfktk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a3132;
}
.cid-uKzg1jfktk .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #829d85;
}
.cid-uKzg1jfktk .copyright-section,
.cid-uKzg1jfktk .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-uKzg1jfktk .line {
  margin: 10px 0;
  width: 100%;
}
.cid-uKzg1jfktk .logo-section img {
  margin: 0 auto;
}
.cid-uKzg1jfktk .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-uKzg1jfktk .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-uKzg1jfktk .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-uKzg1jfktk .social-media ul li {
    margin-left: 30px;
  }
  .cid-uKzg1jfktk .container-fluid {
    padding: 0 2rem;
  }
  .cid-uKzg1jfktk .menu-container {
    margin-bottom: 20px;
  }
  .cid-uKzg1jfktk .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uKzg1jfktk .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKzg1jfktk .copyright-section {
    order: 1;
  }
  .cid-uKzg1jfktk .copyright-section hr {
    display: none;
  }
  .cid-uKzg1jfktk .social-media {
    margin-top: 30px;
  }
  .cid-uKzg1jfktk .social-media li:first-child {
    margin-left: 0;
  }
  .cid-uKzg1jfktk .line {
    margin: 25px 0;
  }
  .cid-uKzg1jfktk .mobirise-rights,
  .cid-uKzg1jfktk .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-uKzg1jfktk .mbr-text,
.cid-uKzg1jfktk .copyright-section {
  color: #ccd4cd;
}
.cid-uKDHlP09rm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKDHlP09rm nav.navbar {
  position: fixed;
}
.cid-uKDHlP09rm .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-uKDHlP09rm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKDHlP09rm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKDHlP09rm .dropdown-item:hover,
.cid-uKDHlP09rm .dropdown-item:focus {
  background: #e94e1b !important;
  color: white !important;
}
.cid-uKDHlP09rm .dropdown-item:hover span {
  color: white;
}
.cid-uKDHlP09rm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKDHlP09rm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKDHlP09rm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKDHlP09rm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKDHlP09rm .nav-link {
  position: relative;
}
.cid-uKDHlP09rm .container {
  display: flex;
  margin: auto;
}
.cid-uKDHlP09rm .iconfont-wrapper {
  color: #af142e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKDHlP09rm .dropdown-menu,
.cid-uKDHlP09rm .navbar.opened {
  background: #b9c2c3 !important;
}
.cid-uKDHlP09rm .nav-item:focus,
.cid-uKDHlP09rm .nav-link:focus {
  outline: none;
}
.cid-uKDHlP09rm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKDHlP09rm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKDHlP09rm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKDHlP09rm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKDHlP09rm .collapsed ul {
  width: 100%;
}
.cid-uKDHlP09rm .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uKDHlP09rm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKDHlP09rm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKDHlP09rm ul {
  counter-reset: counter;
}
.cid-uKDHlP09rm ul li a.nav-link {
  height: 100px;
}
.cid-uKDHlP09rm ul li.nav-item {
  width: 140px;
}
.cid-uKDHlP09rm ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uKDHlP09rm ul {
    margin: auto;
  }
}
.cid-uKDHlP09rm .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #e94e1b;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uKDHlP09rm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b9c2c3;
}
.cid-uKDHlP09rm .navbar.opened {
  transition: all 0.3s;
}
.cid-uKDHlP09rm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKDHlP09rm .navbar .navbar-logo img {
  width: auto;
}
.cid-uKDHlP09rm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKDHlP09rm .navbar.collapsed {
  justify-content: center;
}
.cid-uKDHlP09rm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKDHlP09rm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKDHlP09rm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uKDHlP09rm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKDHlP09rm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKDHlP09rm .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-uKDHlP09rm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKDHlP09rm .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uKDHlP09rm .navbar ul {
    width: 100%;
  }
  .cid-uKDHlP09rm .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uKDHlP09rm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKDHlP09rm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKDHlP09rm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKDHlP09rm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKDHlP09rm .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-uKDHlP09rm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKDHlP09rm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKDHlP09rm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKDHlP09rm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKDHlP09rm .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uKDHlP09rm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKDHlP09rm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKDHlP09rm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKDHlP09rm .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-uKDHlP09rm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKDHlP09rm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKDHlP09rm .dropdown-item.active,
.cid-uKDHlP09rm .dropdown-item:active {
  background-color: transparent;
}
.cid-uKDHlP09rm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKDHlP09rm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKDHlP09rm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKDHlP09rm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b9c2c3;
}
.cid-uKDHlP09rm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKDHlP09rm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKDHlP09rm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKDHlP09rm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKDHlP09rm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKDHlP09rm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94e1b;
}
.cid-uKDHlP09rm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKDHlP09rm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKDHlP09rm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKDHlP09rm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKDHlP09rm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKDHlP09rm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKDHlP09rm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKDHlP09rm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKDHlP09rm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKDHlP09rm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKDHlP09rm .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-uKDHlP09rm .navbar {
    height: 70px;
  }
  .cid-uKDHlP09rm .navbar.opened {
    height: auto;
  }
  .cid-uKDHlP09rm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKDHlPlBig {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #e94e1b;
}
.cid-uKDHlPlBig .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-uKDHlPlBig .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-uKDHlPlBig .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKDHlPlBig .content {
  width: 55%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-uKDHlPlBig .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-uKDHlPlBig .mbr-section-title {
  color: #ccd4cd;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  text-align: right;
}
.cid-uKDHlPlBig .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a3132;
  opacity: 0.7;
  z-index: -1;
}
.cid-uKDHlPlBig .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-uKDHlPlBig .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uKDHlPlBig .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uKDHlPlBig .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-uKDHlPlBig .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uKDHlPlBig .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uKDHlPzYEO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1a3132;
}
.cid-uKDHlPzYEO .line {
  background-color: #dce0dd;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKDHlPzYEO .mbr-text {
  color: #ccd4cd;
}
.cid-uKDHlPMGR3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e94e1b;
}
.cid-uKDHlPMGR3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKDHlPXIdH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ccd4cd;
}
.cid-uKDHlPXIdH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uKDHlPXIdH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uKDHlPXIdH .container {
    padding: 0 26px;
  }
}
.cid-uKDHlPXIdH .row {
  justify-content: center;
}
.cid-uKDHlPXIdH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uKDHlPXIdH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKDHlPXIdH .embla__slide .slide-content {
  width: 100%;
}
.cid-uKDHlPXIdH .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKDHlPXIdH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uKDHlPXIdH .embla__button--next,
.cid-uKDHlPXIdH .embla__button--prev {
  display: flex;
}
.cid-uKDHlPXIdH .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #e94e1b !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uKDHlPXIdH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKDHlPXIdH .embla__button:hover {
  opacity: .6 !important;
}
.cid-uKDHlPXIdH .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKDHlPXIdH .embla__button.embla__button--next {
  right: 0;
}
.cid-uKDHlPXIdH .embla {
  position: relative;
  width: 100%;
  padding-top: 25px;
}
.cid-uKDHlPXIdH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKDHlPXIdH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKDHlPXIdH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKDHlPXIdH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKDHlQkrbK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0dd;
}
.cid-uKDHlQkrbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKDHlQkrbK .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-uKDHlQkrbK .container {
    padding: 0 30px;
  }
}
.cid-uKDHlQkrbK .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKDHlQkrbK .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKDHlQkrbK .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uKDHlQkrbK .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKDHlQkrbK .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uKDHlQkrbK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uKDHlQkrbK .items-wrapper {
    display: block;
  }
}
.cid-uKDHlQkrbK .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #e94e1b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uKDHlQkrbK .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uKDHlQkrbK .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #e94e1b;
  }
}
.cid-uKDHlQkrbK .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uKDHlQkrbK .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uKDHlQkrbK .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uKDHlQkrbK .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uKDHlQkrbK .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uKDHlQkrbK .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uKDHlQkrbK .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uKDHlQkrbK .item-date {
  color: #22654E;
}
.cid-uKDHlQkrbK .item-title {
  color: #22654E;
}
.cid-uKDHlQkrbK .item-text {
  color: #144031;
}
.cid-uKDHlQkrbK .item-title,
.cid-uKDHlQkrbK .mbr-section-btn {
  color: #e94e1b;
}
.cid-uKKhHOv4Dc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e94e1b;
}
.cid-uKKhHOv4Dc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKhHOv4Dc .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-uKKhHOv4Dc .container {
    padding: 0 30px;
  }
}
.cid-uKKhHOv4Dc .row {
  justify-content: center;
}
.cid-uKKhHOv4Dc .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #ccd4cd;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uKKhHOv4Dc .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uKKhHOv4Dc .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKKhHOv4Dc .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uKKhHOv4Dc .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKKhHOv4Dc .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uKKhHOv4Dc .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uKKhHOv4Dc .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uKKhHOv4Dc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uKKhHOv4Dc .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #1a3132;
}
.cid-uKKhHOv4Dc .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ccd4cd;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKKhHOv4Dc .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uKKhHOv4Dc .mbr-desc {
  color: #ccd4cd;
  text-align: left;
}
.cid-uKDHlQRUfh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a3132;
}
.cid-uKDHlQRUfh .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #829d85;
}
.cid-uKDHlQRUfh .copyright-section,
.cid-uKDHlQRUfh .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-uKDHlQRUfh .line {
  margin: 10px 0;
  width: 100%;
}
.cid-uKDHlQRUfh .logo-section img {
  margin: 0 auto;
}
.cid-uKDHlQRUfh .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-uKDHlQRUfh .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-uKDHlQRUfh .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-uKDHlQRUfh .social-media ul li {
    margin-left: 30px;
  }
  .cid-uKDHlQRUfh .container-fluid {
    padding: 0 2rem;
  }
  .cid-uKDHlQRUfh .menu-container {
    margin-bottom: 20px;
  }
  .cid-uKDHlQRUfh .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uKDHlQRUfh .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKDHlQRUfh .copyright-section {
    order: 1;
  }
  .cid-uKDHlQRUfh .copyright-section hr {
    display: none;
  }
  .cid-uKDHlQRUfh .social-media {
    margin-top: 30px;
  }
  .cid-uKDHlQRUfh .social-media li:first-child {
    margin-left: 0;
  }
  .cid-uKDHlQRUfh .line {
    margin: 25px 0;
  }
  .cid-uKDHlQRUfh .mobirise-rights,
  .cid-uKDHlQRUfh .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-uKDHlQRUfh .mbr-text,
.cid-uKDHlQRUfh .copyright-section {
  color: #ccd4cd;
}
.cid-uKJrWAhsJx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKJrWAhsJx nav.navbar {
  position: fixed;
}
.cid-uKJrWAhsJx .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-uKJrWAhsJx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKJrWAhsJx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKJrWAhsJx .dropdown-item:hover,
.cid-uKJrWAhsJx .dropdown-item:focus {
  background: #e94e1b !important;
  color: white !important;
}
.cid-uKJrWAhsJx .dropdown-item:hover span {
  color: white;
}
.cid-uKJrWAhsJx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKJrWAhsJx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKJrWAhsJx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKJrWAhsJx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKJrWAhsJx .nav-link {
  position: relative;
}
.cid-uKJrWAhsJx .container {
  display: flex;
  margin: auto;
}
.cid-uKJrWAhsJx .iconfont-wrapper {
  color: #af142e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKJrWAhsJx .dropdown-menu,
.cid-uKJrWAhsJx .navbar.opened {
  background: #b9c2c3 !important;
}
.cid-uKJrWAhsJx .nav-item:focus,
.cid-uKJrWAhsJx .nav-link:focus {
  outline: none;
}
.cid-uKJrWAhsJx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKJrWAhsJx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKJrWAhsJx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKJrWAhsJx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJrWAhsJx .collapsed ul {
  width: 100%;
}
.cid-uKJrWAhsJx .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uKJrWAhsJx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKJrWAhsJx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKJrWAhsJx ul {
  counter-reset: counter;
}
.cid-uKJrWAhsJx ul li a.nav-link {
  height: 100px;
}
.cid-uKJrWAhsJx ul li.nav-item {
  width: 140px;
}
.cid-uKJrWAhsJx ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uKJrWAhsJx ul {
    margin: auto;
  }
}
.cid-uKJrWAhsJx .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #e94e1b;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uKJrWAhsJx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b9c2c3;
}
.cid-uKJrWAhsJx .navbar.opened {
  transition: all 0.3s;
}
.cid-uKJrWAhsJx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKJrWAhsJx .navbar .navbar-logo img {
  width: auto;
}
.cid-uKJrWAhsJx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKJrWAhsJx .navbar.collapsed {
  justify-content: center;
}
.cid-uKJrWAhsJx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKJrWAhsJx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKJrWAhsJx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uKJrWAhsJx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKJrWAhsJx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKJrWAhsJx .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-uKJrWAhsJx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKJrWAhsJx .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uKJrWAhsJx .navbar ul {
    width: 100%;
  }
  .cid-uKJrWAhsJx .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uKJrWAhsJx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKJrWAhsJx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKJrWAhsJx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKJrWAhsJx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKJrWAhsJx .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-uKJrWAhsJx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKJrWAhsJx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKJrWAhsJx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKJrWAhsJx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKJrWAhsJx .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uKJrWAhsJx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKJrWAhsJx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKJrWAhsJx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKJrWAhsJx .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-uKJrWAhsJx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKJrWAhsJx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKJrWAhsJx .dropdown-item.active,
.cid-uKJrWAhsJx .dropdown-item:active {
  background-color: transparent;
}
.cid-uKJrWAhsJx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKJrWAhsJx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKJrWAhsJx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKJrWAhsJx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b9c2c3;
}
.cid-uKJrWAhsJx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKJrWAhsJx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKJrWAhsJx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKJrWAhsJx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKJrWAhsJx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKJrWAhsJx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94e1b;
}
.cid-uKJrWAhsJx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKJrWAhsJx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKJrWAhsJx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKJrWAhsJx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKJrWAhsJx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKJrWAhsJx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKJrWAhsJx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKJrWAhsJx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKJrWAhsJx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKJrWAhsJx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKJrWAhsJx .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-uKJrWAhsJx .navbar {
    height: 70px;
  }
  .cid-uKJrWAhsJx .navbar.opened {
    height: auto;
  }
  .cid-uKJrWAhsJx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKJrWAEwgy {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #e94e1b;
}
.cid-uKJrWAEwgy .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-uKJrWAEwgy .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-uKJrWAEwgy .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKJrWAEwgy .content {
  width: 55%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-uKJrWAEwgy .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-uKJrWAEwgy .mbr-section-title {
  color: #ccd4cd;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  text-align: right;
}
.cid-uKJrWAEwgy .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a3132;
  opacity: 0.7;
  z-index: -1;
}
.cid-uKJrWAEwgy .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-uKJrWAEwgy .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-uKJrWAEwgy .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uKJrWAEwgy .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-uKJrWAEwgy .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uKJrWAEwgy .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uKJrWASsoU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1a3132;
}
.cid-uKJrWASsoU .line {
  background-color: #dce0dd;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKJrWASsoU .mbr-text {
  color: #ccd4cd;
}
.cid-uKJrWB4zvZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e94e1b;
}
.cid-uKJrWB4zvZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKJrWBfcZy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ccd4cd;
}
.cid-uKJrWBfcZy .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uKJrWBfcZy .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uKJrWBfcZy .container {
    padding: 0 26px;
  }
}
.cid-uKJrWBfcZy .row {
  justify-content: center;
}
.cid-uKJrWBfcZy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uKJrWBfcZy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKJrWBfcZy .embla__slide .slide-content {
  width: 100%;
}
.cid-uKJrWBfcZy .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKJrWBfcZy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uKJrWBfcZy .embla__button--next,
.cid-uKJrWBfcZy .embla__button--prev {
  display: flex;
}
.cid-uKJrWBfcZy .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #e94e1b !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uKJrWBfcZy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKJrWBfcZy .embla__button:hover {
  opacity: .6 !important;
}
.cid-uKJrWBfcZy .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKJrWBfcZy .embla__button.embla__button--next {
  right: 0;
}
.cid-uKJrWBfcZy .embla {
  position: relative;
  width: 100%;
  padding-top: 25px;
}
.cid-uKJrWBfcZy .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKJrWBfcZy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKJrWBfcZy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKJrWBfcZy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKJrWBAWsY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0dd;
}
.cid-uKJrWBAWsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJrWBAWsY .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-uKJrWBAWsY .container {
    padding: 0 30px;
  }
}
.cid-uKJrWBAWsY .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKJrWBAWsY .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKJrWBAWsY .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uKJrWBAWsY .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKJrWBAWsY .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uKJrWBAWsY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uKJrWBAWsY .items-wrapper {
    display: block;
  }
}
.cid-uKJrWBAWsY .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #e94e1b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uKJrWBAWsY .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uKJrWBAWsY .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #e94e1b;
  }
}
.cid-uKJrWBAWsY .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uKJrWBAWsY .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uKJrWBAWsY .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uKJrWBAWsY .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uKJrWBAWsY .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uKJrWBAWsY .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uKJrWBAWsY .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uKJrWBAWsY .item-date {
  color: #22654E;
}
.cid-uKJrWBAWsY .item-title {
  color: #22654E;
}
.cid-uKJrWBAWsY .item-text {
  color: #144031;
}
.cid-uKJrWBAWsY .item-title,
.cid-uKJrWBAWsY .mbr-section-btn {
  color: #e94e1b;
}
.cid-uKKhKfcqDF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e94e1b;
}
.cid-uKKhKfcqDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKhKfcqDF .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-uKKhKfcqDF .container {
    padding: 0 30px;
  }
}
.cid-uKKhKfcqDF .row {
  justify-content: center;
}
.cid-uKKhKfcqDF .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #ccd4cd;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uKKhKfcqDF .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uKKhKfcqDF .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKKhKfcqDF .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uKKhKfcqDF .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKKhKfcqDF .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uKKhKfcqDF .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uKKhKfcqDF .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uKKhKfcqDF .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uKKhKfcqDF .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #1a3132;
}
.cid-uKKhKfcqDF .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ccd4cd;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKKhKfcqDF .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uKKhKfcqDF .mbr-desc {
  color: #fafafa;
  text-align: left;
}
.cid-uKJrWC2PMz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a3132;
}
.cid-uKJrWC2PMz .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #829d85;
}
.cid-uKJrWC2PMz .copyright-section,
.cid-uKJrWC2PMz .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-uKJrWC2PMz .line {
  margin: 10px 0;
  width: 100%;
}
.cid-uKJrWC2PMz .logo-section img {
  margin: 0 auto;
}
.cid-uKJrWC2PMz .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-uKJrWC2PMz .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-uKJrWC2PMz .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-uKJrWC2PMz .social-media ul li {
    margin-left: 30px;
  }
  .cid-uKJrWC2PMz .container-fluid {
    padding: 0 2rem;
  }
  .cid-uKJrWC2PMz .menu-container {
    margin-bottom: 20px;
  }
  .cid-uKJrWC2PMz .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uKJrWC2PMz .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKJrWC2PMz .copyright-section {
    order: 1;
  }
  .cid-uKJrWC2PMz .copyright-section hr {
    display: none;
  }
  .cid-uKJrWC2PMz .social-media {
    margin-top: 30px;
  }
  .cid-uKJrWC2PMz .social-media li:first-child {
    margin-left: 0;
  }
  .cid-uKJrWC2PMz .line {
    margin: 25px 0;
  }
  .cid-uKJrWC2PMz .mobirise-rights,
  .cid-uKJrWC2PMz .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-uKJrWC2PMz .mbr-text,
.cid-uKJrWC2PMz .copyright-section {
  color: #ccd4cd;
}
.cid-uKKhOMwKDK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKKhOMwKDK nav.navbar {
  position: fixed;
}
.cid-uKKhOMwKDK .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-uKKhOMwKDK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKKhOMwKDK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKKhOMwKDK .dropdown-item:hover,
.cid-uKKhOMwKDK .dropdown-item:focus {
  background: #e94e1b !important;
  color: white !important;
}
.cid-uKKhOMwKDK .dropdown-item:hover span {
  color: white;
}
.cid-uKKhOMwKDK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKKhOMwKDK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKKhOMwKDK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKKhOMwKDK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKKhOMwKDK .nav-link {
  position: relative;
}
.cid-uKKhOMwKDK .container {
  display: flex;
  margin: auto;
}
.cid-uKKhOMwKDK .iconfont-wrapper {
  color: #af142e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKKhOMwKDK .dropdown-menu,
.cid-uKKhOMwKDK .navbar.opened {
  background: #b9c2c3 !important;
}
.cid-uKKhOMwKDK .nav-item:focus,
.cid-uKKhOMwKDK .nav-link:focus {
  outline: none;
}
.cid-uKKhOMwKDK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKKhOMwKDK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKKhOMwKDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKKhOMwKDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKKhOMwKDK .collapsed ul {
  width: 100%;
}
.cid-uKKhOMwKDK .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uKKhOMwKDK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKKhOMwKDK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKKhOMwKDK ul {
  counter-reset: counter;
}
.cid-uKKhOMwKDK ul li a.nav-link {
  height: 100px;
}
.cid-uKKhOMwKDK ul li.nav-item {
  width: 140px;
}
.cid-uKKhOMwKDK ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uKKhOMwKDK ul {
    margin: auto;
  }
}
.cid-uKKhOMwKDK .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #e94e1b;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uKKhOMwKDK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b9c2c3;
}
.cid-uKKhOMwKDK .navbar.opened {
  transition: all 0.3s;
}
.cid-uKKhOMwKDK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKKhOMwKDK .navbar .navbar-logo img {
  width: auto;
}
.cid-uKKhOMwKDK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKKhOMwKDK .navbar.collapsed {
  justify-content: center;
}
.cid-uKKhOMwKDK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKKhOMwKDK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKKhOMwKDK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uKKhOMwKDK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKKhOMwKDK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKKhOMwKDK .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-uKKhOMwKDK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKKhOMwKDK .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uKKhOMwKDK .navbar ul {
    width: 100%;
  }
  .cid-uKKhOMwKDK .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uKKhOMwKDK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKKhOMwKDK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKKhOMwKDK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKKhOMwKDK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKKhOMwKDK .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-uKKhOMwKDK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKKhOMwKDK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKKhOMwKDK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKKhOMwKDK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKKhOMwKDK .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uKKhOMwKDK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKKhOMwKDK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKKhOMwKDK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKKhOMwKDK .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-uKKhOMwKDK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKKhOMwKDK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKKhOMwKDK .dropdown-item.active,
.cid-uKKhOMwKDK .dropdown-item:active {
  background-color: transparent;
}
.cid-uKKhOMwKDK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKKhOMwKDK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKKhOMwKDK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKKhOMwKDK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b9c2c3;
}
.cid-uKKhOMwKDK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKKhOMwKDK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKKhOMwKDK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKKhOMwKDK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKKhOMwKDK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKKhOMwKDK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94e1b;
}
.cid-uKKhOMwKDK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKKhOMwKDK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKKhOMwKDK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKKhOMwKDK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKKhOMwKDK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKKhOMwKDK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKKhOMwKDK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKKhOMwKDK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKKhOMwKDK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKKhOMwKDK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKKhOMwKDK .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-uKKhOMwKDK .navbar {
    height: 70px;
  }
  .cid-uKKhOMwKDK .navbar.opened {
    height: auto;
  }
  .cid-uKKhOMwKDK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKKjqPqEP1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-uKKjqPqEP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKjqPqEP1 .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-uKKjqPqEP1 .container {
    padding: 0 15px;
  }
}
.cid-uKKjqPqEP1 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uKKjqPqEP1 .content-wrapper {
  position: relative;
}
.cid-uKKjqPqEP1 .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKKjqPqEP1 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uKKjqPqEP1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uKKjqPqEP1 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uKKjqPqEP1 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uKKjqPqEP1 .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uKKjqPqEP1 .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uKKjqPqEP1 .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-uKKjqPqEP1 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 15px;
}
.cid-uKKjqPqEP1 .dragArea.row .form-group .form-control {
  padding: 20px 40px 24px;
  border: 1px solid #68707c !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uKKjqPqEP1 .dragArea.row .form-group .form-control {
    padding: 20px 30px;
  }
}
.cid-uKKjqPqEP1 .dragArea.row .form-group .form-control:hover,
.cid-uKKjqPqEP1 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uKKjqPqEP1 .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 20px;
}
.cid-uKKjqPqEP1 .dragArea.row .form-group textarea {
  min-height: 200px;
}
.cid-uKKjqPqEP1 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uKKjqPqEP1 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #68707c;
  border-color: #68707c;
  border-radius: 0;
}
.cid-uKKjqPqEP1 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uKKjqPqEP1 .mbr-section-title {
  color: #ffffff;
}
.cid-uKKjqPqEP1 .mbr-desc {
  color: #68707c;
}
.cid-uKKjqPqEP1 label {
  color: #ffffff;
}
.cid-uKKjqPqEP1 .mbr-section-btn {
  text-align: right;
}
.cid-uKKjqPqEP1 .mbr-section-title,
.cid-uKKjqPqEP1 .mbr-section-btn {
  color: #b9c2c3;
}
.cid-uKKhOQq11x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e94e1b;
}
.cid-uKKhOQq11x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKhOQq11x .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-uKKhOQq11x .container {
    padding: 0 30px;
  }
}
.cid-uKKhOQq11x .row {
  justify-content: center;
}
.cid-uKKhOQq11x .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #ccd4cd;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uKKhOQq11x .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uKKhOQq11x .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKKhOQq11x .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uKKhOQq11x .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKKhOQq11x .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uKKhOQq11x .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uKKhOQq11x .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uKKhOQq11x .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uKKhOQq11x .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #1a3132;
}
.cid-uKKhOQq11x .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ccd4cd;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKKhOQq11x .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uKKhOQq11x .mbr-desc {
  color: #ccd4cd;
  text-align: left;
}
.cid-uKKhOQYJ6k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a3132;
}
.cid-uKKhOQYJ6k .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #829d85;
}
.cid-uKKhOQYJ6k .copyright-section,
.cid-uKKhOQYJ6k .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-uKKhOQYJ6k .line {
  margin: 10px 0;
  width: 100%;
}
.cid-uKKhOQYJ6k .logo-section img {
  margin: 0 auto;
}
.cid-uKKhOQYJ6k .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-uKKhOQYJ6k .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-uKKhOQYJ6k .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-uKKhOQYJ6k .social-media ul li {
    margin-left: 30px;
  }
  .cid-uKKhOQYJ6k .container-fluid {
    padding: 0 2rem;
  }
  .cid-uKKhOQYJ6k .menu-container {
    margin-bottom: 20px;
  }
  .cid-uKKhOQYJ6k .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uKKhOQYJ6k .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKKhOQYJ6k .copyright-section {
    order: 1;
  }
  .cid-uKKhOQYJ6k .copyright-section hr {
    display: none;
  }
  .cid-uKKhOQYJ6k .social-media {
    margin-top: 30px;
  }
  .cid-uKKhOQYJ6k .social-media li:first-child {
    margin-left: 0;
  }
  .cid-uKKhOQYJ6k .line {
    margin: 25px 0;
  }
  .cid-uKKhOQYJ6k .mobirise-rights,
  .cid-uKKhOQYJ6k .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-uKKhOQYJ6k .mbr-text,
.cid-uKKhOQYJ6k .copyright-section {
  color: #ccd4cd;
}
.cid-uKKnYOMchu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKKnYOMchu nav.navbar {
  position: fixed;
}
.cid-uKKnYOMchu .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-uKKnYOMchu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKKnYOMchu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKKnYOMchu .dropdown-item:hover,
.cid-uKKnYOMchu .dropdown-item:focus {
  background: #e94e1b !important;
  color: white !important;
}
.cid-uKKnYOMchu .dropdown-item:hover span {
  color: white;
}
.cid-uKKnYOMchu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKKnYOMchu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKKnYOMchu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKKnYOMchu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKKnYOMchu .nav-link {
  position: relative;
}
.cid-uKKnYOMchu .container {
  display: flex;
  margin: auto;
}
.cid-uKKnYOMchu .iconfont-wrapper {
  color: #af142e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKKnYOMchu .dropdown-menu,
.cid-uKKnYOMchu .navbar.opened {
  background: #b9c2c3 !important;
}
.cid-uKKnYOMchu .nav-item:focus,
.cid-uKKnYOMchu .nav-link:focus {
  outline: none;
}
.cid-uKKnYOMchu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKKnYOMchu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKKnYOMchu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKKnYOMchu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKKnYOMchu .collapsed ul {
  width: 100%;
}
.cid-uKKnYOMchu .collapsed ul li.nav-item {
  width: 100%;
}
.cid-uKKnYOMchu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKKnYOMchu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKKnYOMchu ul {
  counter-reset: counter;
}
.cid-uKKnYOMchu ul li a.nav-link {
  height: 100px;
}
.cid-uKKnYOMchu ul li.nav-item {
  width: 140px;
}
.cid-uKKnYOMchu ul li.nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .cid-uKKnYOMchu ul {
    margin: auto;
  }
}
.cid-uKKnYOMchu .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #e94e1b;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uKKnYOMchu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #b9c2c3;
}
.cid-uKKnYOMchu .navbar.opened {
  transition: all 0.3s;
}
.cid-uKKnYOMchu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKKnYOMchu .navbar .navbar-logo img {
  width: auto;
}
.cid-uKKnYOMchu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKKnYOMchu .navbar.collapsed {
  justify-content: center;
}
.cid-uKKnYOMchu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKKnYOMchu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKKnYOMchu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uKKnYOMchu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKKnYOMchu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKKnYOMchu .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-uKKnYOMchu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKKnYOMchu .navbar.collapsed .icons-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uKKnYOMchu .navbar ul {
    width: 100%;
  }
  .cid-uKKnYOMchu .navbar ul li.nav-item {
    width: 100%;
  }
  .cid-uKKnYOMchu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKKnYOMchu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKKnYOMchu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKKnYOMchu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKKnYOMchu .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-uKKnYOMchu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKKnYOMchu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKKnYOMchu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKKnYOMchu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKKnYOMchu .navbar .icons-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uKKnYOMchu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKKnYOMchu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKKnYOMchu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKKnYOMchu .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-uKKnYOMchu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKKnYOMchu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKKnYOMchu .dropdown-item.active,
.cid-uKKnYOMchu .dropdown-item:active {
  background-color: transparent;
}
.cid-uKKnYOMchu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKKnYOMchu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKKnYOMchu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKKnYOMchu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b9c2c3;
}
.cid-uKKnYOMchu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKKnYOMchu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKKnYOMchu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKKnYOMchu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKKnYOMchu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKKnYOMchu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e94e1b;
}
.cid-uKKnYOMchu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKKnYOMchu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKKnYOMchu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKKnYOMchu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKKnYOMchu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKKnYOMchu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKKnYOMchu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKKnYOMchu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKKnYOMchu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKKnYOMchu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKKnYOMchu .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-uKKnYOMchu .navbar {
    height: 70px;
  }
  .cid-uKKnYOMchu .navbar.opened {
    height: auto;
  }
  .cid-uKKnYOMchu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKKnYR1CVX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #af142e;
}
.cid-uKKnYR1CVX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKKoRJb39t {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uKKoRJb39t .item:focus,
.cid-uKKoRJb39t span:focus {
  outline: none;
}
.cid-uKKoRJb39t .item-wrapper {
  position: relative;
}
.cid-uKKoRJb39t .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uKKoRJb39t .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uKKoRJb39t .container {
    padding: 0 24px;
  }
}
.cid-uKKoRJb39t .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  border-right: 1px solid #72716b;
  padding: 0 32px;
}
.cid-uKKoRJb39t .embla__slide:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .cid-uKKoRJb39t .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border: none;
    padding: 0 24px;
  }
}
.cid-uKKoRJb39t .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-uKKoRJb39t .embla__slide .slide-content:hover .item-wrapper .item-img,
.cid-uKKoRJb39t .embla__slide .slide-content:focus .item-wrapper .item-img {
  min-height: 620px;
}
@media (max-width: 767px) {
  .cid-uKKoRJb39t .embla__slide .slide-content:hover .item-wrapper .item-img,
  .cid-uKKoRJb39t .embla__slide .slide-content:focus .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-uKKoRJb39t .embla__slide .slide-content:hover .item-wrapper .item-content .item-text,
.cid-uKKoRJb39t .embla__slide .slide-content:focus .item-wrapper .item-content .item-text {
  transform: translateY(0);
  height: auto;
  opacity: 1;
}
.cid-uKKoRJb39t .embla__slide .slide-content:hover .btn-wrap,
.cid-uKKoRJb39t .embla__slide .slide-content:focus .btn-wrap {
  margin-top: 0;
}
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 650px;
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
  border-radius: .5rem;
}
@media (max-width: 767px) {
  .cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-img {
    min-height: 400px;
    margin-bottom: 24px;
  }
}
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-img img {
  transform: scale(1.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-img .list-wrapper {
  display: block;
}
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 12px;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap {
  background-color: #8aa29e;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 8px;
  width: fit-content;
}
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #72716b;
  padding-top: 32px;
}
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-content .mbr-date {
  margin-bottom: 0;
}
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-content .title-wrap {
  display: block;
}
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-content .title-wrap:hover .item-title,
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-content .title-wrap:focus .item-title {
  color: #e0b548;
}
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uKKoRJb39t .embla__slide .slide-content .item-wrapper .item-content .item-text {
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  opacity: 0;
}
.cid-uKKoRJb39t .embla__slide .slide-content .btn-wrap {
  margin-top: -3rem;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.cid-uKKoRJb39t .embla__slide .slide-content .btn-wrap .mbr-section-btn {
  margin-top: 24px;
  z-index: 1;
}
.cid-uKKoRJb39t .embla__slide .slide-content .btn-wrap .mbr-number {
  margin: 16px 0 0 0;
}
.cid-uKKoRJb39t .embla__button--next,
.cid-uKKoRJb39t .embla__button--prev {
  display: flex;
}
.cid-uKKoRJb39t .embla__button {
  bottom: 1rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #af142e !important;
  color: #1a3132;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKKoRJb39t .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKKoRJb39t .embla__button:hover {
  opacity: .85 !important;
  color: #e94e1b !important;
}
.cid-uKKoRJb39t .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uKKoRJb39t .embla__button.embla__button--next {
  right: 32px;
}
.cid-uKKoRJb39t .embla {
  position: relative;
  width: 100%;
  padding: 32px 0;
  border-top: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 767px) {
  .cid-uKKoRJb39t .embla {
    padding: 24px 0;
  }
}
.cid-uKKoRJb39t .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKKoRJb39t .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKKoRJb39t .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKKoRJb39t .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKKoRJb39t .list {
  color: #000000;
}
.cid-uKKoRJb39t .mbr-date {
  color: #F9F6E0;
}
.cid-uKKoRJb39t .item-title {
  color: #F9F6E0;
}
.cid-uKKoRJb39t .item-text {
  color: #F9F6E0;
}
.cid-uKKoRJb39t .mbr-number {
  color: #ffffff;
}
.cid-uKKslvIaFU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #474a48;
}
.cid-uKKslvIaFU .item:focus,
.cid-uKKslvIaFU span:focus {
  outline: none;
}
.cid-uKKslvIaFU .item-wrapper {
  position: relative;
}
.cid-uKKslvIaFU .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uKKslvIaFU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uKKslvIaFU .container {
    padding: 0 24px;
  }
}
.cid-uKKslvIaFU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  border-right: 1px solid #72716b;
  padding: 0 32px;
}
.cid-uKKslvIaFU .embla__slide:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .cid-uKKslvIaFU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border: none;
    padding: 0 24px;
  }
}
.cid-uKKslvIaFU .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-uKKslvIaFU .embla__slide .slide-content:hover .item-wrapper .item-img,
.cid-uKKslvIaFU .embla__slide .slide-content:focus .item-wrapper .item-img {
  min-height: 620px;
}
@media (max-width: 767px) {
  .cid-uKKslvIaFU .embla__slide .slide-content:hover .item-wrapper .item-img,
  .cid-uKKslvIaFU .embla__slide .slide-content:focus .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-uKKslvIaFU .embla__slide .slide-content:hover .item-wrapper .item-content .item-text,
.cid-uKKslvIaFU .embla__slide .slide-content:focus .item-wrapper .item-content .item-text {
  transform: translateY(0);
  height: auto;
  opacity: 1;
}
.cid-uKKslvIaFU .embla__slide .slide-content:hover .btn-wrap,
.cid-uKKslvIaFU .embla__slide .slide-content:focus .btn-wrap {
  margin-top: 0;
}
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 650px;
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
  border-radius: .5rem;
}
@media (max-width: 767px) {
  .cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-img {
    min-height: 400px;
    margin-bottom: 24px;
  }
}
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-img img {
  transform: scale(1.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-img .list-wrapper {
  display: block;
}
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 12px;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap {
  background-color: #8aa29e;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 8px;
  width: fit-content;
}
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #72716b;
  padding-top: 32px;
}
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-content .mbr-date {
  margin-bottom: 0;
}
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-content .title-wrap {
  display: block;
}
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-content .title-wrap:hover .item-title,
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-content .title-wrap:focus .item-title {
  color: #e0b548;
}
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uKKslvIaFU .embla__slide .slide-content .item-wrapper .item-content .item-text {
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  opacity: 0;
}
.cid-uKKslvIaFU .embla__slide .slide-content .btn-wrap {
  margin-top: -3rem;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.cid-uKKslvIaFU .embla__slide .slide-content .btn-wrap .mbr-section-btn {
  margin-top: 24px;
  z-index: 1;
}
.cid-uKKslvIaFU .embla__slide .slide-content .btn-wrap .mbr-number {
  margin: 16px 0 0 0;
}
.cid-uKKslvIaFU .embla__button--next,
.cid-uKKslvIaFU .embla__button--prev {
  display: flex;
}
.cid-uKKslvIaFU .embla__button {
  bottom: 1rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #af142e !important;
  color: #1a3132;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKKslvIaFU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKKslvIaFU .embla__button:hover {
  opacity: .85 !important;
  color: #e94e1b !important;
}
.cid-uKKslvIaFU .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uKKslvIaFU .embla__button.embla__button--next {
  right: 32px;
}
.cid-uKKslvIaFU .embla {
  position: relative;
  width: 100%;
  padding: 32px 0;
  border-top: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 767px) {
  .cid-uKKslvIaFU .embla {
    padding: 24px 0;
  }
}
.cid-uKKslvIaFU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKKslvIaFU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKKslvIaFU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKKslvIaFU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKKslvIaFU .list {
  color: #000000;
}
.cid-uKKslvIaFU .mbr-date {
  color: #F9F6E0;
}
.cid-uKKslvIaFU .item-title {
  color: #F9F6E0;
}
.cid-uKKslvIaFU .item-text {
  color: #F9F6E0;
}
.cid-uKKslvIaFU .mbr-number {
  color: #ffffff;
}
.cid-uLSmCFmW0w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #474a48;
}
.cid-uLSmCFmW0w .item:focus,
.cid-uLSmCFmW0w span:focus {
  outline: none;
}
.cid-uLSmCFmW0w .item-wrapper {
  position: relative;
}
.cid-uLSmCFmW0w .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uLSmCFmW0w .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uLSmCFmW0w .container {
    padding: 0 24px;
  }
}
.cid-uLSmCFmW0w .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  border-right: 1px solid #72716b;
  padding: 0 32px;
}
.cid-uLSmCFmW0w .embla__slide:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .cid-uLSmCFmW0w .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border: none;
    padding: 0 24px;
  }
}
.cid-uLSmCFmW0w .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-uLSmCFmW0w .embla__slide .slide-content:hover .item-wrapper .item-img,
.cid-uLSmCFmW0w .embla__slide .slide-content:focus .item-wrapper .item-img {
  min-height: 620px;
}
@media (max-width: 767px) {
  .cid-uLSmCFmW0w .embla__slide .slide-content:hover .item-wrapper .item-img,
  .cid-uLSmCFmW0w .embla__slide .slide-content:focus .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-uLSmCFmW0w .embla__slide .slide-content:hover .item-wrapper .item-content .item-text,
.cid-uLSmCFmW0w .embla__slide .slide-content:focus .item-wrapper .item-content .item-text {
  transform: translateY(0);
  height: auto;
  opacity: 1;
}
.cid-uLSmCFmW0w .embla__slide .slide-content:hover .btn-wrap,
.cid-uLSmCFmW0w .embla__slide .slide-content:focus .btn-wrap {
  margin-top: 0;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 650px;
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
  border-radius: .5rem;
}
@media (max-width: 767px) {
  .cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-img {
    min-height: 400px;
    margin-bottom: 24px;
  }
}
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-img img {
  transform: scale(1.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-img .list-wrapper {
  display: block;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 12px;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap {
  background-color: #8aa29e;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 8px;
  width: fit-content;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #72716b;
  padding-top: 32px;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-content .mbr-date {
  margin-bottom: 0;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-content .title-wrap {
  display: block;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-content .title-wrap:hover .item-title,
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-content .title-wrap:focus .item-title {
  color: #e0b548;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .item-wrapper .item-content .item-text {
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  opacity: 0;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .btn-wrap {
  margin-top: -3rem;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .btn-wrap .mbr-section-btn {
  margin-top: 24px;
  z-index: 1;
}
.cid-uLSmCFmW0w .embla__slide .slide-content .btn-wrap .mbr-number {
  margin: 16px 0 0 0;
}
.cid-uLSmCFmW0w .embla__button--next,
.cid-uLSmCFmW0w .embla__button--prev {
  display: flex;
}
.cid-uLSmCFmW0w .embla__button {
  bottom: 1rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #af142e !important;
  color: #1a3132;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uLSmCFmW0w .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLSmCFmW0w .embla__button:hover {
  opacity: .85 !important;
  color: #e94e1b !important;
}
.cid-uLSmCFmW0w .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uLSmCFmW0w .embla__button.embla__button--next {
  right: 32px;
}
.cid-uLSmCFmW0w .embla {
  position: relative;
  width: 100%;
  padding: 32px 0;
  border-top: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 767px) {
  .cid-uLSmCFmW0w .embla {
    padding: 24px 0;
  }
}
.cid-uLSmCFmW0w .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLSmCFmW0w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLSmCFmW0w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLSmCFmW0w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLSmCFmW0w .list {
  color: #000000;
}
.cid-uLSmCFmW0w .mbr-date {
  color: #F9F6E0;
}
.cid-uLSmCFmW0w .item-title {
  color: #F9F6E0;
}
.cid-uLSmCFmW0w .item-text {
  color: #F9F6E0;
}
.cid-uLSmCFmW0w .mbr-number {
  color: #ffffff;
}
.cid-uKKnYTcC0o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e94e1b;
}
.cid-uKKnYTcC0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKnYTcC0o .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-uKKnYTcC0o .container {
    padding: 0 30px;
  }
}
.cid-uKKnYTcC0o .row {
  justify-content: center;
}
.cid-uKKnYTcC0o .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #ccd4cd;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uKKnYTcC0o .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uKKnYTcC0o .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKKnYTcC0o .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uKKnYTcC0o .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKKnYTcC0o .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uKKnYTcC0o .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uKKnYTcC0o .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uKKnYTcC0o .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uKKnYTcC0o .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #1a3132;
}
.cid-uKKnYTcC0o .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #ccd4cd;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKKnYTcC0o .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
.cid-uKKnYTcC0o .mbr-desc {
  color: #ccd4cd;
  text-align: left;
}
.cid-uKKnYTUY2X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a3132;
}
.cid-uKKnYTUY2X .mbr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #829d85;
}
.cid-uKKnYTUY2X .copyright-section,
.cid-uKKnYTUY2X .social-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-uKKnYTUY2X .line {
  margin: 10px 0;
  width: 100%;
}
.cid-uKKnYTUY2X .logo-section img {
  margin: 0 auto;
}
.cid-uKKnYTUY2X .social-media ul {
  padding: 0;
  margin-bottom: 0;
}
.cid-uKKnYTUY2X .social-media ul li {
  display: inline-block;
  margin-left: 50px;
}
.cid-uKKnYTUY2X .mobirise-rights {
  letter-spacing: .4px;
}
@media (max-width: 992px) {
  .cid-uKKnYTUY2X .social-media ul li {
    margin-left: 30px;
  }
  .cid-uKKnYTUY2X .container-fluid {
    padding: 0 2rem;
  }
  .cid-uKKnYTUY2X .menu-container {
    margin-bottom: 20px;
  }
  .cid-uKKnYTUY2X .mbr-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uKKnYTUY2X .mbr-list li {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKKnYTUY2X .copyright-section {
    order: 1;
  }
  .cid-uKKnYTUY2X .copyright-section hr {
    display: none;
  }
  .cid-uKKnYTUY2X .social-media {
    margin-top: 30px;
  }
  .cid-uKKnYTUY2X .social-media li:first-child {
    margin-left: 0;
  }
  .cid-uKKnYTUY2X .line {
    margin: 25px 0;
  }
  .cid-uKKnYTUY2X .mobirise-rights,
  .cid-uKKnYTUY2X .social-media {
    align-items: center;
    text-align: center;
  }
}
.cid-uKKnYTUY2X .mbr-text,
.cid-uKKnYTUY2X .copyright-section {
  color: #ccd4cd;
}
