.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #1b2026 !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #1b2026 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #1b2026 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #1b2026 !important;
}
.btn-info,
.btn-info:active {
  color: #1b2026 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: white!important;
}
.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: #bbbbbb !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #efefef !important;
}
.bg-danger {
  background-color: #6b6b6b !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff;
  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;
  background-color: #909090;
  border-color: #909090;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-secondary {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
  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: #545454;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #ffffff;
  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;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !important;
  color: #ffffff;
  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;
  background-color: #404040;
  border-color: #404040;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  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;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  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 {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  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 {
  color: #bbbbbb !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-primary-outline:active {
  color: #bbbbbb !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #bbbbbb !important;
  background: #bbbbbb !important;
  color: #1b2026 !important;
}
.btn-secondary-outline {
  color: #1b2026 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1b2026;
  color: #1b2026;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary-outline:active {
  color: #1b2026 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #bbbbbb !important;
  background: #bbbbbb !important;
  color: #1b2026 !important;
}
.btn-info-outline {
  color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline:active {
  color: #ffffff !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #bbbbbb !important;
  background: #bbbbbb !important;
  color: #1b2026 !important;
}
.btn-success-outline {
  color: #464646 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-success-outline:active {
  color: #464646 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #bbbbbb !important;
  background: #bbbbbb !important;
  color: #1b2026 !important;
}
.btn-warning-outline {
  color: #efefef !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #efefef;
  color: #efefef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-warning-outline:active {
  color: #efefef !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #bbbbbb !important;
  background: #bbbbbb !important;
  color: #1b2026 !important;
}
.btn-danger-outline {
  color: #6b6b6b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6b6b6b;
  color: #6b6b6b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #404040 !important;
  background-color: transparent!important;
  border-color: #404040 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !important;
}
.btn-danger-outline:active {
  color: #6b6b6b !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #bbbbbb !important;
  background: #bbbbbb !important;
  color: #1b2026 !important;
}
.btn-black-outline {
  color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #bbbbbb !important;
  background: #bbbbbb !important;
  color: #1b2026 !important;
}
.btn-white-outline {
  color: #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #bbbbbb !important;
  background: #bbbbbb !important;
  color: #1b2026 !important;
}
.text-primary {
  color: #bbbbbb !important;
}
.text-secondary {
  color: #1b2026 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #efefef !important;
}
.text-danger {
  color: #6b6b6b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #eeeeee !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #455262 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #797979 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9e9e9e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #bbbbbb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #efefef;
}
.alert-danger {
  background-color: #6b6b6b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #bbbbbb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b9b9b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ababab;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bbbbbb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #bbbbbb;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bbbbbb;
}
.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: #bbbbbb;
  border-bottom-color: #bbbbbb;
}
.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: #bbbbbb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1b2026 !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='%23bbbbbb' %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-sVy4W5Eizt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sVy4W5Eizt nav.navbar {
  position: fixed;
}
.cid-sVy4W5Eizt .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-sVy4W5Eizt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVy4W5Eizt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sVy4W5Eizt .dropdown-item:hover,
.cid-sVy4W5Eizt .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sVy4W5Eizt .dropdown-item:hover span {
  color: white;
}
.cid-sVy4W5Eizt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sVy4W5Eizt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sVy4W5Eizt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sVy4W5Eizt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVy4W5Eizt .nav-link {
  position: relative;
}
.cid-sVy4W5Eizt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sVy4W5Eizt .container {
    flex-wrap: nowrap;
  }
}
.cid-sVy4W5Eizt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sVy4W5Eizt .dropdown-menu,
.cid-sVy4W5Eizt .navbar.opened {
  background: #ffffff !important;
}
.cid-sVy4W5Eizt .nav-item:focus,
.cid-sVy4W5Eizt .nav-link:focus {
  outline: none;
}
.cid-sVy4W5Eizt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVy4W5Eizt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVy4W5Eizt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sVy4W5Eizt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVy4W5Eizt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVy4W5Eizt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVy4W5Eizt .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-sVy4W5Eizt .navbar.opened {
  transition: all 0.3s;
}
.cid-sVy4W5Eizt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sVy4W5Eizt .navbar .navbar-logo img {
  width: auto;
}
.cid-sVy4W5Eizt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sVy4W5Eizt .navbar.collapsed {
  justify-content: center;
}
.cid-sVy4W5Eizt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVy4W5Eizt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVy4W5Eizt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sVy4W5Eizt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVy4W5Eizt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVy4W5Eizt .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-sVy4W5Eizt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVy4W5Eizt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sVy4W5Eizt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sVy4W5Eizt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVy4W5Eizt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVy4W5Eizt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVy4W5Eizt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVy4W5Eizt .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-sVy4W5Eizt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVy4W5Eizt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVy4W5Eizt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sVy4W5Eizt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVy4W5Eizt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVy4W5Eizt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sVy4W5Eizt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVy4W5Eizt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVy4W5Eizt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVy4W5Eizt .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-sVy4W5Eizt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVy4W5Eizt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVy4W5Eizt .dropdown-item.active,
.cid-sVy4W5Eizt .dropdown-item:active {
  background-color: transparent;
}
.cid-sVy4W5Eizt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVy4W5Eizt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVy4W5Eizt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVy4W5Eizt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVy4W5Eizt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVy4W5Eizt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVy4W5Eizt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVy4W5Eizt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVy4W5Eizt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sVy4W5Eizt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sVy4W5Eizt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVy4W5Eizt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVy4W5Eizt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVy4W5Eizt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVy4W5Eizt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVy4W5Eizt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVy4W5Eizt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVy4W5Eizt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVy4W5Eizt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sVy4W5Eizt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVy4W5Eizt .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-sVy4W5Eizt .navbar {
    height: 70px;
  }
  .cid-sVy4W5Eizt .navbar.opened {
    height: auto;
  }
  .cid-sVy4W5Eizt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLDjQjpHVI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tLDjQjpHVI .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tLDjQjpHVI .item-content {
  background: #1b2026;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-tLDjQjpHVI .item-content:hover {
  background: #777777;
  border-color: #777777;
  box-shadow: 0px 16px 32px 0px #0000000a;
}
@media (max-width: 767px) {
  .cid-tLDjQjpHVI .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-tLDjQjpHVI .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #1b2026;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLDjQjpHVI .img-text {
    left: 1rem;
  }
}
.cid-tLDjQjpHVI img,
.cid-tLDjQjpHVI .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-tLDjQjpHVI .item:focus,
.cid-tLDjQjpHVI span:focus {
  outline: none;
}
.cid-tLDjQjpHVI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLDjQjpHVI .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tLDjQjpHVI .mbr-text,
.cid-tLDjQjpHVI .mbr-section-btn {
  text-align: left;
  color: #efefef;
}
.cid-tLDjQjpHVI .item-title {
  text-align: left;
  color: #efefef;
}
.cid-tLDjQjpHVI .item-subtitle {
  text-align: left;
  color: #efefef;
}
.cid-tLDjQjpHVI .mbr-section-subtitle {
  color: #777777;
  text-align: left;
}
.cid-uPfzdiBaSE {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-uPfzdiBaSE .row {
  background: #ffffff;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPfzdiBaSE .row {
    padding: 1rem 0rem;
  }
}
.cid-uPfzdiBaSE .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #efefef;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPfzdiBaSE .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPfzdiBaSE .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPfzdiBaSE .card {
  z-index: 2;
}
.cid-uPfzdiBaSE .mbr-text,
.cid-uPfzdiBaSE .mbr-section-btn {
  color: #212529;
  text-align: left;
}
.cid-uPfzdiBaSE .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPfzdiBaSE .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-st2Q1gwHNK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-st2Q1gwHNK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-st2Q1gwHNK .img-item,
.cid-st2Q1gwHNK img {
  height: 100%;
  object-fit: cover;
}
.cid-st2Q1gwHNK .img-col {
  padding: 0;
}
.cid-st2Q1gwHNK .col-auto {
  width: 100%;
}
.cid-st2Q1gwHNK .wrapper {
  background: #1b2026;
  padding: 5rem 3rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-st2Q1gwHNK .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-st2Q1gwHNK textarea {
  min-height: 200px;
}
.cid-st2Q1gwHNK .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-st2Q1gwHNK .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-st2Q1gwHNK .form-control,
.cid-st2Q1gwHNK .field-input {
  padding: 1rem 1.5rem;
  border-radius: 4px;
  background-color: #31363b;
  border-color: #31363b;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st2Q1gwHNK .form-control::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input::-webkit-input-placeholder,
.cid-st2Q1gwHNK .form-control::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-st2Q1gwHNK .form-control:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:-moz-placeholder,
.cid-st2Q1gwHNK .form-control:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:-moz-placeholder {
  color: #777777;
}
.cid-st2Q1gwHNK .form-control:hover,
.cid-st2Q1gwHNK .field-input:hover,
.cid-st2Q1gwHNK .form-control:focus,
.cid-st2Q1gwHNK .field-input:focus {
  background-color: #31363b;
  border-color: #31363b !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-st2Q1gwHNK .form-control:hover::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input:hover::-webkit-input-placeholder,
.cid-st2Q1gwHNK .form-control:focus::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input:focus::-webkit-input-placeholder,
.cid-st2Q1gwHNK .form-control:hover::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input:hover::-webkit-input-placeholder,
.cid-st2Q1gwHNK .form-control:focus::-webkit-input-placeholder,
.cid-st2Q1gwHNK .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-st2Q1gwHNK .form-control:hover:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:hover:-moz-placeholder,
.cid-st2Q1gwHNK .form-control:focus:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:focus:-moz-placeholder,
.cid-st2Q1gwHNK .form-control:hover:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:hover:-moz-placeholder,
.cid-st2Q1gwHNK .form-control:focus:-moz-placeholder,
.cid-st2Q1gwHNK .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-st2Q1gwHNK .jq-number__spin:hover,
.cid-st2Q1gwHNK .jq-number__spin:focus {
  background-color: #31363b;
  border-color: #31363b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-st2Q1gwHNK .jq-number__spin {
  background-color: #31363b;
  border-color: #31363b;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-st2Q1gwHNK .jq-selectbox li,
.cid-st2Q1gwHNK .jq-selectbox li {
  background-color: #31363b;
  color: #ffffff;
}
.cid-st2Q1gwHNK .jq-selectbox li:hover,
.cid-st2Q1gwHNK .jq-selectbox li.selected {
  background-color: #31363b;
  color: #ffffff;
}
.cid-st2Q1gwHNK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-st2Q1gwHNK .jq-number__spin.minus:hover:after,
.cid-st2Q1gwHNK .jq-number__spin.plus:hover:after {
  border-top-color: #31363b;
  border-bottom-color: #31363b;
}
.cid-st2Q1gwHNK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-st2Q1gwHNK .jq-number__spin.minus:after,
.cid-st2Q1gwHNK .jq-number__spin.plus:after {
  border-top-color: #31363b;
  border-bottom-color: #31363b;
}
.cid-st2Q1gwHNK input::-webkit-clear-button {
  display: none;
}
.cid-st2Q1gwHNK input::-webkit-inner-spin-button {
  display: none;
}
.cid-st2Q1gwHNK input::-webkit-outer-spin-button {
  display: none;
}
.cid-st2Q1gwHNK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-st2Q1gwHNK H4 {
  color: #efefef;
}
.cid-st2Q1gwHNK H3 {
  color: #ffffff;
}
.cid-uqK1AiXeJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-uqK1AiXeJ3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqK1AiXeJ3 li {
  padding-bottom: 0.6rem;
}
.cid-uqK1AiXeJ3 .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .container {
    padding: 4rem 2rem;
  }
}
.cid-uqK1AiXeJ3 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uqK1AiXeJ3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-uqK1AiXeJ3 .soc-item:hover {
  background: #bbbbbb;
}
.cid-uqK1AiXeJ3 .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uqK1AiXeJ3 .row {
    text-align: center;
  }
  .cid-uqK1AiXeJ3 .social-row {
    justify-content: center;
  }
}
.cid-uqK1AiXeJ3 .list {
  list-style: none;
  padding-left: 0;
}
.cid-uqK1AiXeJ3 .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uqK1AiXeJ3 H5 {
  color: #ffffff;
}
.cid-uqK1AiXeJ3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQxVKscd62 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxVKscd62 .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxVKscd62 .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxVKscd62 .mbr-section-title {
  text-align: center;
}
.cid-uQxVL1mqaU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxVL1mqaU .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxVL1mqaU .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxVL1mqaU .mbr-section-title {
  text-align: center;
}
.cid-tFnJRBbMEX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFnJRBbMEX nav.navbar {
  position: fixed;
}
.cid-tFnJRBbMEX .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-tFnJRBbMEX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFnJRBbMEX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tFnJRBbMEX .dropdown-item:hover,
.cid-tFnJRBbMEX .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tFnJRBbMEX .dropdown-item:hover span {
  color: white;
}
.cid-tFnJRBbMEX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFnJRBbMEX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFnJRBbMEX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFnJRBbMEX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFnJRBbMEX .nav-link {
  position: relative;
}
.cid-tFnJRBbMEX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tFnJRBbMEX .container {
    flex-wrap: nowrap;
  }
}
.cid-tFnJRBbMEX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFnJRBbMEX .dropdown-menu,
.cid-tFnJRBbMEX .navbar.opened {
  background: #ffffff !important;
}
.cid-tFnJRBbMEX .nav-item:focus,
.cid-tFnJRBbMEX .nav-link:focus {
  outline: none;
}
.cid-tFnJRBbMEX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFnJRBbMEX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFnJRBbMEX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFnJRBbMEX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFnJRBbMEX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFnJRBbMEX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFnJRBbMEX .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-tFnJRBbMEX .navbar.opened {
  transition: all 0.3s;
}
.cid-tFnJRBbMEX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFnJRBbMEX .navbar .navbar-logo img {
  width: auto;
}
.cid-tFnJRBbMEX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFnJRBbMEX .navbar.collapsed {
  justify-content: center;
}
.cid-tFnJRBbMEX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFnJRBbMEX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFnJRBbMEX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tFnJRBbMEX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFnJRBbMEX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFnJRBbMEX .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-tFnJRBbMEX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFnJRBbMEX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFnJRBbMEX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFnJRBbMEX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFnJRBbMEX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFnJRBbMEX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFnJRBbMEX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFnJRBbMEX .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-tFnJRBbMEX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFnJRBbMEX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFnJRBbMEX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFnJRBbMEX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFnJRBbMEX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFnJRBbMEX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFnJRBbMEX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFnJRBbMEX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFnJRBbMEX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFnJRBbMEX .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-tFnJRBbMEX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFnJRBbMEX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFnJRBbMEX .dropdown-item.active,
.cid-tFnJRBbMEX .dropdown-item:active {
  background-color: transparent;
}
.cid-tFnJRBbMEX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFnJRBbMEX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFnJRBbMEX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFnJRBbMEX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFnJRBbMEX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFnJRBbMEX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFnJRBbMEX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFnJRBbMEX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFnJRBbMEX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFnJRBbMEX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tFnJRBbMEX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFnJRBbMEX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFnJRBbMEX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFnJRBbMEX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFnJRBbMEX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFnJRBbMEX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFnJRBbMEX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFnJRBbMEX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFnJRBbMEX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFnJRBbMEX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFnJRBbMEX .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-tFnJRBbMEX .navbar {
    height: 70px;
  }
  .cid-tFnJRBbMEX .navbar.opened {
    height: auto;
  }
  .cid-tFnJRBbMEX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFnKeGSVVl {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tFnKeGSVVl .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tFnKeGSVVl img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tFnKeGSVVl img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tFnKeGSVVl img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-tFnKeGSVVl .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tFnKeGSVVl .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFnKeGSVVl .card {
    padding: 2rem 0rem;
  }
}
.cid-tFnKeGSVVl .mbr-text,
.cid-tFnKeGSVVl .mbr-section-btn {
  color: #1b2026;
}
.cid-tFnKeGSVVl .mbr-section-subtitle {
  color: #1b2026;
  text-align: left;
}
.cid-tFnKeGSVVl .mbr-section-title {
  color: #777777;
  text-align: left;
}
.cid-tFnKfRyLeZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tFnKfRyLeZ .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tFnKfRyLeZ .mbr-text {
  color: #232323;
}
.cid-uPK8XmxZ8I {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uPK8XmxZ8I .row {
  background: #ffffff;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPK8XmxZ8I .row {
    padding: 1rem 0rem;
  }
}
.cid-uPK8XmxZ8I .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #efefef;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPK8XmxZ8I .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPK8XmxZ8I .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPK8XmxZ8I .card {
  z-index: 2;
}
.cid-uPK8XmxZ8I .mbr-text,
.cid-uPK8XmxZ8I .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uPK8XmxZ8I .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPK8XmxZ8I .mbr-section-title {
  color: #1b2026;
  text-align: left;
}
.cid-uPK8Tfn2gc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uPK8Tfn2gc .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-uPK8Tfn2gc .mbr-text {
  color: #232323;
}
.cid-tFukAPjzrc {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uPYmNFSCS2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPYmNFSCS2 .row {
  background: #efefef;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPYmNFSCS2 .row {
    padding: 1rem 0rem;
  }
}
.cid-uPYmNFSCS2 .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPYmNFSCS2 .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPYmNFSCS2 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPYmNFSCS2 .card {
  z-index: 2;
}
.cid-uPYmNFSCS2 .mbr-text,
.cid-uPYmNFSCS2 .mbr-section-btn {
  color: #212529;
  text-align: left;
}
.cid-uPYmNFSCS2 .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPYmNFSCS2 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uqK1AiXeJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-uqK1AiXeJ3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqK1AiXeJ3 li {
  padding-bottom: 0.6rem;
}
.cid-uqK1AiXeJ3 .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .container {
    padding: 4rem 2rem;
  }
}
.cid-uqK1AiXeJ3 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uqK1AiXeJ3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-uqK1AiXeJ3 .soc-item:hover {
  background: #bbbbbb;
}
.cid-uqK1AiXeJ3 .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uqK1AiXeJ3 .row {
    text-align: center;
  }
  .cid-uqK1AiXeJ3 .social-row {
    justify-content: center;
  }
}
.cid-uqK1AiXeJ3 .list {
  list-style: none;
  padding-left: 0;
}
.cid-uqK1AiXeJ3 .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uqK1AiXeJ3 H5 {
  color: #ffffff;
}
.cid-uqK1AiXeJ3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQxWhAFV7F {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxWhAFV7F .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxWhAFV7F .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxWhAFV7F .mbr-section-title {
  text-align: center;
}
.cid-uQxWi6SuHx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxWi6SuHx .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxWi6SuHx .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxWi6SuHx .mbr-section-title {
  text-align: center;
}
.cid-tFumklJtpc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFumklJtpc nav.navbar {
  position: fixed;
}
.cid-tFumklJtpc .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-tFumklJtpc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFumklJtpc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tFumklJtpc .dropdown-item:hover,
.cid-tFumklJtpc .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tFumklJtpc .dropdown-item:hover span {
  color: white;
}
.cid-tFumklJtpc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFumklJtpc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFumklJtpc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFumklJtpc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFumklJtpc .nav-link {
  position: relative;
}
.cid-tFumklJtpc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tFumklJtpc .container {
    flex-wrap: nowrap;
  }
}
.cid-tFumklJtpc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFumklJtpc .dropdown-menu,
.cid-tFumklJtpc .navbar.opened {
  background: #ffffff !important;
}
.cid-tFumklJtpc .nav-item:focus,
.cid-tFumklJtpc .nav-link:focus {
  outline: none;
}
.cid-tFumklJtpc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFumklJtpc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFumklJtpc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFumklJtpc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFumklJtpc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFumklJtpc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFumklJtpc .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-tFumklJtpc .navbar.opened {
  transition: all 0.3s;
}
.cid-tFumklJtpc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFumklJtpc .navbar .navbar-logo img {
  width: auto;
}
.cid-tFumklJtpc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFumklJtpc .navbar.collapsed {
  justify-content: center;
}
.cid-tFumklJtpc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFumklJtpc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFumklJtpc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tFumklJtpc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFumklJtpc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFumklJtpc .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-tFumklJtpc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFumklJtpc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFumklJtpc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFumklJtpc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFumklJtpc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFumklJtpc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFumklJtpc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFumklJtpc .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-tFumklJtpc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFumklJtpc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFumklJtpc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFumklJtpc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFumklJtpc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFumklJtpc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFumklJtpc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFumklJtpc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFumklJtpc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFumklJtpc .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-tFumklJtpc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFumklJtpc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFumklJtpc .dropdown-item.active,
.cid-tFumklJtpc .dropdown-item:active {
  background-color: transparent;
}
.cid-tFumklJtpc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFumklJtpc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFumklJtpc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFumklJtpc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFumklJtpc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFumklJtpc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFumklJtpc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFumklJtpc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFumklJtpc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFumklJtpc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tFumklJtpc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFumklJtpc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFumklJtpc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFumklJtpc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFumklJtpc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFumklJtpc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFumklJtpc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFumklJtpc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFumklJtpc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFumklJtpc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFumklJtpc .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-tFumklJtpc .navbar {
    height: 70px;
  }
  .cid-tFumklJtpc .navbar.opened {
    height: auto;
  }
  .cid-tFumklJtpc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFumkm3ONG {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tFumkm3ONG .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tFumkm3ONG img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tFumkm3ONG img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tFumkm3ONG img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-tFumkm3ONG .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tFumkm3ONG .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFumkm3ONG .card {
    padding: 2rem 0rem;
  }
}
.cid-tFumkm3ONG .mbr-text,
.cid-tFumkm3ONG .mbr-section-btn {
  color: #1b2026;
}
.cid-tFumkm3ONG .mbr-section-subtitle {
  color: #1b2026;
  text-align: left;
}
.cid-tFumkm3ONG .mbr-section-title {
  color: #777777;
  text-align: left;
}
.cid-tFumkmfZnZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tFumkmfZnZ .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tFumkmfZnZ .mbr-text {
  color: #232323;
}
.cid-uPK7voqED9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uPK7voqED9 .row {
  background: #ffffff;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPK7voqED9 .row {
    padding: 1rem 0rem;
  }
}
.cid-uPK7voqED9 .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #efefef;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPK7voqED9 .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPK7voqED9 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPK7voqED9 .card {
  z-index: 2;
}
.cid-uPK7voqED9 .mbr-text,
.cid-uPK7voqED9 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uPK7voqED9 .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPK7voqED9 .mbr-section-title {
  color: #1b2026;
  text-align: left;
}
.cid-uPK7txV4AG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uPK7txV4AG .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-uPK7txV4AG .mbr-text {
  color: #232323;
}
.cid-tNtYin4NcJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uPYmLBuMU4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPYmLBuMU4 .row {
  background: #efefef;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPYmLBuMU4 .row {
    padding: 1rem 0rem;
  }
}
.cid-uPYmLBuMU4 .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPYmLBuMU4 .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPYmLBuMU4 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPYmLBuMU4 .card {
  z-index: 2;
}
.cid-uPYmLBuMU4 .mbr-text,
.cid-uPYmLBuMU4 .mbr-section-btn {
  color: #212529;
  text-align: left;
}
.cid-uPYmLBuMU4 .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPYmLBuMU4 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uqK1AiXeJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-uqK1AiXeJ3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqK1AiXeJ3 li {
  padding-bottom: 0.6rem;
}
.cid-uqK1AiXeJ3 .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .container {
    padding: 4rem 2rem;
  }
}
.cid-uqK1AiXeJ3 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uqK1AiXeJ3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-uqK1AiXeJ3 .soc-item:hover {
  background: #bbbbbb;
}
.cid-uqK1AiXeJ3 .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uqK1AiXeJ3 .row {
    text-align: center;
  }
  .cid-uqK1AiXeJ3 .social-row {
    justify-content: center;
  }
}
.cid-uqK1AiXeJ3 .list {
  list-style: none;
  padding-left: 0;
}
.cid-uqK1AiXeJ3 .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uqK1AiXeJ3 H5 {
  color: #ffffff;
}
.cid-uqK1AiXeJ3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQxWd6WnBB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxWd6WnBB .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxWd6WnBB .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxWd6WnBB .mbr-section-title {
  text-align: center;
}
.cid-uQxWdBO7hc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxWdBO7hc .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxWdBO7hc .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxWdBO7hc .mbr-section-title {
  text-align: center;
}
.cid-tFupmpvWyy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFupmpvWyy nav.navbar {
  position: fixed;
}
.cid-tFupmpvWyy .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-tFupmpvWyy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFupmpvWyy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tFupmpvWyy .dropdown-item:hover,
.cid-tFupmpvWyy .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tFupmpvWyy .dropdown-item:hover span {
  color: white;
}
.cid-tFupmpvWyy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFupmpvWyy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFupmpvWyy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFupmpvWyy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFupmpvWyy .nav-link {
  position: relative;
}
.cid-tFupmpvWyy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tFupmpvWyy .container {
    flex-wrap: nowrap;
  }
}
.cid-tFupmpvWyy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFupmpvWyy .dropdown-menu,
.cid-tFupmpvWyy .navbar.opened {
  background: #ffffff !important;
}
.cid-tFupmpvWyy .nav-item:focus,
.cid-tFupmpvWyy .nav-link:focus {
  outline: none;
}
.cid-tFupmpvWyy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFupmpvWyy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFupmpvWyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFupmpvWyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFupmpvWyy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFupmpvWyy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFupmpvWyy .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-tFupmpvWyy .navbar.opened {
  transition: all 0.3s;
}
.cid-tFupmpvWyy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFupmpvWyy .navbar .navbar-logo img {
  width: auto;
}
.cid-tFupmpvWyy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFupmpvWyy .navbar.collapsed {
  justify-content: center;
}
.cid-tFupmpvWyy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFupmpvWyy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFupmpvWyy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tFupmpvWyy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFupmpvWyy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFupmpvWyy .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-tFupmpvWyy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFupmpvWyy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFupmpvWyy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFupmpvWyy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFupmpvWyy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFupmpvWyy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFupmpvWyy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFupmpvWyy .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-tFupmpvWyy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFupmpvWyy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFupmpvWyy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFupmpvWyy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFupmpvWyy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFupmpvWyy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFupmpvWyy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFupmpvWyy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFupmpvWyy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFupmpvWyy .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-tFupmpvWyy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFupmpvWyy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFupmpvWyy .dropdown-item.active,
.cid-tFupmpvWyy .dropdown-item:active {
  background-color: transparent;
}
.cid-tFupmpvWyy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFupmpvWyy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFupmpvWyy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFupmpvWyy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFupmpvWyy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFupmpvWyy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFupmpvWyy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFupmpvWyy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFupmpvWyy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFupmpvWyy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tFupmpvWyy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFupmpvWyy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFupmpvWyy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFupmpvWyy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFupmpvWyy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFupmpvWyy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFupmpvWyy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFupmpvWyy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFupmpvWyy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFupmpvWyy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFupmpvWyy .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-tFupmpvWyy .navbar {
    height: 70px;
  }
  .cid-tFupmpvWyy .navbar.opened {
    height: auto;
  }
  .cid-tFupmpvWyy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFupmpPlG5 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tFupmpPlG5 .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tFupmpPlG5 img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tFupmpPlG5 img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tFupmpPlG5 img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-tFupmpPlG5 .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tFupmpPlG5 .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFupmpPlG5 .card {
    padding: 2rem 0rem;
  }
}
.cid-tFupmpPlG5 .mbr-text,
.cid-tFupmpPlG5 .mbr-section-btn {
  color: #1b2026;
}
.cid-tFupmpPlG5 .mbr-section-subtitle {
  color: #1b2026;
  text-align: left;
}
.cid-tFupmpPlG5 .mbr-section-title {
  color: #777777;
  text-align: left;
}
.cid-tFupmq1DgT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tFupmq1DgT .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tFupmq1DgT .mbr-text {
  color: #232323;
}
.cid-uPK61DteT2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uPK61DteT2 .row {
  background: #ffffff;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPK61DteT2 .row {
    padding: 1rem 0rem;
  }
}
.cid-uPK61DteT2 .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #efefef;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPK61DteT2 .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPK61DteT2 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPK61DteT2 .card {
  z-index: 2;
}
.cid-uPK61DteT2 .mbr-text,
.cid-uPK61DteT2 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uPK61DteT2 .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPK61DteT2 .mbr-section-title {
  color: #1b2026;
  text-align: left;
}
.cid-uPK5XHUNSe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uPK5XHUNSe .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-uPK5XHUNSe .mbr-text {
  color: #232323;
}
.cid-tNu13RhjBQ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uPYmJnBK4I {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPYmJnBK4I .row {
  background: #efefef;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPYmJnBK4I .row {
    padding: 1rem 0rem;
  }
}
.cid-uPYmJnBK4I .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPYmJnBK4I .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPYmJnBK4I .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPYmJnBK4I .card {
  z-index: 2;
}
.cid-uPYmJnBK4I .mbr-text,
.cid-uPYmJnBK4I .mbr-section-btn {
  color: #212529;
  text-align: left;
}
.cid-uPYmJnBK4I .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPYmJnBK4I .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uqK1AiXeJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-uqK1AiXeJ3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqK1AiXeJ3 li {
  padding-bottom: 0.6rem;
}
.cid-uqK1AiXeJ3 .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .container {
    padding: 4rem 2rem;
  }
}
.cid-uqK1AiXeJ3 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uqK1AiXeJ3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-uqK1AiXeJ3 .soc-item:hover {
  background: #bbbbbb;
}
.cid-uqK1AiXeJ3 .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uqK1AiXeJ3 .row {
    text-align: center;
  }
  .cid-uqK1AiXeJ3 .social-row {
    justify-content: center;
  }
}
.cid-uqK1AiXeJ3 .list {
  list-style: none;
  padding-left: 0;
}
.cid-uqK1AiXeJ3 .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uqK1AiXeJ3 H5 {
  color: #ffffff;
}
.cid-uqK1AiXeJ3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQxW8Iz7fw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxW8Iz7fw .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxW8Iz7fw .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxW8Iz7fw .mbr-section-title {
  text-align: center;
}
.cid-uQxW9kRQZf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxW9kRQZf .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxW9kRQZf .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxW9kRQZf .mbr-section-title {
  text-align: center;
}
.cid-tFAeppkoD4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFAeppkoD4 nav.navbar {
  position: fixed;
}
.cid-tFAeppkoD4 .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-tFAeppkoD4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFAeppkoD4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tFAeppkoD4 .dropdown-item:hover,
.cid-tFAeppkoD4 .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tFAeppkoD4 .dropdown-item:hover span {
  color: white;
}
.cid-tFAeppkoD4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFAeppkoD4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFAeppkoD4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFAeppkoD4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFAeppkoD4 .nav-link {
  position: relative;
}
.cid-tFAeppkoD4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tFAeppkoD4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tFAeppkoD4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFAeppkoD4 .dropdown-menu,
.cid-tFAeppkoD4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tFAeppkoD4 .nav-item:focus,
.cid-tFAeppkoD4 .nav-link:focus {
  outline: none;
}
.cid-tFAeppkoD4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFAeppkoD4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFAeppkoD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFAeppkoD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFAeppkoD4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFAeppkoD4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFAeppkoD4 .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-tFAeppkoD4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tFAeppkoD4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFAeppkoD4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tFAeppkoD4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFAeppkoD4 .navbar.collapsed {
  justify-content: center;
}
.cid-tFAeppkoD4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFAeppkoD4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFAeppkoD4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tFAeppkoD4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFAeppkoD4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFAeppkoD4 .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-tFAeppkoD4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFAeppkoD4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFAeppkoD4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFAeppkoD4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFAeppkoD4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFAeppkoD4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFAeppkoD4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFAeppkoD4 .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-tFAeppkoD4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFAeppkoD4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFAeppkoD4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFAeppkoD4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFAeppkoD4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFAeppkoD4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFAeppkoD4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFAeppkoD4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFAeppkoD4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFAeppkoD4 .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-tFAeppkoD4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFAeppkoD4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFAeppkoD4 .dropdown-item.active,
.cid-tFAeppkoD4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFAeppkoD4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFAeppkoD4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFAeppkoD4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFAeppkoD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFAeppkoD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFAeppkoD4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFAeppkoD4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFAeppkoD4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFAeppkoD4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFAeppkoD4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tFAeppkoD4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFAeppkoD4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFAeppkoD4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFAeppkoD4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFAeppkoD4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFAeppkoD4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFAeppkoD4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFAeppkoD4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFAeppkoD4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFAeppkoD4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFAeppkoD4 .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-tFAeppkoD4 .navbar {
    height: 70px;
  }
  .cid-tFAeppkoD4 .navbar.opened {
    height: auto;
  }
  .cid-tFAeppkoD4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFAeppA2a3 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tFAeppA2a3 .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tFAeppA2a3 img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tFAeppA2a3 img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tFAeppA2a3 img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-tFAeppA2a3 .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tFAeppA2a3 .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFAeppA2a3 .card {
    padding: 2rem 0rem;
  }
}
.cid-tFAeppA2a3 .mbr-text,
.cid-tFAeppA2a3 .mbr-section-btn {
  color: #1b2026;
}
.cid-tFAeppA2a3 .mbr-section-subtitle {
  color: #1b2026;
  text-align: left;
}
.cid-tFAeppA2a3 .mbr-section-title {
  color: #777777;
  text-align: left;
}
.cid-tFAeppKzes {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tFAeppKzes .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tFAeppKzes .mbr-text {
  color: #232323;
}
.cid-uPK4tvUsiX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uPK4tvUsiX .row {
  background: #ffffff;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPK4tvUsiX .row {
    padding: 1rem 0rem;
  }
}
.cid-uPK4tvUsiX .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #efefef;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPK4tvUsiX .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPK4tvUsiX .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPK4tvUsiX .card {
  z-index: 2;
}
.cid-uPK4tvUsiX .mbr-text,
.cid-uPK4tvUsiX .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uPK4tvUsiX .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPK4tvUsiX .mbr-section-title {
  color: #1b2026;
  text-align: left;
}
.cid-uPK4qeZAU1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uPK4qeZAU1 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-uPK4qeZAU1 .mbr-text {
  color: #232323;
}
.cid-tNu2kiaG6g {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uPYmGVNOcz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPYmGVNOcz .row {
  background: #efefef;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPYmGVNOcz .row {
    padding: 1rem 0rem;
  }
}
.cid-uPYmGVNOcz .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPYmGVNOcz .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPYmGVNOcz .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPYmGVNOcz .card {
  z-index: 2;
}
.cid-uPYmGVNOcz .mbr-text,
.cid-uPYmGVNOcz .mbr-section-btn {
  color: #212529;
  text-align: left;
}
.cid-uPYmGVNOcz .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPYmGVNOcz .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uqK1AiXeJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-uqK1AiXeJ3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqK1AiXeJ3 li {
  padding-bottom: 0.6rem;
}
.cid-uqK1AiXeJ3 .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .container {
    padding: 4rem 2rem;
  }
}
.cid-uqK1AiXeJ3 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uqK1AiXeJ3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-uqK1AiXeJ3 .soc-item:hover {
  background: #bbbbbb;
}
.cid-uqK1AiXeJ3 .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uqK1AiXeJ3 .row {
    text-align: center;
  }
  .cid-uqK1AiXeJ3 .social-row {
    justify-content: center;
  }
}
.cid-uqK1AiXeJ3 .list {
  list-style: none;
  padding-left: 0;
}
.cid-uqK1AiXeJ3 .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uqK1AiXeJ3 H5 {
  color: #ffffff;
}
.cid-uqK1AiXeJ3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQxW17daOB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxW17daOB .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxW17daOB .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxW17daOB .mbr-section-title {
  text-align: center;
}
.cid-uQxW1Cu5ZM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxW1Cu5ZM .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxW1Cu5ZM .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxW1Cu5ZM .mbr-section-title {
  text-align: center;
}
.cid-tFAgPA1Woa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFAgPA1Woa nav.navbar {
  position: fixed;
}
.cid-tFAgPA1Woa .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-tFAgPA1Woa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFAgPA1Woa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tFAgPA1Woa .dropdown-item:hover,
.cid-tFAgPA1Woa .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tFAgPA1Woa .dropdown-item:hover span {
  color: white;
}
.cid-tFAgPA1Woa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFAgPA1Woa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFAgPA1Woa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFAgPA1Woa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFAgPA1Woa .nav-link {
  position: relative;
}
.cid-tFAgPA1Woa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tFAgPA1Woa .container {
    flex-wrap: nowrap;
  }
}
.cid-tFAgPA1Woa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFAgPA1Woa .dropdown-menu,
.cid-tFAgPA1Woa .navbar.opened {
  background: #ffffff !important;
}
.cid-tFAgPA1Woa .nav-item:focus,
.cid-tFAgPA1Woa .nav-link:focus {
  outline: none;
}
.cid-tFAgPA1Woa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFAgPA1Woa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFAgPA1Woa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFAgPA1Woa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFAgPA1Woa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFAgPA1Woa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFAgPA1Woa .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-tFAgPA1Woa .navbar.opened {
  transition: all 0.3s;
}
.cid-tFAgPA1Woa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFAgPA1Woa .navbar .navbar-logo img {
  width: auto;
}
.cid-tFAgPA1Woa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFAgPA1Woa .navbar.collapsed {
  justify-content: center;
}
.cid-tFAgPA1Woa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFAgPA1Woa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFAgPA1Woa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tFAgPA1Woa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFAgPA1Woa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFAgPA1Woa .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-tFAgPA1Woa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFAgPA1Woa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFAgPA1Woa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFAgPA1Woa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFAgPA1Woa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFAgPA1Woa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFAgPA1Woa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFAgPA1Woa .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-tFAgPA1Woa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFAgPA1Woa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFAgPA1Woa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFAgPA1Woa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFAgPA1Woa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFAgPA1Woa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFAgPA1Woa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFAgPA1Woa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFAgPA1Woa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFAgPA1Woa .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-tFAgPA1Woa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFAgPA1Woa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFAgPA1Woa .dropdown-item.active,
.cid-tFAgPA1Woa .dropdown-item:active {
  background-color: transparent;
}
.cid-tFAgPA1Woa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFAgPA1Woa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFAgPA1Woa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFAgPA1Woa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFAgPA1Woa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFAgPA1Woa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFAgPA1Woa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFAgPA1Woa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFAgPA1Woa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFAgPA1Woa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tFAgPA1Woa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFAgPA1Woa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFAgPA1Woa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFAgPA1Woa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFAgPA1Woa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFAgPA1Woa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFAgPA1Woa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFAgPA1Woa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFAgPA1Woa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFAgPA1Woa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFAgPA1Woa .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-tFAgPA1Woa .navbar {
    height: 70px;
  }
  .cid-tFAgPA1Woa .navbar.opened {
    height: auto;
  }
  .cid-tFAgPA1Woa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFAgPAgTIc {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tFAgPAgTIc .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tFAgPAgTIc img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tFAgPAgTIc img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tFAgPAgTIc img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-tFAgPAgTIc .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tFAgPAgTIc .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFAgPAgTIc .card {
    padding: 2rem 0rem;
  }
}
.cid-tFAgPAgTIc .mbr-text,
.cid-tFAgPAgTIc .mbr-section-btn {
  color: #1b2026;
}
.cid-tFAgPAgTIc .mbr-section-subtitle {
  color: #1b2026;
  text-align: left;
}
.cid-tFAgPAgTIc .mbr-section-title {
  color: #777777;
  text-align: left;
}
.cid-tFAgPAphIL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tFAgPAphIL .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tFAgPAphIL .mbr-text {
  color: #232323;
}
.cid-uPJZ6vrpro {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uPJZ6vrpro .row {
  background: #ffffff;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPJZ6vrpro .row {
    padding: 1rem 0rem;
  }
}
.cid-uPJZ6vrpro .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #efefef;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPJZ6vrpro .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPJZ6vrpro .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPJZ6vrpro .card {
  z-index: 2;
}
.cid-uPJZ6vrpro .mbr-text,
.cid-uPJZ6vrpro .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uPJZ6vrpro .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPJZ6vrpro .mbr-section-title {
  color: #1b2026;
  text-align: left;
}
.cid-uPJYLiksAd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uPJYLiksAd .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-uPJYLiksAd .mbr-text {
  color: #232323;
}
.cid-tNu2fy0tmo {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uPJUS9gJEE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPJUS9gJEE .row {
  background: #efefef;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPJUS9gJEE .row {
    padding: 1rem 0rem;
  }
}
.cid-uPJUS9gJEE .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPJUS9gJEE .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPJUS9gJEE .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPJUS9gJEE .card {
  z-index: 2;
}
.cid-uPJUS9gJEE .mbr-text,
.cid-uPJUS9gJEE .mbr-section-btn {
  color: #212529;
  text-align: left;
}
.cid-uPJUS9gJEE .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPJUS9gJEE .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uqK1AiXeJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-uqK1AiXeJ3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqK1AiXeJ3 li {
  padding-bottom: 0.6rem;
}
.cid-uqK1AiXeJ3 .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .container {
    padding: 4rem 2rem;
  }
}
.cid-uqK1AiXeJ3 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uqK1AiXeJ3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-uqK1AiXeJ3 .soc-item:hover {
  background: #bbbbbb;
}
.cid-uqK1AiXeJ3 .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uqK1AiXeJ3 .row {
    text-align: center;
  }
  .cid-uqK1AiXeJ3 .social-row {
    justify-content: center;
  }
}
.cid-uqK1AiXeJ3 .list {
  list-style: none;
  padding-left: 0;
}
.cid-uqK1AiXeJ3 .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uqK1AiXeJ3 H5 {
  color: #ffffff;
}
.cid-uqK1AiXeJ3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQxVUudnjk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxVUudnjk .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxVUudnjk .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxVUudnjk .mbr-section-title {
  text-align: center;
}
.cid-uQxVUYuVSv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxVUYuVSv .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxVUYuVSv .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxVUYuVSv .mbr-section-title {
  text-align: center;
}
.cid-tFAiA1A1u0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tFAiA1A1u0 nav.navbar {
  position: fixed;
}
.cid-tFAiA1A1u0 .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-tFAiA1A1u0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFAiA1A1u0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tFAiA1A1u0 .dropdown-item:hover,
.cid-tFAiA1A1u0 .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tFAiA1A1u0 .dropdown-item:hover span {
  color: white;
}
.cid-tFAiA1A1u0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFAiA1A1u0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFAiA1A1u0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFAiA1A1u0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFAiA1A1u0 .nav-link {
  position: relative;
}
.cid-tFAiA1A1u0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tFAiA1A1u0 .container {
    flex-wrap: nowrap;
  }
}
.cid-tFAiA1A1u0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFAiA1A1u0 .dropdown-menu,
.cid-tFAiA1A1u0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tFAiA1A1u0 .nav-item:focus,
.cid-tFAiA1A1u0 .nav-link:focus {
  outline: none;
}
.cid-tFAiA1A1u0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFAiA1A1u0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFAiA1A1u0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFAiA1A1u0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFAiA1A1u0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFAiA1A1u0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFAiA1A1u0 .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-tFAiA1A1u0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tFAiA1A1u0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFAiA1A1u0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tFAiA1A1u0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFAiA1A1u0 .navbar.collapsed {
  justify-content: center;
}
.cid-tFAiA1A1u0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFAiA1A1u0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFAiA1A1u0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tFAiA1A1u0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFAiA1A1u0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFAiA1A1u0 .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-tFAiA1A1u0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFAiA1A1u0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFAiA1A1u0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFAiA1A1u0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFAiA1A1u0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFAiA1A1u0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFAiA1A1u0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFAiA1A1u0 .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-tFAiA1A1u0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFAiA1A1u0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFAiA1A1u0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFAiA1A1u0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFAiA1A1u0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFAiA1A1u0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFAiA1A1u0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFAiA1A1u0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFAiA1A1u0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFAiA1A1u0 .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-tFAiA1A1u0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFAiA1A1u0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFAiA1A1u0 .dropdown-item.active,
.cid-tFAiA1A1u0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFAiA1A1u0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFAiA1A1u0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFAiA1A1u0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFAiA1A1u0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFAiA1A1u0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFAiA1A1u0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFAiA1A1u0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFAiA1A1u0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFAiA1A1u0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFAiA1A1u0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tFAiA1A1u0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFAiA1A1u0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFAiA1A1u0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFAiA1A1u0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFAiA1A1u0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFAiA1A1u0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFAiA1A1u0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFAiA1A1u0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFAiA1A1u0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFAiA1A1u0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFAiA1A1u0 .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-tFAiA1A1u0 .navbar {
    height: 70px;
  }
  .cid-tFAiA1A1u0 .navbar.opened {
    height: auto;
  }
  .cid-tFAiA1A1u0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFAiA1Ps7x {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tFAiA1Ps7x .row {
  background: #ffffff;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.cid-tFAiA1Ps7x img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .cid-tFAiA1Ps7x img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tFAiA1Ps7x img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.cid-tFAiA1Ps7x .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .cid-tFAiA1Ps7x .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFAiA1Ps7x .card {
    padding: 2rem 0rem;
  }
}
.cid-tFAiA1Ps7x .mbr-text,
.cid-tFAiA1Ps7x .mbr-section-btn {
  color: #1b2026;
}
.cid-tFAiA1Ps7x .mbr-section-subtitle {
  color: #1b2026;
  text-align: left;
}
.cid-tFAiA1Ps7x .mbr-section-title {
  color: #777777;
  text-align: left;
}
.cid-tFAiA1YpF7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tFAiA1YpF7 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tFAiA1YpF7 .mbr-text {
  color: #232323;
}
.cid-uPK2tk69A7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uPK2tk69A7 .row {
  background: #ffffff;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPK2tk69A7 .row {
    padding: 1rem 0rem;
  }
}
.cid-uPK2tk69A7 .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #efefef;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPK2tk69A7 .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPK2tk69A7 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPK2tk69A7 .card {
  z-index: 2;
}
.cid-uPK2tk69A7 .mbr-text,
.cid-uPK2tk69A7 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uPK2tk69A7 .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPK2tk69A7 .mbr-section-title {
  color: #1b2026;
  text-align: left;
}
.cid-uPK2l8zTel {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-uPK2l8zTel .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-uPK2l8zTel .mbr-text {
  color: #232323;
}
.cid-tNu4kVhfA3 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uPfC6xsLWi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPfC6xsLWi .row {
  background: #efefef;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uPfC6xsLWi .row {
    padding: 1rem 0rem;
  }
}
.cid-uPfC6xsLWi .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uPfC6xsLWi .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uPfC6xsLWi .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uPfC6xsLWi .card {
  z-index: 2;
}
.cid-uPfC6xsLWi .mbr-text,
.cid-uPfC6xsLWi .mbr-section-btn {
  color: #212529;
  text-align: left;
}
.cid-uPfC6xsLWi .mbr-section-subtitle {
  color: #14191e;
}
.cid-uPfC6xsLWi .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uqK1AiXeJ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2026;
  overflow: hidden;
}
.cid-uqK1AiXeJ3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqK1AiXeJ3 li {
  padding-bottom: 0.6rem;
}
.cid-uqK1AiXeJ3 .container {
  background-color: #1b2026;
  padding: 6rem 5rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .container {
    padding: 4rem 2rem;
  }
}
.cid-uqK1AiXeJ3 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-uqK1AiXeJ3 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uqK1AiXeJ3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #777777;
}
.cid-uqK1AiXeJ3 .soc-item:hover {
  background: #bbbbbb;
}
.cid-uqK1AiXeJ3 .soc-item .mbr-iconfont {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uqK1AiXeJ3 .row {
    text-align: center;
  }
  .cid-uqK1AiXeJ3 .social-row {
    justify-content: center;
  }
}
.cid-uqK1AiXeJ3 .list {
  list-style: none;
  padding-left: 0;
}
.cid-uqK1AiXeJ3 .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uqK1AiXeJ3 H5 {
  color: #ffffff;
}
.cid-uqK1AiXeJ3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uQxVPEcLyB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxVPEcLyB .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxVPEcLyB .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxVPEcLyB .mbr-section-title {
  text-align: center;
}
.cid-uQxVQb1msC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b2026;
}
.cid-uQxVQb1msC .mbr-section-subtitle {
  color: #14191e;
  text-align: center;
}
.cid-uQxVQb1msC .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uQxVQb1msC .mbr-section-title {
  text-align: center;
}
