body {
  background-color: #edeff1;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Liter', sans-serif;
  font-size: 8rem;
  line-height: 1.1;
  letter-spacing: normal;
  word-spacing: normal;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Liter', sans-serif;
  font-size: 4.25rem;
  line-height: 1.15;
  letter-spacing: normal;
  word-spacing: normal;
}
.display-2 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-4 {
  font-family: 'Liter', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: normal;
  word-spacing: normal;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Liter', sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: normal;
  word-spacing: normal;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Liter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: normal;
  word-spacing: normal;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ef8354 !important;
}
.bg-success {
  background-color: #36da8e !important;
}
.bg-info {
  background-color: #1dcff3 !important;
}
.bg-warning {
  background-color: #ffc311 !important;
}
.bg-danger {
  background-color: #dc3444 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ef8354 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #090f10 !important;
  background-color: #facdb9 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #090f10 !important;
  background-color: #facdb9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #565a6d !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #090f10 !important;
  background-color: #8b90a9 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #090f10 !important;
  background-color: #8b90a9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1dcff3 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #090f10 !important;
  background-color: #86e7fb !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #090f10 !important;
  background-color: #86e7fb !important;
}
.btn-success,
.btn-success:active {
  background-color: #36da8e !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #090f10 !important;
  background-color: #93edc3 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #090f10 !important;
  background-color: #93edc3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc311 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #090f10 !important;
  background-color: #ffdf81 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #090f10 !important;
  background-color: #ffdf81 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc3444 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #090f10 !important;
  background-color: #ee929b !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #090f10 !important;
  background-color: #ee929b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #090f10 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #090f10 !important;
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #090f10 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #090f10 !important;
  background-color: #2f545a !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #090f10 !important;
  background-color: #2f545a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ef8354;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d85014 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef8354 !important;
  border-color: #ef8354 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #565a6d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #30323d !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #565a6d !important;
  border-color: #565a6d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1dcff3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0994b0 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1dcff3 !important;
  border-color: #1dcff3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36da8e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1d9c61 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36da8e !important;
  border-color: #36da8e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc311;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b98b00 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #110d00 !important;
  background-color: #ffc311 !important;
  border-color: #ffc311 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dc3444;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9e1b28 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc3444 !important;
  border-color: #dc3444 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #090f10;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #090f10 !important;
  border-color: #090f10 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ef8354 !important;
}
.text-secondary {
  color: #565a6d !important;
}
.text-success {
  color: #36da8e !important;
}
.text-info {
  color: #1dcff3 !important;
}
.text-warning {
  color: #ffc311 !important;
}
.text-danger {
  color: #dc3444 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #090f10 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ca4a13 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #292b34 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1a9059 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0988a1 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #aa7f00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #911924 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ef8354;
}
.nav-tabs .nav-link:not(.active) {
  color: #090f10;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1dcff3;
}
.alert-warning {
  background-color: #ffc311;
}
.alert-danger {
  background-color: #dc3444;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ef8354;
  border-color: #ef8354;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ef8354;
}
.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: #e2faef;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dff8fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff6dd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fae2e4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Liter', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: normal;
  word-spacing: normal;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #ef8354 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: normal;
  word-spacing: normal;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #ef8354;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ef8354;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ef8354;
}
.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: #ef8354;
  border-bottom-color: #ef8354;
}
.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: #ef8354 !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: #565a6d !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='%23ef8354' %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-duration: .3s;
  transition: 0.4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 5vw;
}
.row {
  margin-left: -2rem;
  margin-right: -2rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 48px;
  padding: 0.75rem 2rem;
  border-radius: 0 !important;
  border: none;
  font-weight: 500;
  transition: .3s all !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .15s all !important;
  transform: rotate(-45deg);
  transform-style: preserve-3d;
}
.mbr-section-btn .btn:hover {
  transform: translate(0, -8px);
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-black {
  color: #fff !important;
}
.mbr-section-btn .btn-black:hover {
  color: #fff !important;
}
.section-border-item {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.section-border-item_top {
  top: 0;
}
.section-border-item_bottom {
  bottom: 0;
}
.section-border-item_center {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.text-transform-container {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
}
.text-transform-container .text-transform-wrap {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: btn-move-out 0.3s ease-in-out;
}
.text-transform-container .mbr-text {
  transition: .3s all;
}
.text-transform-container .iconfont-wrapper .mbr-iconfont {
  transition: .3s all;
  padding-right: 8px;
}
.text-transform-container:hover .text-transform-wrap {
  animation: btn-move 0.3s ease-in-out;
}
.text-transform-container:hover .iconfont-wrapper .mbr-iconfont {
  padding-right: 0;
  padding-left: 8px;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uJh1PFhkUd .navbar-dropdown {
  position: relative !important;
}
.cid-uJh1PFhkUd .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-uJh1PFhkUd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJh1PFhkUd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJh1PFhkUd .dropdown-item:hover,
.cid-uJh1PFhkUd .dropdown-item:focus {
  background: #ef8354 !important;
  color: white !important;
}
.cid-uJh1PFhkUd .dropdown-item:hover span {
  color: white;
}
.cid-uJh1PFhkUd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJh1PFhkUd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJh1PFhkUd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJh1PFhkUd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJh1PFhkUd .nav-link {
  position: relative;
}
.cid-uJh1PFhkUd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uJh1PFhkUd .container {
    flex-wrap: nowrap;
  }
}
.cid-uJh1PFhkUd .navbar-caption {
  color: #FFFFFF;
}
.cid-uJh1PFhkUd .dropdown-menu,
.cid-uJh1PFhkUd .navbar.opened {
  background: #031324 !important;
}
.cid-uJh1PFhkUd .nav-item:focus,
.cid-uJh1PFhkUd .nav-link:focus {
  outline: none;
}
.cid-uJh1PFhkUd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJh1PFhkUd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJh1PFhkUd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJh1PFhkUd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJh1PFhkUd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJh1PFhkUd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJh1PFhkUd .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #031324;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ffb482;
}
.cid-uJh1PFhkUd .navbar.opened {
  transition: all 0.3s;
}
.cid-uJh1PFhkUd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJh1PFhkUd .navbar .navbar-logo img {
  width: auto;
}
.cid-uJh1PFhkUd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJh1PFhkUd .navbar.collapsed {
  justify-content: center;
}
.cid-uJh1PFhkUd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJh1PFhkUd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJh1PFhkUd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJh1PFhkUd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJh1PFhkUd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJh1PFhkUd .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-uJh1PFhkUd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJh1PFhkUd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uJh1PFhkUd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJh1PFhkUd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJh1PFhkUd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJh1PFhkUd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJh1PFhkUd .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-uJh1PFhkUd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJh1PFhkUd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJh1PFhkUd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJh1PFhkUd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJh1PFhkUd .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uJh1PFhkUd .navbar.navbar-short {
  min-height: auto;
}
.cid-uJh1PFhkUd .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uJh1PFhkUd .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uJh1PFhkUd .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uJh1PFhkUd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uJh1PFhkUd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJh1PFhkUd .dropdown-item.active,
.cid-uJh1PFhkUd .dropdown-item:active {
  background-color: transparent;
}
.cid-uJh1PFhkUd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJh1PFhkUd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJh1PFhkUd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJh1PFhkUd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031324;
}
.cid-uJh1PFhkUd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJh1PFhkUd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJh1PFhkUd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJh1PFhkUd .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uJh1PFhkUd .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uJh1PFhkUd .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uJh1PFhkUd .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uJh1PFhkUd .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uJh1PFhkUd button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uJh1PFhkUd button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uJh1PFhkUd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJh1PFhkUd button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uJh1PFhkUd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uJh1PFhkUd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uJh1PFhkUd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uJh1PFhkUd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uJh1PFhkUd nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJh1PFhkUd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uJh1PFhkUd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uJh1PFhkUd nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJh1PFhkUd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJh1PFhkUd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJh1PFhkUd .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-uJh1PFhkUd .navbar {
    height: 70px;
  }
  .cid-uJh1PFhkUd .navbar.opened {
    height: auto;
  }
  .cid-uJh1PFhkUd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJh1PFhkUd .container-fluid {
  padding-right: 0;
}
.cid-uJh1PFhkUd .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 0.35fr 1fr 0.35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uJh1PFhkUd .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uJh1PFhkUd .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uJh1PFhkUd .navbar-collapse .nav-link:hover {
  color: #ffb482 !important;
}
@media (max-width: 991px) {
  .cid-uJh1PFhkUd .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uJh1PFhkUd .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uJh1PFhkUd .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uJh1PFhkUd .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uJh1PFhkUd .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uJh1PFhkUd .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uJh1PFhkUd .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uJh1PFhkUd .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .cid-uJh1PFhkUd .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uJh1PFhkUd .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uJh1PFhkUd .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uJh1PFhkUd .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uJh1PFhkUd .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-uJh1PFhkUd .navbar-caption:hover {
  color: #ffffff;
}
.cid-uJh1PFhkUd .nav-link,
.cid-uJh1PFhkUd .dropdown-item {
  color: #FFFFFF;
}
.cid-uJh1PFicd6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-uJh1PFicd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh1PFicd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJh1PFicd6 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uJh1PFicd6 .mbr-section-subtitle {
  color: #FFFFFF;
  background-image: linear-gradient(315deg, currentColor, #ffb482) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJh1PFicd6 .main-text {
  max-width: 60%;
  margin-top: 1.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .cid-uJh1PFicd6 .main-text {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.cid-uJh1PFicd6 .text-transform-container {
  margin-top: 4.25rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFicd6 .text-transform-container {
    margin-top: 1.5rem;
  }
}
.cid-uJh1PFicd6 .text-transform-container:hover .mbr-text {
  color: #e5d1c0;
}
.cid-uJh1PFicd6 .text-transform-container:hover .mbr-text a {
  color: #e5d1c0 !important;
}
.cid-uJh1PFicd6 .text-transform-container:hover .iconfont-wrapper .mbr-iconfont {
  color: #e5d1c0;
}
.cid-uJh1PFicd6 .mbr-text {
  color: #fcdb42;
}
.cid-uJh1PFicd6 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 76px;
  color: #ffb482;
  margin-left: 0.75rem;
}
.cid-uJh1PFicd6 .mbr-text,
.cid-uJh1PFicd6 .mbr-section-btn {
  color: #FFB482;
}
.cid-uJh1PFk5TP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uJh1PFk5TP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh1PFk5TP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJh1PFk5TP .section-border-item {
  background-color: #ffb482;
}
.cid-uJh1PFk5TP .mbr-section-title {
  color: #FFFFFF;
}
.cid-uJh1PFk5TP .mbr-section-subtitle {
  color: #FFFFFF;
  background-image: linear-gradient(315deg, currentColor, #ffb482) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJh1PFk5TP .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFk5TP .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uJh1PFkQfx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #031324;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uJh1PFkQfx .item:focus,
.cid-uJh1PFkQfx span:focus {
  outline: none;
}
.cid-uJh1PFkQfx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJh1PFkQfx .content-head {
  max-width: 800px;
}
.cid-uJh1PFkQfx .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJh1PFkQfx .item {
    min-height: 45px;
  }
}
.cid-uJh1PFkQfx .section-border-item {
  background-color: #ffb482;
}
.cid-uJh1PFkaUh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #031324;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uJh1PFkaUh .section-border-item {
  background-color: #ffb482;
}
.cid-uJh1PFkaUh .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-uJh1PFkaUh .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uJh1PFkaUh .main-container {
    padding: 3rem 0;
  }
}
.cid-uJh1PFkaUh .title-wrap {
  width: 100%;
}
.cid-uJh1PFkaUh .title-box {
  width: 100%;
}
.cid-uJh1PFkaUh .mbr-title {
  color: #FFF;
}
.cid-uJh1PFkaUh .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFkaUh .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uJh1PFkaUh .card-row {
  display: flex;
  align-items: stretch;
  margin-bottom: -1px;
  flex-wrap: wrap;
  border-top: 1px solid #ffb482;
}
.cid-uJh1PFkaUh .item {
  position: relative;
  width: 33.33333333%;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uJh1PFkaUh .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uJh1PFkaUh .item {
    width: 100%;
  }
}
.cid-uJh1PFkaUh .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffb482;
}
@media (min-width: 1200px) {
  .cid-uJh1PFkaUh .item:not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ffb482;
  }
}
@media (min-width: 768px) {
  .cid-uJh1PFkaUh .item:not(:nth-child(2n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ffb482;
  }
}
@media (min-width: 767px) {
  .cid-uJh1PFkaUh .item:hover .item-img img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(2deg, 0deg);
  }
}
.cid-uJh1PFkaUh .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
}
.cid-uJh1PFkaUh .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  overflow: hidden;
}
.cid-uJh1PFkaUh .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s all;
}
.cid-uJh1PFkaUh .card-text-wrap {
  width: 100%;
  padding: 2rem;
  border-top: 1px solid #ffb482;
}
@media (max-width: 991px) {
  .cid-uJh1PFkaUh .card-text-wrap {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uJh1PFkaUh .card-text-wrap {
    padding: 1.25rem;
  }
}
.cid-uJh1PFkaUh .card-price {
  color: #FFFFFF;
}
.cid-uJh1PFkaUh .card-title {
  color: #FFFFFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFkaUh .card-title {
    margin-top: 1.25rem;
  }
}
.cid-uJh1PFkaUh .card-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFkaUh .card-text {
    margin-top: 1.25rem;
  }
}
.cid-uJh1PFkaUh .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFkaUh .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-uJh1PFkaUh .card-text,
.cid-uJh1PFkaUh .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uJh1PFlNPz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #031324;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uJh1PFlNPz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh1PFlNPz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJh1PFlNPz .section-border-item {
  background-color: #ffb482;
}
.cid-uJh1PFlNPz .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-uJh1PFlNPz .card-wrap {
  width: 100%;
}
.cid-uJh1PFlNPz .card-box {
  width: 100%;
}
.cid-uJh1PFlNPz .card-title {
  color: #FFFFFF;
}
.cid-uJh1PFlNPz .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFlNPz .mbr-text {
    margin-top: 1rem;
  }
}
.cid-uJh1PFlVF5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uJh1PFlVF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh1PFlVF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJh1PFlVF5 .section-border-item {
  background-color: #ffb482;
}
.cid-uJh1PFlVF5 .card-title {
  color: #FFFFFF;
}
.cid-uJh1PFlVF5 .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFlVF5 .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-uJh1PFlVF5 .card-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFlVF5 .card-text {
    margin-top: 0.75rem;
  }
}
.cid-uJh1PFmLC4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #031324;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uJh1PFmLC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh1PFmLC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJh1PFmLC4 .section-border-item {
  background-color: #ffb482;
}
@media (max-width: 991px) {
  .cid-uJh1PFmLC4 .section-border-item_center {
    display: none;
  }
}
.cid-uJh1PFmLC4 .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-uJh1PFmLC4 .main-container {
    flex-wrap: wrap;
  }
}
.cid-uJh1PFmLC4 .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uJh1PFmLC4 .card-wrap {
    width: 100%;
  }
}
.cid-uJh1PFmLC4 .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-uJh1PFmLC4 .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJh1PFmLC4 .card-box {
    max-width: 100%;
  }
}
.cid-uJh1PFmLC4 .card-title {
  color: #FFFFFF;
}
.cid-uJh1PFmLC4 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFmLC4 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uJh1PFmLC4 .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFmLC4 .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-uJh1PFmLC4 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-uJh1PFmLC4 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uJh1PFmLC4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #ffb482;
}
.cid-uJh1PFmLC4 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-uJh1PFmLC4 .list-text {
  color: #FFFFFF;
  flex-grow: 1;
}
.cid-uJh1PFmLC4 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFmLC4 .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-uJh1PFmLC4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uJh1PFmLC4 .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-uJh1PFmLC4 .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #ffb482;
  }
}
.cid-uJh1PFmLC4 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-uJh1PFmLC4 .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-uJh1PFmLC4 .mbr-text,
.cid-uJh1PFmLC4 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uJh1PFnHWq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #031324;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uJh1PFnHWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh1PFnHWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJh1PFnHWq .section-border-item {
  background-color: #ffb482;
}
.cid-uJh1PFnHWq .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-uJh1PFnHWq .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uJh1PFnHWq .main-container {
    padding: 3rem 0;
  }
}
.cid-uJh1PFnHWq .title-wrap {
  width: 100%;
}
.cid-uJh1PFnHWq .title-box {
  width: 100%;
}
.cid-uJh1PFnHWq .mbr-title {
  color: #FFF;
}
.cid-uJh1PFnHWq .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFnHWq .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uJh1PFnHWq .card-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #ffb482;
  border-bottom: 1px solid #ffb482;
}
@media (max-width: 991px) {
  .cid-uJh1PFnHWq .card-row {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.cid-uJh1PFnHWq .item {
  position: relative;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uJh1PFnHWq .item {
    width: 100%;
  }
}
.cid-uJh1PFnHWq .item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffb482;
}
@media (max-width: 991px) {
  .cid-uJh1PFnHWq .item:after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-uJh1PFnHWq .item:nth-child(3n):after {
  display: none;
}
@media (min-width: 576px) {
  .cid-uJh1PFnHWq .item:hover .card-bg {
    opacity: 1;
  }
}
.cid-uJh1PFnHWq .item:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-uJh1PFnHWq .item:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uJh1PFnHWq .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 280px;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-uJh1PFnHWq .item-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-uJh1PFnHWq .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(115deg, #0597ff, #fcdb42);
  opacity: 0;
  transition: 0.6s all;
}
.cid-uJh1PFnHWq .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uJh1PFnHWq .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uJh1PFnHWq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #ffffff;
  margin-right: 0;
}
.cid-uJh1PFnHWq .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uJh1PFnHWq .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: 0.75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uJh1PFnHWq .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-uJh1PFnHWq .card-title {
  color: #FFFFFF;
}
.cid-uJh1PFnHWq .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFnHWq .card-text {
    margin-top: 1rem;
  }
}
.cid-uJh1PFnHWq .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-uJh1PFnHWq .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-uJh1PFnHWq .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-uJh1PFnHWq .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-uJh1PFnHWq .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-uJh1PFnHWq .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJh1PFnHWq .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-uJh1PFrEmu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #031324;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uJh1PFrEmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh1PFrEmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJh1PFrEmu .section-border-item {
  background-color: #ffb482;
}
.cid-uJh1PFrEmu .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-uJh1PFrEmu .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uJh1PFrEmu .main-container {
    padding: 3rem 0;
  }
}
.cid-uJh1PFrEmu .title-wrap {
  width: 100%;
}
.cid-uJh1PFrEmu .title-box {
  width: 100%;
}
.cid-uJh1PFrEmu .mbr-title {
  color: #FFFFFF;
}
.cid-uJh1PFrEmu .mbr-text {
  color: #FFFFFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFrEmu .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uJh1PFrEmu .card-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #ffb482;
  border-bottom: 1px solid #ffb482;
}
@media (max-width: 991px) {
  .cid-uJh1PFrEmu .card-row {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }
}
.cid-uJh1PFrEmu .item {
  position: relative;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uJh1PFrEmu .item {
    width: 100%;
  }
}
.cid-uJh1PFrEmu .item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffb482;
}
@media (max-width: 991px) {
  .cid-uJh1PFrEmu .item:after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-uJh1PFrEmu .item:nth-child(3n):after {
  display: none;
}
.cid-uJh1PFrEmu .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem 2rem;
}
.cid-uJh1PFrEmu .logo-wrap {
  width: 100%;
  max-width: 150px;
  margin-right: auto;
  padding-bottom: 0.75rem;
}
.cid-uJh1PFrEmu .logo-wrap img {
  width: 100%;
  object-fit: contain;
}
.cid-uJh1PFrEmu .testimonial-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFrEmu .testimonial-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uJh1PFrEmu .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJh1PFrEmu .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #ffffff;
  margin-right: 0.4rem;
}
.cid-uJh1PFrEmu .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFrEmu .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uJh1PFrEmu .card-text {
  color: #FFFFFF;
}
.cid-uJh1PFrEmu .card-name-wrap {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.cid-uJh1PFrEmu .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 16px;
  border: 1px solid #ffb482;
}
.cid-uJh1PFrEmu .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uJh1PFrEmu .logo-wrap img {
  filter: invert(1);
}
.cid-uJh1PFrEmu .card-name-text-wrap {
  flex-grow: 1;
}
.cid-uJh1PFrEmu .card-name {
  color: #FFFFFF;
}
.cid-uJh1PFrEmu .card-prof {
  color: #FFFFFF;
}
.cid-uJh1PFoJWr {
  background-image: url("../images/photo-1437750769465-301382cdf-h_m9v4l28x.jpg");
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uJh1PFoJWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh1PFoJWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJh1PFoJWr.mbr-fullscreen {
  padding: 0 !important;
}
.cid-uJh1PFoJWr:not(.mbr-fullscreen) {
  min-height: 680px;
}
@media (max-width: 991px) {
  .cid-uJh1PFoJWr:not(.mbr-fullscreen) {
    min-height: 616px;
  }
}
.cid-uJh1PFoJWr .section-border-item {
  background-color: #ffb482;
}
.cid-uJh1PFulD3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #031324;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uJh1PFulD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJh1PFulD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJh1PFulD3 .section-border-item {
  background-color: #ffb482;
}
.cid-uJh1PFulD3 .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-uJh1PFulD3 .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uJh1PFulD3 .main-container {
    padding: 3rem 0;
  }
}
.cid-uJh1PFulD3 .title-wrap {
  width: 100%;
}
.cid-uJh1PFulD3 .title-box {
  width: 100%;
}
.cid-uJh1PFulD3 .mbr-title {
  color: #FFFFFF;
}
.cid-uJh1PFulD3 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFulD3 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uJh1PFulD3 .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #ffb482;
  border-bottom: 1px solid #ffb482;
}
@media (max-width: 991px) {
  .cid-uJh1PFulD3 .card-row {
    flex-wrap: wrap;
  }
}
.cid-uJh1PFulD3 .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uJh1PFulD3 .card {
    width: 100%;
  }
}
.cid-uJh1PFulD3 .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffb482;
}
@media (max-width: 991px) {
  .cid-uJh1PFulD3 .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-uJh1PFulD3 .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-uJh1PFulD3 .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-uJh1PFulD3 .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uJh1PFulD3 .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-uJh1PFulD3 .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-uJh1PFulD3 .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(115deg, #0597ff, #fcdb42);
  opacity: 0;
  transition: 0.6s all;
}
.cid-uJh1PFulD3 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uJh1PFulD3 .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uJh1PFulD3 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #ffffff;
  margin-right: 0;
}
.cid-uJh1PFulD3 .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uJh1PFulD3 .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: 0.75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uJh1PFulD3 .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-uJh1PFulD3 .card-title {
  color: #FFFFFF;
}
.cid-uJh1PFulD3 .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-uJh1PFulD3 .card-text {
    margin-top: 1rem;
  }
}
.cid-uJh1PFulD3 .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-uJh1PFulD3 .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-uJh1PFulD3 .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-uJh1PFulD3 .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-uJh1PFulD3 .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-uJh1PFulD3 .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJh1PFulD3 .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-uJh1PFu97S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031324;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uJh1PFu97S .section-border-item {
  background-color: #ffb482;
}
.cid-uJh1PFu97S .mbr-text {
  color: #FFFFFF;
}
.cid-uJh1PFu97S .media-container-row .mbr-text {
  color: #FFFFFF;
}
