.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #1b2026 !important;
  background-color: #f7d9c4 !important;
  border-color: #f7d9c4 !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: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-info,
.btn-info:active {
  color: #1b2026 !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !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: #f7d9c4 !important;
}
.bg-success {
  background-color: #464646 !important;
}
.bg-info {
  background-color: #dce8eb !important;
}
.bg-warning {
  background-color: #dce8eb !important;
}
.bg-danger {
  background-color: #f4400a !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
  color: #a65116;
  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: #eda878;
  border-color: #eda878;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #a65116 !important;
  background-color: #eda878 !important;
  border-color: #eda878 !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: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !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: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  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: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4400a !important;
  border-color: #f4400a !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: #a12a07;
  border-color: #a12a07;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a12a07 !important;
  border-color: #a12a07 !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: #f7d9c4 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f7d9c4;
  color: #f7d9c4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #eda878 !important;
  background-color: transparent!important;
  border-color: #eda878 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #a65116 !important;
  background-color: #f7d9c4 !important;
  border-color: #f7d9c4 !important;
}
.btn-primary-outline:active {
  color: #f7d9c4 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !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: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-info-outline {
  color: #dce8eb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info-outline:active {
  color: #dce8eb !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !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: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-warning-outline {
  color: #dce8eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-warning-outline:active {
  color: #dce8eb !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.btn-danger-outline {
  color: #f4400a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f4400a;
  color: #f4400a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a12a07 !important;
  background-color: transparent!important;
  border-color: #a12a07 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f4400a !important;
  border-color: #f4400a !important;
}
.btn-danger-outline:active {
  color: #f4400a !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #f7d9c4 !important;
  background: #f7d9c4 !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: #f7d9c4 !important;
  background: #f7d9c4 !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: #f7d9c4 !important;
  background: #f7d9c4 !important;
  color: #1b2026 !important;
}
.text-primary {
  color: #f7d9c4 !important;
}
.text-secondary {
  color: #1b2026 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #dce8eb !important;
}
.text-warning {
  color: #dce8eb !important;
}
.text-danger {
  color: #f4400a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffffff !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: #f98c6b !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: #f7d9c4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dce8eb;
}
.alert-warning {
  background-color: #dce8eb;
}
.alert-danger {
  background-color: #f4400a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7d9c4;
  border-color: #f7d9c4;
  color: #bc5c19;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f7d9c4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: #fdd8cd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', 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: #f7d9c4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', 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: #f7d9c4;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7d9c4;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7d9c4;
}
.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: #f7d9c4;
  border-bottom-color: #f7d9c4;
}
.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: #f7d9c4 !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='%23f7d9c4' %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-st2eExKwNs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-st2eExKwNs .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-st2eExKwNs nav.navbar {
  position: fixed;
}
.cid-st2eExKwNs .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-st2eExKwNs .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-st2eExKwNs .nav-item {
    height: auto;
  }
}
.cid-st2eExKwNs .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-st2eExKwNs .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-st2eExKwNs .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-st2eExKwNs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-st2eExKwNs .dropdown-item:hover,
.cid-st2eExKwNs .dropdown-item:focus {
  background: white !important;
}
.cid-st2eExKwNs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-st2eExKwNs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-st2eExKwNs .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-st2eExKwNs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-st2eExKwNs .nav-link {
  position: relative;
}
.cid-st2eExKwNs .container {
  display: flex;
  margin: auto;
}
.cid-st2eExKwNs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-st2eExKwNs .dropdown-menu,
.cid-st2eExKwNs .navbar.opened {
  background: #efefef !important;
}
.cid-st2eExKwNs .nav-item:focus,
.cid-st2eExKwNs .nav-link:focus {
  outline: none;
}
.cid-st2eExKwNs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-st2eExKwNs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st2eExKwNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-st2eExKwNs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st2eExKwNs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st2eExKwNs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-st2eExKwNs .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-st2eExKwNs .navbar.opened {
  transition: all 0.3s;
}
.cid-st2eExKwNs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-st2eExKwNs .navbar .navbar-logo img {
  width: auto;
}
.cid-st2eExKwNs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-st2eExKwNs .navbar.collapsed {
  justify-content: center;
}
.cid-st2eExKwNs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st2eExKwNs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st2eExKwNs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-st2eExKwNs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st2eExKwNs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st2eExKwNs .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-st2eExKwNs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st2eExKwNs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-st2eExKwNs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-st2eExKwNs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-st2eExKwNs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st2eExKwNs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st2eExKwNs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st2eExKwNs .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-st2eExKwNs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st2eExKwNs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st2eExKwNs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-st2eExKwNs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st2eExKwNs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st2eExKwNs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-st2eExKwNs .navbar.navbar-short {
  min-height: 60px;
}
.cid-st2eExKwNs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st2eExKwNs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st2eExKwNs .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-st2eExKwNs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st2eExKwNs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st2eExKwNs .dropdown-item.active,
.cid-st2eExKwNs .dropdown-item:active {
  background-color: transparent;
}
.cid-st2eExKwNs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st2eExKwNs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st2eExKwNs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st2eExKwNs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-st2eExKwNs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st2eExKwNs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st2eExKwNs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st2eExKwNs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st2eExKwNs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4400a;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st2eExKwNs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st2eExKwNs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2eExKwNs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st2eExKwNs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st2eExKwNs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st2eExKwNs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st2eExKwNs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-st2eExKwNs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st2eExKwNs .navbar {
    height: 70px;
  }
  .cid-st2eExKwNs .navbar.opened {
    height: auto;
  }
  .cid-st2eExKwNs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSil2wE1RM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-sSil2wE1RM .btn {
  border-radius: 10px;
  padding: 1rem 2rem;
  margin: 0.5rem;
}
.cid-sSil2wE1RM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCZ80MDate {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tCZ80MDate .row {
  background: #ffffff;
  padding: 2rem 1rem;
  margin: 0rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tCZ80MDate .row {
    padding: 1rem 0rem;
  }
}
.cid-tCZ80MDate img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCZ80MDate img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tCZ80MDate .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tCZ80MDate .mbr-text,
.cid-tCZ80MDate .mbr-section-btn {
  color: #31363b;
}
.cid-tCZ80MDate .mbr-section-subtitle {
  color: #14191e;
}
.cid-u7IPfaX6WL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dce8eb;
}
.cid-u7IPfaX6WL .image-wrapper {
  padding: 0;
}
.cid-u7IPfaX6WL .img-item,
.cid-u7IPfaX6WL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u7IPfaX6WL .container-fluid {
  padding: 0 1rem;
}
.cid-u7IPfaX6WL .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-u7IPfaX6WL .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-u7IPfaX6WL .card-wrapper {
    flex-direction: column;
  }
}
.cid-u7IPfaX6WL .mbr-iconfont {
  font-size: 2rem;
}
.cid-u7IPfaX6WL .icon1 {
  color: #f83d17;
}
.cid-u7IPfaX6WL .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-u7IPfaX6WL .icon-wrapper {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-u7IPfaX6WL .mbr-text,
.cid-u7IPfaX6WL .mbr-section-btn {
  color: #777777;
}
.cid-u7IPfaX6WL .mbr-section-subtitle {
  color: #777777;
}
.cid-u7IPfaX6WL .mbr-list {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-u7IPfaX6WL .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-u7IPfaX6WL .card-text {
  color: #777777;
}
.cid-u7IPfaX6WL .card-title {
  color: #14191e;
}
.cid-u7IPfaX6WL .mbr-section-title {
  color: #f83d17;
}
.cid-u7IQVpyscA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dce8eb;
}
.cid-u7IQVpyscA img,
.cid-u7IQVpyscA .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 200px;
  height: 200px;
}
.cid-u7IQVpyscA .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-u7IQVpyscA .item:focus,
.cid-u7IQVpyscA span:focus {
  outline: none;
}
.cid-u7IQVpyscA .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-u7IQVpyscA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u7IQVpyscA .item {
    margin-bottom: 1rem;
  }
}
.cid-u7IQVpyscA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u7IQVpyscA .item {
  padding: 0;
  margin: 0;
}
.cid-u7IQVpyscA h5 {
  margin: 0;
}
.cid-u7IQVpyscA .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u7IQVpyscA .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-u7IQVpyscA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7IQVpyscA .item-wrapper:hover .item-img {
  border: 1px solid #f7d9c4;
}
.cid-u7IQVpyscA .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-u7IQVpyscA .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-u7IQVpyscA .item-wrapper {
    height: auto;
  }
}
.cid-u7IQVpyscA .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-u7IQVpyscA .item-title {
  text-align: center;
}
.cid-u7IQVpyscA .item-subtitle {
  text-align: center;
}
.cid-u7IQVpyscA .mbr-text,
.cid-u7IQVpyscA .item .mbr-section-btn {
  text-align: center;
}
.cid-u7IQVpyscA .mbr-section-subtitle,
.cid-u7IQVpyscA .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-u7IShScwkp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #dce8eb;
}
.cid-u7IShScwkp img,
.cid-u7IShScwkp .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 200px;
  height: 200px;
}
.cid-u7IShScwkp .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-u7IShScwkp .item:focus,
.cid-u7IShScwkp span:focus {
  outline: none;
}
.cid-u7IShScwkp .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-u7IShScwkp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u7IShScwkp .item {
    margin-bottom: 1rem;
  }
}
.cid-u7IShScwkp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u7IShScwkp .item {
  padding: 0;
  margin: 0;
}
.cid-u7IShScwkp h5 {
  margin: 0;
}
.cid-u7IShScwkp .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u7IShScwkp .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-u7IShScwkp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7IShScwkp .item-wrapper:hover .item-img {
  border: 1px solid #f7d9c4;
}
.cid-u7IShScwkp .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-u7IShScwkp .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-u7IShScwkp .item-wrapper {
    height: auto;
  }
}
.cid-u7IShScwkp .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-u7IShScwkp .item-title {
  text-align: center;
}
.cid-u7IShScwkp .item-subtitle {
  text-align: center;
}
.cid-u7IShScwkp .mbr-text,
.cid-u7IShScwkp .item .mbr-section-btn {
  text-align: center;
}
.cid-u7IShScwkp .mbr-section-subtitle,
.cid-u7IShScwkp .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-u7IZ2bgwNQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-u7IZ2bgwNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7IZ2bgwNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7IZ2bgwNQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7IZ2bgwNQ .row {
  flex-direction: row-reverse;
}
.cid-u7IZ2bgwNQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7IZ2bgwNQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7IZ2bgwNQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7IZ2bgwNQ .mbr-section-title {
  color: #f83d17;
}
.cid-u7IZ2bgwNQ .mbr-text,
.cid-u7IZ2bgwNQ .mbr-section-btn {
  color: #232323;
}
.cid-u8bVOWiFVS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-u8bVOWiFVS img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u8bVOWiFVS img {
    width: 100%;
  }
}
.cid-u8bVOWiFVS .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8bVOWiFVS .mbr-iconfont {
  font-size: 1.8rem;
}
.cid-u8bVOWiFVS .icon1 {
  color: #8bd176;
}
.cid-u8bVOWiFVS .icon2 {
  color: #ff6666;
}
.cid-u8bVOWiFVS .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8bVOWiFVS .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-u8bVOWiFVS .card-text {
  color: #777777;
}
.cid-u8bVOWiFVS .mbr-section-subtitle {
  color: #777777;
}
.cid-u8bVOWiFVS .mbr-text,
.cid-u8bVOWiFVS .mbr-section-btn {
  color: #777777;
}
.cid-tCYNSvwFaq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tCYNSvwFaq .card {
  background: #9fdbf8;
  border-radius: 10px;
}
.cid-tCYNSvwFaq img {
  width: 100%;
  border-radius: 10px;
}
.cid-tCYNSvwFaq .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-tCYNSvwFaq .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCYNSvwFaq .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-tCYNSvwFaq img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-tCYNSvwFaq .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-tCYNSvwFaq img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-tCYNSvwFaq img {
    width: 100%;
  }
}
.cid-tCYNSvwFaq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-tCYNSvwFaq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tCYNSvwFaq .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-tCYNSvwFaq .mbr-text,
.cid-tCYNSvwFaq .mbr-section-btn {
  color: #464646;
}
.cid-tCYNSvwFaq .mbr-section-subtitle {
  color: #777777;
}
.cid-tCYNSvwFaq .mbr-section-title {
  text-align: left;
}
.cid-u7J8GzwtqS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-u7J8GzwtqS .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u7J8GzwtqS .item-content {
  background: #ffffff;
  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-u7J8GzwtqS .item-content:hover {
  background: #f4400a;
  border-color: #f4400a;
}
@media (max-width: 767px) {
  .cid-u7J8GzwtqS .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-u7J8GzwtqS .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #f4400a;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7J8GzwtqS .img-text {
    left: 1rem;
  }
}
.cid-u7J8GzwtqS img,
.cid-u7J8GzwtqS .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-u7J8GzwtqS .item:focus,
.cid-u7J8GzwtqS span:focus {
  outline: none;
}
.cid-u7J8GzwtqS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7J8GzwtqS .mbr-section-title {
  color: #f5420a;
  text-align: left;
}
.cid-u7J8GzwtqS .mbr-text,
.cid-u7J8GzwtqS .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-u7J8GzwtqS .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-u7J8GzwtqS .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-u7J8GzwtqS .mbr-section-subtitle {
  color: #777777;
}
.cid-u7J9eZJE6f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-u7J9eZJE6f .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u7J9eZJE6f .item-content {
  background: #ffffff;
  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-u7J9eZJE6f .item-content:hover {
  background: #f83d17;
  border-color: #f83d17;
}
@media (max-width: 767px) {
  .cid-u7J9eZJE6f .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-u7J9eZJE6f .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #f83d17;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7J9eZJE6f .img-text {
    left: 1rem;
  }
}
.cid-u7J9eZJE6f img,
.cid-u7J9eZJE6f .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-u7J9eZJE6f .item:focus,
.cid-u7J9eZJE6f span:focus {
  outline: none;
}
.cid-u7J9eZJE6f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7J9eZJE6f .mbr-section-title {
  color: #f5420a;
  text-align: left;
}
.cid-u7J9eZJE6f .mbr-text,
.cid-u7J9eZJE6f .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-u7J9eZJE6f .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-u7J9eZJE6f .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-u7J9eZJE6f .mbr-section-subtitle {
  color: #777777;
}
.cid-u7DHCvyrDk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-u7DHCvyrDk .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u7DHCvyrDk .item-content {
  background: #ffffff;
  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-u7DHCvyrDk .item-content:hover {
  background: #f83d17;
  border-color: #f83d17;
}
@media (max-width: 767px) {
  .cid-u7DHCvyrDk .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-u7DHCvyrDk .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #f83d17;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7DHCvyrDk .img-text {
    left: 1rem;
  }
}
.cid-u7DHCvyrDk img,
.cid-u7DHCvyrDk .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-u7DHCvyrDk .item:focus,
.cid-u7DHCvyrDk span:focus {
  outline: none;
}
.cid-u7DHCvyrDk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7DHCvyrDk .mbr-section-title {
  color: #f5420a;
  text-align: left;
}
.cid-u7DHCvyrDk .mbr-text,
.cid-u7DHCvyrDk .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-u7DHCvyrDk .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-u7DHCvyrDk .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-u7DHCvyrDk .mbr-section-subtitle {
  color: #777777;
}
.cid-u7J6Ya3XmL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-u7J6Ya3XmL .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u7J6Ya3XmL .item-content {
  background: #ffffff;
  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-u7J6Ya3XmL .item-content:hover {
  background: #f83d17;
  border-color: #f83d17;
}
@media (max-width: 767px) {
  .cid-u7J6Ya3XmL .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-u7J6Ya3XmL .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #f83d17;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u7J6Ya3XmL .img-text {
    left: 1rem;
  }
}
.cid-u7J6Ya3XmL img,
.cid-u7J6Ya3XmL .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-u7J6Ya3XmL .item:focus,
.cid-u7J6Ya3XmL span:focus {
  outline: none;
}
.cid-u7J6Ya3XmL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7J6Ya3XmL .mbr-section-title {
  color: #f5420a;
  text-align: left;
}
.cid-u7J6Ya3XmL .mbr-text,
.cid-u7J6Ya3XmL .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-u7J6Ya3XmL .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-u7J6Ya3XmL .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-u7J6Ya3XmL .mbr-section-subtitle {
  color: #777777;
}
.cid-sVvSAoBrvu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sVvSAoBrvu img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sVvSAoBrvu img:hover {
  transform: scale(1.1);
}
.cid-sVvSAoBrvu .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sVvSAoBrvu h2 {
  padding: 0;
  margin: 0;
}
.cid-sVvSAoBrvu .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVvSAoBrvu .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sVvSAoBrvu .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sVvSAoBrvu .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sVvSAoBrvu .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sVvSAoBrvu .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sVvSAoBrvu .mbr-iconfont {
  margin: 0!important;
}
.cid-sVvSAoBrvu .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sVvSAoBrvu .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sVvSAoBrvu .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sVvSAoBrvu .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sVvSAoBrvu .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sVvSAoBrvu H2 {
  color: #333333;
}
.cid-sVvSAoBrvu .mbr-text {
  color: #767676;
}
.cid-st2KLTxC9B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-st2KLTxC9B .card-wrapper {
  background: #ffffff;
  border: 2px solid #2299aa;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 3rem;
}
.cid-st2KLTxC9B .card-wrapper:hover {
  border-color: #ffffff;
}
.cid-st2KLTxC9B .card-wrapper:hover .mbr-iconfont {
  background: #f7d9c4;
}
@media (max-width: 767px) {
  .cid-st2KLTxC9B .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-st2KLTxC9B .mbr-iconfont {
  display: flex;
  font-size: 4rem;
  color: #ffffff;
  background: #2299aa;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-st2KLTxC9B .row {
  justify-content: center;
}
.cid-st2KLTxC9B .card-box {
  display: flex;
  align-items: center;
}
.cid-st2KLTxC9B .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-st2KLTxC9B .card-box {
    flex-direction: column;
  }
  .cid-st2KLTxC9B .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-st2KLTxC9B .card-link {
  text-decoration: underline;
}
.cid-st2KLTxC9B .card-link:hover a {
  background-image: none!important;
}
.cid-st2KLTxC9B .mbr-section-subtitle {
  color: #777777;
}
.cid-st2KLTxC9B .card-text {
  color: #777777;
}
.cid-st2KLTxC9B .mbr-section-title {
  color: #f4400a;
}
.cid-sSiDD0SOUK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSiDD0SOUK p {
  line-height: 1.6;
}
.cid-sSiDD0SOUK .card-box {
  width: -webkit-fill-available;
}
.cid-sSiDD0SOUK .card-img {
  width: auto;
}
.cid-sSiDD0SOUK .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sSiDD0SOUK .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSiDD0SOUK .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sSiDD0SOUK .card {
  height: 100%;
  margin: auto;
}
.cid-sSiDD0SOUK img {
  width: 100%;
  heigth: auto;
}
.cid-sSiDD0SOUK .card-title1 {
  color: #073b4c;
}
.cid-sSiDD0SOUK .mbr-text1 {
  color: #767676;
}
.cid-sSiDD0SOUK .card-title2 {
  color: #7f1933;
}
.cid-sSiDD0SOUK .mbr-text2 {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sSiDD0SOUK .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sSiDD0SOUK .card-img {
    order: 1;
  }
  .cid-sSiDD0SOUK .card-box {
    order: 2;
  }
}
.cid-st2L3FzgcK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-st2L3FzgcK .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-st2L3FzgcK .panel-group {
  border: none;
}
.cid-st2L3FzgcK .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-st2L3FzgcK .card-header {
    padding: 1rem 0rem;
  }
}
.cid-st2L3FzgcK .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-st2L3FzgcK .panel-body {
    padding: 0rem;
  }
}
.cid-st2L3FzgcK .img-item {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-st2L3FzgcK .img-item {
    padding-bottom: 3rem;
  }
}
.cid-st2L3FzgcK img {
  height: 100%;
  width: 95%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-st2L3FzgcK img {
    width: 100%;
  }
}
.cid-st2L3FzgcK .container-fluid {
  padding: 0 1rem;
}
.cid-st2L3FzgcK .collapsed span {
  transform: rotate(0deg);
}
.cid-st2L3FzgcK .panel-title {
  display: flex;
  align-items: center;
}
.cid-st2L3FzgcK .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-st2L3FzgcK .panel-title-edit {
  color: #000000;
}
.cid-st2L3FzgcK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-st2L3FzgcK .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 0px!important;
}
.cid-st2L3FzgcK .panel-title-edit,
.cid-st2L3FzgcK .mbr-iconfont {
  color: #1b2026;
}
.cid-st2L3FzgcK .panel-text {
  color: #777777;
}
.cid-st2L3FzgcK H4 {
  color: #777777;
}
.cid-st2L3FzgcK H3 {
  color: #f4400a;
}
.cid-sSo2Wb1f8O {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSo2Wb1f8O .mbr-section-subtitle {
  color: #f4400a;
  text-align: center;
}
.cid-sSo2Wb1f8O .mbr-text {
  color: #777777;
  text-align: center;
}
.cid-sSo2e4LBBv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSo2e4LBBv .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSo2e4LBBv .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sSo2e4LBBv .carousel-item .wrap-img {
  text-align: center;
}
.cid-sSo2e4LBBv .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sSo2e4LBBv .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sSo2e4LBBv .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-sSo2e4LBBv .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-sSo2e4LBBv .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-sSo2e4LBBv .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-sSo2e4LBBv .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sSo2e4LBBv .carousel-control:hover {
  background-color: #f7d9c4;
}
@media (max-width: 767px) {
  .cid-sSo2e4LBBv .carousel-control {
    display: none;
  }
  .cid-sSo2e4LBBv .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-sSo2e4LBBv .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-sSo2e4LBBv .cloneditem-1,
.cid-sSo2e4LBBv .cloneditem-2,
.cid-sSo2e4LBBv .cloneditem-3,
.cid-sSo2e4LBBv .cloneditem-4,
.cid-sSo2e4LBBv .cloneditem-5 {
  display: none;
}
.cid-sSo2e4LBBv .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSo2e4LBBv .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sSo2e4LBBv .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sSo2e4LBBv .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sSo2e4LBBv .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sSo2e4LBBv .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSo2e4LBBv .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides2 .cloneditem-1,
  .cid-sSo2e4LBBv .carousel-inner.slides2 .cloneditem-2,
  .cid-sSo2e4LBBv .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sSo2e4LBBv .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sSo2e4LBBv .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sSo2e4LBBv .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sSo2e4LBBv .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSo2e4LBBv .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides3 .cloneditem-1,
  .cid-sSo2e4LBBv .carousel-inner.slides3 .cloneditem-2,
  .cid-sSo2e4LBBv .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sSo2e4LBBv .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sSo2e4LBBv .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sSo2e4LBBv .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sSo2e4LBBv .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSo2e4LBBv .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides4 .cloneditem-1,
  .cid-sSo2e4LBBv .carousel-inner.slides4 .cloneditem-2,
  .cid-sSo2e4LBBv .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sSo2e4LBBv .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sSo2e4LBBv .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sSo2e4LBBv .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sSo2e4LBBv .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSo2e4LBBv .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides5 .cloneditem-1,
  .cid-sSo2e4LBBv .carousel-inner.slides5 .cloneditem-2,
  .cid-sSo2e4LBBv .carousel-inner.slides5 .cloneditem-3,
  .cid-sSo2e4LBBv .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sSo2e4LBBv .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sSo2e4LBBv .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sSo2e4LBBv .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sSo2e4LBBv .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sSo2e4LBBv .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sSo2e4LBBv .carousel-inner.slides6 .cloneditem-1,
  .cid-sSo2e4LBBv .carousel-inner.slides6 .cloneditem-2,
  .cid-sSo2e4LBBv .carousel-inner.slides6 .cloneditem-3,
  .cid-sSo2e4LBBv .carousel-inner.slides6 .cloneditem-4,
  .cid-sSo2e4LBBv .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sSo2e4LBBv .mbr-section-title {
  margin: 0;
}
.cid-sSo2e4LBBv .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sSo2e4LBBv .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-sSo2e4LBBv .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSo2e4LBBv .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-sSo2e4LBBv .carousel-control-prev {
    left: 15px !important;
  }
  .cid-sSo2e4LBBv .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-sSo2e4LBBv .carousel-control-next {
    right: 15px !important;
  }
  .cid-sSo2e4LBBv .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-sSjGxlW2wT {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #232323;
}
.cid-sSjGxlW2wT ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sSjGxlW2wT ul li {
  padding: 1rem 0;
}
.cid-sSjGxlW2wT ul li:hover {
  color: #f7d9c4;
}
.cid-sSjGxlW2wT .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-sSjGxlW2wT .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-sSjGxlW2wT .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-sSjGxlW2wT .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sSjGxlW2wT .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sSjGxlW2wT .map {
    height: auto;
  }
}
.cid-sSjGxlW2wT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sSjGxlW2wT .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-sSjGxlW2wT .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSjGxlW2wT .social-list a:hover {
  opacity: 1;
}
.cid-sSjGxlW2wT .row-element,
.cid-sSjGxlW2wT .image-element {
  padding: 0;
}
.cid-sSjGxlW2wT .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sSjGxlW2wT .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #f7d9c4, #1b2026);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sSjGxlW2wT .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sSjGxlW2wT .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSjGxlW2wT .text-content {
    padding: 2rem 1rem;
  }
  .cid-sSjGxlW2wT .underline .line {
    height: 2px;
  }
  .cid-sSjGxlW2wT .mbr-title,
  .cid-sSjGxlW2wT .underline,
  .cid-sSjGxlW2wT .mbr-text,
  .cid-sSjGxlW2wT .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sSjGxlW2wT .mbr-title,
.cid-sSjGxlW2wT .underline {
  color: #f4400a;
}
.cid-sSjGxlW2wT .mbr-text,
.cid-sSjGxlW2wT .mbr-section-btn {
  color: #ffffff;
}
.cid-sSjGxlW2wT mbr-list LI {
  color: #ffffff;
}
.cid-sSjGxlW2wT mbr-list {
  text-align: center;
}
.cid-sSjGxlW2wT .mbr-list,
.cid-sSjGxlW2wT .social-list mbr-list {
  color: #ffffff;
}
