body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: #e85a4f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e85a4f !important;
  border-color: #e85a4f !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: #c6261a !important;
  border-color: #c6261a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c6261a !important;
  border-color: #c6261a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !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: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e85a4f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c6261a !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: #e85a4f !important;
  border-color: #e85a4f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !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: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e85a4f !important;
}
.text-secondary {
  color: #d8c3a5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b92418 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e85a4f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e85a4f;
  border-color: #e85a4f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e85a4f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e85a4f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e85a4f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e85a4f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e85a4f;
}
.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: #e85a4f;
  border-bottom-color: #e85a4f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e85a4f !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: #d8c3a5 !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='%23e85a4f' %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-ui7yTow6MG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui7yTow6MG nav.navbar {
  position: fixed;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui7yTow6MG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui7yTow6MG .dropdown-item:hover,
.cid-ui7yTow6MG .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-ui7yTow6MG .dropdown-item:hover span {
  color: white;
}
.cid-ui7yTow6MG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui7yTow6MG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui7yTow6MG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui7yTow6MG .nav-link {
  position: relative;
}
.cid-ui7yTow6MG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .container {
    flex-wrap: nowrap;
  }
}
.cid-ui7yTow6MG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown-menu,
.cid-ui7yTow6MG .navbar.opened {
  background: #ffffff !important;
}
.cid-ui7yTow6MG .nav-item:focus,
.cid-ui7yTow6MG .nav-link:focus {
  outline: none;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui7yTow6MG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.opened {
  transition: all 0.3s;
}
.cid-ui7yTow6MG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui7yTow6MG .navbar .navbar-logo img {
  width: auto;
}
.cid-ui7yTow6MG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui7yTow6MG .navbar.collapsed {
  justify-content: center;
}
.cid-ui7yTow6MG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui7yTow6MG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui7yTow6MG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui7yTow6MG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui7yTow6MG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui7yTow6MG .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-ui7yTow6MG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui7yTow6MG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui7yTow6MG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui7yTow6MG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui7yTow6MG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui7yTow6MG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui7yTow6MG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui7yTow6MG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui7yTow6MG .dropdown-item.active,
.cid-ui7yTow6MG .dropdown-item:active {
  background-color: transparent;
}
.cid-ui7yTow6MG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui7yTow6MG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui7yTow6MG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui7yTow6MG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui7yTow6MG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui7yTow6MG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar {
    height: 70px;
  }
  .cid-ui7yTow6MG .navbar.opened {
    height: auto;
  }
  .cid-ui7yTow6MG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui6xN9ATTh {
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-ui6xN9ATTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui6xN9ATTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sFF0SGinka {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #eae7dc;
}
.cid-sFF0SGinka .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFF0SGinka .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF0SGinka .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sFF0SGinka .mbr-section-title {
  color: #2f6e9b;
}
.cid-sFF0SGinka .mbr-text,
.cid-sFF0SGinka .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-sFF0SGinka .mbr-section-title DIV {
  text-align: left;
}
.cid-uik542HgVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uik542HgVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uik542HgVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uik542HgVS ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uik542HgVS li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uik542HgVS ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ui6pjBhnxJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-ui6pjBhnxJ .subicon-title {
  color: #353535;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ui6pjBhnxJ .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ui6pjBhnxJ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-ui6pjBhnxJ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-ui6pjBhnxJ .process-icon,
.cid-ui6pjBhnxJ .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-ui6pjBhnxJ .wrapper,
.cid-ui6pjBhnxJ .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-ui6pjBhnxJ .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-ui6pjBhnxJ .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-ui6pjBhnxJ .icon-container a {
  display: inherit;
}
.cid-ui6pjBhnxJ .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffbc00 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-ui6pjBhnxJ .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-ui6pjBhnxJ .icon-main:hover .icon-wrapper {
  background-color: #ffbc00 !important;
}
.cid-ui6pjBhnxJ .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-ui6pjBhnxJ .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-ui6pjBhnxJ .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-ui6pjBhnxJ .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-ui6pjBhnxJ .third-elem .wrapper:before {
    display: none;
  }
}
.cid-ui6pjBhnxJ .mbr-section-title {
  margin: 0;
}
.cid-ui6pjBhnxJ .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-ui6F8zLYfE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #2f6e9b;
}
.cid-ui6F8zLYfE H2 {
  color: #e7272d;
}
.cid-ui6F8zLYfE .mbr-text,
.cid-ui6F8zLYfE .mbr-section-btn {
  color: #ffffff;
}
.cid-ui6F8zLYfE img {
  max-width: 500px;
  margin: auto;
}
.cid-ui6F8zLYfE h4 {
  line-height: 1.4;
}
.cid-ui6F8zLYfE .icon-wrap {
  padding-left: 2rem;
  width: 160px;
}
.cid-ui6F8zLYfE .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  color: #e43f3f;
  display: block;
  padding-bottom: 1rem;
}
.cid-ui6F8zLYfE .icon-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ui6F8zLYfE .mbr-figure {
    order: 1;
  }
  .cid-ui6F8zLYfE .icon-wrap {
    text-align: center;
    margin: auto;
    padding-left: 0rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .cid-ui6F8zLYfE .icon-wrap .icon-text {
    text-align: center;
  }
  .cid-ui6F8zLYfE .icon-wrap .mbr-iconfont {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-ui6F8zLYfE .icon-wrap .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-ui6F8zLYfE H1 {
  color: #ffffff;
}
.cid-uiUFL99gyn {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #edefeb;
}
.cid-uiUFL99gyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiUFL99gyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiUFL99gyn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiUFL99gyn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uiUFL99gyn .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uiUFL99gyn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uiUFL99gyn .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffe161;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #1082d5;
  height: 80px;
  border-radius: 50%;
}
.cid-uiUFL99gyn .mbr-section-title {
  color: #1082d5;
}
.cid-uiUFL99gyn .mbr-section-subtitle {
  color: #232323;
}
.cid-uiUFL99gyn .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uiUFL99gyn .card-box .item-footer {
  margin-top: auto;
}
.cid-uiUFL99gyn .content-head {
  max-width: 800px;
}
.cid-sFF3B84VW8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFF3B84VW8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFF3B84VW8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFF3B84VW8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e85a4f;
}
.cid-sFF3B84VW8 .mbr-section-title {
  color: #e43f3f;
}
.cid-uiiL35fpdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uiiL35fpdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiL35fpdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiiL35fpdG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiL35fpdG .row {
    text-align: center;
  }
  .cid-uiiL35fpdG .row > div {
    margin: auto;
  }
  .cid-uiiL35fpdG .social-row {
    justify-content: center;
  }
}
.cid-uiiL35fpdG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uiiL35fpdG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 0rem;
  }
}
.cid-uiiL35fpdG .mbr-text {
  color: #bbbbbb;
}
.cid-uiiL35fpdG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uiiL35fpdG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ui7yTow6MG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui7yTow6MG nav.navbar {
  position: fixed;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui7yTow6MG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui7yTow6MG .dropdown-item:hover,
.cid-ui7yTow6MG .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-ui7yTow6MG .dropdown-item:hover span {
  color: white;
}
.cid-ui7yTow6MG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui7yTow6MG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui7yTow6MG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui7yTow6MG .nav-link {
  position: relative;
}
.cid-ui7yTow6MG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .container {
    flex-wrap: nowrap;
  }
}
.cid-ui7yTow6MG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown-menu,
.cid-ui7yTow6MG .navbar.opened {
  background: #ffffff !important;
}
.cid-ui7yTow6MG .nav-item:focus,
.cid-ui7yTow6MG .nav-link:focus {
  outline: none;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui7yTow6MG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.opened {
  transition: all 0.3s;
}
.cid-ui7yTow6MG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui7yTow6MG .navbar .navbar-logo img {
  width: auto;
}
.cid-ui7yTow6MG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui7yTow6MG .navbar.collapsed {
  justify-content: center;
}
.cid-ui7yTow6MG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui7yTow6MG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui7yTow6MG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui7yTow6MG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui7yTow6MG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui7yTow6MG .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-ui7yTow6MG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui7yTow6MG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui7yTow6MG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui7yTow6MG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui7yTow6MG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui7yTow6MG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui7yTow6MG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui7yTow6MG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui7yTow6MG .dropdown-item.active,
.cid-ui7yTow6MG .dropdown-item:active {
  background-color: transparent;
}
.cid-ui7yTow6MG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui7yTow6MG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui7yTow6MG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui7yTow6MG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui7yTow6MG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui7yTow6MG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar {
    height: 70px;
  }
  .cid-ui7yTow6MG .navbar.opened {
    height: auto;
  }
  .cid-ui7yTow6MG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiusUZ5npW {
  background-color: #bed3f9;
}
.cid-uiusUZ5npW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiusUZ5npW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiusUZ5npW .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uiusUZ5npW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiusUZ5npW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uiusUZ5npW .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uiusUZ5npW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ui49lp3MyE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-ui49lp3MyE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui49lp3MyE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ui49lp3MyE .text-wrapper {
    padding: 2rem;
  }
}
.cid-ui49lp3MyE .mbr-section-title {
  color: #e43f3f;
}
.cid-ui49lp3MyE .mbr-text {
  color: #232323;
}
.cid-ui4lMMjXQf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ui4lMMjXQf img {
  width: 100%;
}
.cid-ui4lMMjXQf .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e85a4f;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-ui4lMMjXQf .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ui4lMMjXQf .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ui4lMMjXQf .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-ui4lMMjXQf .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-ui4lMMjXQf * {
    text-align: left;
  }
}
.cid-uiq2UKAkC1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uiq2UKAkC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiq2UKAkC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiq2UKAkC1 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uiq2UKAkC1 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiq2UKAkC1 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiq2UKAkC1 .card {
    margin-bottom: 2rem;
  }
  .cid-uiq2UKAkC1 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uiq2UKAkC1 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiiL35fpdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uiiL35fpdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiL35fpdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiiL35fpdG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiL35fpdG .row {
    text-align: center;
  }
  .cid-uiiL35fpdG .row > div {
    margin: auto;
  }
  .cid-uiiL35fpdG .social-row {
    justify-content: center;
  }
}
.cid-uiiL35fpdG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uiiL35fpdG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 0rem;
  }
}
.cid-uiiL35fpdG .mbr-text {
  color: #bbbbbb;
}
.cid-uiiL35fpdG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uiiL35fpdG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ui7yTow6MG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui7yTow6MG nav.navbar {
  position: fixed;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui7yTow6MG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui7yTow6MG .dropdown-item:hover,
.cid-ui7yTow6MG .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-ui7yTow6MG .dropdown-item:hover span {
  color: white;
}
.cid-ui7yTow6MG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui7yTow6MG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui7yTow6MG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui7yTow6MG .nav-link {
  position: relative;
}
.cid-ui7yTow6MG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .container {
    flex-wrap: nowrap;
  }
}
.cid-ui7yTow6MG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown-menu,
.cid-ui7yTow6MG .navbar.opened {
  background: #ffffff !important;
}
.cid-ui7yTow6MG .nav-item:focus,
.cid-ui7yTow6MG .nav-link:focus {
  outline: none;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui7yTow6MG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.opened {
  transition: all 0.3s;
}
.cid-ui7yTow6MG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui7yTow6MG .navbar .navbar-logo img {
  width: auto;
}
.cid-ui7yTow6MG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui7yTow6MG .navbar.collapsed {
  justify-content: center;
}
.cid-ui7yTow6MG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui7yTow6MG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui7yTow6MG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui7yTow6MG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui7yTow6MG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui7yTow6MG .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-ui7yTow6MG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui7yTow6MG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui7yTow6MG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui7yTow6MG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui7yTow6MG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui7yTow6MG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui7yTow6MG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui7yTow6MG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui7yTow6MG .dropdown-item.active,
.cid-ui7yTow6MG .dropdown-item:active {
  background-color: transparent;
}
.cid-ui7yTow6MG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui7yTow6MG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui7yTow6MG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui7yTow6MG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui7yTow6MG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui7yTow6MG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar {
    height: 70px;
  }
  .cid-ui7yTow6MG .navbar.opened {
    height: auto;
  }
  .cid-ui7yTow6MG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiuvBbryCK {
  background-color: #bed3f9;
}
.cid-uiuvBbryCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiuvBbryCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiuvBbryCK .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uiuvBbryCK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiuvBbryCK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uiuvBbryCK .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uiuvBbryCK .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ui4x3YSuqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ui4x3YSuqP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui4x3YSuqP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ui4x3YSuqP .text-wrapper {
    padding: 2rem;
  }
}
.cid-ui4x3YSuqP .mbr-section-title {
  color: #e43f3f;
}
.cid-ui4x3YSuqP .mbr-text {
  color: #232323;
}
.cid-ui4x42cCfa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ui4x42cCfa img {
  width: 100%;
}
.cid-ui4x42cCfa .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e85a4f;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-ui4x42cCfa .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ui4x42cCfa .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ui4x42cCfa .card-title {
  color: #000000;
}
.cid-ui4x42cCfa .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-ui4x42cCfa .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-ui4x42cCfa * {
    text-align: left;
  }
}
.cid-uiiL35fpdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uiiL35fpdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiL35fpdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiiL35fpdG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiL35fpdG .row {
    text-align: center;
  }
  .cid-uiiL35fpdG .row > div {
    margin: auto;
  }
  .cid-uiiL35fpdG .social-row {
    justify-content: center;
  }
}
.cid-uiiL35fpdG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uiiL35fpdG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 0rem;
  }
}
.cid-uiiL35fpdG .mbr-text {
  color: #bbbbbb;
}
.cid-uiiL35fpdG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uiiL35fpdG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ui7yTow6MG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui7yTow6MG nav.navbar {
  position: fixed;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui7yTow6MG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui7yTow6MG .dropdown-item:hover,
.cid-ui7yTow6MG .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-ui7yTow6MG .dropdown-item:hover span {
  color: white;
}
.cid-ui7yTow6MG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui7yTow6MG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui7yTow6MG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui7yTow6MG .nav-link {
  position: relative;
}
.cid-ui7yTow6MG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .container {
    flex-wrap: nowrap;
  }
}
.cid-ui7yTow6MG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown-menu,
.cid-ui7yTow6MG .navbar.opened {
  background: #ffffff !important;
}
.cid-ui7yTow6MG .nav-item:focus,
.cid-ui7yTow6MG .nav-link:focus {
  outline: none;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui7yTow6MG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.opened {
  transition: all 0.3s;
}
.cid-ui7yTow6MG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui7yTow6MG .navbar .navbar-logo img {
  width: auto;
}
.cid-ui7yTow6MG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui7yTow6MG .navbar.collapsed {
  justify-content: center;
}
.cid-ui7yTow6MG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui7yTow6MG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui7yTow6MG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui7yTow6MG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui7yTow6MG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui7yTow6MG .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-ui7yTow6MG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui7yTow6MG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui7yTow6MG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui7yTow6MG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui7yTow6MG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui7yTow6MG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui7yTow6MG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui7yTow6MG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui7yTow6MG .dropdown-item.active,
.cid-ui7yTow6MG .dropdown-item:active {
  background-color: transparent;
}
.cid-ui7yTow6MG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui7yTow6MG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui7yTow6MG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui7yTow6MG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui7yTow6MG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui7yTow6MG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar {
    height: 70px;
  }
  .cid-ui7yTow6MG .navbar.opened {
    height: auto;
  }
  .cid-ui7yTow6MG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui8Q8lxe9x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ui8Q8lxe9x .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-ui8Q8lxe9x .content {
    padding: 0 2rem;
  }
}
.cid-ui8Q8lxe9x .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-ui8Q8lxe9x .img-col {
  padding: 0;
}
.cid-ui8Q8lxe9x .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ui8Q8lxe9x .mbr-iconfont {
  font-size: 3rem;
  color: #383838 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ui8Q8lxe9x .icon-title,
.cid-ui8Q8lxe9x .icon-wrap {
  color: #ed6436;
}
.cid-ui8Q8lxe9x .mbr-text,
.cid-ui8Q8lxe9x .mbr-section-btn,
.cid-ui8Q8lxe9x .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-ui8Q8lxe9x .content {
    margin: auto;
  }
}
.cid-ui8V3nN7Ys {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ui8V3nN7Ys img,
.cid-ui8V3nN7Ys .item-img {
  width: 100%;
}
.cid-ui8V3nN7Ys .item:focus,
.cid-ui8V3nN7Ys span:focus {
  outline: none;
}
.cid-ui8V3nN7Ys .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ui8V3nN7Ys .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ui8V3nN7Ys .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui8V3nN7Ys .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ui8V3nN7Ys .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ui8V3nN7Ys .mbr-section-title {
  color: #232323;
}
.cid-ui8V3nN7Ys .mbr-text,
.cid-ui8V3nN7Ys .mbr-section-btn {
  text-align: left;
}
.cid-ui8V3nN7Ys .item-title {
  text-align: left;
}
.cid-ui8V3nN7Ys .item-subtitle {
  text-align: center;
}
.cid-ui8QbkRbgV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ui8QbkRbgV .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-ui8QbkRbgV .content {
    padding: 0 2rem;
  }
}
.cid-ui8QbkRbgV .row {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-ui8QbkRbgV .img-col {
  padding: 0;
}
.cid-ui8QbkRbgV .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-ui8QbkRbgV .mbr-iconfont {
  font-size: 3rem;
  color: #383838 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ui8QbkRbgV .icon-title,
.cid-ui8QbkRbgV .icon-wrap {
  color: #ed6436;
}
.cid-ui8QbkRbgV .mbr-text,
.cid-ui8QbkRbgV .mbr-section-btn,
.cid-ui8QbkRbgV .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-ui8QbkRbgV .content {
    margin: auto;
  }
}
.cid-uijHNUG7uz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uijHNUG7uz .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-uijHNUG7uz img,
.cid-uijHNUG7uz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uijHNUG7uz .item:focus,
.cid-uijHNUG7uz span:focus {
  outline: none;
}
.cid-uijHNUG7uz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uijHNUG7uz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uijHNUG7uz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uijHNUG7uz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uijHNUG7uz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uijHNUG7uz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uijHNUG7uz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uijHNUG7uz .mbr-section-title {
  color: #232323;
}
.cid-uijHNUG7uz .mbr-text,
.cid-uijHNUG7uz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uijHNUG7uz .item-title {
  text-align: left;
}
.cid-uijHNUG7uz .item-subtitle {
  text-align: left;
  color: #353535;
}
.cid-uiYCZfPs56 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uiYCZfPs56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiYCZfPs56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiYCZfPs56 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiYCZfPs56 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiYCZfPs56 .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-uiYCZfPs56 .content-head {
  max-width: 800px;
}
.cid-uiiL35fpdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uiiL35fpdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiL35fpdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiiL35fpdG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiL35fpdG .row {
    text-align: center;
  }
  .cid-uiiL35fpdG .row > div {
    margin: auto;
  }
  .cid-uiiL35fpdG .social-row {
    justify-content: center;
  }
}
.cid-uiiL35fpdG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uiiL35fpdG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 0rem;
  }
}
.cid-uiiL35fpdG .mbr-text {
  color: #bbbbbb;
}
.cid-uiiL35fpdG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uiiL35fpdG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ui7yTow6MG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui7yTow6MG nav.navbar {
  position: fixed;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui7yTow6MG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui7yTow6MG .dropdown-item:hover,
.cid-ui7yTow6MG .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-ui7yTow6MG .dropdown-item:hover span {
  color: white;
}
.cid-ui7yTow6MG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui7yTow6MG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui7yTow6MG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui7yTow6MG .nav-link {
  position: relative;
}
.cid-ui7yTow6MG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .container {
    flex-wrap: nowrap;
  }
}
.cid-ui7yTow6MG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown-menu,
.cid-ui7yTow6MG .navbar.opened {
  background: #ffffff !important;
}
.cid-ui7yTow6MG .nav-item:focus,
.cid-ui7yTow6MG .nav-link:focus {
  outline: none;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui7yTow6MG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.opened {
  transition: all 0.3s;
}
.cid-ui7yTow6MG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui7yTow6MG .navbar .navbar-logo img {
  width: auto;
}
.cid-ui7yTow6MG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui7yTow6MG .navbar.collapsed {
  justify-content: center;
}
.cid-ui7yTow6MG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui7yTow6MG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui7yTow6MG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui7yTow6MG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui7yTow6MG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui7yTow6MG .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-ui7yTow6MG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui7yTow6MG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui7yTow6MG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui7yTow6MG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui7yTow6MG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui7yTow6MG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui7yTow6MG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui7yTow6MG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui7yTow6MG .dropdown-item.active,
.cid-ui7yTow6MG .dropdown-item:active {
  background-color: transparent;
}
.cid-ui7yTow6MG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui7yTow6MG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui7yTow6MG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui7yTow6MG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui7yTow6MG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui7yTow6MG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar {
    height: 70px;
  }
  .cid-ui7yTow6MG .navbar.opened {
    height: auto;
  }
  .cid-ui7yTow6MG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiuHtuTME2 {
  background-color: #bed3f9;
}
.cid-uiuHtuTME2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiuHtuTME2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiuHtuTME2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uiuHtuTME2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiuHtuTME2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uiuHtuTME2 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uiuHtuTME2 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ui7wRCLyh0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ui7wRCLyh0 .mbr-section-title {
  color: #06182d;
}
.cid-ui7wRCLyh0 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-ui7wRCLyh0 .mbr-section-subtitle {
  color: #06182d;
}
.cid-ui7wRCLyh0 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-ui7wRCLyh0 .card:nth-child(even) {
  margin-top: 70px;
}
.cid-ui7wRCLyh0 .card:nth-child(odd)::after {
  content: '';
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-ui7wRCLyh0 .card:nth-child(2)::after {
  content: '';
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-ui7wRCLyh0 .card .card-wrapper {
  height: 100%;
}
.cid-ui7wRCLyh0 .card .card-wrapper .card-img {
  position: relative;
}
.cid-ui7wRCLyh0 .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-ui7wRCLyh0 .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.cid-ui7wRCLyh0 .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-ui7wRCLyh0 .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-ui7wRCLyh0 .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
.cid-uikAzFMnRV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uikAzFMnRV img,
.cid-uikAzFMnRV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uikAzFMnRV .item:focus,
.cid-uikAzFMnRV span:focus {
  outline: none;
}
.cid-uikAzFMnRV .item-wrapper {
  position: relative;
}
.cid-uikAzFMnRV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uikAzFMnRV .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uikAzFMnRV .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uikAzFMnRV .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uikAzFMnRV .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uikAzFMnRV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uikAzFMnRV .mbr-section-title {
  color: #232323;
}
.cid-uikAzFMnRV .mbr-text,
.cid-uikAzFMnRV .mbr-section-btn {
  text-align: left;
}
.cid-uikAzFMnRV .item-title {
  text-align: left;
}
.cid-uikAzFMnRV .item-subtitle {
  text-align: left;
}
.cid-uikAzFMnRV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uikAzFMnRV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uikAzFMnRV .embla__button--next,
.cid-uikAzFMnRV .embla__button--prev {
  display: flex;
}
.cid-uikAzFMnRV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uikAzFMnRV .embla__button {
    display: none;
  }
}
.cid-uikAzFMnRV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uikAzFMnRV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uikAzFMnRV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uikAzFMnRV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uikAzFMnRV .embla__button {
    top: auto;
  }
}
.cid-uikAzFMnRV .embla {
  position: relative;
  width: 100%;
}
.cid-uikAzFMnRV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uikAzFMnRV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uikAzFMnRV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uikAzFMnRV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uikGgxsKmL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uikGgxsKmL .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uikGgxsKmL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uikGgxsKmL .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uikGgxsKmL .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiiL35fpdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uiiL35fpdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiL35fpdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiiL35fpdG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiL35fpdG .row {
    text-align: center;
  }
  .cid-uiiL35fpdG .row > div {
    margin: auto;
  }
  .cid-uiiL35fpdG .social-row {
    justify-content: center;
  }
}
.cid-uiiL35fpdG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uiiL35fpdG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 0rem;
  }
}
.cid-uiiL35fpdG .mbr-text {
  color: #bbbbbb;
}
.cid-uiiL35fpdG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uiiL35fpdG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ui7yTow6MG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui7yTow6MG nav.navbar {
  position: fixed;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui7yTow6MG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui7yTow6MG .dropdown-item:hover,
.cid-ui7yTow6MG .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-ui7yTow6MG .dropdown-item:hover span {
  color: white;
}
.cid-ui7yTow6MG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui7yTow6MG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui7yTow6MG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui7yTow6MG .nav-link {
  position: relative;
}
.cid-ui7yTow6MG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .container {
    flex-wrap: nowrap;
  }
}
.cid-ui7yTow6MG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown-menu,
.cid-ui7yTow6MG .navbar.opened {
  background: #ffffff !important;
}
.cid-ui7yTow6MG .nav-item:focus,
.cid-ui7yTow6MG .nav-link:focus {
  outline: none;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui7yTow6MG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.opened {
  transition: all 0.3s;
}
.cid-ui7yTow6MG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui7yTow6MG .navbar .navbar-logo img {
  width: auto;
}
.cid-ui7yTow6MG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui7yTow6MG .navbar.collapsed {
  justify-content: center;
}
.cid-ui7yTow6MG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui7yTow6MG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui7yTow6MG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui7yTow6MG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui7yTow6MG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui7yTow6MG .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-ui7yTow6MG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui7yTow6MG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui7yTow6MG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui7yTow6MG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui7yTow6MG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui7yTow6MG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui7yTow6MG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui7yTow6MG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui7yTow6MG .dropdown-item.active,
.cid-ui7yTow6MG .dropdown-item:active {
  background-color: transparent;
}
.cid-ui7yTow6MG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui7yTow6MG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui7yTow6MG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui7yTow6MG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui7yTow6MG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui7yTow6MG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar {
    height: 70px;
  }
  .cid-ui7yTow6MG .navbar.opened {
    height: auto;
  }
  .cid-ui7yTow6MG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiurD9YIsc {
  background-color: #bed3f9;
}
.cid-uiurD9YIsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiurD9YIsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiurD9YIsc .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uiurD9YIsc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiurD9YIsc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uiurD9YIsc .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uiurD9YIsc .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ui4oBK5hyF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ui4oBK5hyF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui4oBK5hyF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ui4oBK5hyF .text-wrapper {
    padding: 2rem;
  }
}
.cid-ui4oBK5hyF .mbr-section-title {
  color: #e43f3f;
}
.cid-ui4oBK5hyF .mbr-text {
  color: #232323;
}
.cid-ui4oBLXDf2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ui4oBLXDf2 img {
  width: 100%;
}
.cid-ui4oBLXDf2 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e85a4f;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-ui4oBLXDf2 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ui4oBLXDf2 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ui4oBLXDf2 .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-ui4oBLXDf2 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-ui4oBLXDf2 * {
    text-align: left;
  }
}
.cid-uip1CYj612 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uip1CYj612 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uip1CYj612 .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-uip1CYj612 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uip1CYj612 .row {
  flex-direction: row-reverse;
}
.cid-uip1CYj612 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uip1CYj612 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uipdttoZAZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uipdttoZAZ img {
  width: 100%;
}
.cid-uipdttoZAZ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e85a4f;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uipdttoZAZ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uipdttoZAZ .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uipdttoZAZ .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-uipdttoZAZ .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-uipdttoZAZ * {
    text-align: left;
  }
}
.cid-uiiL35fpdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uiiL35fpdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiL35fpdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiiL35fpdG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiL35fpdG .row {
    text-align: center;
  }
  .cid-uiiL35fpdG .row > div {
    margin: auto;
  }
  .cid-uiiL35fpdG .social-row {
    justify-content: center;
  }
}
.cid-uiiL35fpdG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uiiL35fpdG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 0rem;
  }
}
.cid-uiiL35fpdG .mbr-text {
  color: #bbbbbb;
}
.cid-uiiL35fpdG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uiiL35fpdG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ui7yTow6MG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ui7yTow6MG nav.navbar {
  position: fixed;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui7yTow6MG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui7yTow6MG .dropdown-item:hover,
.cid-ui7yTow6MG .dropdown-item:focus {
  background: #e85a4f !important;
  color: white !important;
}
.cid-ui7yTow6MG .dropdown-item:hover span {
  color: white;
}
.cid-ui7yTow6MG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui7yTow6MG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui7yTow6MG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui7yTow6MG .nav-link {
  position: relative;
}
.cid-ui7yTow6MG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .container {
    flex-wrap: nowrap;
  }
}
.cid-ui7yTow6MG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown-menu,
.cid-ui7yTow6MG .navbar.opened {
  background: #ffffff !important;
}
.cid-ui7yTow6MG .nav-item:focus,
.cid-ui7yTow6MG .nav-link:focus {
  outline: none;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui7yTow6MG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui7yTow6MG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui7yTow6MG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.opened {
  transition: all 0.3s;
}
.cid-ui7yTow6MG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui7yTow6MG .navbar .navbar-logo img {
  width: auto;
}
.cid-ui7yTow6MG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui7yTow6MG .navbar.collapsed {
  justify-content: center;
}
.cid-ui7yTow6MG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui7yTow6MG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui7yTow6MG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui7yTow6MG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui7yTow6MG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui7yTow6MG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui7yTow6MG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui7yTow6MG .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-ui7yTow6MG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui7yTow6MG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui7yTow6MG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui7yTow6MG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui7yTow6MG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui7yTow6MG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui7yTow6MG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui7yTow6MG .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui7yTow6MG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui7yTow6MG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui7yTow6MG .dropdown-item.active,
.cid-ui7yTow6MG .dropdown-item:active {
  background-color: transparent;
}
.cid-ui7yTow6MG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui7yTow6MG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui7yTow6MG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui7yTow6MG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui7yTow6MG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui7yTow6MG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui7yTow6MG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui7yTow6MG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui7yTow6MG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui7yTow6MG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui7yTow6MG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui7yTow6MG .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-ui7yTow6MG .navbar {
    height: 70px;
  }
  .cid-ui7yTow6MG .navbar.opened {
    height: auto;
  }
  .cid-ui7yTow6MG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiuJ2Y64DJ {
  background-color: #bed3f9;
}
.cid-uiuJ2Y64DJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiuJ2Y64DJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiuJ2Y64DJ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uiuJ2Y64DJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiuJ2Y64DJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uiuJ2Y64DJ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uiuJ2Y64DJ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiNw32cWPr {
  background-color: #fafafa;
}
.cid-uiNw32cWPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiNw32cWPr .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-uiNw32cWPr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiNw32cWPr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uiNw32cWPr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uiNw32cWPr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uiNw32cWPr .mbr-section-title {
  color: #260a30;
}
.cid-uiNw32cWPr .mbr-text,
.cid-uiNw32cWPr .mbr-section-btn {
  color: #260a30;
}
.cid-ui7xEZ8rZw {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-ui7xEZ8rZw .mbr-section-title {
  padding-left: 90px;
}
.cid-ui7xEZ8rZw .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-ui7xEZ8rZw .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  bottom: -120px;
  right: 30px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ui7xEZ8rZw .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ui7xEZ8rZw .rotate__image {
  transform: rotate(5.92deg);
  width: 30%;
  bottom: -100px;
  left: 12%;
  z-index: 1;
  position: absolute;
}
.cid-ui7xEZ8rZw .rotate__image .image {
  min-width: 425px;
  position: relative;
}
.cid-ui7xEZ8rZw .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-ui7xEZ8rZw .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-ui7xEZ8rZw .rotate__image2 {
  bottom: -45px;
  z-index: 2;
  left: 5.5%;
  position: absolute;
  transform: rotate(-9.18deg);
  width: 13%;
}
.cid-ui7xEZ8rZw .rotate__image2 .image {
  min-width: 170px;
  position: relative;
}
.cid-ui7xEZ8rZw .rotate__image2 .image:before {
  padding-top: 150%;
  display: block;
  content: "";
  width: 100%;
}
.cid-ui7xEZ8rZw .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-ui7xEZ8rZw .list__block {
  margin-top: 10px;
}
.cid-ui7xEZ8rZw .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-ui7xEZ8rZw .list__item {
  margin-bottom: 65px;
  position: relative;
}
.cid-ui7xEZ8rZw .list__item span {
  display: block;
  position: absolute;
  top: 50%;
  left: -56px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transform: translateY(-50%);
}
.cid-ui7xEZ8rZw .list__item span:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: inherit;
  opacity: .2;
}
.cid-ui7xEZ8rZw .list__item:nth-child(1) span {
  background-color: #ff9966;
}
.cid-ui7xEZ8rZw .list__item:nth-child(2) span {
  background-color: #40b0bf;
}
.cid-ui7xEZ8rZw .list__item:nth-child(3) span {
  background-color: #ffe161;
}
.cid-ui7xEZ8rZw .list__item:nth-child(4) span {
  background-color: #47b5ed;
}
.cid-ui7xEZ8rZw .list__item:nth-child(5) span {
  background-color: #d8c3a5;
}
.cid-ui7xEZ8rZw .list__item:nth-child(6) span {
  background-color: #e85a4f;
}
@media (max-width: 1024px) {
  .cid-ui7xEZ8rZw .mbr-section-subtitle,
  .cid-ui7xEZ8rZw .mbr-section-title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-ui7xEZ8rZw .mbr-section-title {
    padding: 0 15px;
  }
  .cid-ui7xEZ8rZw .figure:before {
    width: 70px;
    height: 70px;
    bottom: -65px;
    right: -5px;
  }
  .cid-ui7xEZ8rZw .list__block {
    margin-top: 55px;
  }
  .cid-ui7xEZ8rZw .list__item {
    margin-bottom: 29px;
    font-size: 18px;
    line-height: 23px;
  }
  .cid-ui7xEZ8rZw .list__item span {
    left: -44px;
  }
  .cid-ui7xEZ8rZw .bottom__block {
    display: none;
  }
}
.cid-uiiQk64hl4 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uiiQk64hl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiQk64hl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiiQk64hl4 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uiiQk64hl4 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiiQk64hl4 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiiQk64hl4 .card {
    margin-bottom: 2rem;
  }
  .cid-uiiQk64hl4 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uiiQk64hl4 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uioung236Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uioung236Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uioung236Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uioung236Z ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uioung236Z li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uioung236Z ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uioung236Z H3 {
  text-align: center;
}
.cid-uikfZq5Nzm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #5842ff;
  background: linear-gradient(-135deg, rgba(88, 66, 255, 0.8), #1082d5);
}
.cid-uikfZq5Nzm .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uikfZq5Nzm:before {
  content: '';
  width: 150%;
  height: 200px;
  background: #ffffff;
  transform: rotate(-4deg);
  position: absolute;
  top: -125px;
  right: 0;
}
.cid-uikfZq5Nzm:after {
  content: '';
  width: 150%;
  height: 150px;
  background: #ffffff;
  transform: rotate(-4deg);
  position: absolute;
  bottom: -45px;
  left: -3px;
}
.cid-uikfZq5Nzm .container {
  pointer-events: none;
}
.cid-uikfZq5Nzm .title__block,
.cid-uikfZq5Nzm .card {
  pointer-events: all;
}
.cid-uikfZq5Nzm .mbr-section-subtitle {
  opacity: .5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.cid-uikfZq5Nzm .mbr-section-title {
  text-decoration: underline;
}
.cid-uikfZq5Nzm .title__block {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-uikfZq5Nzm .title__block {
    margin-bottom: 50px;
  }
}
.cid-uikfZq5Nzm .card__wrap {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  padding: 45px 60px 40px 40px;
  margin-bottom: 40px;
  height: 100%;
}
.cid-uikfZq5Nzm .card__wrap:before {
  content: '';
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 7px;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform 0.4s ease-out;
}
.cid-uikfZq5Nzm .card__wrap:hover:before {
  transform-origin: center top;
  transform: scaleY(1);
}
.cid-uikfZq5Nzm .card__wrap:hover .card-title {
  color: #e85a4f;
}
.cid-uikfZq5Nzm .card__wrap:hover .mbr-text {
  color: #d8c3a5;
}
.cid-uikfZq5Nzm .card__wrap:hover .btn__more a {
  color: #ff6400 !important;
  opacity: 1;
}
.cid-uikfZq5Nzm .card__icon {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uikfZq5Nzm .card__icon span {
  font-size: 50px;
  color: #b3cffc;
}
.cid-uikfZq5Nzm .card-box {
  padding-left: 20px;
  word-break: break-word;
  width: 100%;
}
.cid-uikfZq5Nzm .mbr-text {
  line-height: 30px;
  opacity: .8;
  padding: 12px 0 25px;
}
.cid-uikfZq5Nzm .btn__more a {
  color: #ffffff !important;
  opacity: .9;
}
.cid-uikfZq5Nzm .btn__more a:hover {
  color: #ff6400 !important;
  text-decoration: underline;
}
.cid-uikfZq5Nzm .btn__more .mbr-iconfont {
  font-size: 18px;
  vertical-align: -1px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cid-uikfZq5Nzm .card__wrap {
    padding: 35px 15px 30px 40px;
  }
  .cid-uikfZq5Nzm .card-box {
    margin-top: 20px;
    padding-left: 0;
  }
}
.cid-uikfZq5Nzm .animation__background .triangle {
  position: absolute;
  top: 10%;
  right: 29%;
  animation: animationTwo 40s infinite linear;
}
.cid-uikfZq5Nzm .animation__background .quadr {
  position: absolute;
  bottom: 5%;
  right: 9%;
  animation: rotated 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-uikfZq5Nzm .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #40b0bf;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uikfZq5Nzm .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ffe161;
  animation: animationOne 30s infinite linear;
}
.cid-uikfZq5Nzm .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #47b5ed;
  animation: animationTwo 30s infinite linear;
}
.cid-uikfZq5Nzm .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff9966;
  animation: animationOne 25s infinite linear;
}
.cid-uikfZq5Nzm .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #e85a4f;
  animation: animationTwo 25s infinite linear;
}
.cid-ujeDdMXOFs {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #edefeb;
}
.cid-ujeDdMXOFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujeDdMXOFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujeDdMXOFs .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujeDdMXOFs .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ujeDdMXOFs .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ujeDdMXOFs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ujeDdMXOFs .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffe161;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #1082d5;
  height: 80px;
  border-radius: 50%;
}
.cid-ujeDdMXOFs .mbr-section-title {
  color: #1082d5;
}
.cid-ujeDdMXOFs .mbr-section-subtitle {
  color: #232323;
}
.cid-ujeDdMXOFs .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujeDdMXOFs .card-box .item-footer {
  margin-top: auto;
}
.cid-ujeDdMXOFs .content-head {
  max-width: 800px;
}
.cid-uiNHmLYNKG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg1.jpg");
}
.cid-uiNHmLYNKG .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uiNHmLYNKG .mbr-text {
  margin-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uiNHmLYNKG .card__block {
  margin-top: 45px;
  font-weight: 500;
}
.cid-uiNHmLYNKG .card__title {
  width: 100%;
  color: #ffffff;
}
.cid-uiiL35fpdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uiiL35fpdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiL35fpdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiiL35fpdG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiL35fpdG .row {
    text-align: center;
  }
  .cid-uiiL35fpdG .row > div {
    margin: auto;
  }
  .cid-uiiL35fpdG .social-row {
    justify-content: center;
  }
}
.cid-uiiL35fpdG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uiiL35fpdG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uiiL35fpdG .list {
    margin-bottom: 0rem;
  }
}
.cid-uiiL35fpdG .mbr-text {
  color: #bbbbbb;
}
.cid-uiiL35fpdG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uiiL35fpdG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uiiL35fpdG div > *:last-child {
    margin-top: 0 !important;
  }
}
