body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Acme', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Acme', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Acme', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Acme', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Acme', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ff6666 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #293ab5 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #293ab5 !important;
  border-color: #293ab5 !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: #19236e !important;
  border-color: #19236e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19236e !important;
  border-color: #19236e !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: #ff6666;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #293ab5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #19236e !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: #293ab5 !important;
  border-color: #293ab5 !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: #ff6666 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #293ab5 !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: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #161f62 !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: #ff6666;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #293ab5;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6666;
  border-color: #ff6666;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6666;
}
.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: #7c88e1;
}
.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: 'Acme', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff6666 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Acme', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff6666;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6666;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6666;
}
.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: #ff6666;
  border-bottom-color: #ff6666;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff6666 !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: #ff6666 !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='%23ff6666' %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-uJd9pyUYYb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJd9pyUYYb nav.navbar {
  position: fixed;
}
.cid-uJd9pyUYYb .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-uJd9pyUYYb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJd9pyUYYb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJd9pyUYYb .dropdown-item:hover,
.cid-uJd9pyUYYb .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uJd9pyUYYb .dropdown-item:hover span {
  color: white;
}
.cid-uJd9pyUYYb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJd9pyUYYb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJd9pyUYYb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJd9pyUYYb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJd9pyUYYb .nav-link {
  position: relative;
}
.cid-uJd9pyUYYb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJd9pyUYYb .container {
    flex-wrap: wrap;
  }
}
.cid-uJd9pyUYYb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJd9pyUYYb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJd9pyUYYb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJd9pyUYYb .dropdown-menu,
.cid-uJd9pyUYYb .navbar.opened {
  background: #ffffff !important;
}
.cid-uJd9pyUYYb .nav-item:focus,
.cid-uJd9pyUYYb .nav-link:focus {
  outline: none;
}
.cid-uJd9pyUYYb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJd9pyUYYb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJd9pyUYYb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJd9pyUYYb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJd9pyUYYb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJd9pyUYYb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJd9pyUYYb .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-uJd9pyUYYb .navbar.opened {
  transition: all 0.3s;
}
.cid-uJd9pyUYYb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJd9pyUYYb .navbar .navbar-logo img {
  width: auto;
}
.cid-uJd9pyUYYb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJd9pyUYYb .navbar.collapsed {
  justify-content: center;
}
.cid-uJd9pyUYYb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJd9pyUYYb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJd9pyUYYb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-uJd9pyUYYb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJd9pyUYYb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJd9pyUYYb .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-uJd9pyUYYb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJd9pyUYYb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJd9pyUYYb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJd9pyUYYb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJd9pyUYYb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJd9pyUYYb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJd9pyUYYb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJd9pyUYYb .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-uJd9pyUYYb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJd9pyUYYb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJd9pyUYYb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJd9pyUYYb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJd9pyUYYb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJd9pyUYYb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJd9pyUYYb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJd9pyUYYb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJd9pyUYYb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJd9pyUYYb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJd9pyUYYb .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-uJd9pyUYYb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJd9pyUYYb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJd9pyUYYb .dropdown-item.active,
.cid-uJd9pyUYYb .dropdown-item:active {
  background-color: transparent;
}
.cid-uJd9pyUYYb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJd9pyUYYb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJd9pyUYYb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJd9pyUYYb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJd9pyUYYb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJd9pyUYYb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJd9pyUYYb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJd9pyUYYb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJd9pyUYYb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJd9pyUYYb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJd9pyUYYb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJd9pyUYYb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJd9pyUYYb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJd9pyUYYb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJd9pyUYYb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJd9pyUYYb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJd9pyUYYb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJd9pyUYYb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJd9pyUYYb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJd9pyUYYb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJd9pyUYYb .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-uJd9pyUYYb .navbar {
    height: 70px;
  }
  .cid-uJd9pyUYYb .navbar.opened {
    height: auto;
  }
  .cid-uJd9pyUYYb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upYgg3PbX2 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-upYgg3PbX2 h2,
.cid-upYgg3PbX2 h4,
.cid-upYgg3PbX2 p {
  margin: 0;
}
.cid-upYgg3PbX2 .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-upYgg3PbX2 .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-upYgg3PbX2 .image-wrap {
    margin-top: 30px;
  }
}
.cid-upYgg3PbX2 img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-upYgg3PbX2 .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-upYgg3PbX2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-upYgg3PbX2 .mbr-text {
  color: #000000;
  margin-bottom: 30px;
}
.cid-upYgg3PbX2 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-upYgg3PbX2 .socials p {
  margin: 0 20px 0 0;
}
.cid-upYgg3PbX2 .socials-item .link {
  color: #000000;
}
.cid-upYj7oRQDC {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #fff0b0;
}
.cid-upYj7oRQDC .text-wrap {
  background-color: #000000;
  padding: 3rem 6rem;
}
.cid-upYj7oRQDC .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-upYj7oRQDC .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-upYj7oRQDC .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-upYj7oRQDC .link:hover:before {
  margin-right: -0.4rem;
}
.cid-upYj7oRQDC .mbr-text,
.cid-upYj7oRQDC .link-wrap {
  text-align: center;
}
.cid-upYj7oRQDC H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-upYj7oRQDC .img1 {
    width: 50%;
  }
  .cid-upYj7oRQDC .text-wrap {
    background-color: #000000;
    padding: 2rem 2rem;
  }
}
.cid-upYj7oRQDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-upYj7oRQDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upYj7oRQDC DIV {
  text-align: left;
}
.cid-upYj7oRQDC H1 {
  color: #ffffff;
}
.cid-upYlL77oah {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-upYlL77oah .mbr-fallback-image.disabled {
  display: none;
}
.cid-upYlL77oah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upYlL77oah .container,
.cid-upYlL77oah .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upYlL77oah .container,
  .cid-upYlL77oah .container-fluid {
    padding: 0 20px;
  }
}
.cid-upYlL77oah .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #e7272d;
  border-bottom: 1px solid #e7272d;
}
@media (max-width: 992px) {
  .cid-upYlL77oah .title-wrapper {
    padding: 25px 0;
  }
}
.cid-upYlL77oah .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #fafafa;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-upYlL77oah .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-upYlL77oah .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upYlL77oah .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-upYlL77oah .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upYlL77oah .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-upYlL77oah .mbr-section-title {
  color: #3d4045;
}
.cid-upYlL77oah .mbr-text {
  color: #000000;
}
.cid-upYlL77oah .mbr-section-btn {
  text-align: right;
}
.cid-upYlL77oah .mbr-section-title,
.cid-upYlL77oah .mbr-section-btn {
  color: #000000;
}
.cid-upYjNvuMnD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fdfcfc;
}
.cid-upYjNvuMnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upYjNvuMnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-upYjNvuMnD .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-upYjNvuMnD P {
  max-width: 1200px;
}
.cid-upYjNvuMnD .mbr-section-btn,
.cid-upYjNvuMnD .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-upYjNvuMnD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upYjNvuMnD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-upYjNvuMnD .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-upYjNvuMnD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-upYjNvuMnD .mbr-section-title {
  color: #232323;
}
.cid-upYjNvuMnD .mbr-text,
.cid-upYjNvuMnD .mbr-section-btn {
  color: #000000;
}
.cid-upYjNvuMnD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upYkyx1TGa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fff0b0;
}
.cid-upYkyx1TGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-upYkyx1TGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upYkyx1TGa .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-upYkyx1TGa .container-fluid {
    padding: 0 12px;
  }
}
.cid-upYkyx1TGa .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upYkyx1TGa .container {
    padding: 0 20px;
  }
}
.cid-upYkyx1TGa .row {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-top: -2px;
}
.cid-upYkyx1TGa .card {
  padding: 0;
  border-radius: 0;
}
.cid-upYkyx1TGa .card:first-child {
  border-right: 2px solid #000000;
  border-right: none;
  border-left: 2px solid #000000;
}
.cid-upYkyx1TGa .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-upYkyx1TGa .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-upYkyx1TGa .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upYkyx1TGa .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-upYkyx1TGa .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-upYkyx1TGa .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-upYkyx1TGa .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upYkyx1TGa .card:last-child {
    padding: 50px 20px;
  }
}
.cid-upYkyx1TGa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upYkyx1TGa .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-upYkyx1TGa .mbr-text {
  color: #1d1d1d;
}
.cid-upYk4MvNLH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-upYk4MvNLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-upYk4MvNLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upYk4MvNLH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-upYk4MvNLH .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-upYk4MvNLH .container {
    padding: 0 30px;
  }
}
.cid-upYk4MvNLH .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-upYk4MvNLH .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-upYk4MvNLH .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
  padding: 70px 230px 70px 70px;
  border-radius: 3em 16em;
}
@media (max-width: 992px) {
  .cid-upYk4MvNLH .card-wrapper {
    border-radius: 0 3em 0 3em;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-upYk4MvNLH .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-upYk4MvNLH .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-upYk4MvNLH .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 992px) {
  .cid-upYk4MvNLH .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-upYk4MvNLH .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upYk4MvNLH .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-upYk4MvNLH .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-upYk4MvNLH .mbr-section-title {
  color: #ffffff;
}
.cid-upYk4MvNLH .mbr-card-title {
  color: #2b2b2b;
  text-align: center;
}
.cid-upYk4MvNLH .mbr-text {
  color: #4E4E4E;
  text-align: center;
}
.cid-upYk4MvNLH .mbr-number {
  color: #FE5115;
}
.cid-uEOq2Om1hQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #fff0b0;
}
.cid-uEOq2Om1hQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEOq2Om1hQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEOq2Om1hQ .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uEOq2Om1hQ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uEOq2Om1hQ .content-wrapper {
    padding: 0;
  }
}
.cid-uEOq2Om1hQ .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uEOq2Om1hQ .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #fdfcfc;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uEOq2Om1hQ .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
@media (max-width: 1440px) {
  .cid-uEOq2Om1hQ .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uEOq2Om1hQ .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uEOq2Om1hQ .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uEOq2Om1hQ .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uEOq2Om1hQ .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uEOq2Om1hQ .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uEOq2Om1hQ .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uEOq2Om1hQ .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uEOq2Om1hQ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uEOq2Om1hQ .mbr-section-title {
  color: #2C2625;
}
.cid-uEOq2Om1hQ .mbr-date {
  color: #2C2625;
}
.cid-uEOq2Om1hQ .mbr-tag {
  color: #2C2625;
}
.cid-uEOqJixctp {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fdfcfc;
}
.cid-uEOqJixctp .mbr-text {
  color: #000000;
}
.cid-uEOqJixctp .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uEOqJixctp h5,
.cid-uEOqJixctp h6 {
  background: #ff6666;
  display: inline;
}
.cid-uEOqJixctp h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uEOqJixctp h6 {
  line-height: 1.3 !important;
}
.cid-uEOqJixctp h6 span {
  padding-right: 2rem;
}
.cid-uEOqJixctp .mbr-section-title,
.cid-uEOqJixctp .align {
  color: #ffffff;
}
.cid-uEOqJixctp .mbr-section-subtitle,
.cid-uEOqJixctp .align {
  color: #ffffff;
  text-align: left;
}
.cid-upSyqddbcq {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-upSyqddbcq .image-wrapper {
    padding: 1rem;
  }
}
.cid-upSyqddbcq img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-upSyqddbcq img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-upSyqddbcq .mbr-text,
.cid-upSyqddbcq .mbr-section-btn {
  color: #000000;
}
.cid-upSyqddbcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-upSyqddbcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upSyqddbcq .mbr-section-title {
  color: #000000;
}
.cid-uEOrQIKgkh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJd9pyUYYb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJd9pyUYYb nav.navbar {
  position: fixed;
}
.cid-uJd9pyUYYb .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-uJd9pyUYYb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJd9pyUYYb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJd9pyUYYb .dropdown-item:hover,
.cid-uJd9pyUYYb .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uJd9pyUYYb .dropdown-item:hover span {
  color: white;
}
.cid-uJd9pyUYYb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJd9pyUYYb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJd9pyUYYb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJd9pyUYYb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJd9pyUYYb .nav-link {
  position: relative;
}
.cid-uJd9pyUYYb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJd9pyUYYb .container {
    flex-wrap: wrap;
  }
}
.cid-uJd9pyUYYb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJd9pyUYYb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJd9pyUYYb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJd9pyUYYb .dropdown-menu,
.cid-uJd9pyUYYb .navbar.opened {
  background: #ffffff !important;
}
.cid-uJd9pyUYYb .nav-item:focus,
.cid-uJd9pyUYYb .nav-link:focus {
  outline: none;
}
.cid-uJd9pyUYYb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJd9pyUYYb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJd9pyUYYb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJd9pyUYYb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJd9pyUYYb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJd9pyUYYb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJd9pyUYYb .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-uJd9pyUYYb .navbar.opened {
  transition: all 0.3s;
}
.cid-uJd9pyUYYb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJd9pyUYYb .navbar .navbar-logo img {
  width: auto;
}
.cid-uJd9pyUYYb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJd9pyUYYb .navbar.collapsed {
  justify-content: center;
}
.cid-uJd9pyUYYb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJd9pyUYYb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJd9pyUYYb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-uJd9pyUYYb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJd9pyUYYb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJd9pyUYYb .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-uJd9pyUYYb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJd9pyUYYb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJd9pyUYYb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJd9pyUYYb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJd9pyUYYb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJd9pyUYYb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJd9pyUYYb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJd9pyUYYb .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-uJd9pyUYYb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJd9pyUYYb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJd9pyUYYb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJd9pyUYYb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJd9pyUYYb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJd9pyUYYb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJd9pyUYYb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJd9pyUYYb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJd9pyUYYb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJd9pyUYYb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJd9pyUYYb .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-uJd9pyUYYb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJd9pyUYYb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJd9pyUYYb .dropdown-item.active,
.cid-uJd9pyUYYb .dropdown-item:active {
  background-color: transparent;
}
.cid-uJd9pyUYYb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJd9pyUYYb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJd9pyUYYb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJd9pyUYYb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJd9pyUYYb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJd9pyUYYb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJd9pyUYYb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJd9pyUYYb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJd9pyUYYb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJd9pyUYYb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJd9pyUYYb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJd9pyUYYb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJd9pyUYYb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJd9pyUYYb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJd9pyUYYb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJd9pyUYYb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJd9pyUYYb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJd9pyUYYb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJd9pyUYYb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJd9pyUYYb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJd9pyUYYb .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-uJd9pyUYYb .navbar {
    height: 70px;
  }
  .cid-uJd9pyUYYb .navbar.opened {
    height: auto;
  }
  .cid-uJd9pyUYYb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJdiIi3pdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJdiIi3pdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdiIi3pdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdiIi3pdW .row {
  margin: 0 -8px;
}
.cid-uJdiIi3pdW .row .card {
  padding: 0 8px;
}
.cid-uJdiIi3pdW .card-wrapper {
  padding: 75px 64px;
  background-color: #fff0b0;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uJdiIi3pdW .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJdiIi3pdW .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uJdiIi3pdW .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uJdiIi3pdW .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJdiIi3pdW .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJdiIi3pdW .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJdiIi3pdW .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJdiIi3pdW .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJdiIi3pdW .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJdiIi3pdW .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uJdiIi3pdW .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uJdiIi3pdW .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uJdiIi3pdW .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJdiIi3pdW .image-wrapper {
  height: 100%;
}
.cid-uJdiIi3pdW .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJdiIi3pdW .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJdiIi3pdW .mbr-text,
.cid-uJdiIi3pdW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJdiIi3pdW .logo-wrapper,
.cid-uJdiIi3pdW .mbr-desc {
  text-align: center;
}
.cid-uJdiIi3pdW .mbr-desc {
  color: #63635d;
}
.cid-uEOuxPLQuC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uEOuxPLQuC .row {
  justify-content: flex-start;
}
.cid-uEOuxPLQuC .mbr-section-title {
  color: #45494E;
}
.cid-uEOuxPLQuC .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uEOuxPLQuC .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uEOuxPLQuC .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uEOuxPLQuC .mbr-text {
  margin-top: 36px;
  color: #fdfcfc;
}
@media (max-width: 991px) {
  .cid-uEOuxPLQuC .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uEOuxPLQuC .mbr-text {
    margin-top: 20px;
  }
}
.cid-uEOuxPLQuC .border-col {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .cid-uEOuxPLQuC .border-col {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .cid-uEOuxPLQuC .border-col {
    margin-top: 50px;
  }
}
.cid-uEOuxPLQuC .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #293ab5;
  opacity: 0.07;
}
.cid-uJdmboWdRm {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-uJdmboWdRm .image-wrapper {
    padding: 1rem;
  }
}
.cid-uJdmboWdRm img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uJdmboWdRm img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uJdmboWdRm .mbr-text,
.cid-uJdmboWdRm .mbr-section-btn {
  color: #000000;
}
.cid-uJdmboWdRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdmboWdRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdmboWdRm .mbr-section-title {
  color: #000000;
}
.cid-uEOuxRWEbc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJdmr3SHgL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJdmr3SHgL nav.navbar {
  position: fixed;
}
.cid-uJdmr3SHgL .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-uJdmr3SHgL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJdmr3SHgL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJdmr3SHgL .dropdown-item:hover,
.cid-uJdmr3SHgL .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uJdmr3SHgL .dropdown-item:hover span {
  color: white;
}
.cid-uJdmr3SHgL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJdmr3SHgL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJdmr3SHgL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJdmr3SHgL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJdmr3SHgL .nav-link {
  position: relative;
}
.cid-uJdmr3SHgL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJdmr3SHgL .container {
    flex-wrap: wrap;
  }
}
.cid-uJdmr3SHgL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJdmr3SHgL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJdmr3SHgL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJdmr3SHgL .dropdown-menu,
.cid-uJdmr3SHgL .navbar.opened {
  background: #ffffff !important;
}
.cid-uJdmr3SHgL .nav-item:focus,
.cid-uJdmr3SHgL .nav-link:focus {
  outline: none;
}
.cid-uJdmr3SHgL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJdmr3SHgL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJdmr3SHgL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJdmr3SHgL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJdmr3SHgL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJdmr3SHgL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJdmr3SHgL .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-uJdmr3SHgL .navbar.opened {
  transition: all 0.3s;
}
.cid-uJdmr3SHgL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJdmr3SHgL .navbar .navbar-logo img {
  width: auto;
}
.cid-uJdmr3SHgL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJdmr3SHgL .navbar.collapsed {
  justify-content: center;
}
.cid-uJdmr3SHgL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJdmr3SHgL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJdmr3SHgL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-uJdmr3SHgL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJdmr3SHgL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJdmr3SHgL .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-uJdmr3SHgL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJdmr3SHgL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJdmr3SHgL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJdmr3SHgL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJdmr3SHgL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJdmr3SHgL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJdmr3SHgL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJdmr3SHgL .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-uJdmr3SHgL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJdmr3SHgL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJdmr3SHgL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJdmr3SHgL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJdmr3SHgL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJdmr3SHgL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJdmr3SHgL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJdmr3SHgL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJdmr3SHgL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJdmr3SHgL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJdmr3SHgL .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-uJdmr3SHgL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJdmr3SHgL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJdmr3SHgL .dropdown-item.active,
.cid-uJdmr3SHgL .dropdown-item:active {
  background-color: transparent;
}
.cid-uJdmr3SHgL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJdmr3SHgL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJdmr3SHgL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJdmr3SHgL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJdmr3SHgL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJdmr3SHgL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJdmr3SHgL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJdmr3SHgL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJdmr3SHgL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJdmr3SHgL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJdmr3SHgL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJdmr3SHgL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJdmr3SHgL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJdmr3SHgL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJdmr3SHgL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJdmr3SHgL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJdmr3SHgL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJdmr3SHgL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJdmr3SHgL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJdmr3SHgL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJdmr3SHgL .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-uJdmr3SHgL .navbar {
    height: 70px;
  }
  .cid-uJdmr3SHgL .navbar.opened {
    height: auto;
  }
  .cid-uJdmr3SHgL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJdmr2EDnM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJdmr2EDnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdmr2EDnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdmr2EDnM .row {
  margin: 0 -8px;
}
.cid-uJdmr2EDnM .row .card {
  padding: 0 8px;
}
.cid-uJdmr2EDnM .card-wrapper {
  padding: 75px 64px;
  background-color: #fff0b0;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uJdmr2EDnM .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJdmr2EDnM .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uJdmr2EDnM .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uJdmr2EDnM .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJdmr2EDnM .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJdmr2EDnM .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJdmr2EDnM .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJdmr2EDnM .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJdmr2EDnM .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJdmr2EDnM .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uJdmr2EDnM .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uJdmr2EDnM .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uJdmr2EDnM .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJdmr2EDnM .image-wrapper {
  height: 100%;
}
.cid-uJdmr2EDnM .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJdmr2EDnM .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJdmr2EDnM .mbr-text,
.cid-uJdmr2EDnM .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJdmr2EDnM .logo-wrapper,
.cid-uJdmr2EDnM .mbr-desc {
  text-align: center;
}
.cid-uJdmr2EDnM .mbr-desc {
  color: #63635d;
}
.cid-uJdmr34WgV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJdmr34WgV .row {
  justify-content: flex-start;
}
.cid-uJdmr34WgV .mbr-section-title {
  color: #45494E;
}
.cid-uJdmr34WgV .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uJdmr34WgV .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uJdmr34WgV .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uJdmr34WgV .mbr-text {
  margin-top: 36px;
  color: #fdfcfc;
}
@media (max-width: 991px) {
  .cid-uJdmr34WgV .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uJdmr34WgV .mbr-text {
    margin-top: 20px;
  }
}
.cid-uJdmr34WgV .border-col {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .cid-uJdmr34WgV .border-col {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .cid-uJdmr34WgV .border-col {
    margin-top: 50px;
  }
}
.cid-uJdmr34WgV .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #293ab5;
  opacity: 0.07;
}
.cid-uJdmr3lFzI {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-uJdmr3lFzI .image-wrapper {
    padding: 1rem;
  }
}
.cid-uJdmr3lFzI img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uJdmr3lFzI img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uJdmr3lFzI .mbr-text,
.cid-uJdmr3lFzI .mbr-section-btn {
  color: #000000;
}
.cid-uJdmr3lFzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdmr3lFzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdmr3lFzI .mbr-section-title {
  color: #000000;
}
.cid-uJdmr3Cc9j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJdooor3zJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJdooor3zJ nav.navbar {
  position: fixed;
}
.cid-uJdooor3zJ .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-uJdooor3zJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJdooor3zJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJdooor3zJ .dropdown-item:hover,
.cid-uJdooor3zJ .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uJdooor3zJ .dropdown-item:hover span {
  color: white;
}
.cid-uJdooor3zJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJdooor3zJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJdooor3zJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJdooor3zJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJdooor3zJ .nav-link {
  position: relative;
}
.cid-uJdooor3zJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJdooor3zJ .container {
    flex-wrap: wrap;
  }
}
.cid-uJdooor3zJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJdooor3zJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJdooor3zJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJdooor3zJ .dropdown-menu,
.cid-uJdooor3zJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uJdooor3zJ .nav-item:focus,
.cid-uJdooor3zJ .nav-link:focus {
  outline: none;
}
.cid-uJdooor3zJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJdooor3zJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJdooor3zJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJdooor3zJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJdooor3zJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJdooor3zJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJdooor3zJ .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-uJdooor3zJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJdooor3zJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJdooor3zJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uJdooor3zJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJdooor3zJ .navbar.collapsed {
  justify-content: center;
}
.cid-uJdooor3zJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJdooor3zJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJdooor3zJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-uJdooor3zJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJdooor3zJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJdooor3zJ .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-uJdooor3zJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJdooor3zJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJdooor3zJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJdooor3zJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJdooor3zJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJdooor3zJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJdooor3zJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJdooor3zJ .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-uJdooor3zJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJdooor3zJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJdooor3zJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJdooor3zJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJdooor3zJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJdooor3zJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJdooor3zJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJdooor3zJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJdooor3zJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJdooor3zJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJdooor3zJ .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-uJdooor3zJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJdooor3zJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJdooor3zJ .dropdown-item.active,
.cid-uJdooor3zJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJdooor3zJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJdooor3zJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJdooor3zJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJdooor3zJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJdooor3zJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJdooor3zJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJdooor3zJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJdooor3zJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJdooor3zJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJdooor3zJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJdooor3zJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJdooor3zJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJdooor3zJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJdooor3zJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJdooor3zJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJdooor3zJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJdooor3zJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJdooor3zJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJdooor3zJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJdooor3zJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJdooor3zJ .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-uJdooor3zJ .navbar {
    height: 70px;
  }
  .cid-uJdooor3zJ .navbar.opened {
    height: auto;
  }
  .cid-uJdooor3zJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJdoonjs1y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJdoonjs1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdoonjs1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdoonjs1y .row {
  margin: 0 -8px;
}
.cid-uJdoonjs1y .row .card {
  padding: 0 8px;
}
.cid-uJdoonjs1y .card-wrapper {
  padding: 75px 64px;
  background-color: #fff0b0;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uJdoonjs1y .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJdoonjs1y .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uJdoonjs1y .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uJdoonjs1y .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJdoonjs1y .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJdoonjs1y .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJdoonjs1y .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJdoonjs1y .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJdoonjs1y .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJdoonjs1y .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uJdoonjs1y .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uJdoonjs1y .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uJdoonjs1y .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJdoonjs1y .image-wrapper {
  height: 100%;
}
.cid-uJdoonjs1y .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJdoonjs1y .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJdoonjs1y .mbr-text,
.cid-uJdoonjs1y .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJdoonjs1y .logo-wrapper,
.cid-uJdoonjs1y .mbr-desc {
  text-align: center;
}
.cid-uJdoonjs1y .mbr-desc {
  color: #63635d;
}
.cid-uJdoonD0S8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJdoonD0S8 .row {
  justify-content: flex-start;
}
.cid-uJdoonD0S8 .mbr-section-title {
  color: #45494E;
}
.cid-uJdoonD0S8 .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uJdoonD0S8 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uJdoonD0S8 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uJdoonD0S8 .mbr-text {
  margin-top: 36px;
  color: #fdfcfc;
}
@media (max-width: 991px) {
  .cid-uJdoonD0S8 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uJdoonD0S8 .mbr-text {
    margin-top: 20px;
  }
}
.cid-uJdoonD0S8 .border-col {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .cid-uJdoonD0S8 .border-col {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .cid-uJdoonD0S8 .border-col {
    margin-top: 50px;
  }
}
.cid-uJdoonD0S8 .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #293ab5;
  opacity: 0.07;
}
.cid-uJdoonUwWw {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-uJdoonUwWw .image-wrapper {
    padding: 1rem;
  }
}
.cid-uJdoonUwWw img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uJdoonUwWw img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uJdoonUwWw .mbr-text,
.cid-uJdoonUwWw .mbr-section-btn {
  color: #000000;
}
.cid-uJdoonUwWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdoonUwWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdoonUwWw .mbr-section-title {
  color: #000000;
}
.cid-uJdooocDsX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJdplm9EOz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJdplm9EOz nav.navbar {
  position: fixed;
}
.cid-uJdplm9EOz .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-uJdplm9EOz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJdplm9EOz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJdplm9EOz .dropdown-item:hover,
.cid-uJdplm9EOz .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uJdplm9EOz .dropdown-item:hover span {
  color: white;
}
.cid-uJdplm9EOz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJdplm9EOz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJdplm9EOz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJdplm9EOz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJdplm9EOz .nav-link {
  position: relative;
}
.cid-uJdplm9EOz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJdplm9EOz .container {
    flex-wrap: wrap;
  }
}
.cid-uJdplm9EOz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJdplm9EOz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJdplm9EOz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJdplm9EOz .dropdown-menu,
.cid-uJdplm9EOz .navbar.opened {
  background: #ffffff !important;
}
.cid-uJdplm9EOz .nav-item:focus,
.cid-uJdplm9EOz .nav-link:focus {
  outline: none;
}
.cid-uJdplm9EOz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJdplm9EOz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJdplm9EOz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJdplm9EOz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJdplm9EOz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJdplm9EOz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJdplm9EOz .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-uJdplm9EOz .navbar.opened {
  transition: all 0.3s;
}
.cid-uJdplm9EOz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJdplm9EOz .navbar .navbar-logo img {
  width: auto;
}
.cid-uJdplm9EOz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJdplm9EOz .navbar.collapsed {
  justify-content: center;
}
.cid-uJdplm9EOz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJdplm9EOz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJdplm9EOz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-uJdplm9EOz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJdplm9EOz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJdplm9EOz .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-uJdplm9EOz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJdplm9EOz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJdplm9EOz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJdplm9EOz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJdplm9EOz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJdplm9EOz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJdplm9EOz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJdplm9EOz .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-uJdplm9EOz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJdplm9EOz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJdplm9EOz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJdplm9EOz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJdplm9EOz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJdplm9EOz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJdplm9EOz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJdplm9EOz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJdplm9EOz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJdplm9EOz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJdplm9EOz .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-uJdplm9EOz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJdplm9EOz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJdplm9EOz .dropdown-item.active,
.cid-uJdplm9EOz .dropdown-item:active {
  background-color: transparent;
}
.cid-uJdplm9EOz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJdplm9EOz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJdplm9EOz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJdplm9EOz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJdplm9EOz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJdplm9EOz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJdplm9EOz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJdplm9EOz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJdplm9EOz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJdplm9EOz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJdplm9EOz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJdplm9EOz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJdplm9EOz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJdplm9EOz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJdplm9EOz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJdplm9EOz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJdplm9EOz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJdplm9EOz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJdplm9EOz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJdplm9EOz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJdplm9EOz .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-uJdplm9EOz .navbar {
    height: 70px;
  }
  .cid-uJdplm9EOz .navbar.opened {
    height: auto;
  }
  .cid-uJdplm9EOz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJdprEWlIY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-uJdprEWlIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdprEWlIY .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-uJdprEWlIY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJdprEWlIY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJdprEWlIY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJdpllh5PV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJdpllh5PV .row {
  justify-content: flex-start;
}
.cid-uJdpllh5PV .mbr-section-title {
  color: #45494E;
}
.cid-uJdpllh5PV .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uJdpllh5PV .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uJdpllh5PV .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uJdpllh5PV .mbr-text {
  margin-top: 36px;
  color: #fdfcfc;
}
@media (max-width: 991px) {
  .cid-uJdpllh5PV .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uJdpllh5PV .mbr-text {
    margin-top: 20px;
  }
}
.cid-uJdpllh5PV .border-col {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .cid-uJdpllh5PV .border-col {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .cid-uJdpllh5PV .border-col {
    margin-top: 50px;
  }
}
.cid-uJdpllh5PV .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #293ab5;
  opacity: 0.07;
}
.cid-uJdpllBTDi {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-uJdpllBTDi .image-wrapper {
    padding: 1rem;
  }
}
.cid-uJdpllBTDi img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uJdpllBTDi img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uJdpllBTDi .mbr-text,
.cid-uJdpllBTDi .mbr-section-btn {
  color: #000000;
}
.cid-uJdpllBTDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdpllBTDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdpllBTDi .mbr-section-title {
  color: #000000;
}
.cid-uJdpllT2G7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uJdq7le8gV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJdq7le8gV nav.navbar {
  position: fixed;
}
.cid-uJdq7le8gV .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-uJdq7le8gV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJdq7le8gV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJdq7le8gV .dropdown-item:hover,
.cid-uJdq7le8gV .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uJdq7le8gV .dropdown-item:hover span {
  color: white;
}
.cid-uJdq7le8gV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJdq7le8gV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJdq7le8gV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJdq7le8gV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJdq7le8gV .nav-link {
  position: relative;
}
.cid-uJdq7le8gV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJdq7le8gV .container {
    flex-wrap: wrap;
  }
}
.cid-uJdq7le8gV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJdq7le8gV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJdq7le8gV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJdq7le8gV .dropdown-menu,
.cid-uJdq7le8gV .navbar.opened {
  background: #ffffff !important;
}
.cid-uJdq7le8gV .nav-item:focus,
.cid-uJdq7le8gV .nav-link:focus {
  outline: none;
}
.cid-uJdq7le8gV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJdq7le8gV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJdq7le8gV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJdq7le8gV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJdq7le8gV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJdq7le8gV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJdq7le8gV .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-uJdq7le8gV .navbar.opened {
  transition: all 0.3s;
}
.cid-uJdq7le8gV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJdq7le8gV .navbar .navbar-logo img {
  width: auto;
}
.cid-uJdq7le8gV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJdq7le8gV .navbar.collapsed {
  justify-content: center;
}
.cid-uJdq7le8gV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJdq7le8gV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJdq7le8gV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-uJdq7le8gV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJdq7le8gV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJdq7le8gV .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-uJdq7le8gV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJdq7le8gV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJdq7le8gV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJdq7le8gV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJdq7le8gV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJdq7le8gV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJdq7le8gV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJdq7le8gV .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-uJdq7le8gV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJdq7le8gV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJdq7le8gV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJdq7le8gV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJdq7le8gV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJdq7le8gV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJdq7le8gV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJdq7le8gV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJdq7le8gV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJdq7le8gV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJdq7le8gV .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-uJdq7le8gV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJdq7le8gV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJdq7le8gV .dropdown-item.active,
.cid-uJdq7le8gV .dropdown-item:active {
  background-color: transparent;
}
.cid-uJdq7le8gV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJdq7le8gV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJdq7le8gV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJdq7le8gV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJdq7le8gV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJdq7le8gV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJdq7le8gV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJdq7le8gV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJdq7le8gV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJdq7le8gV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJdq7le8gV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJdq7le8gV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJdq7le8gV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJdq7le8gV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJdq7le8gV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJdq7le8gV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJdq7le8gV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJdq7le8gV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJdq7le8gV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJdq7le8gV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJdq7le8gV .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-uJdq7le8gV .navbar {
    height: 70px;
  }
  .cid-uJdq7le8gV .navbar.opened {
    height: auto;
  }
  .cid-uJdq7le8gV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJdq7k4Cbv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-uJdq7k4Cbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdq7k4Cbv .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-uJdq7k4Cbv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJdq7k4Cbv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJdq7k4Cbv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJdq7kuZz4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJdq7kuZz4 .row {
  justify-content: flex-start;
}
.cid-uJdq7kuZz4 .mbr-section-title {
  color: #45494E;
}
.cid-uJdq7kuZz4 .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-uJdq7kuZz4 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uJdq7kuZz4 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uJdq7kuZz4 .mbr-text {
  margin-top: 36px;
  color: #fdfcfc;
}
@media (max-width: 991px) {
  .cid-uJdq7kuZz4 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uJdq7kuZz4 .mbr-text {
    margin-top: 20px;
  }
}
.cid-uJdq7kuZz4 .border-col {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .cid-uJdq7kuZz4 .border-col {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .cid-uJdq7kuZz4 .border-col {
    margin-top: 50px;
  }
}
.cid-uJdq7kuZz4 .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #293ab5;
  opacity: 0.07;
}
.cid-uJdq7kHapc {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-uJdq7kHapc .image-wrapper {
    padding: 1rem;
  }
}
.cid-uJdq7kHapc img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uJdq7kHapc img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uJdq7kHapc .mbr-text,
.cid-uJdq7kHapc .mbr-section-btn {
  color: #000000;
}
.cid-uJdq7kHapc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdq7kHapc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdq7kHapc .mbr-section-title {
  color: #000000;
}
.cid-uJdq7kYaPD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
