body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff7123 !important;
}
.bg-success {
  background-color: #ff7123 !important;
}
.bg-info {
  background-color: #ff7123 !important;
}
.bg-warning {
  background-color: #ff7123 !important;
}
.bg-danger {
  background-color: #ff7123 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff7123 !important;
  border-color: #ff7123 !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: #cb4800 !important;
  border-color: #cb4800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cb4800 !important;
  border-color: #cb4800 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff7123 !important;
  border-color: #ff7123 !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: #cb4800 !important;
  border-color: #cb4800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cb4800 !important;
  border-color: #cb4800 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff7123 !important;
  border-color: #ff7123 !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: #cb4800 !important;
  border-color: #cb4800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cb4800 !important;
  border-color: #cb4800 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7123 !important;
  border-color: #ff7123 !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: #cb4800 !important;
  border-color: #cb4800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cb4800 !important;
  border-color: #cb4800 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff7123 !important;
  border-color: #ff7123 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #cb4800 !important;
  border-color: #cb4800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cb4800 !important;
  border-color: #cb4800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff7123 !important;
  border-color: #ff7123 !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: #cb4800 !important;
  border-color: #cb4800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cb4800 !important;
  border-color: #cb4800 !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: #ff7123;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cb4800 !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: #ff7123 !important;
  border-color: #ff7123 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7123;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cb4800 !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: #ff7123 !important;
  border-color: #ff7123 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7123;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cb4800 !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: #ff7123 !important;
  border-color: #ff7123 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7123;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cb4800 !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: #ff7123 !important;
  border-color: #ff7123 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7123;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cb4800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7123 !important;
  border-color: #ff7123 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7123;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cb4800 !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: #ff7123 !important;
  border-color: #ff7123 !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: #ff7123 !important;
}
.text-secondary {
  color: #ff7123 !important;
}
.text-success {
  color: #ff7123 !important;
}
.text-info {
  color: #ff7123 !important;
}
.text-warning {
  color: #ff7123 !important;
}
.text-danger {
  color: #ff7123 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bc4300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bc4300 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bc4300 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bc4300 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bc4300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bc4300 !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: #ff7123;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff7123;
}
.alert-warning {
  background-color: #ff7123;
}
.alert-danger {
  background-color: #ff7123;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff7123;
  border-color: #ff7123;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff7123;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5ef;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff5ef;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff5ef;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5ef;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff5ef;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff7123 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff7123;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff7123;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff7123;
}
.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: #ff7123;
  border-bottom-color: #ff7123;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff7123 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff7123 !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='%23ff7123' %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-uCCiQzxdFL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCCiQzxdFL nav.navbar {
  position: fixed;
}
.cid-uCCiQzxdFL .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-uCCiQzxdFL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCCiQzxdFL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCCiQzxdFL .dropdown-item:hover,
.cid-uCCiQzxdFL .dropdown-item:focus {
  background: #ff7123 !important;
  color: white !important;
}
.cid-uCCiQzxdFL .dropdown-item:hover span {
  color: white;
}
.cid-uCCiQzxdFL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCCiQzxdFL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCCiQzxdFL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCCiQzxdFL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCCiQzxdFL .nav-link {
  position: relative;
}
.cid-uCCiQzxdFL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCCiQzxdFL .container {
    flex-wrap: nowrap;
  }
}
.cid-uCCiQzxdFL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCCiQzxdFL .dropdown-menu,
.cid-uCCiQzxdFL .navbar.opened {
  background: #ffffff !important;
}
.cid-uCCiQzxdFL .nav-item:focus,
.cid-uCCiQzxdFL .nav-link:focus {
  outline: none;
}
.cid-uCCiQzxdFL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCiQzxdFL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCiQzxdFL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCiQzxdFL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCiQzxdFL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCiQzxdFL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCiQzxdFL .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: #ffffff;
}
.cid-uCCiQzxdFL .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCiQzxdFL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCiQzxdFL .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCiQzxdFL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCCiQzxdFL .navbar.collapsed {
  justify-content: center;
}
.cid-uCCiQzxdFL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCiQzxdFL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCiQzxdFL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCCiQzxdFL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCiQzxdFL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCiQzxdFL .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-uCCiQzxdFL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCiQzxdFL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCCiQzxdFL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCCiQzxdFL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCiQzxdFL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCiQzxdFL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCiQzxdFL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCiQzxdFL .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-uCCiQzxdFL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCCiQzxdFL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCCiQzxdFL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCiQzxdFL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCCiQzxdFL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCCiQzxdFL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCCiQzxdFL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCCiQzxdFL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCCiQzxdFL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCCiQzxdFL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCCiQzxdFL .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-uCCiQzxdFL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCiQzxdFL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCiQzxdFL .dropdown-item.active,
.cid-uCCiQzxdFL .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCiQzxdFL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCiQzxdFL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCiQzxdFL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCiQzxdFL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCCiQzxdFL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCCiQzxdFL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCCiQzxdFL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCiQzxdFL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCCiQzxdFL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCiQzxdFL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCCiQzxdFL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCiQzxdFL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCiQzxdFL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCiQzxdFL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCiQzxdFL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCiQzxdFL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCiQzxdFL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCiQzxdFL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCiQzxdFL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCCiQzxdFL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCiQzxdFL .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-uCCiQzxdFL .navbar {
    height: 70px;
  }
  .cid-uCCiQzxdFL .navbar.opened {
    height: auto;
  }
  .cid-uCCiQzxdFL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCCiU3U1fD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCiU3U1fD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-uCClrKcaJU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uCClrKcaJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCClrKcaJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCClrKcaJU .card-wrapper {
  overflow: hidden;
  background: #f5f5f5;
}
.cid-uCClrKcaJU .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uCClrKcaJU .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uCClrKcaJU .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uCClrKcaJU .row {
  flex-direction: row-reverse;
}
.cid-uCClrKcaJU .image-wrapper {
  padding: 0 0.75rem;
}
.cid-uCClrKcaJU img,
.cid-uCClrKcaJU .image-wrapper {
  height: 600px;
  object-fit: cover;
}
.cid-uCClrKcaJU .mbr-section-title {
  color: #000000;
}
.cid-uCClrKcaJU .mbr-text {
  color: #000000;
}
.cid-uCClsMowuP {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uCClsMowuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCClsMowuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCClsMowuP .card-wrapper {
  overflow: hidden;
  background: #f5f5f5;
}
.cid-uCClsMowuP .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uCClsMowuP .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uCClsMowuP .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uCClsMowuP .image-wrapper {
  padding: 0 0.75rem;
}
.cid-uCClsMowuP img,
.cid-uCClsMowuP .image-wrapper {
  height: 600px;
  object-fit: cover;
}
.cid-uCClsMowuP .mbr-section-title {
  color: #000000;
}
.cid-uCClsMowuP .mbr-text {
  color: #000000;
}
.cid-uCCltsr8Yf {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uCCltsr8Yf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCltsr8Yf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCltsr8Yf .card-wrapper {
  overflow: hidden;
  background: #f5f5f5;
}
.cid-uCCltsr8Yf .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uCCltsr8Yf .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uCCltsr8Yf .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uCCltsr8Yf .row {
  flex-direction: row-reverse;
}
.cid-uCCltsr8Yf .image-wrapper {
  padding: 0 0.75rem;
}
.cid-uCCltsr8Yf img,
.cid-uCCltsr8Yf .image-wrapper {
  height: 600px;
  object-fit: cover;
}
.cid-uCCltsr8Yf .mbr-section-title {
  color: #000000;
}
.cid-uCCltsr8Yf .mbr-text {
  color: #000000;
}
.cid-uCHBO7wWZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-background-1920x720.webp");
}
.cid-uCHBO7wWZp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCHBO7wWZp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCHBO7wWZp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCHBO7wWZp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCHBO7wWZp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCHBO7wWZp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCHBO7wWZp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCCiQzxdFL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCCiQzxdFL nav.navbar {
  position: fixed;
}
.cid-uCCiQzxdFL .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-uCCiQzxdFL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCCiQzxdFL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCCiQzxdFL .dropdown-item:hover,
.cid-uCCiQzxdFL .dropdown-item:focus {
  background: #ff7123 !important;
  color: white !important;
}
.cid-uCCiQzxdFL .dropdown-item:hover span {
  color: white;
}
.cid-uCCiQzxdFL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCCiQzxdFL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCCiQzxdFL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCCiQzxdFL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCCiQzxdFL .nav-link {
  position: relative;
}
.cid-uCCiQzxdFL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCCiQzxdFL .container {
    flex-wrap: nowrap;
  }
}
.cid-uCCiQzxdFL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCCiQzxdFL .dropdown-menu,
.cid-uCCiQzxdFL .navbar.opened {
  background: #ffffff !important;
}
.cid-uCCiQzxdFL .nav-item:focus,
.cid-uCCiQzxdFL .nav-link:focus {
  outline: none;
}
.cid-uCCiQzxdFL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCiQzxdFL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCiQzxdFL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCiQzxdFL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCiQzxdFL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCiQzxdFL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCiQzxdFL .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: #ffffff;
}
.cid-uCCiQzxdFL .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCiQzxdFL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCiQzxdFL .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCiQzxdFL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCCiQzxdFL .navbar.collapsed {
  justify-content: center;
}
.cid-uCCiQzxdFL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCiQzxdFL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCiQzxdFL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCCiQzxdFL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCiQzxdFL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCiQzxdFL .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-uCCiQzxdFL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCiQzxdFL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCCiQzxdFL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCCiQzxdFL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCiQzxdFL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCiQzxdFL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCiQzxdFL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCiQzxdFL .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-uCCiQzxdFL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCCiQzxdFL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCCiQzxdFL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCiQzxdFL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCCiQzxdFL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCCiQzxdFL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCCiQzxdFL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCCiQzxdFL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCCiQzxdFL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCCiQzxdFL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCCiQzxdFL .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-uCCiQzxdFL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCiQzxdFL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCiQzxdFL .dropdown-item.active,
.cid-uCCiQzxdFL .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCiQzxdFL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCiQzxdFL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCiQzxdFL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCiQzxdFL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCCiQzxdFL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCCiQzxdFL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCCiQzxdFL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCiQzxdFL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCCiQzxdFL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCiQzxdFL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCCiQzxdFL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCiQzxdFL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCiQzxdFL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCiQzxdFL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCiQzxdFL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCiQzxdFL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCiQzxdFL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCiQzxdFL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCiQzxdFL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCCiQzxdFL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCiQzxdFL .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-uCCiQzxdFL .navbar {
    height: 70px;
  }
  .cid-uCCiQzxdFL .navbar.opened {
    height: auto;
  }
  .cid-uCCiQzxdFL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCCnUFpE9j {
  background-image: url("../../../assets/images/shutterstock-519507367-2000x1291.webp");
}
.cid-uCCnUFpE9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCnUFpE9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCnUFpE9j .mbr-section-title {
  text-align: left;
}
.cid-uEpec0hoHD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpec0hoHD .mbr-section-subtitle {
  color: #165696;
}
.cid-uEpfF6v770 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpfF6v770 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpfF6v770 .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-uEpfF6v770 .container {
    padding: 0 30px;
  }
}
.cid-uEpfF6v770 .row {
  justify-content: center;
}
.cid-uEpfF6v770 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpfF6v770 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEpfF6v770 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpfF6v770 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEpfF6v770 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEpfF6v770 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEpfF6v770 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEpfF6v770 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEpfF6v770 .mbr-section-title {
  color: #000000;
}
.cid-uEpfF6v770 .mbr-text {
  color: #000000;
}
.cid-uEpfF6v770 .list,
.cid-uEpfF6v770 .item-wrap {
  color: #000000;
}
.cid-uEppEEO1VZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEppRrumdi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEppRrumdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEppRrumdi .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-uEppRrumdi .container {
    padding: 0 30px;
  }
}
.cid-uEppRrumdi .row {
  justify-content: center;
}
.cid-uEppRrumdi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEppRrumdi .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEppRrumdi .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEppRrumdi .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEppRrumdi .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEppRrumdi .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEppRrumdi .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEppRrumdi .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEppRrumdi .mbr-section-title {
  color: #000000;
}
.cid-uEppRrumdi .mbr-text {
  color: #000000;
}
.cid-uEppRrumdi .list,
.cid-uEppRrumdi .item-wrap {
  color: #000000;
}
.cid-uEpqbBQAvP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpqbBQAvP .mbr-section-subtitle {
  color: #000000;
}
.cid-uEpqhnzLUF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpqhnzLUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpqhnzLUF .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-uEpqhnzLUF .container {
    padding: 0 30px;
  }
}
.cid-uEpqhnzLUF .row {
  justify-content: center;
}
.cid-uEpqhnzLUF .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpqhnzLUF .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEpqhnzLUF .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpqhnzLUF .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEpqhnzLUF .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEpqhnzLUF .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEpqhnzLUF .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEpqhnzLUF .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEpqhnzLUF .mbr-section-title {
  color: #000000;
}
.cid-uEpqhnzLUF .mbr-text {
  color: #000000;
}
.cid-uEpqhnzLUF .list,
.cid-uEpqhnzLUF .item-wrap {
  color: #000000;
}
.cid-uEpqAX7hag {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpqAX7hag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpqAX7hag .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-uEpqAX7hag .container {
    padding: 0 30px;
  }
}
.cid-uEpqAX7hag .row {
  justify-content: center;
}
.cid-uEpqAX7hag .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpqAX7hag .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEpqAX7hag .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpqAX7hag .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEpqAX7hag .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEpqAX7hag .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEpqAX7hag .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEpqAX7hag .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEpqAX7hag .mbr-section-title {
  color: #000000;
}
.cid-uEpqAX7hag .mbr-text {
  color: #000000;
}
.cid-uEpqAX7hag .list,
.cid-uEpqAX7hag .item-wrap {
  color: #000000;
}
.cid-uEpqBFmaIO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpqBFmaIO .mbr-section-subtitle {
  color: #000000;
}
.cid-uCCoz1vODF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uCCoz1vODF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCoz1vODF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCoz1vODF .video-wrapper iframe {
  width: 100%;
}
.cid-uCCoz1vODF .mbr-section-title,
.cid-uCCoz1vODF .mbr-section-subtitle,
.cid-uCCoz1vODF .mbr-text {
  text-align: center;
}
.cid-uCHBO7wWZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-background-1920x720.webp");
}
.cid-uCHBO7wWZp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCHBO7wWZp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCHBO7wWZp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCHBO7wWZp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCHBO7wWZp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCHBO7wWZp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCHBO7wWZp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCCoZLZjcK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCCoZLZjcK nav.navbar {
  position: fixed;
}
.cid-uCCoZLZjcK .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-uCCoZLZjcK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCCoZLZjcK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCCoZLZjcK .dropdown-item:hover,
.cid-uCCoZLZjcK .dropdown-item:focus {
  background: #ff7123 !important;
  color: white !important;
}
.cid-uCCoZLZjcK .dropdown-item:hover span {
  color: white;
}
.cid-uCCoZLZjcK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCCoZLZjcK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCCoZLZjcK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCCoZLZjcK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCCoZLZjcK .nav-link {
  position: relative;
}
.cid-uCCoZLZjcK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCCoZLZjcK .container {
    flex-wrap: nowrap;
  }
}
.cid-uCCoZLZjcK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCCoZLZjcK .dropdown-menu,
.cid-uCCoZLZjcK .navbar.opened {
  background: #ffffff !important;
}
.cid-uCCoZLZjcK .nav-item:focus,
.cid-uCCoZLZjcK .nav-link:focus {
  outline: none;
}
.cid-uCCoZLZjcK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCoZLZjcK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCoZLZjcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCoZLZjcK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCoZLZjcK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCoZLZjcK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCoZLZjcK .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: #ffffff;
}
.cid-uCCoZLZjcK .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCoZLZjcK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCoZLZjcK .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCoZLZjcK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCCoZLZjcK .navbar.collapsed {
  justify-content: center;
}
.cid-uCCoZLZjcK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCoZLZjcK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCoZLZjcK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCCoZLZjcK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCoZLZjcK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCoZLZjcK .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-uCCoZLZjcK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCoZLZjcK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCCoZLZjcK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCCoZLZjcK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCoZLZjcK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCoZLZjcK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCoZLZjcK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCoZLZjcK .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-uCCoZLZjcK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCCoZLZjcK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCCoZLZjcK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCoZLZjcK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCCoZLZjcK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCCoZLZjcK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCCoZLZjcK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCCoZLZjcK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCCoZLZjcK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCCoZLZjcK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCCoZLZjcK .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-uCCoZLZjcK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCoZLZjcK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCoZLZjcK .dropdown-item.active,
.cid-uCCoZLZjcK .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCoZLZjcK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCoZLZjcK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCoZLZjcK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCoZLZjcK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCCoZLZjcK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCCoZLZjcK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCCoZLZjcK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCoZLZjcK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCCoZLZjcK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCoZLZjcK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCCoZLZjcK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCoZLZjcK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCoZLZjcK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCoZLZjcK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCoZLZjcK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCoZLZjcK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCoZLZjcK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCoZLZjcK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCoZLZjcK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCCoZLZjcK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCoZLZjcK .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-uCCoZLZjcK .navbar {
    height: 70px;
  }
  .cid-uCCoZLZjcK .navbar.opened {
    height: auto;
  }
  .cid-uCCoZLZjcK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCCoZMHNWr {
  background-image: url("../../../assets/images/shutterstock-1030781125-2000x921.webp");
}
.cid-uCCoZMHNWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCoZMHNWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCoZMHNWr .mbr-section-title {
  text-align: left;
}
.cid-uCCoZMWoct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCCoZMWoct .mbr-section-subtitle {
  color: #165696;
}
.cid-uEprmDDbgQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEprmDDbgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEprmDDbgQ .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-uEprmDDbgQ .container {
    padding: 0 30px;
  }
}
.cid-uEprmDDbgQ .row {
  justify-content: center;
}
.cid-uEprmDDbgQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEprmDDbgQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEprmDDbgQ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEprmDDbgQ .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEprmDDbgQ .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEprmDDbgQ .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEprmDDbgQ .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEprmDDbgQ .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEprmDDbgQ .mbr-section-title {
  color: #000000;
}
.cid-uEprmDDbgQ .mbr-text {
  color: #000000;
}
.cid-uEprmDDbgQ .list,
.cid-uEprmDDbgQ .item-wrap {
  color: #000000;
}
.cid-uEprHPbSmd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEprHPbSmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEprHPbSmd .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-uEprHPbSmd .container {
    padding: 0 30px;
  }
}
.cid-uEprHPbSmd .row {
  justify-content: center;
}
.cid-uEprHPbSmd .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEprHPbSmd .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEprHPbSmd .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEprHPbSmd .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEprHPbSmd .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEprHPbSmd .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEprHPbSmd .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEprHPbSmd .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEprHPbSmd .mbr-section-title {
  color: #000000;
}
.cid-uEprHPbSmd .mbr-text {
  color: #000000;
}
.cid-uEprHPbSmd .list,
.cid-uEprHPbSmd .item-wrap {
  color: #000000;
}
.cid-uEps24PERn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEps24PERn .mbr-section-subtitle {
  color: #000000;
}
.cid-uEps5DRrLd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEps5DRrLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEps5DRrLd .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-uEps5DRrLd .container {
    padding: 0 30px;
  }
}
.cid-uEps5DRrLd .row {
  justify-content: center;
}
.cid-uEps5DRrLd .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEps5DRrLd .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEps5DRrLd .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEps5DRrLd .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEps5DRrLd .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEps5DRrLd .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEps5DRrLd .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEps5DRrLd .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEps5DRrLd .mbr-section-title {
  color: #000000;
}
.cid-uEps5DRrLd .mbr-text {
  color: #000000;
}
.cid-uEps5DRrLd .list,
.cid-uEps5DRrLd .item-wrap {
  color: #000000;
}
.cid-uEpsqnmwvz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpsqnmwvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpsqnmwvz .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-uEpsqnmwvz .container {
    padding: 0 30px;
  }
}
.cid-uEpsqnmwvz .row {
  justify-content: center;
}
.cid-uEpsqnmwvz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpsqnmwvz .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEpsqnmwvz .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpsqnmwvz .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEpsqnmwvz .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEpsqnmwvz .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEpsqnmwvz .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEpsqnmwvz .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEpsqnmwvz .mbr-section-title {
  color: #000000;
}
.cid-uEpsqnmwvz .mbr-text {
  color: #000000;
}
.cid-uEpsqnmwvz .list,
.cid-uEpsqnmwvz .item-wrap {
  color: #000000;
}
.cid-uEpt1VZTeY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpt1VZTeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpt1VZTeY .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-uEpt1VZTeY .container {
    padding: 0 30px;
  }
}
.cid-uEpt1VZTeY .row {
  justify-content: center;
}
.cid-uEpt1VZTeY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpt1VZTeY .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEpt1VZTeY .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpt1VZTeY .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEpt1VZTeY .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEpt1VZTeY .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEpt1VZTeY .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEpt1VZTeY .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEpt1VZTeY .mbr-section-title {
  color: #000000;
}
.cid-uEpt1VZTeY .mbr-text {
  color: #000000;
}
.cid-uEpt1VZTeY .list,
.cid-uEpt1VZTeY .item-wrap {
  color: #000000;
}
.cid-uEptkdVgQk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEptkdVgQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEptkdVgQk .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-uEptkdVgQk .container {
    padding: 0 30px;
  }
}
.cid-uEptkdVgQk .row {
  justify-content: center;
}
.cid-uEptkdVgQk .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEptkdVgQk .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEptkdVgQk .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEptkdVgQk .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEptkdVgQk .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEptkdVgQk .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEptkdVgQk .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEptkdVgQk .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEptkdVgQk .mbr-section-title {
  color: #000000;
}
.cid-uEptkdVgQk .mbr-text {
  color: #000000;
}
.cid-uEptkdVgQk .list,
.cid-uEptkdVgQk .item-wrap {
  color: #000000;
}
.cid-uEptzMbaYU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEptzMbaYU .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHBO7wWZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-background-1920x720.webp");
}
.cid-uCHBO7wWZp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCHBO7wWZp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCHBO7wWZp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCHBO7wWZp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCHBO7wWZp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCHBO7wWZp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCHBO7wWZp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCCpVrDGJE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCCpVrDGJE nav.navbar {
  position: fixed;
}
.cid-uCCpVrDGJE .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-uCCpVrDGJE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCCpVrDGJE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCCpVrDGJE .dropdown-item:hover,
.cid-uCCpVrDGJE .dropdown-item:focus {
  background: #ff7123 !important;
  color: white !important;
}
.cid-uCCpVrDGJE .dropdown-item:hover span {
  color: white;
}
.cid-uCCpVrDGJE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCCpVrDGJE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCCpVrDGJE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCCpVrDGJE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCCpVrDGJE .nav-link {
  position: relative;
}
.cid-uCCpVrDGJE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCCpVrDGJE .container {
    flex-wrap: nowrap;
  }
}
.cid-uCCpVrDGJE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCCpVrDGJE .dropdown-menu,
.cid-uCCpVrDGJE .navbar.opened {
  background: #ffffff !important;
}
.cid-uCCpVrDGJE .nav-item:focus,
.cid-uCCpVrDGJE .nav-link:focus {
  outline: none;
}
.cid-uCCpVrDGJE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCpVrDGJE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCpVrDGJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCpVrDGJE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCpVrDGJE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCpVrDGJE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCpVrDGJE .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: #ffffff;
}
.cid-uCCpVrDGJE .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCpVrDGJE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCpVrDGJE .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCpVrDGJE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCCpVrDGJE .navbar.collapsed {
  justify-content: center;
}
.cid-uCCpVrDGJE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCpVrDGJE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCpVrDGJE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCCpVrDGJE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCpVrDGJE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCpVrDGJE .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-uCCpVrDGJE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCpVrDGJE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCCpVrDGJE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCCpVrDGJE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCpVrDGJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCpVrDGJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCpVrDGJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCpVrDGJE .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-uCCpVrDGJE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCCpVrDGJE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCCpVrDGJE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCpVrDGJE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCCpVrDGJE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCCpVrDGJE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCCpVrDGJE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCCpVrDGJE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCCpVrDGJE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCCpVrDGJE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCCpVrDGJE .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-uCCpVrDGJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCpVrDGJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCpVrDGJE .dropdown-item.active,
.cid-uCCpVrDGJE .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCpVrDGJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCpVrDGJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCpVrDGJE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCpVrDGJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCCpVrDGJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCCpVrDGJE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCCpVrDGJE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCpVrDGJE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCCpVrDGJE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCpVrDGJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCCpVrDGJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCpVrDGJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCpVrDGJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCpVrDGJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCpVrDGJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCpVrDGJE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCpVrDGJE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCpVrDGJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCpVrDGJE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCCpVrDGJE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCpVrDGJE .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-uCCpVrDGJE .navbar {
    height: 70px;
  }
  .cid-uCCpVrDGJE .navbar.opened {
    height: auto;
  }
  .cid-uCCpVrDGJE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCCpVskz0I {
  background-image: url("../../../assets/images/hand-shake-dr-1-1500x1001.webp");
}
.cid-uCCpVskz0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCpVskz0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCpVskz0I .mbr-section-title {
  text-align: left;
}
.cid-uCCpVsAxwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCCpVsAxwn .mbr-section-subtitle {
  color: #165696;
}
.cid-uEpYXbKHN1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpYXbKHN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpYXbKHN1 .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-uEpYXbKHN1 .container {
    padding: 0 30px;
  }
}
.cid-uEpYXbKHN1 .row {
  justify-content: center;
}
.cid-uEpYXbKHN1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpYXbKHN1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEpYXbKHN1 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpYXbKHN1 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEpYXbKHN1 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEpYXbKHN1 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEpYXbKHN1 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEpYXbKHN1 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEpYXbKHN1 .mbr-section-title {
  color: #000000;
}
.cid-uEpYXbKHN1 .mbr-text {
  color: #000000;
}
.cid-uEpYXbKHN1 .list,
.cid-uEpYXbKHN1 .item-wrap {
  color: #000000;
}
.cid-uEq0h15aCo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq0h15aCo .mbr-section-subtitle {
  color: #000000;
}
.cid-uEq0mCoadH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq0mCoadH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq0mCoadH .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-uEq0mCoadH .container {
    padding: 0 30px;
  }
}
.cid-uEq0mCoadH .row {
  justify-content: center;
}
.cid-uEq0mCoadH .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq0mCoadH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq0mCoadH .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq0mCoadH .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq0mCoadH .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq0mCoadH .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq0mCoadH .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq0mCoadH .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq0mCoadH .mbr-section-title {
  color: #000000;
}
.cid-uEq0mCoadH .mbr-text {
  color: #000000;
}
.cid-uEq0mCoadH .list,
.cid-uEq0mCoadH .item-wrap {
  color: #000000;
}
.cid-uEq0lLRm37 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq0lLRm37 .mbr-section-subtitle {
  color: #000000;
}
.cid-uEq0MuAXWH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq0MuAXWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq0MuAXWH .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-uEq0MuAXWH .container {
    padding: 0 30px;
  }
}
.cid-uEq0MuAXWH .row {
  justify-content: center;
}
.cid-uEq0MuAXWH .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq0MuAXWH .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq0MuAXWH .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq0MuAXWH .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq0MuAXWH .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq0MuAXWH .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq0MuAXWH .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq0MuAXWH .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq0MuAXWH .mbr-section-title {
  color: #000000;
}
.cid-uEq0MuAXWH .mbr-text {
  color: #000000;
}
.cid-uEq0MuAXWH .list,
.cid-uEq0MuAXWH .item-wrap {
  color: #000000;
}
.cid-uEq0NquBfW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq0NquBfW .mbr-section-subtitle {
  color: #000000;
}
.cid-uEq1s4gHbS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq1s4gHbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq1s4gHbS .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-uEq1s4gHbS .container {
    padding: 0 30px;
  }
}
.cid-uEq1s4gHbS .row {
  justify-content: center;
}
.cid-uEq1s4gHbS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq1s4gHbS .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq1s4gHbS .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq1s4gHbS .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq1s4gHbS .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq1s4gHbS .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq1s4gHbS .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq1s4gHbS .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq1s4gHbS .mbr-section-title {
  color: #000000;
}
.cid-uEq1s4gHbS .mbr-text {
  color: #000000;
}
.cid-uEq1s4gHbS .list,
.cid-uEq1s4gHbS .item-wrap {
  color: #000000;
}
.cid-uEq1wac5F2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq1wac5F2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq1wac5F2 .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-uEq1wac5F2 .container {
    padding: 0 30px;
  }
}
.cid-uEq1wac5F2 .row {
  justify-content: center;
}
.cid-uEq1wac5F2 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq1wac5F2 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq1wac5F2 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq1wac5F2 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq1wac5F2 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq1wac5F2 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq1wac5F2 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq1wac5F2 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq1wac5F2 .mbr-section-title {
  color: #000000;
}
.cid-uEq1wac5F2 .mbr-text {
  color: #000000;
}
.cid-uEq1wac5F2 .list,
.cid-uEq1wac5F2 .item-wrap {
  color: #000000;
}
.cid-uEq1tnaqmt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq1tnaqmt .mbr-section-subtitle {
  color: #000000;
}
.cid-uEq1UIZ7Ah {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq1UIZ7Ah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq1UIZ7Ah .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-uEq1UIZ7Ah .container {
    padding: 0 30px;
  }
}
.cid-uEq1UIZ7Ah .row {
  justify-content: center;
}
.cid-uEq1UIZ7Ah .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq1UIZ7Ah .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq1UIZ7Ah .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq1UIZ7Ah .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq1UIZ7Ah .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq1UIZ7Ah .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq1UIZ7Ah .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq1UIZ7Ah .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq1UIZ7Ah .mbr-section-title {
  color: #000000;
}
.cid-uEq1UIZ7Ah .mbr-text {
  color: #000000;
}
.cid-uEq1UIZ7Ah .list,
.cid-uEq1UIZ7Ah .item-wrap {
  color: #000000;
}
.cid-uEq1VSEF9j {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq1VSEF9j .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHBO7wWZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-background-1920x720.webp");
}
.cid-uCHBO7wWZp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCHBO7wWZp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCHBO7wWZp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCHBO7wWZp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCHBO7wWZp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCHBO7wWZp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCHBO7wWZp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCCqirLC2P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCCqirLC2P nav.navbar {
  position: fixed;
}
.cid-uCCqirLC2P .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-uCCqirLC2P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCCqirLC2P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCCqirLC2P .dropdown-item:hover,
.cid-uCCqirLC2P .dropdown-item:focus {
  background: #ff7123 !important;
  color: white !important;
}
.cid-uCCqirLC2P .dropdown-item:hover span {
  color: white;
}
.cid-uCCqirLC2P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCCqirLC2P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCCqirLC2P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCCqirLC2P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCCqirLC2P .nav-link {
  position: relative;
}
.cid-uCCqirLC2P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCCqirLC2P .container {
    flex-wrap: nowrap;
  }
}
.cid-uCCqirLC2P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCCqirLC2P .dropdown-menu,
.cid-uCCqirLC2P .navbar.opened {
  background: #ffffff !important;
}
.cid-uCCqirLC2P .nav-item:focus,
.cid-uCCqirLC2P .nav-link:focus {
  outline: none;
}
.cid-uCCqirLC2P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCqirLC2P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCqirLC2P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCqirLC2P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCqirLC2P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCqirLC2P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCqirLC2P .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: #ffffff;
}
.cid-uCCqirLC2P .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCqirLC2P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCqirLC2P .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCqirLC2P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCCqirLC2P .navbar.collapsed {
  justify-content: center;
}
.cid-uCCqirLC2P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCqirLC2P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCqirLC2P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCCqirLC2P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCqirLC2P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCqirLC2P .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-uCCqirLC2P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCqirLC2P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCCqirLC2P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCCqirLC2P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCqirLC2P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCqirLC2P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCqirLC2P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCqirLC2P .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-uCCqirLC2P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCCqirLC2P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCCqirLC2P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCqirLC2P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCCqirLC2P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCCqirLC2P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCCqirLC2P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCCqirLC2P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCCqirLC2P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCCqirLC2P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCCqirLC2P .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-uCCqirLC2P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCqirLC2P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCqirLC2P .dropdown-item.active,
.cid-uCCqirLC2P .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCqirLC2P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCqirLC2P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCqirLC2P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCqirLC2P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCCqirLC2P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCCqirLC2P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCCqirLC2P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCqirLC2P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCCqirLC2P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCqirLC2P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCCqirLC2P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCqirLC2P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCqirLC2P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCqirLC2P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCqirLC2P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCqirLC2P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCqirLC2P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCqirLC2P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCqirLC2P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCCqirLC2P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCqirLC2P .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-uCCqirLC2P .navbar {
    height: 70px;
  }
  .cid-uCCqirLC2P .navbar.opened {
    height: auto;
  }
  .cid-uCCqirLC2P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCCqisnCGl {
  background-image: url("../../../assets/images/group-photo-of-medical-pros-infront-of-building-1500x1000.webp");
}
.cid-uCCqisnCGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCqisnCGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCqisnCGl .mbr-section-title {
  text-align: left;
}
.cid-uEpuOgasir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpuOgasir .mbr-section-subtitle {
  color: #165696;
}
.cid-uEpuJNu1ep {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpuJNu1ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpuJNu1ep .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-uEpuJNu1ep .container {
    padding: 0 30px;
  }
}
.cid-uEpuJNu1ep .row {
  justify-content: center;
}
.cid-uEpuJNu1ep .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpuJNu1ep .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEpuJNu1ep .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpuJNu1ep .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEpuJNu1ep .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEpuJNu1ep .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEpuJNu1ep .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEpuJNu1ep .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEpuJNu1ep .mbr-section-title {
  color: #000000;
}
.cid-uEpuJNu1ep .mbr-text {
  color: #000000;
}
.cid-uEpuJNu1ep .list,
.cid-uEpuJNu1ep .item-wrap {
  color: #000000;
}
.cid-uEpv31paR5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpv31paR5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uEpuKLrpvn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpuKLrpvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpuKLrpvn .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-uEpuKLrpvn .container {
    padding: 0 30px;
  }
}
.cid-uEpuKLrpvn .row {
  justify-content: center;
}
.cid-uEpuKLrpvn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpuKLrpvn .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEpuKLrpvn .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpuKLrpvn .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEpuKLrpvn .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEpuKLrpvn .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEpuKLrpvn .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEpuKLrpvn .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEpuKLrpvn .mbr-section-title {
  color: #000000;
}
.cid-uEpuKLrpvn .mbr-text {
  color: #000000;
}
.cid-uEpuKLrpvn .list,
.cid-uEpuKLrpvn .item-wrap {
  color: #000000;
}
.cid-uEpvi4rNgW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpvi4rNgW .mbr-section-subtitle {
  color: #000000;
}
.cid-uEpuKl3JUC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpuKl3JUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpuKl3JUC .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-uEpuKl3JUC .container {
    padding: 0 30px;
  }
}
.cid-uEpuKl3JUC .row {
  justify-content: center;
}
.cid-uEpuKl3JUC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpuKl3JUC .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEpuKl3JUC .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpuKl3JUC .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEpuKl3JUC .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEpuKl3JUC .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEpuKl3JUC .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEpuKl3JUC .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEpuKl3JUC .mbr-section-title {
  color: #000000;
}
.cid-uEpuKl3JUC .mbr-text {
  color: #000000;
}
.cid-uEpuKl3JUC .list,
.cid-uEpuKl3JUC .item-wrap {
  color: #000000;
}
.cid-uEpw6fmp5r {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpw6fmp5r .mbr-section-subtitle {
  color: #000000;
}
.cid-uEpXKhWHru {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpXKhWHru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpXKhWHru .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-uEpXKhWHru .container {
    padding: 0 30px;
  }
}
.cid-uEpXKhWHru .row {
  justify-content: center;
}
.cid-uEpXKhWHru .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpXKhWHru .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEpXKhWHru .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpXKhWHru .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEpXKhWHru .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEpXKhWHru .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEpXKhWHru .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEpXKhWHru .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEpXKhWHru .mbr-section-title {
  color: #000000;
}
.cid-uEpXKhWHru .mbr-text {
  color: #000000;
}
.cid-uEpXKhWHru .list,
.cid-uEpXKhWHru .item-wrap {
  color: #000000;
}
.cid-uEpXY1Fsi4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpXY1Fsi4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uEpXYWp4qG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpXYWp4qG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpXYWp4qG .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-uEpXYWp4qG .container {
    padding: 0 30px;
  }
}
.cid-uEpXYWp4qG .row {
  justify-content: center;
}
.cid-uEpXYWp4qG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpXYWp4qG .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEpXYWp4qG .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpXYWp4qG .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEpXYWp4qG .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEpXYWp4qG .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEpXYWp4qG .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEpXYWp4qG .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEpXYWp4qG .mbr-section-title {
  color: #000000;
}
.cid-uEpXYWp4qG .mbr-text {
  color: #000000;
}
.cid-uEpXYWp4qG .list,
.cid-uEpXYWp4qG .item-wrap {
  color: #000000;
}
.cid-uEpYe3ZWXK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpYe3ZWXK .mbr-section-subtitle {
  color: #000000;
}
.cid-uEpYi2LD3N {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpYi2LD3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpYi2LD3N .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-uEpYi2LD3N .container {
    padding: 0 30px;
  }
}
.cid-uEpYi2LD3N .row {
  justify-content: center;
}
.cid-uEpYi2LD3N .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpYi2LD3N .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEpYi2LD3N .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEpYi2LD3N .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEpYi2LD3N .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEpYi2LD3N .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEpYi2LD3N .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEpYi2LD3N .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEpYi2LD3N .mbr-section-title {
  color: #000000;
}
.cid-uEpYi2LD3N .mbr-text {
  color: #000000;
}
.cid-uEpYi2LD3N .list,
.cid-uEpYi2LD3N .item-wrap {
  color: #000000;
}
.cid-uEpYwWCLhD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEpYwWCLhD .mbr-section-subtitle {
  color: #000000;
}
.cid-uCHBO7wWZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-background-1920x720.webp");
}
.cid-uCHBO7wWZp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCHBO7wWZp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCHBO7wWZp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCHBO7wWZp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCHBO7wWZp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCHBO7wWZp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCHBO7wWZp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCCqz63UsP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCCqz63UsP nav.navbar {
  position: fixed;
}
.cid-uCCqz63UsP .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-uCCqz63UsP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCCqz63UsP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCCqz63UsP .dropdown-item:hover,
.cid-uCCqz63UsP .dropdown-item:focus {
  background: #ff7123 !important;
  color: white !important;
}
.cid-uCCqz63UsP .dropdown-item:hover span {
  color: white;
}
.cid-uCCqz63UsP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCCqz63UsP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCCqz63UsP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCCqz63UsP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCCqz63UsP .nav-link {
  position: relative;
}
.cid-uCCqz63UsP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCCqz63UsP .container {
    flex-wrap: nowrap;
  }
}
.cid-uCCqz63UsP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCCqz63UsP .dropdown-menu,
.cid-uCCqz63UsP .navbar.opened {
  background: #ffffff !important;
}
.cid-uCCqz63UsP .nav-item:focus,
.cid-uCCqz63UsP .nav-link:focus {
  outline: none;
}
.cid-uCCqz63UsP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCqz63UsP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCqz63UsP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCqz63UsP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCqz63UsP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCqz63UsP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCqz63UsP .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: #ffffff;
}
.cid-uCCqz63UsP .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCqz63UsP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCqz63UsP .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCqz63UsP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCCqz63UsP .navbar.collapsed {
  justify-content: center;
}
.cid-uCCqz63UsP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCqz63UsP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCqz63UsP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCCqz63UsP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCqz63UsP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCqz63UsP .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-uCCqz63UsP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCqz63UsP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCCqz63UsP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCCqz63UsP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCqz63UsP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCqz63UsP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCqz63UsP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCqz63UsP .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-uCCqz63UsP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCCqz63UsP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCCqz63UsP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCqz63UsP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCCqz63UsP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCCqz63UsP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCCqz63UsP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCCqz63UsP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCCqz63UsP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCCqz63UsP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCCqz63UsP .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-uCCqz63UsP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCqz63UsP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCqz63UsP .dropdown-item.active,
.cid-uCCqz63UsP .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCqz63UsP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCqz63UsP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCqz63UsP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCqz63UsP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCCqz63UsP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCCqz63UsP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCCqz63UsP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCqz63UsP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCCqz63UsP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCqz63UsP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCCqz63UsP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCqz63UsP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCqz63UsP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCqz63UsP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCqz63UsP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCqz63UsP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCqz63UsP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCqz63UsP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCqz63UsP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCCqz63UsP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCqz63UsP .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-uCCqz63UsP .navbar {
    height: 70px;
  }
  .cid-uCCqz63UsP .navbar.opened {
    height: auto;
  }
  .cid-uCCqz63UsP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCCqz6JRdD {
  background-image: url("../../../assets/images/shutterstock-582888679-2000x1194.webp");
}
.cid-uCCqz6JRdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCqz6JRdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCqz6JRdD .mbr-section-title {
  text-align: left;
}
.cid-uCCqz70a5d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCCqz70a5d .mbr-section-subtitle {
  color: #165696;
}
.cid-uEq2qp64p8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq2qp64p8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq2qp64p8 .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-uEq2qp64p8 .container {
    padding: 0 30px;
  }
}
.cid-uEq2qp64p8 .row {
  justify-content: center;
}
.cid-uEq2qp64p8 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq2qp64p8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq2qp64p8 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq2qp64p8 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq2qp64p8 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq2qp64p8 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq2qp64p8 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq2qp64p8 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq2qp64p8 .mbr-section-title {
  color: #000000;
}
.cid-uEq2qp64p8 .mbr-text {
  color: #000000;
}
.cid-uEq2qp64p8 .list,
.cid-uEq2qp64p8 .item-wrap {
  color: #000000;
}
.cid-uEq2JRLyCQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq2JRLyCQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uEq2QkfiQ7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq2QkfiQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq2QkfiQ7 .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-uEq2QkfiQ7 .container {
    padding: 0 30px;
  }
}
.cid-uEq2QkfiQ7 .row {
  justify-content: center;
}
.cid-uEq2QkfiQ7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq2QkfiQ7 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq2QkfiQ7 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq2QkfiQ7 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq2QkfiQ7 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq2QkfiQ7 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq2QkfiQ7 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq2QkfiQ7 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq2QkfiQ7 .mbr-section-title {
  color: #000000;
}
.cid-uEq2QkfiQ7 .mbr-text {
  color: #000000;
}
.cid-uEq2QkfiQ7 .list,
.cid-uEq2QkfiQ7 .item-wrap {
  color: #000000;
}
.cid-uEq4of7Byy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq4of7Byy .mbr-section-subtitle {
  color: #000000;
}
.cid-uEq4tQxXaT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq4tQxXaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq4tQxXaT .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-uEq4tQxXaT .container {
    padding: 0 30px;
  }
}
.cid-uEq4tQxXaT .row {
  justify-content: center;
}
.cid-uEq4tQxXaT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq4tQxXaT .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq4tQxXaT .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq4tQxXaT .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq4tQxXaT .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq4tQxXaT .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq4tQxXaT .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq4tQxXaT .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq4tQxXaT .mbr-section-title {
  color: #000000;
}
.cid-uEq4tQxXaT .mbr-text {
  color: #000000;
}
.cid-uEq4tQxXaT .list,
.cid-uEq4tQxXaT .item-wrap {
  color: #000000;
}
.cid-uEq4seIigA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq4seIigA .mbr-section-subtitle {
  color: #000000;
}
.cid-uEq4LhdDAr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq4LhdDAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq4LhdDAr .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-uEq4LhdDAr .container {
    padding: 0 30px;
  }
}
.cid-uEq4LhdDAr .row {
  justify-content: center;
}
.cid-uEq4LhdDAr .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq4LhdDAr .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq4LhdDAr .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq4LhdDAr .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq4LhdDAr .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq4LhdDAr .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq4LhdDAr .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq4LhdDAr .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq4LhdDAr .mbr-section-title {
  color: #000000;
}
.cid-uEq4LhdDAr .mbr-text {
  color: #000000;
}
.cid-uEq4LhdDAr .list,
.cid-uEq4LhdDAr .item-wrap {
  color: #000000;
}
.cid-uEq4Mku7yW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq4Mku7yW .mbr-section-subtitle {
  color: #000000;
}
.cid-uEq51nBj9c {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq51nBj9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq51nBj9c .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-uEq51nBj9c .container {
    padding: 0 30px;
  }
}
.cid-uEq51nBj9c .row {
  justify-content: center;
}
.cid-uEq51nBj9c .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq51nBj9c .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq51nBj9c .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq51nBj9c .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq51nBj9c .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq51nBj9c .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq51nBj9c .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq51nBj9c .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq51nBj9c .mbr-section-title {
  color: #000000;
}
.cid-uEq51nBj9c .mbr-text {
  color: #000000;
}
.cid-uEq51nBj9c .list,
.cid-uEq51nBj9c .item-wrap {
  color: #000000;
}
.cid-uEq526poFh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq526poFh .mbr-section-subtitle {
  color: #000000;
}
.cid-uEq5guw9S9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq5guw9S9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq5guw9S9 .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-uEq5guw9S9 .container {
    padding: 0 30px;
  }
}
.cid-uEq5guw9S9 .row {
  justify-content: center;
}
.cid-uEq5guw9S9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq5guw9S9 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq5guw9S9 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq5guw9S9 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq5guw9S9 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq5guw9S9 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq5guw9S9 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq5guw9S9 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq5guw9S9 .mbr-section-title {
  color: #000000;
}
.cid-uEq5guw9S9 .mbr-text {
  color: #000000;
}
.cid-uEq5guw9S9 .list,
.cid-uEq5guw9S9 .item-wrap {
  color: #000000;
}
.cid-uEq5gRm9mz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq5gRm9mz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq5gRm9mz .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-uEq5gRm9mz .container {
    padding: 0 30px;
  }
}
.cid-uEq5gRm9mz .row {
  justify-content: center;
}
.cid-uEq5gRm9mz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq5gRm9mz .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq5gRm9mz .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq5gRm9mz .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq5gRm9mz .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq5gRm9mz .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq5gRm9mz .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq5gRm9mz .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq5gRm9mz .mbr-section-title {
  color: #000000;
}
.cid-uEq5gRm9mz .mbr-text {
  color: #000000;
}
.cid-uEq5gRm9mz .list,
.cid-uEq5gRm9mz .item-wrap {
  color: #000000;
}
.cid-uEq5Ep396o {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq5Ep396o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq5Ep396o .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-uEq5Ep396o .container {
    padding: 0 30px;
  }
}
.cid-uEq5Ep396o .row {
  justify-content: center;
}
.cid-uEq5Ep396o .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq5Ep396o .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEq5Ep396o .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEq5Ep396o .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEq5Ep396o .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEq5Ep396o .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEq5Ep396o .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEq5Ep396o .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEq5Ep396o .mbr-section-title {
  color: #000000;
}
.cid-uEq5Ep396o .mbr-text {
  color: #000000;
}
.cid-uEq5Ep396o .list,
.cid-uEq5Ep396o .item-wrap {
  color: #000000;
}
.cid-uEq5RPKbyx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq5RPKbyx .mbr-section-subtitle {
  color: #000000;
}
.cid-uEq5XI3Tgz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uEq5XI3Tgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEq5XI3Tgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEq5XI3Tgz .video-wrapper iframe {
  width: 100%;
}
.cid-uEq5XI3Tgz .mbr-section-title,
.cid-uEq5XI3Tgz .mbr-section-subtitle,
.cid-uEq5XI3Tgz .mbr-text {
  text-align: center;
}
.cid-uCHBO7wWZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-background-1920x720.webp");
}
.cid-uCHBO7wWZp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCHBO7wWZp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCHBO7wWZp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCHBO7wWZp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCHBO7wWZp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCHBO7wWZp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCHBO7wWZp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCCrKHVukk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCCrKHVukk nav.navbar {
  position: fixed;
}
.cid-uCCrKHVukk .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-uCCrKHVukk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCCrKHVukk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCCrKHVukk .dropdown-item:hover,
.cid-uCCrKHVukk .dropdown-item:focus {
  background: #ff7123 !important;
  color: white !important;
}
.cid-uCCrKHVukk .dropdown-item:hover span {
  color: white;
}
.cid-uCCrKHVukk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCCrKHVukk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCCrKHVukk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCCrKHVukk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCCrKHVukk .nav-link {
  position: relative;
}
.cid-uCCrKHVukk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCCrKHVukk .container {
    flex-wrap: nowrap;
  }
}
.cid-uCCrKHVukk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCCrKHVukk .dropdown-menu,
.cid-uCCrKHVukk .navbar.opened {
  background: #ffffff !important;
}
.cid-uCCrKHVukk .nav-item:focus,
.cid-uCCrKHVukk .nav-link:focus {
  outline: none;
}
.cid-uCCrKHVukk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCrKHVukk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCrKHVukk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCrKHVukk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCrKHVukk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCrKHVukk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCrKHVukk .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: #ffffff;
}
.cid-uCCrKHVukk .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCrKHVukk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCrKHVukk .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCrKHVukk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCCrKHVukk .navbar.collapsed {
  justify-content: center;
}
.cid-uCCrKHVukk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCrKHVukk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCrKHVukk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCCrKHVukk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCrKHVukk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCrKHVukk .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-uCCrKHVukk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCrKHVukk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCCrKHVukk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCCrKHVukk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCrKHVukk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCrKHVukk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCrKHVukk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCrKHVukk .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-uCCrKHVukk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCCrKHVukk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCCrKHVukk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCrKHVukk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCCrKHVukk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCCrKHVukk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCCrKHVukk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCCrKHVukk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCCrKHVukk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCCrKHVukk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCCrKHVukk .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-uCCrKHVukk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCrKHVukk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCrKHVukk .dropdown-item.active,
.cid-uCCrKHVukk .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCrKHVukk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCrKHVukk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCrKHVukk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCrKHVukk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCCrKHVukk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCCrKHVukk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCCrKHVukk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCrKHVukk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCCrKHVukk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCrKHVukk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCCrKHVukk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCrKHVukk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCrKHVukk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCrKHVukk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCrKHVukk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCrKHVukk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCrKHVukk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCrKHVukk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCrKHVukk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCCrKHVukk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCrKHVukk .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-uCCrKHVukk .navbar {
    height: 70px;
  }
  .cid-uCCrKHVukk .navbar.opened {
    height: auto;
  }
  .cid-uCCrKHVukk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCCrKIJASy {
  background-image: url("../../../assets/images/4-1-2000x1333.webp");
}
.cid-uCCrKIJASy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCrKIJASy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCrKIJASy .mbr-section-title {
  text-align: left;
}
.cid-uCCrKJ1uly {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCCrKJ1uly .mbr-section-subtitle {
  color: #165696;
}
.cid-uEq7EL1emi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq7EL1emi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEq7EL1emi .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEq7EL1emi .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uCCs5ieqaB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCCs5ieqaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCs5ieqaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCs5ieqaB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCCs5ieqaB .row {
    flex-direction: column-reverse;
  }
  .cid-uCCs5ieqaB .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uCCs5ieqaB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCCs5ieqaB .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uCCs5ieqaB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCCQ0QbwNS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uCCQ0QbwNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCQ0QbwNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCQ0QbwNS .video-wrapper iframe {
  width: 100%;
}
.cid-uCCQ0QbwNS .mbr-section-title,
.cid-uCCQ0QbwNS .mbr-section-subtitle,
.cid-uCCQ0QbwNS .mbr-text {
  text-align: center;
}
.cid-uCCPWKhMlN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCCPWKhMlN .mbr-section-subtitle {
  color: #165696;
}
.cid-uEq7VqnlTd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEq7VqnlTd .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEq7VqnlTd .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEq7VqnlTd .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEq83ru0dD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq83ru0dD .mbr-section-subtitle {
  color: #000000;
}
.cid-uCCPXlgMZW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uCCPXlgMZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCPXlgMZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCPXlgMZW .video-wrapper iframe {
  width: 100%;
}
.cid-uCCPXlgMZW .mbr-section-title,
.cid-uCCPXlgMZW .mbr-section-subtitle,
.cid-uCCPXlgMZW .mbr-text {
  text-align: center;
}
.cid-uCCPXXlNhw {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCCPXXlNhw .mbr-section-subtitle {
  color: #165696;
}
.cid-uEq8gLZD8u {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEq8gLZD8u .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEq8gLZD8u .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEq8gLZD8u .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEq8u8gBvM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEq8u8gBvM .mbr-section-subtitle {
  color: #000000;
}
.cid-uEq8uW4pMh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEq8uW4pMh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEq8uW4pMh .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEq8uW4pMh .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEq8I9f7MW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEq8I9f7MW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEq8I9f7MW .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEq8I9f7MW .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEq8ZOmGwG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEq8ZOmGwG .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEq8ZOmGwG .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEq8ZOmGwG .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uCCPYUevF1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uCCPYUevF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCPYUevF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCPYUevF1 .video-wrapper iframe {
  width: 100%;
}
.cid-uCCPYUevF1 .mbr-section-title,
.cid-uCCPYUevF1 .mbr-section-subtitle,
.cid-uCCPYUevF1 .mbr-text {
  text-align: center;
}
.cid-uCHBO7wWZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-background-1920x720.webp");
}
.cid-uCHBO7wWZp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCHBO7wWZp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCHBO7wWZp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCHBO7wWZp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCHBO7wWZp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCHBO7wWZp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCHBO7wWZp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCCQntckl4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCCQntckl4 nav.navbar {
  position: fixed;
}
.cid-uCCQntckl4 .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-uCCQntckl4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCCQntckl4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCCQntckl4 .dropdown-item:hover,
.cid-uCCQntckl4 .dropdown-item:focus {
  background: #ff7123 !important;
  color: white !important;
}
.cid-uCCQntckl4 .dropdown-item:hover span {
  color: white;
}
.cid-uCCQntckl4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCCQntckl4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCCQntckl4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCCQntckl4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCCQntckl4 .nav-link {
  position: relative;
}
.cid-uCCQntckl4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCCQntckl4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uCCQntckl4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCCQntckl4 .dropdown-menu,
.cid-uCCQntckl4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCCQntckl4 .nav-item:focus,
.cid-uCCQntckl4 .nav-link:focus {
  outline: none;
}
.cid-uCCQntckl4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCQntckl4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCQntckl4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCQntckl4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCQntckl4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCQntckl4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCQntckl4 .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: #ffffff;
}
.cid-uCCQntckl4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCQntckl4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCQntckl4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCQntckl4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCCQntckl4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCCQntckl4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCQntckl4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCQntckl4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCCQntckl4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCQntckl4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCQntckl4 .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-uCCQntckl4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCQntckl4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCCQntckl4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCCQntckl4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCQntckl4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCQntckl4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCQntckl4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCQntckl4 .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-uCCQntckl4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCCQntckl4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCCQntckl4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCQntckl4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCCQntckl4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCCQntckl4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCCQntckl4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCCQntckl4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCCQntckl4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCCQntckl4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCCQntckl4 .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-uCCQntckl4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCQntckl4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCQntckl4 .dropdown-item.active,
.cid-uCCQntckl4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCQntckl4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCQntckl4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCQntckl4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCQntckl4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCCQntckl4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCCQntckl4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCCQntckl4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCQntckl4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCCQntckl4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCQntckl4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCCQntckl4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCQntckl4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCQntckl4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCQntckl4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCQntckl4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCQntckl4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCQntckl4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCQntckl4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCQntckl4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCCQntckl4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCQntckl4 .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-uCCQntckl4 .navbar {
    height: 70px;
  }
  .cid-uCCQntckl4 .navbar.opened {
    height: auto;
  }
  .cid-uCCQntckl4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCCQnu4saO {
  background-image: url("../../../assets/images/shutterstock-2127509756-2000x1125.webp");
}
.cid-uCCQnu4saO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCQnu4saO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCQnu4saO .mbr-section-title {
  text-align: left;
}
.cid-uCCQnuiC7c {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCCQnuiC7c .mbr-section-subtitle {
  color: #165696;
}
.cid-uEqb13dNsZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEqb13dNsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqb13dNsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqb13dNsZ .mbr-section-subtitle {
  text-align: left;
}
.cid-uEqaeMHngy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqaeMHngy .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqaeMHngy .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqaeMHngy .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqafBaaYe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqafBaaYe .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqafBaaYe .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqafBaaYe .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqag8HLDL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqag8HLDL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqag8HLDL .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqag8HLDL .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqb2beJiz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEqb2beJiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqb2beJiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqb2beJiz .mbr-section-subtitle {
  text-align: left;
}
.cid-uEqagErkoP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqagErkoP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqagErkoP .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqagErkoP .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqbNf7Hqi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEqbNf7Hqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqbNf7Hqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqbNf7Hqi .mbr-section-subtitle {
  text-align: left;
}
.cid-uEqbU94xIg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqbU94xIg .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqbU94xIg .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqbU94xIg .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqccIQMzF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEqccIQMzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqccIQMzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqccIQMzF .mbr-section-subtitle {
  text-align: left;
}
.cid-uEqcCCwFat {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqcCCwFat .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqcCCwFat .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqcCCwFat .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqcSr03BY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqcSr03BY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqcSr03BY .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqcSr03BY .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqd2GaGjZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqd2GaGjZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uCCQnuBY5X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uCCQnuBY5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCQnuBY5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCQnuBY5X .video-wrapper iframe {
  width: 100%;
}
.cid-uCCQnuBY5X .mbr-section-title,
.cid-uCCQnuBY5X .mbr-section-subtitle,
.cid-uCCQnuBY5X .mbr-text {
  text-align: center;
}
.cid-uCCQnuO5Rp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCCQnuO5Rp .mbr-section-subtitle {
  color: #165696;
}
.cid-uEqdgDUBmX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqdgDUBmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqdgDUBmX .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-uEqdgDUBmX .container {
    padding: 0 30px;
  }
}
.cid-uEqdgDUBmX .row {
  justify-content: center;
}
.cid-uEqdgDUBmX .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqdgDUBmX .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqdgDUBmX .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqdgDUBmX .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqdgDUBmX .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqdgDUBmX .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqdgDUBmX .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqdgDUBmX .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqdgDUBmX .mbr-section-title {
  color: #000000;
}
.cid-uEqdgDUBmX .mbr-text {
  color: #000000;
}
.cid-uEqdgDUBmX .list,
.cid-uEqdgDUBmX .item-wrap {
  color: #000000;
}
.cid-uEqdxXdhpt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqdxXdhpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqdxXdhpt .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-uEqdxXdhpt .container {
    padding: 0 30px;
  }
}
.cid-uEqdxXdhpt .row {
  justify-content: center;
}
.cid-uEqdxXdhpt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqdxXdhpt .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqdxXdhpt .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqdxXdhpt .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqdxXdhpt .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqdxXdhpt .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqdxXdhpt .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqdxXdhpt .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqdxXdhpt .mbr-section-title {
  color: #000000;
}
.cid-uEqdxXdhpt .mbr-text {
  color: #000000;
}
.cid-uEqdxXdhpt .list,
.cid-uEqdxXdhpt .item-wrap {
  color: #000000;
}
.cid-uEqdGVmyUN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEqdGVmyUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqdGVmyUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqdGVmyUN .mbr-section-title {
  text-align: left;
}
.cid-uEqdGVmyUN .mbr-section-subtitle {
  text-align: left;
}
.cid-uEqdRqCci1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqdRqCci1 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqdRqCci1 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqdRqCci1 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqdZ4dbjN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqdZ4dbjN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqdZ4dbjN .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqdZ4dbjN .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqe7xtBU7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEqe7xtBU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqe7xtBU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqe7xtBU7 .mbr-section-title {
  text-align: left;
}
.cid-uEqe7xtBU7 .mbr-section-subtitle {
  text-align: left;
}
.cid-uEqehCgZtO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqehCgZtO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqehCgZtO .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqehCgZtO .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqeiuxAsw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqeiuxAsw .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqeiuxAsw .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqeiuxAsw .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqeyfWhbm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEqeyfWhbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqeyfWhbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqeyfWhbm .mbr-section-title {
  text-align: left;
}
.cid-uEqeyfWhbm .mbr-section-subtitle {
  text-align: left;
}
.cid-uEqeIyUO2R {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqeIyUO2R .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqeIyUO2R .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqeIyUO2R .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqeNq1GF7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqeNq1GF7 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqeNq1GF7 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqeNq1GF7 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqeTLdNnR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqeTLdNnR .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqeTLdNnR .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqeTLdNnR .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqf2lVEPO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEqf2lVEPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqf2lVEPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqf2lVEPO .mbr-section-subtitle {
  text-align: left;
}
.cid-uEqf9dEsKs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqf9dEsKs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqf9dEsKs .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqf9dEsKs .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqf9R73sq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqf9R73sq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqf9R73sq .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqf9R73sq .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqfoF4sIE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqfoF4sIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqfoF4sIE .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-uEqfoF4sIE .container {
    padding: 0 30px;
  }
}
.cid-uEqfoF4sIE .row {
  justify-content: center;
}
.cid-uEqfoF4sIE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqfoF4sIE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqfoF4sIE .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqfoF4sIE .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqfoF4sIE .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqfoF4sIE .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqfoF4sIE .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqfoF4sIE .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqfoF4sIE .mbr-section-title {
  color: #000000;
}
.cid-uEqfoF4sIE .mbr-text {
  color: #000000;
}
.cid-uEqfoF4sIE .list,
.cid-uEqfoF4sIE .item-wrap {
  color: #000000;
}
.cid-uEqfDkj2PK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqfDkj2PK .mbr-section-subtitle {
  color: #000000;
}
.cid-uCCQnuVHZT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uCCQnuVHZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCQnuVHZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCQnuVHZT .video-wrapper iframe {
  width: 100%;
}
.cid-uCCQnuVHZT .mbr-section-title,
.cid-uCCQnuVHZT .mbr-section-subtitle,
.cid-uCCQnuVHZT .mbr-text {
  text-align: center;
}
.cid-uCCQnv5m5E {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uCCQnv5m5E .mbr-section-subtitle {
  color: #165696;
}
.cid-uEqfT9fLiL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqfT9fLiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqfT9fLiL .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-uEqfT9fLiL .container {
    padding: 0 30px;
  }
}
.cid-uEqfT9fLiL .row {
  justify-content: center;
}
.cid-uEqfT9fLiL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqfT9fLiL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqfT9fLiL .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqfT9fLiL .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqfT9fLiL .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqfT9fLiL .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqfT9fLiL .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqfT9fLiL .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqfT9fLiL .mbr-section-title {
  color: #000000;
}
.cid-uEqfT9fLiL .mbr-text {
  color: #000000;
}
.cid-uEqfT9fLiL .list,
.cid-uEqfT9fLiL .item-wrap {
  color: #000000;
}
.cid-uEqg0pKZKi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqg0pKZKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqg0pKZKi .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-uEqg0pKZKi .container {
    padding: 0 30px;
  }
}
.cid-uEqg0pKZKi .row {
  justify-content: center;
}
.cid-uEqg0pKZKi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqg0pKZKi .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqg0pKZKi .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqg0pKZKi .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqg0pKZKi .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqg0pKZKi .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqg0pKZKi .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqg0pKZKi .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqg0pKZKi .mbr-section-title {
  color: #000000;
}
.cid-uEqg0pKZKi .mbr-text {
  color: #000000;
}
.cid-uEqg0pKZKi .list,
.cid-uEqg0pKZKi .item-wrap {
  color: #000000;
}
.cid-uEqggpdbF1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqggpdbF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqggpdbF1 .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-uEqggpdbF1 .container {
    padding: 0 30px;
  }
}
.cid-uEqggpdbF1 .row {
  justify-content: center;
}
.cid-uEqggpdbF1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqggpdbF1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqggpdbF1 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqggpdbF1 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqggpdbF1 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqggpdbF1 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqggpdbF1 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqggpdbF1 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqggpdbF1 .mbr-section-title {
  color: #000000;
}
.cid-uEqggpdbF1 .mbr-text {
  color: #000000;
}
.cid-uEqggpdbF1 .list,
.cid-uEqggpdbF1 .item-wrap {
  color: #000000;
}
.cid-uEqgpF6WXt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqgpF6WXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqgpF6WXt .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-uEqgpF6WXt .container {
    padding: 0 30px;
  }
}
.cid-uEqgpF6WXt .row {
  justify-content: center;
}
.cid-uEqgpF6WXt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqgpF6WXt .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqgpF6WXt .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqgpF6WXt .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqgpF6WXt .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqgpF6WXt .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqgpF6WXt .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqgpF6WXt .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqgpF6WXt .mbr-section-title {
  color: #000000;
}
.cid-uEqgpF6WXt .mbr-text {
  color: #000000;
}
.cid-uEqgpF6WXt .list,
.cid-uEqgpF6WXt .item-wrap {
  color: #000000;
}
.cid-uEqgA1Exnr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEqgA1Exnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqgA1Exnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqgA1Exnr .mbr-section-title {
  text-align: left;
}
.cid-uEqgA1Exnr .mbr-section-subtitle {
  text-align: left;
}
.cid-uEqgNooim2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqgNooim2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqgNooim2 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqgNooim2 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqgNQ9WOK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqgNQ9WOK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqgNQ9WOK .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqgNQ9WOK .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqgMl2lHR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqgMl2lHR .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqgMl2lHR .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqgMl2lHR .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqh6wMllM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqh6wMllM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqh6wMllM .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-uEqh6wMllM .container {
    padding: 0 30px;
  }
}
.cid-uEqh6wMllM .row {
  justify-content: center;
}
.cid-uEqh6wMllM .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqh6wMllM .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqh6wMllM .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqh6wMllM .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqh6wMllM .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqh6wMllM .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqh6wMllM .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqh6wMllM .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqh6wMllM .mbr-section-title {
  color: #000000;
}
.cid-uEqh6wMllM .mbr-text {
  color: #000000;
}
.cid-uEqh6wMllM .list,
.cid-uEqh6wMllM .item-wrap {
  color: #000000;
}
.cid-uEqhfXhDRq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEqhfXhDRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqhfXhDRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEqhfXhDRq .mbr-section-title {
  text-align: left;
}
.cid-uEqhfXhDRq .mbr-section-subtitle {
  text-align: left;
}
.cid-uEqhq1aYeo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqhq1aYeo .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqhq1aYeo .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqhq1aYeo .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqhqyfX7o {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqhqyfX7o .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqhqyfX7o .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqhqyfX7o .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqhr6o3C7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqhr6o3C7 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEqhr6o3C7 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEqhr6o3C7 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEqhFiRiAO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqhFiRiAO .mbr-section-subtitle {
  color: #000000;
}
.cid-uCCQnvcCN8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uCCQnvcCN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCQnvcCN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCQnvcCN8 .video-wrapper iframe {
  width: 100%;
}
.cid-uCCQnvcCN8 .mbr-section-title,
.cid-uCCQnvcCN8 .mbr-section-subtitle,
.cid-uCCQnvcCN8 .mbr-text {
  text-align: center;
}
.cid-uCHBO7wWZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-background-1920x720.webp");
}
.cid-uCHBO7wWZp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCHBO7wWZp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCHBO7wWZp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCHBO7wWZp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCHBO7wWZp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCHBO7wWZp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCHBO7wWZp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCCQntckl4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCCQntckl4 nav.navbar {
  position: fixed;
}
.cid-uCCQntckl4 .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-uCCQntckl4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCCQntckl4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCCQntckl4 .dropdown-item:hover,
.cid-uCCQntckl4 .dropdown-item:focus {
  background: #ff7123 !important;
  color: white !important;
}
.cid-uCCQntckl4 .dropdown-item:hover span {
  color: white;
}
.cid-uCCQntckl4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCCQntckl4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCCQntckl4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCCQntckl4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCCQntckl4 .nav-link {
  position: relative;
}
.cid-uCCQntckl4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCCQntckl4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uCCQntckl4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCCQntckl4 .dropdown-menu,
.cid-uCCQntckl4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uCCQntckl4 .nav-item:focus,
.cid-uCCQntckl4 .nav-link:focus {
  outline: none;
}
.cid-uCCQntckl4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCQntckl4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCQntckl4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCQntckl4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCQntckl4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCQntckl4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCQntckl4 .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: #ffffff;
}
.cid-uCCQntckl4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCQntckl4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCQntckl4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCQntckl4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCCQntckl4 .navbar.collapsed {
  justify-content: center;
}
.cid-uCCQntckl4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCQntckl4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCQntckl4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCCQntckl4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCQntckl4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCQntckl4 .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-uCCQntckl4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCQntckl4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCCQntckl4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCCQntckl4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCQntckl4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCQntckl4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCQntckl4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCQntckl4 .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-uCCQntckl4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCCQntckl4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCCQntckl4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCQntckl4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCCQntckl4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCCQntckl4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCCQntckl4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCCQntckl4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCCQntckl4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCCQntckl4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCCQntckl4 .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-uCCQntckl4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCQntckl4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCQntckl4 .dropdown-item.active,
.cid-uCCQntckl4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCQntckl4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCQntckl4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCQntckl4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCQntckl4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCCQntckl4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCCQntckl4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCCQntckl4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCQntckl4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCCQntckl4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCQntckl4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCCQntckl4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCQntckl4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCQntckl4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCQntckl4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCQntckl4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCQntckl4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCQntckl4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCQntckl4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCQntckl4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCCQntckl4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCQntckl4 .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-uCCQntckl4 .navbar {
    height: 70px;
  }
  .cid-uCCQntckl4 .navbar.opened {
    height: auto;
  }
  .cid-uCCQntckl4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCCRccLbtw {
  background-image: url("../../../assets/images/shutterstock-537576598-2000x1499.webp");
}
.cid-uCCRccLbtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCRccLbtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCRccLbtw .mbr-section-title {
  text-align: left;
}
.cid-uCCRevTmhq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCCRevTmhq .mbr-section-subtitle {
  color: #165696;
}
.cid-uEqi7kjtJD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqi7kjtJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqi7kjtJD .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-uEqi7kjtJD .container {
    padding: 0 30px;
  }
}
.cid-uEqi7kjtJD .row {
  justify-content: center;
}
.cid-uEqi7kjtJD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqi7kjtJD .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqi7kjtJD .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqi7kjtJD .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqi7kjtJD .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqi7kjtJD .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqi7kjtJD .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqi7kjtJD .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqi7kjtJD .mbr-section-title {
  color: #000000;
}
.cid-uEqi7kjtJD .mbr-text {
  color: #000000;
}
.cid-uEqi7kjtJD .list,
.cid-uEqi7kjtJD .item-wrap {
  color: #000000;
}
.cid-uEqih88bZ4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqih88bZ4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uEqi7PKX54 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqi7PKX54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqi7PKX54 .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-uEqi7PKX54 .container {
    padding: 0 30px;
  }
}
.cid-uEqi7PKX54 .row {
  justify-content: center;
}
.cid-uEqi7PKX54 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqi7PKX54 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqi7PKX54 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqi7PKX54 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqi7PKX54 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqi7PKX54 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqi7PKX54 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqi7PKX54 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqi7PKX54 .mbr-section-title {
  color: #000000;
}
.cid-uEqi7PKX54 .mbr-text {
  color: #000000;
}
.cid-uEqi7PKX54 .list,
.cid-uEqi7PKX54 .item-wrap {
  color: #000000;
}
.cid-uEqi8kcz6o {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqi8kcz6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqi8kcz6o .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-uEqi8kcz6o .container {
    padding: 0 30px;
  }
}
.cid-uEqi8kcz6o .row {
  justify-content: center;
}
.cid-uEqi8kcz6o .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqi8kcz6o .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqi8kcz6o .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqi8kcz6o .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqi8kcz6o .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqi8kcz6o .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqi8kcz6o .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqi8kcz6o .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqi8kcz6o .mbr-section-title {
  color: #000000;
}
.cid-uEqi8kcz6o .mbr-text {
  color: #000000;
}
.cid-uEqi8kcz6o .list,
.cid-uEqi8kcz6o .item-wrap {
  color: #000000;
}
.cid-uEqizIYdkB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqizIYdkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqizIYdkB .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-uEqizIYdkB .container {
    padding: 0 30px;
  }
}
.cid-uEqizIYdkB .row {
  justify-content: center;
}
.cid-uEqizIYdkB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqizIYdkB .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqizIYdkB .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqizIYdkB .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqizIYdkB .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqizIYdkB .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqizIYdkB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqizIYdkB .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqizIYdkB .mbr-section-title {
  color: #000000;
}
.cid-uEqizIYdkB .mbr-text {
  color: #000000;
}
.cid-uEqizIYdkB .list,
.cid-uEqizIYdkB .item-wrap {
  color: #000000;
}
.cid-uEqiHUOmWj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqiHUOmWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqiHUOmWj .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-uEqiHUOmWj .container {
    padding: 0 30px;
  }
}
.cid-uEqiHUOmWj .row {
  justify-content: center;
}
.cid-uEqiHUOmWj .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqiHUOmWj .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqiHUOmWj .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqiHUOmWj .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqiHUOmWj .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqiHUOmWj .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqiHUOmWj .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqiHUOmWj .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqiHUOmWj .mbr-section-title {
  color: #000000;
}
.cid-uEqiHUOmWj .mbr-text {
  color: #000000;
}
.cid-uEqiHUOmWj .list,
.cid-uEqiHUOmWj .item-wrap {
  color: #000000;
}
.cid-uEqiQqEgaa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqiQqEgaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqiQqEgaa .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-uEqiQqEgaa .container {
    padding: 0 30px;
  }
}
.cid-uEqiQqEgaa .row {
  justify-content: center;
}
.cid-uEqiQqEgaa .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqiQqEgaa .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqiQqEgaa .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqiQqEgaa .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqiQqEgaa .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqiQqEgaa .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqiQqEgaa .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqiQqEgaa .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqiQqEgaa .mbr-section-title {
  color: #000000;
}
.cid-uEqiQqEgaa .mbr-text {
  color: #000000;
}
.cid-uEqiQqEgaa .list,
.cid-uEqiQqEgaa .item-wrap {
  color: #000000;
}
.cid-uEqiRwwusJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqiRwwusJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uCCRfwqWCo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uCCRfwqWCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCRfwqWCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCRfwqWCo .video-wrapper iframe {
  width: 100%;
}
.cid-uCCRfwqWCo .mbr-section-title,
.cid-uCCRfwqWCo .mbr-section-subtitle,
.cid-uCCRfwqWCo .mbr-text {
  text-align: center;
}
.cid-uCCReWsOs8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCCReWsOs8 .mbr-section-subtitle {
  color: #165696;
}
.cid-uEqmpEqyjS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqmpEqyjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqmpEqyjS .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-uEqmpEqyjS .container {
    padding: 0 30px;
  }
}
.cid-uEqmpEqyjS .row {
  justify-content: center;
}
.cid-uEqmpEqyjS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqmpEqyjS .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqmpEqyjS .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqmpEqyjS .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqmpEqyjS .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqmpEqyjS .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqmpEqyjS .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqmpEqyjS .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqmpEqyjS .mbr-section-title {
  color: #000000;
}
.cid-uEqmpEqyjS .mbr-text {
  color: #000000;
}
.cid-uEqmpEqyjS .list,
.cid-uEqmpEqyjS .item-wrap {
  color: #000000;
}
.cid-uEqmINXI62 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqmINXI62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqmINXI62 .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-uEqmINXI62 .container {
    padding: 0 30px;
  }
}
.cid-uEqmINXI62 .row {
  justify-content: center;
}
.cid-uEqmINXI62 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqmINXI62 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqmINXI62 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqmINXI62 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqmINXI62 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqmINXI62 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqmINXI62 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqmINXI62 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqmINXI62 .mbr-section-title {
  color: #000000;
}
.cid-uEqmINXI62 .mbr-text {
  color: #000000;
}
.cid-uEqmINXI62 .list,
.cid-uEqmINXI62 .item-wrap {
  color: #000000;
}
.cid-uEqntmlu1T {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEqntmlu1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEqntmlu1T .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-uEqntmlu1T .container {
    padding: 0 30px;
  }
}
.cid-uEqntmlu1T .row {
  justify-content: center;
}
.cid-uEqntmlu1T .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqntmlu1T .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEqntmlu1T .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEqntmlu1T .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEqntmlu1T .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEqntmlu1T .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEqntmlu1T .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEqntmlu1T .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEqntmlu1T .mbr-section-title {
  color: #000000;
}
.cid-uEqntmlu1T .mbr-text {
  color: #000000;
}
.cid-uEqntmlu1T .list,
.cid-uEqntmlu1T .item-wrap {
  color: #000000;
}
.cid-uEuC7j2ZXL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuC7j2ZXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuC7j2ZXL .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-uEuC7j2ZXL .container {
    padding: 0 30px;
  }
}
.cid-uEuC7j2ZXL .row {
  justify-content: center;
}
.cid-uEuC7j2ZXL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuC7j2ZXL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuC7j2ZXL .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuC7j2ZXL .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuC7j2ZXL .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuC7j2ZXL .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuC7j2ZXL .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuC7j2ZXL .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuC7j2ZXL .mbr-section-title {
  color: #000000;
}
.cid-uEuC7j2ZXL .mbr-text {
  color: #000000;
}
.cid-uEuC7j2ZXL .list,
.cid-uEuC7j2ZXL .item-wrap {
  color: #000000;
}
.cid-uEuCri4j9i {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuCri4j9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuCri4j9i .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-uEuCri4j9i .container {
    padding: 0 30px;
  }
}
.cid-uEuCri4j9i .row {
  justify-content: center;
}
.cid-uEuCri4j9i .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuCri4j9i .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuCri4j9i .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuCri4j9i .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuCri4j9i .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuCri4j9i .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuCri4j9i .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuCri4j9i .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuCri4j9i .mbr-section-title {
  color: #000000;
}
.cid-uEuCri4j9i .mbr-text {
  color: #000000;
}
.cid-uEuCri4j9i .list,
.cid-uEuCri4j9i .item-wrap {
  color: #000000;
}
.cid-uEuD3GL7P3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuD3GL7P3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uCCRhEIEbr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uCCRhEIEbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCRhEIEbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCRhEIEbr .item {
  padding-bottom: 2rem;
}
.cid-uCCRhEIEbr .item-wrapper {
  position: relative;
}
.cid-uCCRhEIEbr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCCRhEIEbr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCCRhEIEbr .carousel-control,
.cid-uCCRhEIEbr .close {
  background: #1b1b1b;
}
.cid-uCCRhEIEbr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCCRhEIEbr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCCRhEIEbr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCCRhEIEbr .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCCRhEIEbr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCCRhEIEbr .close::before {
  content: '\e91a';
}
.cid-uCCRhEIEbr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCCRhEIEbr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCCRhEIEbr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCCRhEIEbr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCCRhEIEbr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCCRhEIEbr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCCRhEIEbr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCCRhEIEbr .carousel-indicators li.active,
.cid-uCCRhEIEbr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCCRhEIEbr .carousel-indicators li::after,
.cid-uCCRhEIEbr .carousel-indicators li::before {
  content: none;
}
.cid-uCCRhEIEbr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCCRhEIEbr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCCRhEIEbr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCCRhEIEbr .carousel-indicators {
    display: none;
  }
}
.cid-uCCRhEIEbr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCCRhEIEbr .carousel-inner > .active {
  display: block;
}
.cid-uCCRhEIEbr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCCRhEIEbr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCCRhEIEbr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCCRhEIEbr .carousel-control,
  .cid-uCCRhEIEbr .carousel-indicators,
  .cid-uCCRhEIEbr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCCRhEIEbr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCCRhEIEbr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCCRhEIEbr .carousel-indicators .active,
.cid-uCCRhEIEbr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCCRhEIEbr .carousel-indicators .active {
  background: #fff;
}
.cid-uCCRhEIEbr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCCRhEIEbr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCCRhEIEbr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCCRhEIEbr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCCRhEIEbr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCCRhEIEbr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCCRhEIEbr .carousel {
  width: 100%;
}
.cid-uCCRhEIEbr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCCRhEIEbr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCCRhEIEbr .modal.fade .modal-dialog,
.cid-uCCRhEIEbr .modal.in .modal-dialog {
  transform: none;
}
.cid-uCCRhEIEbr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCCRhEIEbr H6 {
  text-align: center;
}
.cid-uCCRe3GTo9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCCRe3GTo9 .mbr-section-subtitle {
  color: #165696;
}
.cid-uEuDzhKnfn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuDzhKnfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuDzhKnfn .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-uEuDzhKnfn .container {
    padding: 0 30px;
  }
}
.cid-uEuDzhKnfn .row {
  justify-content: center;
}
.cid-uEuDzhKnfn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuDzhKnfn .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuDzhKnfn .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuDzhKnfn .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuDzhKnfn .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuDzhKnfn .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuDzhKnfn .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuDzhKnfn .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuDzhKnfn .mbr-section-title {
  color: #000000;
}
.cid-uEuDzhKnfn .mbr-text {
  color: #000000;
}
.cid-uEuDzhKnfn .list,
.cid-uEuDzhKnfn .item-wrap {
  color: #000000;
}
.cid-uEuDVhBL51 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuDVhBL51 .mbr-section-subtitle {
  color: #000000;
}
.cid-uEuEbwV7MR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuEbwV7MR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuEbwV7MR .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-uEuEbwV7MR .container {
    padding: 0 30px;
  }
}
.cid-uEuEbwV7MR .row {
  justify-content: center;
}
.cid-uEuEbwV7MR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuEbwV7MR .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuEbwV7MR .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuEbwV7MR .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuEbwV7MR .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuEbwV7MR .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuEbwV7MR .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuEbwV7MR .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuEbwV7MR .mbr-section-title {
  color: #000000;
}
.cid-uEuEbwV7MR .mbr-text {
  color: #000000;
}
.cid-uEuEbwV7MR .list,
.cid-uEuEbwV7MR .item-wrap {
  color: #000000;
}
.cid-uEuEz3egxk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuEz3egxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuEz3egxk .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-uEuEz3egxk .container {
    padding: 0 30px;
  }
}
.cid-uEuEz3egxk .row {
  justify-content: center;
}
.cid-uEuEz3egxk .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuEz3egxk .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuEz3egxk .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuEz3egxk .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuEz3egxk .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuEz3egxk .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuEz3egxk .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuEz3egxk .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuEz3egxk .mbr-section-title {
  color: #000000;
}
.cid-uEuEz3egxk .mbr-text {
  color: #000000;
}
.cid-uEuEz3egxk .list,
.cid-uEuEz3egxk .item-wrap {
  color: #000000;
}
.cid-uEuEOyAnKE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuEOyAnKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuEOyAnKE .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-uEuEOyAnKE .container {
    padding: 0 30px;
  }
}
.cid-uEuEOyAnKE .row {
  justify-content: center;
}
.cid-uEuEOyAnKE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuEOyAnKE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuEOyAnKE .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuEOyAnKE .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuEOyAnKE .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuEOyAnKE .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuEOyAnKE .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuEOyAnKE .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuEOyAnKE .mbr-section-title {
  color: #000000;
}
.cid-uEuEOyAnKE .mbr-text {
  color: #000000;
}
.cid-uEuEOyAnKE .list,
.cid-uEuEOyAnKE .item-wrap {
  color: #000000;
}
.cid-uEuF552Rgh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuF552Rgh .mbr-section-subtitle {
  color: #165696;
}
.cid-uEuF7tJHUv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuF7tJHUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuF7tJHUv .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-uEuF7tJHUv .container {
    padding: 0 30px;
  }
}
.cid-uEuF7tJHUv .row {
  justify-content: center;
}
.cid-uEuF7tJHUv .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuF7tJHUv .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuF7tJHUv .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuF7tJHUv .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuF7tJHUv .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuF7tJHUv .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuF7tJHUv .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuF7tJHUv .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuF7tJHUv .mbr-section-title {
  color: #000000;
}
.cid-uEuF7tJHUv .mbr-text {
  color: #000000;
}
.cid-uEuF7tJHUv .list,
.cid-uEuF7tJHUv .item-wrap {
  color: #000000;
}
.cid-uEuFzzE1TQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuFzzE1TQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uCCRguFxE7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uCCRguFxE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCRguFxE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCCRguFxE7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCCRguFxE7 .row {
  flex-direction: row-reverse;
}
.cid-uCCRguFxE7 img {
  width: 100%;
}
.cid-uCHBO7wWZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-background-1920x720.webp");
}
.cid-uCHBO7wWZp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCHBO7wWZp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCHBO7wWZp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCHBO7wWZp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCHBO7wWZp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCHBO7wWZp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCHBO7wWZp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCCS8Ewdug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCCS8Ewdug nav.navbar {
  position: fixed;
}
.cid-uCCS8Ewdug .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-uCCS8Ewdug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCCS8Ewdug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCCS8Ewdug .dropdown-item:hover,
.cid-uCCS8Ewdug .dropdown-item:focus {
  background: #ff7123 !important;
  color: white !important;
}
.cid-uCCS8Ewdug .dropdown-item:hover span {
  color: white;
}
.cid-uCCS8Ewdug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCCS8Ewdug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCCS8Ewdug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCCS8Ewdug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCCS8Ewdug .nav-link {
  position: relative;
}
.cid-uCCS8Ewdug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCCS8Ewdug .container {
    flex-wrap: nowrap;
  }
}
.cid-uCCS8Ewdug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCCS8Ewdug .dropdown-menu,
.cid-uCCS8Ewdug .navbar.opened {
  background: #ffffff !important;
}
.cid-uCCS8Ewdug .nav-item:focus,
.cid-uCCS8Ewdug .nav-link:focus {
  outline: none;
}
.cid-uCCS8Ewdug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCS8Ewdug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCS8Ewdug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCS8Ewdug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCS8Ewdug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCS8Ewdug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCS8Ewdug .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: #ffffff;
}
.cid-uCCS8Ewdug .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCS8Ewdug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCS8Ewdug .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCS8Ewdug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCCS8Ewdug .navbar.collapsed {
  justify-content: center;
}
.cid-uCCS8Ewdug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCS8Ewdug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCS8Ewdug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCCS8Ewdug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCS8Ewdug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCS8Ewdug .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-uCCS8Ewdug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCS8Ewdug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCCS8Ewdug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCCS8Ewdug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCS8Ewdug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCS8Ewdug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCS8Ewdug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCS8Ewdug .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-uCCS8Ewdug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCCS8Ewdug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCCS8Ewdug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCS8Ewdug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCCS8Ewdug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCCS8Ewdug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCCS8Ewdug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCCS8Ewdug .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCCS8Ewdug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCCS8Ewdug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCCS8Ewdug .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-uCCS8Ewdug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCS8Ewdug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCS8Ewdug .dropdown-item.active,
.cid-uCCS8Ewdug .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCS8Ewdug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCS8Ewdug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCS8Ewdug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCS8Ewdug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCCS8Ewdug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCCS8Ewdug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCCS8Ewdug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCS8Ewdug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCCS8Ewdug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCS8Ewdug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCCS8Ewdug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCS8Ewdug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCS8Ewdug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCS8Ewdug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCS8Ewdug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCS8Ewdug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCS8Ewdug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCS8Ewdug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCS8Ewdug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCCS8Ewdug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCS8Ewdug .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-uCCS8Ewdug .navbar {
    height: 70px;
  }
  .cid-uCCS8Ewdug .navbar.opened {
    height: auto;
  }
  .cid-uCCS8Ewdug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCCS8FrZ7T {
  background-image: url("../../../assets/images/shutterstock-1194626998-2000x1333.webp");
}
.cid-uCCS8FrZ7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCS8FrZ7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCS8FrZ7T .mbr-section-title {
  text-align: left;
}
.cid-uCCS8FJwMh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCCS8FJwMh .mbr-section-subtitle {
  color: #165696;
}
.cid-uEuFNvvAE4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuFNvvAE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuFNvvAE4 .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-uEuFNvvAE4 .container {
    padding: 0 30px;
  }
}
.cid-uEuFNvvAE4 .row {
  justify-content: center;
}
.cid-uEuFNvvAE4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuFNvvAE4 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuFNvvAE4 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuFNvvAE4 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuFNvvAE4 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuFNvvAE4 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuFNvvAE4 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuFNvvAE4 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuFNvvAE4 .mbr-section-title {
  color: #000000;
}
.cid-uEuFNvvAE4 .mbr-text {
  color: #000000;
}
.cid-uEuFNvvAE4 .list,
.cid-uEuFNvvAE4 .item-wrap {
  color: #000000;
}
.cid-uEuG8ho919 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuG8ho919 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuG8ho919 .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-uEuG8ho919 .container {
    padding: 0 30px;
  }
}
.cid-uEuG8ho919 .row {
  justify-content: center;
}
.cid-uEuG8ho919 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuG8ho919 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuG8ho919 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuG8ho919 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuG8ho919 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuG8ho919 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuG8ho919 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuG8ho919 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuG8ho919 .mbr-section-title {
  color: #000000;
}
.cid-uEuG8ho919 .mbr-text {
  color: #000000;
}
.cid-uEuG8ho919 .list,
.cid-uEuG8ho919 .item-wrap {
  color: #000000;
}
.cid-uEuGvD3SMt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuGvD3SMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuGvD3SMt .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-uEuGvD3SMt .container {
    padding: 0 30px;
  }
}
.cid-uEuGvD3SMt .row {
  justify-content: center;
}
.cid-uEuGvD3SMt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuGvD3SMt .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuGvD3SMt .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuGvD3SMt .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuGvD3SMt .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuGvD3SMt .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuGvD3SMt .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuGvD3SMt .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuGvD3SMt .mbr-section-title {
  color: #000000;
}
.cid-uEuGvD3SMt .mbr-text {
  color: #000000;
}
.cid-uEuGvD3SMt .list,
.cid-uEuGvD3SMt .item-wrap {
  color: #000000;
}
.cid-uEuGVIxfCP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuGVIxfCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuGVIxfCP .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-uEuGVIxfCP .container {
    padding: 0 30px;
  }
}
.cid-uEuGVIxfCP .row {
  justify-content: center;
}
.cid-uEuGVIxfCP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuGVIxfCP .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuGVIxfCP .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuGVIxfCP .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuGVIxfCP .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuGVIxfCP .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuGVIxfCP .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuGVIxfCP .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuGVIxfCP .mbr-section-title {
  color: #000000;
}
.cid-uEuGVIxfCP .mbr-text {
  color: #000000;
}
.cid-uEuGVIxfCP .list,
.cid-uEuGVIxfCP .item-wrap {
  color: #000000;
}
.cid-uEuHbG6L1G {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuHbG6L1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuHbG6L1G .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-uEuHbG6L1G .container {
    padding: 0 30px;
  }
}
.cid-uEuHbG6L1G .row {
  justify-content: center;
}
.cid-uEuHbG6L1G .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuHbG6L1G .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuHbG6L1G .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuHbG6L1G .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuHbG6L1G .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuHbG6L1G .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuHbG6L1G .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuHbG6L1G .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuHbG6L1G .mbr-section-title {
  color: #000000;
}
.cid-uEuHbG6L1G .mbr-text {
  color: #000000;
}
.cid-uEuHbG6L1G .list,
.cid-uEuHbG6L1G .item-wrap {
  color: #000000;
}
.cid-uEuHpqhrLe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuHpqhrLe .mbr-section-subtitle {
  color: #000000;
}
.cid-uCCS8Geutd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uCCS8Geutd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCS8Geutd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCS8Geutd .item {
  padding-bottom: 2rem;
}
.cid-uCCS8Geutd .item-wrapper {
  position: relative;
}
.cid-uCCS8Geutd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCCS8Geutd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCCS8Geutd .carousel-control,
.cid-uCCS8Geutd .close {
  background: #1b1b1b;
}
.cid-uCCS8Geutd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCCS8Geutd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCCS8Geutd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCCS8Geutd .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCCS8Geutd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCCS8Geutd .close::before {
  content: '\e91a';
}
.cid-uCCS8Geutd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCCS8Geutd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCCS8Geutd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCCS8Geutd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCCS8Geutd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCCS8Geutd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCCS8Geutd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCCS8Geutd .carousel-indicators li.active,
.cid-uCCS8Geutd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCCS8Geutd .carousel-indicators li::after,
.cid-uCCS8Geutd .carousel-indicators li::before {
  content: none;
}
.cid-uCCS8Geutd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCCS8Geutd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCCS8Geutd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCCS8Geutd .carousel-indicators {
    display: none;
  }
}
.cid-uCCS8Geutd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCCS8Geutd .carousel-inner > .active {
  display: block;
}
.cid-uCCS8Geutd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCCS8Geutd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCCS8Geutd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCCS8Geutd .carousel-control,
  .cid-uCCS8Geutd .carousel-indicators,
  .cid-uCCS8Geutd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCCS8Geutd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCCS8Geutd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCCS8Geutd .carousel-indicators .active,
.cid-uCCS8Geutd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCCS8Geutd .carousel-indicators .active {
  background: #fff;
}
.cid-uCCS8Geutd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCCS8Geutd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCCS8Geutd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCCS8Geutd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCCS8Geutd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCCS8Geutd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCCS8Geutd .carousel {
  width: 100%;
}
.cid-uCCS8Geutd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCCS8Geutd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCCS8Geutd .modal.fade .modal-dialog,
.cid-uCCS8Geutd .modal.in .modal-dialog {
  transform: none;
}
.cid-uCCS8Geutd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCCS8Geutd H6 {
  text-align: center;
}
.cid-uCCS8GyWo7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCCS8GyWo7 .mbr-section-subtitle {
  color: #165696;
}
.cid-uEuI8rsNOO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEuI8rsNOO .mbr-section-subtitle {
  color: #000000;
}
.cid-uEuItIjmmr {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuItIjmmr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEuItIjmmr .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEuItIjmmr .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEuITNjtjL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuITNjtjL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEuITNjtjL .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEuITNjtjL .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEuJ6xeHaK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuJ6xeHaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuJ6xeHaK .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-uEuJ6xeHaK .container {
    padding: 0 30px;
  }
}
.cid-uEuJ6xeHaK .row {
  justify-content: center;
}
.cid-uEuJ6xeHaK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuJ6xeHaK .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuJ6xeHaK .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuJ6xeHaK .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuJ6xeHaK .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuJ6xeHaK .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuJ6xeHaK .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuJ6xeHaK .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuJ6xeHaK .mbr-section-title {
  color: #000000;
}
.cid-uEuJ6xeHaK .mbr-text {
  color: #000000;
}
.cid-uEuJ6xeHaK .list,
.cid-uEuJ6xeHaK .item-wrap {
  color: #000000;
}
.cid-uEuJvOWs1W {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuJvOWs1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuJvOWs1W .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-uEuJvOWs1W .container {
    padding: 0 30px;
  }
}
.cid-uEuJvOWs1W .row {
  justify-content: center;
}
.cid-uEuJvOWs1W .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuJvOWs1W .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuJvOWs1W .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuJvOWs1W .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuJvOWs1W .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuJvOWs1W .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuJvOWs1W .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuJvOWs1W .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuJvOWs1W .mbr-section-title {
  color: #000000;
}
.cid-uEuJvOWs1W .mbr-text {
  color: #000000;
}
.cid-uEuJvOWs1W .list,
.cid-uEuJvOWs1W .item-wrap {
  color: #000000;
}
.cid-uEuKaREFVa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuKaREFVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuKaREFVa .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-uEuKaREFVa .container {
    padding: 0 30px;
  }
}
.cid-uEuKaREFVa .row {
  justify-content: center;
}
.cid-uEuKaREFVa .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuKaREFVa .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuKaREFVa .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuKaREFVa .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuKaREFVa .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuKaREFVa .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuKaREFVa .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuKaREFVa .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuKaREFVa .mbr-section-title {
  color: #000000;
}
.cid-uEuKaREFVa .mbr-text {
  color: #000000;
}
.cid-uEuKaREFVa .list,
.cid-uEuKaREFVa .item-wrap {
  color: #000000;
}
.cid-uEuKoR7BaC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuKoR7BaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuKoR7BaC .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-uEuKoR7BaC .container {
    padding: 0 30px;
  }
}
.cid-uEuKoR7BaC .row {
  justify-content: center;
}
.cid-uEuKoR7BaC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuKoR7BaC .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuKoR7BaC .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuKoR7BaC .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuKoR7BaC .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuKoR7BaC .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuKoR7BaC .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuKoR7BaC .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuKoR7BaC .mbr-section-title {
  color: #000000;
}
.cid-uEuKoR7BaC .mbr-text {
  color: #000000;
}
.cid-uEuKoR7BaC .list,
.cid-uEuKoR7BaC .item-wrap {
  color: #000000;
}
.cid-uEuKEjApAg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuKEjApAg .mbr-section-subtitle {
  color: #000000;
}
.cid-uCCS8GIY4g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uCCS8GIY4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCS8GIY4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCCS8GIY4g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCCS8GIY4g .row {
  flex-direction: row-reverse;
}
.cid-uCCS8GIY4g img {
  width: 100%;
}
.cid-uCHBO7wWZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-background-1920x720.webp");
}
.cid-uCHBO7wWZp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCHBO7wWZp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCHBO7wWZp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCHBO7wWZp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCHBO7wWZp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCHBO7wWZp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCHBO7wWZp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCCS8Ewdug {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uCCS8Ewdug nav.navbar {
  position: fixed;
}
.cid-uCCS8Ewdug .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-uCCS8Ewdug .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCCS8Ewdug .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCCS8Ewdug .dropdown-item:hover,
.cid-uCCS8Ewdug .dropdown-item:focus {
  background: #ff7123 !important;
  color: white !important;
}
.cid-uCCS8Ewdug .dropdown-item:hover span {
  color: white;
}
.cid-uCCS8Ewdug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCCS8Ewdug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCCS8Ewdug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCCS8Ewdug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCCS8Ewdug .nav-link {
  position: relative;
}
.cid-uCCS8Ewdug .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCCS8Ewdug .container {
    flex-wrap: nowrap;
  }
}
.cid-uCCS8Ewdug .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCCS8Ewdug .dropdown-menu,
.cid-uCCS8Ewdug .navbar.opened {
  background: #ffffff !important;
}
.cid-uCCS8Ewdug .nav-item:focus,
.cid-uCCS8Ewdug .nav-link:focus {
  outline: none;
}
.cid-uCCS8Ewdug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCCS8Ewdug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCCS8Ewdug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCCS8Ewdug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCCS8Ewdug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCCS8Ewdug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCCS8Ewdug .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: #ffffff;
}
.cid-uCCS8Ewdug .navbar.opened {
  transition: all 0.3s;
}
.cid-uCCS8Ewdug .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCCS8Ewdug .navbar .navbar-logo img {
  width: auto;
}
.cid-uCCS8Ewdug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCCS8Ewdug .navbar.collapsed {
  justify-content: center;
}
.cid-uCCS8Ewdug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCCS8Ewdug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCCS8Ewdug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCCS8Ewdug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCCS8Ewdug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCCS8Ewdug .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-uCCS8Ewdug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCCS8Ewdug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCCS8Ewdug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCCS8Ewdug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCCS8Ewdug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCCS8Ewdug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCCS8Ewdug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCCS8Ewdug .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-uCCS8Ewdug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCCS8Ewdug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCCS8Ewdug .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCCS8Ewdug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCCS8Ewdug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCCS8Ewdug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCCS8Ewdug .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCCS8Ewdug .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCCS8Ewdug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCCS8Ewdug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCCS8Ewdug .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-uCCS8Ewdug .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCCS8Ewdug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCCS8Ewdug .dropdown-item.active,
.cid-uCCS8Ewdug .dropdown-item:active {
  background-color: transparent;
}
.cid-uCCS8Ewdug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCCS8Ewdug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCCS8Ewdug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCCS8Ewdug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uCCS8Ewdug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCCS8Ewdug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCCS8Ewdug ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCCS8Ewdug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCCS8Ewdug button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCCS8Ewdug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCCS8Ewdug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCCS8Ewdug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCS8Ewdug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCCS8Ewdug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCCS8Ewdug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCS8Ewdug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCCS8Ewdug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCCS8Ewdug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCCS8Ewdug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCCS8Ewdug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCS8Ewdug .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-uCCS8Ewdug .navbar {
    height: 70px;
  }
  .cid-uCCS8Ewdug .navbar.opened {
    height: auto;
  }
  .cid-uCCS8Ewdug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCCT19z9xh {
  background-image: url("../../../assets/images/shutterstock-2183363749-2000x1333.webp");
}
.cid-uCCT19z9xh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCCT19z9xh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCCT19z9xh .mbr-section-title {
  text-align: left;
}
.cid-uCCTbMfyuA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCCTbMfyuA .mbr-section-subtitle {
  color: #165696;
}
.cid-uEuKV0umho {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuKV0umho .mbr-section-subtitle {
  color: #000000;
}
.cid-uEuL0VNbBL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuL0VNbBL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEuL0VNbBL .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEuL0VNbBL .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEuLgE8oM9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuLgE8oM9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEuLgE8oM9 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEuLgE8oM9 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEuLvTyNqe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuLvTyNqe .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEuLvTyNqe .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEuLvTyNqe .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEuLG3eZ3c {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuLG3eZ3c .mbr-section-subtitle {
  color: #000000;
}
.cid-uEuLLSUP0N {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuLLSUP0N .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEuLLSUP0N .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEuLLSUP0N .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEuM10pt62 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuM10pt62 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEuM10pt62 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEuM10pt62 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEuMdcyiOB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuMdcyiOB .mbr-section-subtitle {
  color: #000000;
}
.cid-uEuN8MTUrA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuN8MTUrA .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEuN8MTUrA .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEuN8MTUrA .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEuNHjYIAi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuNHjYIAi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uEuNHjYIAi .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uEuNHjYIAi .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff7123;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uEuVqWhkYk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEuVqWhkYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuVqWhkYk .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-uEuVqWhkYk .container {
    padding: 0 30px;
  }
}
.cid-uEuVqWhkYk .row {
  justify-content: center;
}
.cid-uEuVqWhkYk .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuVqWhkYk .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEuVqWhkYk .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEuVqWhkYk .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEuVqWhkYk .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEuVqWhkYk .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEuVqWhkYk .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEuVqWhkYk .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEuVqWhkYk .mbr-section-title {
  color: #000000;
}
.cid-uEuVqWhkYk .mbr-text {
  color: #000000;
}
.cid-uEuVqWhkYk .list,
.cid-uEuVqWhkYk .item-wrap {
  color: #000000;
}
.cid-uEv4NYXvWZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEv4NYXvWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEv4NYXvWZ .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-uEv4NYXvWZ .container {
    padding: 0 30px;
  }
}
.cid-uEv4NYXvWZ .row {
  justify-content: center;
}
.cid-uEv4NYXvWZ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEv4NYXvWZ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEv4NYXvWZ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEv4NYXvWZ .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEv4NYXvWZ .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEv4NYXvWZ .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEv4NYXvWZ .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEv4NYXvWZ .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEv4NYXvWZ .mbr-section-title {
  color: #000000;
}
.cid-uEv4NYXvWZ .mbr-text {
  color: #000000;
}
.cid-uEv4NYXvWZ .list,
.cid-uEv4NYXvWZ .item-wrap {
  color: #000000;
}
.cid-uEv4Ptd5Dq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEv4Ptd5Dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEv4Ptd5Dq .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-uEv4Ptd5Dq .container {
    padding: 0 30px;
  }
}
.cid-uEv4Ptd5Dq .row {
  justify-content: center;
}
.cid-uEv4Ptd5Dq .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEv4Ptd5Dq .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEv4Ptd5Dq .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uEv4Ptd5Dq .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uEv4Ptd5Dq .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uEv4Ptd5Dq .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uEv4Ptd5Dq .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEv4Ptd5Dq .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ff7123;
  border-radius: 50%;
}
.cid-uEv4Ptd5Dq .mbr-section-title {
  color: #000000;
}
.cid-uEv4Ptd5Dq .mbr-text {
  color: #000000;
}
.cid-uEv4Ptd5Dq .list,
.cid-uEv4Ptd5Dq .item-wrap {
  color: #000000;
}
.cid-uEv52BHRqb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEv52BHRqb .mbr-section-subtitle {
  color: #000000;
}
.cid-uCCTjeVbLe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .cid-uCCTjeVbLe .carousel {
    min-height: 800px;
  }
  .cid-uCCTjeVbLe .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCCTjeVbLe .carousel {
    min-height: 520px;
  }
  .cid-uCCTjeVbLe .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uCCTjeVbLe .carousel {
    min-height: 440px;
  }
  .cid-uCCTjeVbLe .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uCCTjeVbLe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uCCTjeVbLe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uCCTjeVbLe .carousel,
.cid-uCCTjeVbLe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCCTjeVbLe .item-wrapper {
  width: 100%;
}
.cid-uCCTjeVbLe .carousel-caption {
  bottom: 40px;
}
.cid-uCCTjeVbLe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uCCTjeVbLe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uCCTjeVbLe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uCCTjeVbLe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uCCTjeVbLe .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCCTjeVbLe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCCTjeVbLe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCCTjeVbLe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCCTjeVbLe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uCCTjeVbLe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCCTjeVbLe .carousel-indicators li.active,
.cid-uCCTjeVbLe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCCTjeVbLe .carousel-indicators li::after,
.cid-uCCTjeVbLe .carousel-indicators li::before {
  content: none;
}
.cid-uCCTjeVbLe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCCTjeVbLe .carousel-indicators {
    display: none !important;
  }
}
.cid-uCHBO7wWZp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/footer-background-1920x720.webp");
}
.cid-uCHBO7wWZp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCHBO7wWZp .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCHBO7wWZp .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCHBO7wWZp .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCHBO7wWZp .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCHBO7wWZp .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCHBO7wWZp .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCHBO7wWZp .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCHBO7wWZp .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCHBO7wWZp .media-container-row .row-copirayt p {
  width: 100%;
}
