.btn {
  border: none;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 300;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.75rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.2625rem + (1.75 - 1.2625) * ((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.35 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff4306 !important;
}
.bg-success {
  background-color: #c83000 !important;
}
.bg-info {
  background-color: #f8f8f8 !important;
}
.bg-warning {
  background-color: #c88100 !important;
}
.bg-danger {
  background-color: #c80f00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff4306 !important;
  border-color: #ff4306 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0a0a0a !important;
  background-color: #ff6a39 !important;
  border-color: #ff6a39 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff6a39 !important;
  border-color: #ff6a39 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa606 !important;
  border-color: #ffa606 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #0a0a0a !important;
  background-color: #ffb839 !important;
  border-color: #ffb839 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffb839 !important;
  border-color: #ffb839 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  color: #5f5f5f !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #0a0a0a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5f5f5f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c83000 !important;
  border-color: #c83000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0a0a !important;
  background-color: #fb3c00 !important;
  border-color: #fb3c00 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fb3c00 !important;
  border-color: #fb3c00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c88100 !important;
  border-color: #c88100 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0a0a !important;
  background-color: #fba200 !important;
  border-color: #fba200 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fba200 !important;
  border-color: #fba200 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c80f00 !important;
  border-color: #c80f00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #0a0a0a !important;
  background-color: #fb1300 !important;
  border-color: #fb1300 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fb1300 !important;
  border-color: #fb1300 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #0a0a0a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #0a0a0a !important;
  background-color: #242424 !important;
  border-color: #242424 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #242424 !important;
  border-color: #242424 !important;
}
.btn-primary-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-primary-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4306;
  transition: all .4s ease;
}
.btn-primary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff4306;
  transition: all .6s ease;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4306;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ae2b00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #ff4306 !important;
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 0;
  background-color: #ff4306;
}
.btn-primary-outline:hover::after,
.btn-primary-outline:focus::after,
.btn-primary-outline.focus::after,
.btn-primary-outline.active::after {
  width: 100%;
  background-color: #ff4306;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4306 !important;
  border-color: #ff4306 !important;
}
.btn-secondary-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-secondary-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffa606;
  transition: all .4s ease;
}
.btn-secondary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa606;
  transition: all .6s ease;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa606;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ae7000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #ffa606 !important;
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 0;
  background-color: #ffa606;
}
.btn-secondary-outline:hover::after,
.btn-secondary-outline:focus::after,
.btn-secondary-outline.focus::after,
.btn-secondary-outline.active::after {
  width: 100%;
  background-color: #ffa606;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa606 !important;
  border-color: #ffa606 !important;
}
.btn-info-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-info-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #f8f8f8;
  transition: all .4s ease;
}
.btn-info-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f8f8f8;
  transition: all .6s ease;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8f8f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cdcdcd !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #f8f8f8 !important;
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 0;
  background-color: #f8f8f8;
}
.btn-info-outline:hover::after,
.btn-info-outline:focus::after,
.btn-info-outline.focus::after,
.btn-info-outline.active::after {
  width: 100%;
  background-color: #f8f8f8;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #797979 !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn-success-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-success-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #c83000;
  transition: all .4s ease;
}
.btn-success-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c83000;
  transition: all .6s ease;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c83000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #711b00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #c83000 !important;
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 0;
  background-color: #c83000;
}
.btn-success-outline:hover::after,
.btn-success-outline:focus::after,
.btn-success-outline.focus::after,
.btn-success-outline.active::after {
  width: 100%;
  background-color: #c83000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c83000 !important;
  border-color: #c83000 !important;
}
.btn-warning-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-warning-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #c88100;
  transition: all .4s ease;
}
.btn-warning-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c88100;
  transition: all .6s ease;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c88100;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #714900 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #c88100 !important;
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 0;
  background-color: #c88100;
}
.btn-warning-outline:hover::after,
.btn-warning-outline:focus::after,
.btn-warning-outline.focus::after,
.btn-warning-outline.active::after {
  width: 100%;
  background-color: #c88100;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c88100 !important;
  border-color: #c88100 !important;
}
.btn-danger-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-danger-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #c80f00;
  transition: all .4s ease;
}
.btn-danger-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c80f00;
  transition: all .6s ease;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c80f00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #710800 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #c80f00 !important;
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 0;
  background-color: #c80f00;
}
.btn-danger-outline:hover::after,
.btn-danger-outline:focus::after,
.btn-danger-outline.focus::after,
.btn-danger-outline.active::after {
  width: 100%;
  background-color: #c80f00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c80f00 !important;
  border-color: #c80f00 !important;
}
.btn-black-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-black-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #0a0a0a;
  transition: all .4s ease;
}
.btn-black-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0a0a0a;
  transition: all .6s ease;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0a0a0a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #0a0a0a !important;
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 0;
  background-color: #0a0a0a;
}
.btn-black-outline:hover::after,
.btn-black-outline:focus::after,
.btn-black-outline.focus::after,
.btn-black-outline.active::after {
  width: 100%;
  background-color: #0a0a0a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-white-outline {
  padding: 0 0 6px 0 !important;
  position: relative;
}
.btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fafafa;
  transition: all .4s ease;
}
.btn-white-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fafafa;
  transition: all .6s ease;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #fafafa !important;
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 0;
  background-color: #fafafa;
}
.btn-white-outline:hover::after,
.btn-white-outline:focus::after,
.btn-white-outline.focus::after,
.btn-white-outline.active::after {
  width: 100%;
  background-color: #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff4306 !important;
}
.text-secondary {
  color: #ffa606 !important;
}
.text-success {
  color: #c83000 !important;
}
.text-info {
  color: #f8f8f8 !important;
}
.text-warning {
  color: #c88100 !important;
}
.text-danger {
  color: #c80f00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #0a0a0a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9f2700 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9f6600 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #621800 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c5c5c5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #623f00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #620700 !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: #ff4306;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f8f8f8;
}
.alert-warning {
  background-color: #c88100;
}
.alert-danger {
  background-color: #c80f00;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 0;
}
.mbr-gallery-filter li a {
  border-radius: 0 !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4306;
  border-color: #ff4306;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 0 !important;
}
a,
a:hover {
  color: #ff4306;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffddd2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ff7448;
}
.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: #ffbe48;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff5648;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 400;
  border-radius: 0;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff4306 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff4306;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4306;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff4306;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4306;
  border-bottom-color: #ff4306;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff4306 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa606 !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='%23ff4306' %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;
}
.mbr-section-btn .btn {
  font-weight: 300;
  padding: 15px 45px;
  border-radius: 0 !important;
  margin-bottom: 0;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uZd7XUgKA3 .navbar-dropdown {
  position: relative !important;
}
.cid-uZd7XUgKA3 .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-uZd7XUgKA3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZd7XUgKA3 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 300;
}
.cid-uZd7XUgKA3 .dropdown-item:hover,
.cid-uZd7XUgKA3 .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-uZd7XUgKA3 .dropdown-item:hover span {
  color: white;
}
.cid-uZd7XUgKA3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZd7XUgKA3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZd7XUgKA3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZd7XUgKA3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-uZd7XUgKA3 .nav-link {
  position: relative;
}
.cid-uZd7XUgKA3 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-uZd7XUgKA3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZd7XUgKA3 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZd7XUgKA3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZd7XUgKA3 .dropdown-menu,
.cid-uZd7XUgKA3 .navbar.opened {
  background: #000000 !important;
}
.cid-uZd7XUgKA3 .nav-item:focus,
.cid-uZd7XUgKA3 .nav-link:focus {
  outline: none;
}
.cid-uZd7XUgKA3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZd7XUgKA3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZd7XUgKA3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZd7XUgKA3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZd7XUgKA3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZd7XUgKA3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZd7XUgKA3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZd7XUgKA3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZd7XUgKA3 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZd7XUgKA3 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uZd7XUgKA3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZd7XUgKA3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZd7XUgKA3 .navbar.collapsed {
  justify-content: center;
}
.cid-uZd7XUgKA3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZd7XUgKA3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZd7XUgKA3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uZd7XUgKA3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZd7XUgKA3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZd7XUgKA3 .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-uZd7XUgKA3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZd7XUgKA3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZd7XUgKA3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZd7XUgKA3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZd7XUgKA3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZd7XUgKA3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZd7XUgKA3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZd7XUgKA3 .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-uZd7XUgKA3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZd7XUgKA3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZd7XUgKA3 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZd7XUgKA3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-uZd7XUgKA3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZd7XUgKA3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZd7XUgKA3 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uZd7XUgKA3 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-uZd7XUgKA3 .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 !important;
  z-index: 1;
  border-left: 1px solid #000000;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZd7XUgKA3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZd7XUgKA3 .navbar-brand .navbar-caption:hover,
.cid-uZd7XUgKA3 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZd7XUgKA3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZd7XUgKA3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZd7XUgKA3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZd7XUgKA3 .dropdown-item.active,
.cid-uZd7XUgKA3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZd7XUgKA3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZd7XUgKA3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZd7XUgKA3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZd7XUgKA3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZd7XUgKA3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZd7XUgKA3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZd7XUgKA3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZd7XUgKA3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZd7XUgKA3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-uZd7XUgKA3 .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZd7XUgKA3 .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-uZd7XUgKA3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZd7XUgKA3 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uZd7XUgKA3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZd7XUgKA3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #000000 !important;
}
.cid-uZd7XUgKA3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-uZd7XUgKA3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZd7XUgKA3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-uZd7XUgKA3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-uZd7XUgKA3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-uZd7XUgKA3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZd7XUgKA3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZd7XUgKA3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZd7XUgKA3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZd7XUgKA3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZd7XUgKA3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZd7XUgKA3 .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-uZd7XUgKA3 .navbar {
    height: 70px;
  }
  .cid-uZd7XUgKA3 .navbar.opened {
    height: auto;
  }
  .cid-uZd7XUgKA3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZd7XUgKA3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZd7XUgKA3 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-uZd7XUgKA3 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZd7XUgKA3 .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-uZd7XUgKA3 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZd7XUgKA3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZd7XUgKA3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZd7XUgKA3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZd7XUgKA3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZd7XUgKA3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZd7XUgKA3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZd7XUgKA3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZd7XUgKA3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZd7XUgKA3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZd7XUgKA3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZd7XUgKA3 .content-wrap {
  min-height: 70px;
}
.cid-uZd7Y5d0xW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-uZd7Y5d0xW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd7Y5d0xW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZd7Y5d0xW::before,
.cid-uZd7Y5d0xW::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.cid-uZd7Y5d0xW::before {
  top: 0;
}
.cid-uZd7Y5d0xW::after {
  bottom: 0;
}
.cid-uZd7Y5d0xW .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZd7Y5d0xW .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZd7Y5d0xW .content-wrapper::before,
.cid-uZd7Y5d0xW .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-uZd7Y5d0xW .content-wrapper::before {
  left: 0;
}
.cid-uZd7Y5d0xW .content-wrapper::after {
  right: 0;
}
.cid-uZd7Y5d0xW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZd7Y5d0xW .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZd7Y5d0xW .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZd7Y5d0xW .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZd7Y5d0xW .mbr-section-title {
  color: #0a0a0a;
}
.cid-uZd7Y5d0xW .mbr-text {
  color: #0a0a0a;
}
.cid-uZd7Y5d0xW .mbr-text,
.cid-uZd7Y5d0xW .text-wrapper {
  color: #000000;
}
.cid-v2gnuGqmcY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2gnuGqmcY .li-item {
  align-items: center;
  display: flex;
}
.cid-v2gnuGqmcY .item {
  color: #e43f3f;
}
.cid-v2gnuGqmcY svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-v2gnuGqmcY path {
  fill: currentColor;
}
.cid-v2gnuGqmcY .item,
.cid-v2gnuGqmcY path {
  color: #000000;
}
.cid-v2gnuGqmcY .mbr-section-subtitle {
  color: #000000;
}
.cid-v2gpyGG0bb {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2gpyGG0bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gpyGG0bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gpyGG0bb .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ff4306;
}
@media (max-width: 767px) {
  .cid-v2gpyGG0bb .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v2gpyGG0bb .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v2gpyGG0bb .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2gpyGG0bb .card-title {
    margin-bottom: 20px;
  }
}
.cid-v2gpyGG0bb .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2gpyGG0bb .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v2gpyGG0bb .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-v2gnHcCqnP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-v2gnHcCqnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gnHcCqnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gnHcCqnP .card-wrapper {
  position: relative;
  background-color: #eaeaea;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-v2gnHcCqnP .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v2gnHcCqnP .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-v2gnHcCqnP .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-v2gnHcCqnP .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v2gnHcCqnP .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #000000;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-v2gnHcCqnP .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v2gnHcCqnP .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-v2gnHcCqnP .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2gnHcCqnP .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2gnHcCqnP .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-v2gnHcCqnP .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v2gnHcCqnP .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2gnHcCqnP .mbr-label,
.cid-v2gnHcCqnP .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2gnHcCqnP .mbr-section-title {
  color: #f5f8ff;
}
.cid-v2gnHcCqnP .mbr-text,
.cid-v2gnHcCqnP .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-v2gnHcCqnP .mbr-section-title,
.cid-v2gnHcCqnP .mbr-section-btn {
  text-align: center;
}
.cid-v2gnHcCqnP .mbr-section-title,
.cid-v2gnHcCqnP .mbr-section-btn,
.cid-v2gnHcCqnP .title-wrapper {
  color: #000000;
}
.cid-uZd812lP8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uZd812lP8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd812lP8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZd812lP8F .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZd812lP8F .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZd812lP8F .content-wrapper::before,
.cid-uZd812lP8F .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-uZd812lP8F .content-wrapper::before {
  left: 0;
}
.cid-uZd812lP8F .content-wrapper::after {
  right: 0;
}
.cid-uZd812lP8F .content-wrap {
  width: -webkit-fill-available;
  margin: 0 -4px;
}
.cid-uZd812lP8F .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-uZd812lP8F .title-wrapper .item {
  margin-bottom: 0;
}
.cid-uZd812lP8F .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-uZd812lP8F .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZd812lP8F .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-uZd812lP8F .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uZd812lP8F .item {
    margin-bottom: 16px;
  }
  .cid-uZd812lP8F .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZd812lP8F .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZd812lP8F .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-uZd812lP8F .item .item-wrapper:hover .item-img img,
.cid-uZd812lP8F .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uZd812lP8F .item .item-wrapper:hover .item-img img,
  .cid-uZd812lP8F .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-uZd812lP8F .item .item-wrapper .item-content .item-title_1,
.cid-uZd812lP8F .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-uZd812lP8F .item .item-wrapper .item-content .item-text_1,
.cid-uZd812lP8F .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-uZd812lP8F .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZd812lP8F .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-uZd812lP8F .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZd812lP8F .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-uZd812lP8F .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZd812lP8F .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-uZd812lP8F .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uZd812lP8F .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uZd812lP8F .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-uZd812lP8F .item .card_1 {
  background-color: #ff4306;
}
.cid-uZd812lP8F .item .card_2 {
  background-color: #f8f8f8;
}
.cid-uZd812lP8F .item-title_1 {
  color: #ffffff;
}
.cid-uZd812lP8F .item-title_2 {
  color: #0a0a0a;
}
.cid-uZd812lP8F .item-text_1 {
  color: #ffffff;
}
.cid-uZd812lP8F .item-text_2 {
  color: #0a0a0a;
}
.cid-v2gmYITdTQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2gmYITdTQ .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v2gmYITdTQ .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v2gmYITdTQ .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v2gmYITdTQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-v2gmYITdTQ .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-v2gmYITdTQ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffa29d;
  transition: all 0.3s;
  color: #ffa29d;
}
.cid-v2gmYITdTQ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffa29d;
  color: #000000;
}
.cid-v2gmYITdTQ .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v2gmYITdTQ .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2gmYITdTQ .wrapp {
    padding: 1rem;
  }
}
.cid-v2gmYITdTQ H3 {
  color: #000000;
}
.cid-v2gmYITdTQ .mbr-text,
.cid-v2gmYITdTQ .mbr-section-btn {
  color: #000000;
}
.cid-v2j5pBaxix {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2j5pBaxix .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j5pBaxix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2j5pBaxix .container {
    padding: 0 20px;
  }
}
.cid-v2j5pBaxix .row {
  margin: 0;
}
.cid-v2j5pBaxix .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2j5pBaxix .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2j5pBaxix .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-v2j5pBaxix .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-v2j5pBaxix .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v2j5pBaxix .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-v2j5pBaxix .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2gtciSgAs {
  padding-top: 11rem;
  padding-bottom: 11rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-v2gtciSgAs .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ff4306 0, #ffffff 43%, #ffffff 100%);
}
.cid-v2gtciSgAs .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ff4306 0, #ffffff 43%, #ffffff 100%);
}
.cid-v2gtciSgAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtciSgAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2gtciSgAs .container {
    padding: 0 30px;
  }
}
.cid-v2gtciSgAs .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v2gtciSgAs .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2gtciSgAs .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2gtciSgAs .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v2gtciSgAs .text-wrapper {
    padding-left: 20px;
  }
}
.cid-v2gtciSgAs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2gtciSgAs .mbr-section-title {
  color: #000000;
}
.cid-v2gtciSgAs .mbr-text {
  color: #000000;
}
.cid-uZd8e5vLnr {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-uZd8e5vLnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd8e5vLnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZd8e5vLnr .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZd8e5vLnr .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZd8e5vLnr .content-wrapper::before,
.cid-uZd8e5vLnr .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-uZd8e5vLnr .content-wrapper::before {
  left: 0;
}
.cid-uZd8e5vLnr .content-wrapper::after {
  right: 0;
}
.cid-uZd8e5vLnr .content-wrap {
  width: -webkit-fill-available;
}
.cid-uZd8e5vLnr .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .cid-uZd8e5vLnr .card-wrapper {
    padding-right: 0;
  }
}
.cid-uZd8e5vLnr .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-uZd8e5vLnr .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZd8e5vLnr .card-wrapper .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZd8e5vLnr .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZd8e5vLnr .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-uZd8e5vLnr .card-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .cid-uZd8e5vLnr {
    display: block;
  }
}
.cid-uZd8e5vLnr .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uZd8e5vLnr .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-uZd8e5vLnr .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-uZd8e5vLnr .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 -28px 0 #f8f8f8;
  transform: none;
}
.cid-uZd8e5vLnr .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-uZd8e5vLnr .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-uZd8e5vLnr .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-uZd8e5vLnr .image-wrapper .image-wrap {
  height: 100%;
}
.cid-uZd8e5vLnr .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-uZd8e5vLnr .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uZd8e5vLnr .mbr-label {
  color: #0a0a0a;
}
.cid-uZd8e5vLnr .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2gqSlOKwa {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2gqSlOKwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gqSlOKwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gqSlOKwa .mbr-section-title {
  color: #000000;
}
.cid-v2gqSlOKwa .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v2gqSlOKwa .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2gqSlOKwa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZd85gQQcG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uZd85gQQcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd85gQQcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZd85gQQcG .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZd85gQQcG .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZd85gQQcG .content-wrapper::before,
.cid-uZd85gQQcG .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-uZd85gQQcG .content-wrapper::before {
  left: 0;
}
.cid-uZd85gQQcG .content-wrapper::after {
  right: 0;
}
.cid-uZd85gQQcG .content-wrap {
  width: -webkit-fill-available;
  margin: 0 -8px;
}
.cid-uZd85gQQcG .title-wrapper {
  margin-bottom: 40px;
}
.cid-uZd85gQQcG .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-uZd85gQQcG .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZd85gQQcG .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uZd85gQQcG .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZd85gQQcG .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uZd85gQQcG .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uZd85gQQcG .item:hover .item-wrapper .image-wrapper .item-img img,
.cid-uZd85gQQcG .item:focus .item-wrapper .image-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uZd85gQQcG .item .item-wrapper {
  height: 100%;
  background-color: #f8f8f8;
}
.cid-uZd85gQQcG .item .item-wrapper .image-wrapper {
  padding: 20px 20px 60px 20px;
}
@media (max-width: 992px) {
  .cid-uZd85gQQcG .item .item-wrapper .image-wrapper {
    padding: 16px 16px 24px 16px;
  }
}
.cid-uZd85gQQcG .item .item-wrapper .image-wrapper .item-img {
  width: fit-content;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZd85gQQcG .item .item-wrapper .image-wrapper .item-img {
    width: 100%;
  }
}
.cid-uZd85gQQcG .item .item-wrapper .image-wrapper .item-img img {
  height: 180px;
  width: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uZd85gQQcG .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.cid-uZd85gQQcG .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-uZd85gQQcG .item .item-wrapper .item-content {
    padding: 0 16px 24px 16px;
  }
}
.cid-uZd85gQQcG .item .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-flex;
  padding: 2px 6px;
  background-color: #ff4306;
  margin-bottom: 16px;
}
.cid-uZd85gQQcG .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uZd85gQQcG .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZd85gQQcG .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZd85gQQcG .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-uZd85gQQcG .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-uZd85gQQcG .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-uZd85gQQcG .mbr-text,
.cid-uZd85gQQcG .text-wrapper {
  color: #0a0a0a;
  text-align: center;
}
.cid-uZd85gQQcG .item-label {
  color: #ffffff;
}
.cid-uZd85gQQcG .item-title {
  color: #0a0a0a;
}
.cid-uZd85gQQcG .item-text {
  color: #0a0a0a;
}
.cid-uZd85gQQcG .item-label,
.cid-uZd85gQQcG .label-wrapper {
  text-align: center;
}
.cid-uZd85gQQcG .mbr-text,
.cid-uZd85gQQcG text-wrapper {
  color: #000000;
}
.cid-v2goa38rKu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2goa38rKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2goa38rKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2goa38rKu .mbr-section-title {
  color: #000000;
}
.cid-v2goa38rKu .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v2goa38rKu .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2goa38rKu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZd8pcfJGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uZd8pcfJGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd8pcfJGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZd8pcfJGj .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uZd8pcfJGj .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZd8pcfJGj .content-wrapper::before,
.cid-uZd8pcfJGj .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-uZd8pcfJGj .content-wrapper::before {
  left: 0;
}
.cid-uZd8pcfJGj .content-wrapper::after {
  right: 0;
}
.cid-uZd8pcfJGj .content-wrap {
  width: -webkit-fill-available;
}
.cid-uZd8pcfJGj .title-wrapper {
  margin-bottom: 40px;
}
.cid-uZd8pcfJGj .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-uZd8pcfJGj .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-uZd8pcfJGj .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZd8pcfJGj .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZd8pcfJGj .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
  border: none;
  margin-top: 16px;
}
.cid-uZd8pcfJGj .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uZd8pcfJGj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uZd8pcfJGj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uZd8pcfJGj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZd8pcfJGj .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZd8pcfJGj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #0a0a0a;
}
.cid-uZd8pcfJGj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uZd8pcfJGj .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uZd8pcfJGj .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uZd8pcfJGj .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uZd8pcfJGj .mbr-text {
  color: #0a0a0a;
}
.cid-uZd8pcfJGj .panel-title-edit {
  color: #0a0a0a;
}
.cid-uZd8pcfJGj .panel-text {
  color: #0a0a0a;
}
.cid-v2gjv3HPeJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/shutterstock-1705962709.jpg-1000x667.jpg");
}
.cid-v2gjv3HPeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gjv3HPeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gjv3HPeJ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v2gjv3HPeJ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2gjv3HPeJ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2gjv3HPeJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-v2gjv3HPeJ .card-title {
  color: #000000;
}
.cid-v2gjv3HPeJ .mbr-text,
.cid-v2gjv3HPeJ .mbr-section-btn {
  color: #000000;
}
.cid-v2giWi33Ma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2giWi33Ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2giWi33Ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2giWi33Ma .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v2giWi33Ma .card-wrapper {
  padding: 54px;
  border: 3px dashed #ff4306;
}
@media (max-width: 992px) {
  .cid-v2giWi33Ma .card-wrapper {
    padding: 22px;
  }
}
.cid-v2giWi33Ma .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v2giWi33Ma .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v2giWi33Ma .mbr-label {
  color: #c10b02;
}
.cid-uZd8r8mhJC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-uZd8r8mhJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd8r8mhJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZd8r8mhJC .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-uZd8r8mhJC .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-uZd8r8mhJC .content-wrapper .border_1 {
  top: 0;
}
.cid-uZd8r8mhJC .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZd8r8mhJC .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZd8r8mhJC .content-wrapper::before,
.cid-uZd8r8mhJC .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-uZd8r8mhJC .content-wrapper::before {
  left: 0;
}
.cid-uZd8r8mhJC .content-wrapper::after {
  right: 0;
}
.cid-uZd8r8mhJC .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZd8r8mhJC .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-uZd8r8mhJC .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-uZd8r8mhJC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uZd8r8mhJC .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZd8r8mhJC .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZd8r8mhJC .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-uZd8r8mhJC .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uZd8r8mhJC .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-uZd8r8mhJC .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-uZd8r8mhJC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZd8r8mhJC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-uZd8r8mhJC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZd8r8mhJC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZd8r8mhJC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uZd8r8mhJC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-uZd8r8mhJC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZd8r8mhJC .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uZd8r8mhJC .mbr-section-title {
  color: #ffffff;
}
.cid-uZd8r8mhJC .mbr-text {
  color: #ffffff;
}
.cid-uZd8r8mhJC .mbr-list-title {
  color: #ffffff;
}
.cid-uZd8r8mhJC .list {
  color: #ffffff;
}
.cid-v2j9l3ujqR .navbar-dropdown {
  position: relative !important;
}
.cid-v2j9l3ujqR .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-v2j9l3ujqR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v2j9l3ujqR .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 300;
}
.cid-v2j9l3ujqR .dropdown-item:hover,
.cid-v2j9l3ujqR .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v2j9l3ujqR .dropdown-item:hover span {
  color: white;
}
.cid-v2j9l3ujqR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2j9l3ujqR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2j9l3ujqR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2j9l3ujqR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v2j9l3ujqR .nav-link {
  position: relative;
}
.cid-v2j9l3ujqR .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v2j9l3ujqR .container {
    flex-wrap: nowrap;
  }
}
.cid-v2j9l3ujqR .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2j9l3ujqR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2j9l3ujqR .dropdown-menu,
.cid-v2j9l3ujqR .navbar.opened {
  background: #000000 !important;
}
.cid-v2j9l3ujqR .nav-item:focus,
.cid-v2j9l3ujqR .nav-link:focus {
  outline: none;
}
.cid-v2j9l3ujqR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2j9l3ujqR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v2j9l3ujqR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2j9l3ujqR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2j9l3ujqR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j9l3ujqR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2j9l3ujqR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v2j9l3ujqR .navbar.opened {
  transition: all 0.3s;
}
.cid-v2j9l3ujqR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v2j9l3ujqR .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v2j9l3ujqR .navbar .navbar-logo img {
  width: auto;
}
.cid-v2j9l3ujqR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2j9l3ujqR .navbar.collapsed {
  justify-content: center;
}
.cid-v2j9l3ujqR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j9l3ujqR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j9l3ujqR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2j9l3ujqR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j9l3ujqR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2j9l3ujqR .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-v2j9l3ujqR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2j9l3ujqR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2j9l3ujqR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2j9l3ujqR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j9l3ujqR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j9l3ujqR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j9l3ujqR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2j9l3ujqR .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-v2j9l3ujqR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2j9l3ujqR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2j9l3ujqR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v2j9l3ujqR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v2j9l3ujqR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2j9l3ujqR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2j9l3ujqR .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2j9l3ujqR .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v2j9l3ujqR .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 !important;
  z-index: 1;
  border-left: 1px solid #000000;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v2j9l3ujqR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2j9l3ujqR .navbar-brand .navbar-caption:hover,
.cid-v2j9l3ujqR .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2j9l3ujqR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j9l3ujqR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2j9l3ujqR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2j9l3ujqR .dropdown-item.active,
.cid-v2j9l3ujqR .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j9l3ujqR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2j9l3ujqR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2j9l3ujqR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2j9l3ujqR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v2j9l3ujqR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2j9l3ujqR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2j9l3ujqR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2j9l3ujqR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2j9l3ujqR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v2j9l3ujqR .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v2j9l3ujqR .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v2j9l3ujqR .navbar-buttons {
    text-align: left;
  }
}
.cid-v2j9l3ujqR .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v2j9l3ujqR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2j9l3ujqR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #000000 !important;
}
.cid-v2j9l3ujqR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v2j9l3ujqR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2j9l3ujqR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v2j9l3ujqR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v2j9l3ujqR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v2j9l3ujqR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j9l3ujqR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j9l3ujqR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j9l3ujqR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j9l3ujqR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2j9l3ujqR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2j9l3ujqR .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-v2j9l3ujqR .navbar {
    height: 70px;
  }
  .cid-v2j9l3ujqR .navbar.opened {
    height: auto;
  }
  .cid-v2j9l3ujqR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2j9l3ujqR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2j9l3ujqR .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v2j9l3ujqR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2j9l3ujqR .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v2j9l3ujqR .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v2j9l3ujqR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2j9l3ujqR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2j9l3ujqR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v2j9l3ujqR .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2j9l3ujqR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2j9l3ujqR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2j9l3ujqR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2j9l3ujqR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v2j9l3ujqR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v2j9l3ujqR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v2j9l3ujqR .content-wrap {
  min-height: 70px;
}
.cid-v2j9l4If2j {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-v2j9l4If2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j9l4If2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j9l4If2j::before,
.cid-v2j9l4If2j::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.cid-v2j9l4If2j::before {
  top: 0;
}
.cid-v2j9l4If2j::after {
  bottom: 0;
}
.cid-v2j9l4If2j .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2j9l4If2j .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j9l4If2j .content-wrapper::before,
.cid-v2j9l4If2j .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2j9l4If2j .content-wrapper::before {
  left: 0;
}
.cid-v2j9l4If2j .content-wrapper::after {
  right: 0;
}
.cid-v2j9l4If2j .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2j9l4If2j .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j9l4If2j .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2j9l4If2j .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2j9l4If2j .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2j9l4If2j .mbr-text {
  color: #0a0a0a;
}
.cid-v2j9l4If2j .mbr-text,
.cid-v2j9l4If2j .text-wrapper {
  color: #000000;
}
.cid-v2j9l6tBNW {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2j9l6tBNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j9l6tBNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j9l6tBNW .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ff4306;
}
@media (max-width: 767px) {
  .cid-v2j9l6tBNW .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v2j9l6tBNW .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v2j9l6tBNW .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2j9l6tBNW .card-title {
    margin-bottom: 20px;
  }
}
.cid-v2j9l6tBNW .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2j9l6tBNW .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v2j9l6tBNW .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-v2j9lmkWbp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2j9lmkWbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j9lmkWbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j9lmkWbp .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v2j9lmkWbp .card-wrapper {
  padding: 54px;
  border: 3px dashed #ff4306;
}
@media (max-width: 992px) {
  .cid-v2j9lmkWbp .card-wrapper {
    padding: 22px;
  }
}
.cid-v2j9lmkWbp .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v2j9lmkWbp .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v2j9lmkWbp .mbr-label {
  color: #c10b02;
}
.cid-v2j9lnP7Ab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v2j9lnP7Ab .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j9lnP7Ab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j9lnP7Ab .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v2j9lnP7Ab .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v2j9lnP7Ab .content-wrapper .border_1 {
  top: 0;
}
.cid-v2j9lnP7Ab .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j9lnP7Ab .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j9lnP7Ab .content-wrapper::before,
.cid-v2j9lnP7Ab .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v2j9lnP7Ab .content-wrapper::before {
  left: 0;
}
.cid-v2j9lnP7Ab .content-wrapper::after {
  right: 0;
}
.cid-v2j9lnP7Ab .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v2j9lnP7Ab .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v2j9lnP7Ab .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v2j9lnP7Ab .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2j9lnP7Ab .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j9lnP7Ab .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v2j9lnP7Ab .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v2j9lnP7Ab .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v2j9lnP7Ab .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v2j9lnP7Ab .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v2j9lnP7Ab .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2j9lnP7Ab .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v2j9lnP7Ab .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2j9lnP7Ab .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2j9lnP7Ab .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v2j9lnP7Ab .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2j9lnP7Ab .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2j9lnP7Ab .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v2j9lnP7Ab .mbr-section-title {
  color: #ffffff;
}
.cid-v2j9lnP7Ab .mbr-text {
  color: #ffffff;
}
.cid-v2j9lnP7Ab .mbr-list-title {
  color: #ffffff;
}
.cid-v2j9lnP7Ab .list {
  color: #ffffff;
}
.cid-v2j9RjaD0k .navbar-dropdown {
  position: relative !important;
}
.cid-v2j9RjaD0k .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-v2j9RjaD0k .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v2j9RjaD0k .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 300;
}
.cid-v2j9RjaD0k .dropdown-item:hover,
.cid-v2j9RjaD0k .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v2j9RjaD0k .dropdown-item:hover span {
  color: white;
}
.cid-v2j9RjaD0k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2j9RjaD0k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2j9RjaD0k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2j9RjaD0k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v2j9RjaD0k .nav-link {
  position: relative;
}
.cid-v2j9RjaD0k .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v2j9RjaD0k .container {
    flex-wrap: nowrap;
  }
}
.cid-v2j9RjaD0k .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2j9RjaD0k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2j9RjaD0k .dropdown-menu,
.cid-v2j9RjaD0k .navbar.opened {
  background: #000000 !important;
}
.cid-v2j9RjaD0k .nav-item:focus,
.cid-v2j9RjaD0k .nav-link:focus {
  outline: none;
}
.cid-v2j9RjaD0k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2j9RjaD0k .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v2j9RjaD0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2j9RjaD0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2j9RjaD0k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j9RjaD0k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2j9RjaD0k .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v2j9RjaD0k .navbar.opened {
  transition: all 0.3s;
}
.cid-v2j9RjaD0k .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v2j9RjaD0k .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v2j9RjaD0k .navbar .navbar-logo img {
  width: auto;
}
.cid-v2j9RjaD0k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2j9RjaD0k .navbar.collapsed {
  justify-content: center;
}
.cid-v2j9RjaD0k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j9RjaD0k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j9RjaD0k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2j9RjaD0k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j9RjaD0k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2j9RjaD0k .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-v2j9RjaD0k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2j9RjaD0k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2j9RjaD0k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2j9RjaD0k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j9RjaD0k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j9RjaD0k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j9RjaD0k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2j9RjaD0k .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-v2j9RjaD0k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2j9RjaD0k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2j9RjaD0k .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v2j9RjaD0k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v2j9RjaD0k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2j9RjaD0k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2j9RjaD0k .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2j9RjaD0k .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v2j9RjaD0k .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 !important;
  z-index: 1;
  border-left: 1px solid #000000;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v2j9RjaD0k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2j9RjaD0k .navbar-brand .navbar-caption:hover,
.cid-v2j9RjaD0k .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2j9RjaD0k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j9RjaD0k .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2j9RjaD0k .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2j9RjaD0k .dropdown-item.active,
.cid-v2j9RjaD0k .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j9RjaD0k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2j9RjaD0k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2j9RjaD0k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2j9RjaD0k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v2j9RjaD0k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2j9RjaD0k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2j9RjaD0k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2j9RjaD0k ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2j9RjaD0k ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v2j9RjaD0k .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v2j9RjaD0k .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v2j9RjaD0k .navbar-buttons {
    text-align: left;
  }
}
.cid-v2j9RjaD0k .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v2j9RjaD0k .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2j9RjaD0k button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #000000 !important;
}
.cid-v2j9RjaD0k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v2j9RjaD0k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2j9RjaD0k button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v2j9RjaD0k button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v2j9RjaD0k button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v2j9RjaD0k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j9RjaD0k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j9RjaD0k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j9RjaD0k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j9RjaD0k .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2j9RjaD0k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2j9RjaD0k .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-v2j9RjaD0k .navbar {
    height: 70px;
  }
  .cid-v2j9RjaD0k .navbar.opened {
    height: auto;
  }
  .cid-v2j9RjaD0k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2j9RjaD0k .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2j9RjaD0k .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v2j9RjaD0k .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2j9RjaD0k .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v2j9RjaD0k .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v2j9RjaD0k .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2j9RjaD0k .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2j9RjaD0k .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v2j9RjaD0k .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2j9RjaD0k .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2j9RjaD0k .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2j9RjaD0k .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2j9RjaD0k .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v2j9RjaD0k .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v2j9RjaD0k .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v2j9RjaD0k .content-wrap {
  min-height: 70px;
}
.cid-v2j9RkG8qP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-v2j9RkG8qP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j9RkG8qP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j9RkG8qP::before,
.cid-v2j9RkG8qP::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.cid-v2j9RkG8qP::before {
  top: 0;
}
.cid-v2j9RkG8qP::after {
  bottom: 0;
}
.cid-v2j9RkG8qP .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2j9RkG8qP .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j9RkG8qP .content-wrapper::before,
.cid-v2j9RkG8qP .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2j9RkG8qP .content-wrapper::before {
  left: 0;
}
.cid-v2j9RkG8qP .content-wrapper::after {
  right: 0;
}
.cid-v2j9RkG8qP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2j9RkG8qP .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j9RkG8qP .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2j9RkG8qP .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2j9RkG8qP .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2j9RkG8qP .mbr-text {
  color: #0a0a0a;
}
.cid-v2j9RkG8qP .mbr-text,
.cid-v2j9RkG8qP .text-wrapper {
  color: #000000;
}
.cid-v2j9RlVm8F {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2j9RlVm8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j9RlVm8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j9RlVm8F .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ff4306;
}
@media (max-width: 767px) {
  .cid-v2j9RlVm8F .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v2j9RlVm8F .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v2j9RlVm8F .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2j9RlVm8F .card-title {
    margin-bottom: 20px;
  }
}
.cid-v2j9RlVm8F .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2j9RlVm8F .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v2j9RlVm8F .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-v2j9RmOndX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2j9RmOndX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j9RmOndX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j9RmOndX .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v2j9RmOndX .card-wrapper {
  padding: 54px;
  border: 3px dashed #ff4306;
}
@media (max-width: 992px) {
  .cid-v2j9RmOndX .card-wrapper {
    padding: 22px;
  }
}
.cid-v2j9RmOndX .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v2j9RmOndX .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v2j9RmOndX .mbr-label {
  color: #c10b02;
}
.cid-v2j9Rnso7u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v2j9Rnso7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j9Rnso7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j9Rnso7u .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v2j9Rnso7u .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v2j9Rnso7u .content-wrapper .border_1 {
  top: 0;
}
.cid-v2j9Rnso7u .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j9Rnso7u .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j9Rnso7u .content-wrapper::before,
.cid-v2j9Rnso7u .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v2j9Rnso7u .content-wrapper::before {
  left: 0;
}
.cid-v2j9Rnso7u .content-wrapper::after {
  right: 0;
}
.cid-v2j9Rnso7u .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v2j9Rnso7u .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v2j9Rnso7u .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v2j9Rnso7u .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2j9Rnso7u .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j9Rnso7u .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v2j9Rnso7u .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v2j9Rnso7u .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v2j9Rnso7u .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v2j9Rnso7u .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v2j9Rnso7u .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2j9Rnso7u .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v2j9Rnso7u .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2j9Rnso7u .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2j9Rnso7u .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v2j9Rnso7u .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2j9Rnso7u .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2j9Rnso7u .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v2j9Rnso7u .mbr-section-title {
  color: #ffffff;
}
.cid-v2j9Rnso7u .mbr-text {
  color: #ffffff;
}
.cid-v2j9Rnso7u .mbr-list-title {
  color: #ffffff;
}
.cid-v2j9Rnso7u .list {
  color: #ffffff;
}
.cid-v2gtSFFXa1 .navbar-dropdown {
  position: relative !important;
}
.cid-v2gtSFFXa1 .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-v2gtSFFXa1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v2gtSFFXa1 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 300;
}
.cid-v2gtSFFXa1 .dropdown-item:hover,
.cid-v2gtSFFXa1 .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v2gtSFFXa1 .dropdown-item:hover span {
  color: white;
}
.cid-v2gtSFFXa1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2gtSFFXa1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2gtSFFXa1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2gtSFFXa1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v2gtSFFXa1 .nav-link {
  position: relative;
}
.cid-v2gtSFFXa1 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v2gtSFFXa1 .container {
    flex-wrap: nowrap;
  }
}
.cid-v2gtSFFXa1 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2gtSFFXa1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2gtSFFXa1 .dropdown-menu,
.cid-v2gtSFFXa1 .navbar.opened {
  background: #000000 !important;
}
.cid-v2gtSFFXa1 .nav-item:focus,
.cid-v2gtSFFXa1 .nav-link:focus {
  outline: none;
}
.cid-v2gtSFFXa1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2gtSFFXa1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v2gtSFFXa1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2gtSFFXa1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2gtSFFXa1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2gtSFFXa1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2gtSFFXa1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v2gtSFFXa1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2gtSFFXa1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v2gtSFFXa1 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v2gtSFFXa1 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2gtSFFXa1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2gtSFFXa1 .navbar.collapsed {
  justify-content: center;
}
.cid-v2gtSFFXa1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2gtSFFXa1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2gtSFFXa1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2gtSFFXa1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2gtSFFXa1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2gtSFFXa1 .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-v2gtSFFXa1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2gtSFFXa1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2gtSFFXa1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2gtSFFXa1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2gtSFFXa1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2gtSFFXa1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2gtSFFXa1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2gtSFFXa1 .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-v2gtSFFXa1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2gtSFFXa1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2gtSFFXa1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v2gtSFFXa1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v2gtSFFXa1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2gtSFFXa1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2gtSFFXa1 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2gtSFFXa1 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v2gtSFFXa1 .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 !important;
  z-index: 1;
  border-left: 1px solid #000000;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v2gtSFFXa1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2gtSFFXa1 .navbar-brand .navbar-caption:hover,
.cid-v2gtSFFXa1 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2gtSFFXa1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2gtSFFXa1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2gtSFFXa1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2gtSFFXa1 .dropdown-item.active,
.cid-v2gtSFFXa1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2gtSFFXa1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2gtSFFXa1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2gtSFFXa1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2gtSFFXa1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v2gtSFFXa1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2gtSFFXa1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2gtSFFXa1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2gtSFFXa1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2gtSFFXa1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v2gtSFFXa1 .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v2gtSFFXa1 .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v2gtSFFXa1 .navbar-buttons {
    text-align: left;
  }
}
.cid-v2gtSFFXa1 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v2gtSFFXa1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2gtSFFXa1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #000000 !important;
}
.cid-v2gtSFFXa1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v2gtSFFXa1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2gtSFFXa1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v2gtSFFXa1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v2gtSFFXa1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v2gtSFFXa1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2gtSFFXa1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2gtSFFXa1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2gtSFFXa1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2gtSFFXa1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2gtSFFXa1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2gtSFFXa1 .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-v2gtSFFXa1 .navbar {
    height: 70px;
  }
  .cid-v2gtSFFXa1 .navbar.opened {
    height: auto;
  }
  .cid-v2gtSFFXa1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2gtSFFXa1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2gtSFFXa1 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v2gtSFFXa1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2gtSFFXa1 .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v2gtSFFXa1 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v2gtSFFXa1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2gtSFFXa1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2gtSFFXa1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v2gtSFFXa1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2gtSFFXa1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2gtSFFXa1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2gtSFFXa1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2gtSFFXa1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v2gtSFFXa1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v2gtSFFXa1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v2gtSFFXa1 .content-wrap {
  min-height: 70px;
}
.cid-v2gtSHshqQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-v2gtSHshqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSHshqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gtSHshqQ::before,
.cid-v2gtSHshqQ::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.cid-v2gtSHshqQ::before {
  top: 0;
}
.cid-v2gtSHshqQ::after {
  bottom: 0;
}
.cid-v2gtSHshqQ .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2gtSHshqQ .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2gtSHshqQ .content-wrapper::before,
.cid-v2gtSHshqQ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2gtSHshqQ .content-wrapper::before {
  left: 0;
}
.cid-v2gtSHshqQ .content-wrapper::after {
  right: 0;
}
.cid-v2gtSHshqQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2gtSHshqQ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2gtSHshqQ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2gtSHshqQ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2gtSHshqQ .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2gtSHshqQ .mbr-text {
  color: #0a0a0a;
}
.cid-v2gtSHshqQ .mbr-text,
.cid-v2gtSHshqQ .text-wrapper {
  color: #000000;
}
.cid-v2gtSIzqlq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2gtSIzqlq .li-item {
  align-items: center;
  display: flex;
}
.cid-v2gtSIzqlq .item {
  color: #e43f3f;
}
.cid-v2gtSIzqlq svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-v2gtSIzqlq path {
  fill: currentColor;
}
.cid-v2gtSIzqlq .item,
.cid-v2gtSIzqlq path {
  color: #000000;
}
.cid-v2gtSIzqlq .mbr-section-subtitle {
  color: #000000;
}
.cid-v2gtSJyRop {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2gtSJyRop .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSJyRop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gtSJyRop .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ff4306;
}
@media (max-width: 767px) {
  .cid-v2gtSJyRop .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v2gtSJyRop .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v2gtSJyRop .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2gtSJyRop .card-title {
    margin-bottom: 20px;
  }
}
.cid-v2gtSJyRop .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2gtSJyRop .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v2gtSJyRop .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-v2gtSKy29G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-v2gtSKy29G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSKy29G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gtSKy29G .card-wrapper {
  position: relative;
  background-color: #eaeaea;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-v2gtSKy29G .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v2gtSKy29G .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-v2gtSKy29G .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-v2gtSKy29G .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v2gtSKy29G .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #000000;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-v2gtSKy29G .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v2gtSKy29G .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-v2gtSKy29G .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2gtSKy29G .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2gtSKy29G .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-v2gtSKy29G .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v2gtSKy29G .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2gtSKy29G .mbr-label,
.cid-v2gtSKy29G .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2gtSKy29G .mbr-section-title {
  color: #f5f8ff;
}
.cid-v2gtSKy29G .mbr-text,
.cid-v2gtSKy29G .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-v2gtSKy29G .mbr-section-title,
.cid-v2gtSKy29G .mbr-section-btn {
  text-align: center;
}
.cid-v2gtSKy29G .mbr-section-title,
.cid-v2gtSKy29G .mbr-section-btn,
.cid-v2gtSKy29G .title-wrapper {
  color: #000000;
}
.cid-v2gtSLu7eB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2gtSLu7eB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSLu7eB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gtSLu7eB .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2gtSLu7eB .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2gtSLu7eB .content-wrapper::before,
.cid-v2gtSLu7eB .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2gtSLu7eB .content-wrapper::before {
  left: 0;
}
.cid-v2gtSLu7eB .content-wrapper::after {
  right: 0;
}
.cid-v2gtSLu7eB .content-wrap {
  width: -webkit-fill-available;
  margin: 0 -4px;
}
.cid-v2gtSLu7eB .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v2gtSLu7eB .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v2gtSLu7eB .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2gtSLu7eB .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2gtSLu7eB .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v2gtSLu7eB .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2gtSLu7eB .item {
    margin-bottom: 16px;
  }
  .cid-v2gtSLu7eB .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2gtSLu7eB .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2gtSLu7eB .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v2gtSLu7eB .item .item-wrapper:hover .item-img img,
.cid-v2gtSLu7eB .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v2gtSLu7eB .item .item-wrapper:hover .item-img img,
  .cid-v2gtSLu7eB .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v2gtSLu7eB .item .item-wrapper .item-content .item-title_1,
.cid-v2gtSLu7eB .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v2gtSLu7eB .item .item-wrapper .item-content .item-text_1,
.cid-v2gtSLu7eB .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v2gtSLu7eB .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2gtSLu7eB .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v2gtSLu7eB .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2gtSLu7eB .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v2gtSLu7eB .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2gtSLu7eB .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v2gtSLu7eB .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v2gtSLu7eB .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v2gtSLu7eB .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v2gtSLu7eB .item .card_1 {
  background-color: #ff4306;
}
.cid-v2gtSLu7eB .item .card_2 {
  background-color: #f8f8f8;
}
.cid-v2gtSLu7eB .item-title_1 {
  color: #ffffff;
}
.cid-v2gtSLu7eB .item-title_2 {
  color: #0a0a0a;
}
.cid-v2gtSLu7eB .item-text_1 {
  color: #ffffff;
}
.cid-v2gtSLu7eB .item-text_2 {
  color: #0a0a0a;
}
.cid-v2gtSMDwFH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2gtSMDwFH .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v2gtSMDwFH .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v2gtSMDwFH .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v2gtSMDwFH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-v2gtSMDwFH .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-v2gtSMDwFH .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffa29d;
  transition: all 0.3s;
  color: #ffa29d;
}
.cid-v2gtSMDwFH .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffa29d;
  color: #000000;
}
.cid-v2gtSMDwFH .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v2gtSMDwFH .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2gtSMDwFH .wrapp {
    padding: 1rem;
  }
}
.cid-v2gtSMDwFH H3 {
  color: #000000;
}
.cid-v2gtSMDwFH .mbr-text,
.cid-v2gtSMDwFH .mbr-section-btn {
  color: #000000;
}
.cid-v2j4ylIpbP {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-v2j4ylIpbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j4ylIpbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2j4ylIpbP .container {
    padding: 0 20px;
  }
}
.cid-v2j4ylIpbP .row {
  margin: 0;
}
.cid-v2j4ylIpbP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2j4ylIpbP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2j4ylIpbP .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-v2j4ylIpbP .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-v2j4ylIpbP .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v2j4ylIpbP .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-v2j4ylIpbP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2gtSNTlL8 {
  padding-top: 11rem;
  padding-bottom: 11rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-v2gtSNTlL8 .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ff4306 0, #ffffff 43%, #ffffff 100%);
}
.cid-v2gtSNTlL8 .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ff4306 0, #ffffff 43%, #ffffff 100%);
}
.cid-v2gtSNTlL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSNTlL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2gtSNTlL8 .container {
    padding: 0 30px;
  }
}
.cid-v2gtSNTlL8 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v2gtSNTlL8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2gtSNTlL8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2gtSNTlL8 .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v2gtSNTlL8 .text-wrapper {
    padding-left: 20px;
  }
}
.cid-v2gtSNTlL8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2gtSNTlL8 .mbr-section-title {
  color: #000000;
}
.cid-v2gtSNTlL8 .mbr-text {
  color: #000000;
}
.cid-v2gtSOX3qD {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v2gtSOX3qD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSOX3qD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gtSOX3qD .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2gtSOX3qD .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2gtSOX3qD .content-wrapper::before,
.cid-v2gtSOX3qD .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2gtSOX3qD .content-wrapper::before {
  left: 0;
}
.cid-v2gtSOX3qD .content-wrapper::after {
  right: 0;
}
.cid-v2gtSOX3qD .content-wrap {
  width: -webkit-fill-available;
}
.cid-v2gtSOX3qD .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .cid-v2gtSOX3qD .card-wrapper {
    padding-right: 0;
  }
}
.cid-v2gtSOX3qD .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-v2gtSOX3qD .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2gtSOX3qD .card-wrapper .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2gtSOX3qD .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v2gtSOX3qD .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v2gtSOX3qD .card-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .cid-v2gtSOX3qD {
    display: block;
  }
}
.cid-v2gtSOX3qD .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v2gtSOX3qD .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v2gtSOX3qD .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v2gtSOX3qD .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 -28px 0 #f8f8f8;
  transform: none;
}
.cid-v2gtSOX3qD .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v2gtSOX3qD .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v2gtSOX3qD .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v2gtSOX3qD .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v2gtSOX3qD .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v2gtSOX3qD .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2gtSOX3qD .mbr-label {
  color: #0a0a0a;
}
.cid-v2gtSOX3qD .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2gtSQeIdf {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2gtSQeIdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSQeIdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gtSQeIdf .mbr-section-title {
  color: #000000;
}
.cid-v2gtSQeIdf .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v2gtSQeIdf .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2gtSQeIdf .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v2gtSRgXR1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2gtSRgXR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSRgXR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gtSRgXR1 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2gtSRgXR1 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2gtSRgXR1 .content-wrapper::before,
.cid-v2gtSRgXR1 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2gtSRgXR1 .content-wrapper::before {
  left: 0;
}
.cid-v2gtSRgXR1 .content-wrapper::after {
  right: 0;
}
.cid-v2gtSRgXR1 .content-wrap {
  width: -webkit-fill-available;
  margin: 0 -8px;
}
.cid-v2gtSRgXR1 .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2gtSRgXR1 .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-v2gtSRgXR1 .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v2gtSRgXR1 .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v2gtSRgXR1 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2gtSRgXR1 .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v2gtSRgXR1 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2gtSRgXR1 .item:hover .item-wrapper .image-wrapper .item-img img,
.cid-v2gtSRgXR1 .item:focus .item-wrapper .image-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v2gtSRgXR1 .item .item-wrapper {
  height: 100%;
  background-color: #f8f8f8;
}
.cid-v2gtSRgXR1 .item .item-wrapper .image-wrapper {
  padding: 20px 20px 60px 20px;
}
@media (max-width: 992px) {
  .cid-v2gtSRgXR1 .item .item-wrapper .image-wrapper {
    padding: 16px 16px 24px 16px;
  }
}
.cid-v2gtSRgXR1 .item .item-wrapper .image-wrapper .item-img {
  width: fit-content;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2gtSRgXR1 .item .item-wrapper .image-wrapper .item-img {
    width: 100%;
  }
}
.cid-v2gtSRgXR1 .item .item-wrapper .image-wrapper .item-img img {
  height: 180px;
  width: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v2gtSRgXR1 .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.cid-v2gtSRgXR1 .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-v2gtSRgXR1 .item .item-wrapper .item-content {
    padding: 0 16px 24px 16px;
  }
}
.cid-v2gtSRgXR1 .item .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-flex;
  padding: 2px 6px;
  background-color: #ff4306;
  margin-bottom: 16px;
}
.cid-v2gtSRgXR1 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v2gtSRgXR1 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v2gtSRgXR1 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2gtSRgXR1 .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v2gtSRgXR1 .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v2gtSRgXR1 .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v2gtSRgXR1 .mbr-text,
.cid-v2gtSRgXR1 .text-wrapper {
  color: #0a0a0a;
  text-align: center;
}
.cid-v2gtSRgXR1 .item-label {
  color: #ffffff;
}
.cid-v2gtSRgXR1 .item-title {
  color: #0a0a0a;
}
.cid-v2gtSRgXR1 .item-text {
  color: #0a0a0a;
}
.cid-v2gtSRgXR1 .item-label,
.cid-v2gtSRgXR1 .label-wrapper {
  text-align: center;
}
.cid-v2gtSRgXR1 .mbr-text,
.cid-v2gtSRgXR1 text-wrapper {
  color: #000000;
}
.cid-v2gtSSwnxZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2gtSSwnxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSSwnxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gtSSwnxZ .mbr-section-title {
  color: #000000;
}
.cid-v2gtSSwnxZ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v2gtSSwnxZ .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2gtSSwnxZ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v2gtSTFkOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2gtSTFkOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSTFkOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gtSTFkOt .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2gtSTFkOt .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2gtSTFkOt .content-wrapper::before,
.cid-v2gtSTFkOt .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2gtSTFkOt .content-wrapper::before {
  left: 0;
}
.cid-v2gtSTFkOt .content-wrapper::after {
  right: 0;
}
.cid-v2gtSTFkOt .content-wrap {
  width: -webkit-fill-available;
}
.cid-v2gtSTFkOt .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2gtSTFkOt .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2gtSTFkOt .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2gtSTFkOt .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2gtSTFkOt .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2gtSTFkOt .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
  border: none;
  margin-top: 16px;
}
.cid-v2gtSTFkOt .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v2gtSTFkOt .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2gtSTFkOt .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v2gtSTFkOt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2gtSTFkOt .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2gtSTFkOt .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #0a0a0a;
}
.cid-v2gtSTFkOt .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v2gtSTFkOt .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-v2gtSTFkOt .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v2gtSTFkOt .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2gtSTFkOt .mbr-text {
  color: #0a0a0a;
}
.cid-v2gtSTFkOt .panel-title-edit {
  color: #0a0a0a;
}
.cid-v2gtSTFkOt .panel-text {
  color: #0a0a0a;
}
.cid-v2gtSV8GhT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/waste-clearance.jpg-1366x800.jpg");
}
.cid-v2gtSV8GhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSV8GhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gtSV8GhT .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v2gtSV8GhT .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2gtSV8GhT .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2gtSV8GhT .card-wrapper {
    padding: 4rem;
  }
}
.cid-v2gtSV8GhT .card-title {
  color: #000000;
}
.cid-v2gtSV8GhT .mbr-text,
.cid-v2gtSV8GhT .mbr-section-btn {
  color: #000000;
}
.cid-v2gxGJzBeb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gxGJzBeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gxGJzBeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gxGJzBeb .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v2gxGJzBeb .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v2gxGJzBeb .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v2gxGJzBeb .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v2gxGJzBeb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2gxGJzBeb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v2gxGJzBeb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v2gxGJzBeb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-v2gxGJzBeb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v2gxGJzBeb .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v2gxGJzBeb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v2gxGJzBeb .mbr-section-title {
  color: #19171c;
}
.cid-v2gxGJzBeb .panel-title {
  color: #19171c;
}
.cid-v2gxGJzBeb .panel-text {
  color: #000000;
}
.cid-v2gxGJzBeb .mbr-section-title,
.cid-v2gxGJzBeb .mbr-section-btn {
  color: #000000;
}
.cid-v2gtSWiG9l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2gtSWiG9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSWiG9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gtSWiG9l .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v2gtSWiG9l .card-wrapper {
  padding: 54px;
  border: 3px dashed #ff4306;
}
@media (max-width: 992px) {
  .cid-v2gtSWiG9l .card-wrapper {
    padding: 22px;
  }
}
.cid-v2gtSWiG9l .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v2gtSWiG9l .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v2gtSWiG9l .mbr-label {
  color: #c10b02;
}
.cid-v2gtSXBMdV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v2gtSXBMdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gtSXBMdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gtSXBMdV .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v2gtSXBMdV .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v2gtSXBMdV .content-wrapper .border_1 {
  top: 0;
}
.cid-v2gtSXBMdV .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2gtSXBMdV .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2gtSXBMdV .content-wrapper::before,
.cid-v2gtSXBMdV .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v2gtSXBMdV .content-wrapper::before {
  left: 0;
}
.cid-v2gtSXBMdV .content-wrapper::after {
  right: 0;
}
.cid-v2gtSXBMdV .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v2gtSXBMdV .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v2gtSXBMdV .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v2gtSXBMdV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2gtSXBMdV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2gtSXBMdV .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v2gtSXBMdV .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v2gtSXBMdV .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v2gtSXBMdV .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v2gtSXBMdV .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v2gtSXBMdV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2gtSXBMdV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v2gtSXBMdV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2gtSXBMdV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2gtSXBMdV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v2gtSXBMdV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2gtSXBMdV .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2gtSXBMdV .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v2gtSXBMdV .mbr-section-title {
  color: #ffffff;
}
.cid-v2gtSXBMdV .mbr-text {
  color: #ffffff;
}
.cid-v2gtSXBMdV .mbr-list-title {
  color: #ffffff;
}
.cid-v2gtSXBMdV .list {
  color: #ffffff;
}
.cid-v2j21U2nDk .navbar-dropdown {
  position: relative !important;
}
.cid-v2j21U2nDk .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-v2j21U2nDk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v2j21U2nDk .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 300;
}
.cid-v2j21U2nDk .dropdown-item:hover,
.cid-v2j21U2nDk .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v2j21U2nDk .dropdown-item:hover span {
  color: white;
}
.cid-v2j21U2nDk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2j21U2nDk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2j21U2nDk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2j21U2nDk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v2j21U2nDk .nav-link {
  position: relative;
}
.cid-v2j21U2nDk .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v2j21U2nDk .container {
    flex-wrap: nowrap;
  }
}
.cid-v2j21U2nDk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2j21U2nDk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2j21U2nDk .dropdown-menu,
.cid-v2j21U2nDk .navbar.opened {
  background: #000000 !important;
}
.cid-v2j21U2nDk .nav-item:focus,
.cid-v2j21U2nDk .nav-link:focus {
  outline: none;
}
.cid-v2j21U2nDk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2j21U2nDk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v2j21U2nDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2j21U2nDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2j21U2nDk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j21U2nDk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2j21U2nDk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v2j21U2nDk .navbar.opened {
  transition: all 0.3s;
}
.cid-v2j21U2nDk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v2j21U2nDk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v2j21U2nDk .navbar .navbar-logo img {
  width: auto;
}
.cid-v2j21U2nDk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2j21U2nDk .navbar.collapsed {
  justify-content: center;
}
.cid-v2j21U2nDk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j21U2nDk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j21U2nDk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2j21U2nDk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j21U2nDk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2j21U2nDk .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-v2j21U2nDk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2j21U2nDk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2j21U2nDk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2j21U2nDk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j21U2nDk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j21U2nDk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j21U2nDk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2j21U2nDk .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-v2j21U2nDk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2j21U2nDk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2j21U2nDk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v2j21U2nDk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v2j21U2nDk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2j21U2nDk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2j21U2nDk .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2j21U2nDk .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v2j21U2nDk .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 !important;
  z-index: 1;
  border-left: 1px solid #000000;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v2j21U2nDk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2j21U2nDk .navbar-brand .navbar-caption:hover,
.cid-v2j21U2nDk .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2j21U2nDk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j21U2nDk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2j21U2nDk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2j21U2nDk .dropdown-item.active,
.cid-v2j21U2nDk .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j21U2nDk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2j21U2nDk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2j21U2nDk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2j21U2nDk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v2j21U2nDk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2j21U2nDk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2j21U2nDk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2j21U2nDk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2j21U2nDk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v2j21U2nDk .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v2j21U2nDk .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v2j21U2nDk .navbar-buttons {
    text-align: left;
  }
}
.cid-v2j21U2nDk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v2j21U2nDk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2j21U2nDk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #000000 !important;
}
.cid-v2j21U2nDk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v2j21U2nDk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2j21U2nDk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v2j21U2nDk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v2j21U2nDk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v2j21U2nDk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j21U2nDk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j21U2nDk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j21U2nDk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j21U2nDk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2j21U2nDk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2j21U2nDk .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-v2j21U2nDk .navbar {
    height: 70px;
  }
  .cid-v2j21U2nDk .navbar.opened {
    height: auto;
  }
  .cid-v2j21U2nDk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2j21U2nDk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2j21U2nDk .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v2j21U2nDk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2j21U2nDk .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v2j21U2nDk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v2j21U2nDk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2j21U2nDk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2j21U2nDk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v2j21U2nDk .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2j21U2nDk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2j21U2nDk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2j21U2nDk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2j21U2nDk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v2j21U2nDk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v2j21U2nDk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v2j21U2nDk .content-wrap {
  min-height: 70px;
}
.cid-v2j21VdhBB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-v2j21VdhBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j21VdhBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j21VdhBB::before,
.cid-v2j21VdhBB::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.cid-v2j21VdhBB::before {
  top: 0;
}
.cid-v2j21VdhBB::after {
  bottom: 0;
}
.cid-v2j21VdhBB .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2j21VdhBB .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j21VdhBB .content-wrapper::before,
.cid-v2j21VdhBB .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2j21VdhBB .content-wrapper::before {
  left: 0;
}
.cid-v2j21VdhBB .content-wrapper::after {
  right: 0;
}
.cid-v2j21VdhBB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2j21VdhBB .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j21VdhBB .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2j21VdhBB .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2j21VdhBB .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2j21VdhBB .mbr-text {
  color: #0a0a0a;
}
.cid-v2j21VdhBB .mbr-text,
.cid-v2j21VdhBB .text-wrapper {
  color: #000000;
}
.cid-v2j21WfNAS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2j21WfNAS .li-item {
  align-items: center;
  display: flex;
}
.cid-v2j21WfNAS .item {
  color: #e43f3f;
}
.cid-v2j21WfNAS svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-v2j21WfNAS path {
  fill: currentColor;
}
.cid-v2j21WfNAS .item,
.cid-v2j21WfNAS path {
  color: #000000;
}
.cid-v2j21WfNAS .mbr-section-subtitle {
  color: #000000;
}
.cid-v2j21WYLGG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2j21WYLGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j21WYLGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j21WYLGG .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ff4306;
}
@media (max-width: 767px) {
  .cid-v2j21WYLGG .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v2j21WYLGG .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v2j21WYLGG .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2j21WYLGG .card-title {
    margin-bottom: 20px;
  }
}
.cid-v2j21WYLGG .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2j21WYLGG .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v2j21WYLGG .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-v2j21XSZzx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-v2j21XSZzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j21XSZzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j21XSZzx .card-wrapper {
  position: relative;
  background-color: #eaeaea;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-v2j21XSZzx .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v2j21XSZzx .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-v2j21XSZzx .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-v2j21XSZzx .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v2j21XSZzx .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #000000;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-v2j21XSZzx .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v2j21XSZzx .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-v2j21XSZzx .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2j21XSZzx .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2j21XSZzx .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-v2j21XSZzx .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v2j21XSZzx .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2j21XSZzx .mbr-label,
.cid-v2j21XSZzx .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2j21XSZzx .mbr-section-title {
  color: #f5f8ff;
}
.cid-v2j21XSZzx .mbr-text,
.cid-v2j21XSZzx .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-v2j21XSZzx .mbr-section-title,
.cid-v2j21XSZzx .mbr-section-btn {
  text-align: center;
}
.cid-v2j21XSZzx .mbr-section-title,
.cid-v2j21XSZzx .mbr-section-btn,
.cid-v2j21XSZzx .title-wrapper {
  color: #000000;
}
.cid-v2j21YGJRs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2j21YGJRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j21YGJRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j21YGJRs .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2j21YGJRs .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j21YGJRs .content-wrapper::before,
.cid-v2j21YGJRs .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2j21YGJRs .content-wrapper::before {
  left: 0;
}
.cid-v2j21YGJRs .content-wrapper::after {
  right: 0;
}
.cid-v2j21YGJRs .content-wrap {
  width: -webkit-fill-available;
  margin: 0 -4px;
}
.cid-v2j21YGJRs .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v2j21YGJRs .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v2j21YGJRs .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2j21YGJRs .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2j21YGJRs .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v2j21YGJRs .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2j21YGJRs .item {
    margin-bottom: 16px;
  }
  .cid-v2j21YGJRs .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2j21YGJRs .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2j21YGJRs .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v2j21YGJRs .item .item-wrapper:hover .item-img img,
.cid-v2j21YGJRs .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v2j21YGJRs .item .item-wrapper:hover .item-img img,
  .cid-v2j21YGJRs .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v2j21YGJRs .item .item-wrapper .item-content .item-title_1,
.cid-v2j21YGJRs .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v2j21YGJRs .item .item-wrapper .item-content .item-text_1,
.cid-v2j21YGJRs .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v2j21YGJRs .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j21YGJRs .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v2j21YGJRs .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j21YGJRs .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v2j21YGJRs .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2j21YGJRs .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v2j21YGJRs .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v2j21YGJRs .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v2j21YGJRs .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v2j21YGJRs .item .card_1 {
  background-color: #ff4306;
}
.cid-v2j21YGJRs .item .card_2 {
  background-color: #f8f8f8;
}
.cid-v2j21YGJRs .item-title_1 {
  color: #ffffff;
}
.cid-v2j21YGJRs .item-title_2 {
  color: #0a0a0a;
}
.cid-v2j21YGJRs .item-text_1 {
  color: #ffffff;
}
.cid-v2j21YGJRs .item-text_2 {
  color: #0a0a0a;
}
.cid-v2j21ZJIpO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2j21ZJIpO .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v2j21ZJIpO .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v2j21ZJIpO .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v2j21ZJIpO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-v2j21ZJIpO .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-v2j21ZJIpO .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffa29d;
  transition: all 0.3s;
  color: #ffa29d;
}
.cid-v2j21ZJIpO .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffa29d;
  color: #000000;
}
.cid-v2j21ZJIpO .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v2j21ZJIpO .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2j21ZJIpO .wrapp {
    padding: 1rem;
  }
}
.cid-v2j21ZJIpO H3 {
  color: #000000;
}
.cid-v2j21ZJIpO .mbr-text,
.cid-v2j21ZJIpO .mbr-section-btn {
  color: #000000;
}
.cid-v2jgv7AOvE {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-v2jgv7AOvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2jgv7AOvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2jgv7AOvE .container {
    padding: 0 20px;
  }
}
.cid-v2jgv7AOvE .row {
  margin: 0;
}
.cid-v2jgv7AOvE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2jgv7AOvE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2jgv7AOvE .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-v2jgv7AOvE .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-v2jgv7AOvE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v2jgv7AOvE .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-v2jgv7AOvE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2j220ELbP {
  padding-top: 11rem;
  padding-bottom: 11rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-v2j220ELbP .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ff4306 0, #ffffff 43%, #ffffff 100%);
}
.cid-v2j220ELbP .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ff4306 0, #ffffff 43%, #ffffff 100%);
}
.cid-v2j220ELbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j220ELbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2j220ELbP .container {
    padding: 0 30px;
  }
}
.cid-v2j220ELbP .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v2j220ELbP .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2j220ELbP .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2j220ELbP .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v2j220ELbP .text-wrapper {
    padding-left: 20px;
  }
}
.cid-v2j220ELbP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2j220ELbP .mbr-section-title {
  color: #000000;
}
.cid-v2j220ELbP .mbr-text {
  color: #000000;
}
.cid-v2j221y0v7 {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v2j221y0v7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j221y0v7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j221y0v7 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2j221y0v7 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j221y0v7 .content-wrapper::before,
.cid-v2j221y0v7 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2j221y0v7 .content-wrapper::before {
  left: 0;
}
.cid-v2j221y0v7 .content-wrapper::after {
  right: 0;
}
.cid-v2j221y0v7 .content-wrap {
  width: -webkit-fill-available;
}
.cid-v2j221y0v7 .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .cid-v2j221y0v7 .card-wrapper {
    padding-right: 0;
  }
}
.cid-v2j221y0v7 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-v2j221y0v7 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2j221y0v7 .card-wrapper .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2j221y0v7 .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v2j221y0v7 .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v2j221y0v7 .card-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .cid-v2j221y0v7 {
    display: block;
  }
}
.cid-v2j221y0v7 .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v2j221y0v7 .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v2j221y0v7 .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v2j221y0v7 .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 -28px 0 #f8f8f8;
  transform: none;
}
.cid-v2j221y0v7 .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v2j221y0v7 .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v2j221y0v7 .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v2j221y0v7 .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v2j221y0v7 .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v2j221y0v7 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2j221y0v7 .mbr-label {
  color: #0a0a0a;
}
.cid-v2j221y0v7 .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2j222DcWR {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2j222DcWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j222DcWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j222DcWR .mbr-section-title {
  color: #000000;
}
.cid-v2j222DcWR .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v2j222DcWR .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2j222DcWR .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v2j223HCjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2j223HCjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j223HCjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j223HCjt .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2j223HCjt .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j223HCjt .content-wrapper::before,
.cid-v2j223HCjt .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2j223HCjt .content-wrapper::before {
  left: 0;
}
.cid-v2j223HCjt .content-wrapper::after {
  right: 0;
}
.cid-v2j223HCjt .content-wrap {
  width: -webkit-fill-available;
  margin: 0 -8px;
}
.cid-v2j223HCjt .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2j223HCjt .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-v2j223HCjt .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v2j223HCjt .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v2j223HCjt .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2j223HCjt .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v2j223HCjt .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2j223HCjt .item:hover .item-wrapper .image-wrapper .item-img img,
.cid-v2j223HCjt .item:focus .item-wrapper .image-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v2j223HCjt .item .item-wrapper {
  height: 100%;
  background-color: #f8f8f8;
}
.cid-v2j223HCjt .item .item-wrapper .image-wrapper {
  padding: 20px 20px 60px 20px;
}
@media (max-width: 992px) {
  .cid-v2j223HCjt .item .item-wrapper .image-wrapper {
    padding: 16px 16px 24px 16px;
  }
}
.cid-v2j223HCjt .item .item-wrapper .image-wrapper .item-img {
  width: fit-content;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2j223HCjt .item .item-wrapper .image-wrapper .item-img {
    width: 100%;
  }
}
.cid-v2j223HCjt .item .item-wrapper .image-wrapper .item-img img {
  height: 180px;
  width: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v2j223HCjt .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.cid-v2j223HCjt .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-v2j223HCjt .item .item-wrapper .item-content {
    padding: 0 16px 24px 16px;
  }
}
.cid-v2j223HCjt .item .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-flex;
  padding: 2px 6px;
  background-color: #ff4306;
  margin-bottom: 16px;
}
.cid-v2j223HCjt .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v2j223HCjt .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v2j223HCjt .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2j223HCjt .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v2j223HCjt .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v2j223HCjt .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v2j223HCjt .mbr-text,
.cid-v2j223HCjt .text-wrapper {
  color: #0a0a0a;
  text-align: center;
}
.cid-v2j223HCjt .item-label {
  color: #ffffff;
}
.cid-v2j223HCjt .item-title {
  color: #0a0a0a;
}
.cid-v2j223HCjt .item-text {
  color: #0a0a0a;
}
.cid-v2j223HCjt .item-label,
.cid-v2j223HCjt .label-wrapper {
  text-align: center;
}
.cid-v2j223HCjt .mbr-text,
.cid-v2j223HCjt text-wrapper {
  color: #000000;
}
.cid-v2j224UIBO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2j224UIBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j224UIBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j224UIBO .mbr-section-title {
  color: #000000;
}
.cid-v2j224UIBO .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v2j224UIBO .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2j224UIBO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v2j226ZD9A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2j226ZD9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j226ZD9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j226ZD9A .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2j226ZD9A .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j226ZD9A .content-wrapper::before,
.cid-v2j226ZD9A .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2j226ZD9A .content-wrapper::before {
  left: 0;
}
.cid-v2j226ZD9A .content-wrapper::after {
  right: 0;
}
.cid-v2j226ZD9A .content-wrap {
  width: -webkit-fill-available;
}
.cid-v2j226ZD9A .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2j226ZD9A .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2j226ZD9A .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2j226ZD9A .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j226ZD9A .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2j226ZD9A .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
  border: none;
  margin-top: 16px;
}
.cid-v2j226ZD9A .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v2j226ZD9A .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2j226ZD9A .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v2j226ZD9A .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j226ZD9A .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2j226ZD9A .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #0a0a0a;
}
.cid-v2j226ZD9A .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v2j226ZD9A .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-v2j226ZD9A .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v2j226ZD9A .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2j226ZD9A .mbr-text {
  color: #0a0a0a;
}
.cid-v2j226ZD9A .panel-title-edit {
  color: #0a0a0a;
}
.cid-v2j226ZD9A .panel-text {
  color: #0a0a0a;
}
.cid-v2j229dUnQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/public-holiday-rubbish-and-recycling-collection-reminder.jpg-1360x907.jpg");
}
.cid-v2j229dUnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j229dUnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j229dUnQ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v2j229dUnQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2j229dUnQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2j229dUnQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-v2j229dUnQ .card-title {
  color: #000000;
}
.cid-v2j229dUnQ .mbr-text,
.cid-v2j229dUnQ .mbr-section-btn {
  color: #000000;
}
.cid-v2j22aiN0X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2j22aiN0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j22aiN0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j22aiN0X .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v2j22aiN0X .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v2j22aiN0X .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v2j22aiN0X .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v2j22aiN0X .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2j22aiN0X .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v2j22aiN0X .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v2j22aiN0X .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-v2j22aiN0X .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v2j22aiN0X .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v2j22aiN0X .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v2j22aiN0X .mbr-section-title {
  color: #19171c;
}
.cid-v2j22aiN0X .panel-title {
  color: #19171c;
}
.cid-v2j22aiN0X .panel-text {
  color: #000000;
}
.cid-v2j22aiN0X .mbr-section-title,
.cid-v2j22aiN0X .mbr-section-btn {
  color: #000000;
}
.cid-v2j22bwTuj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2j22bwTuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j22bwTuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j22bwTuj .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v2j22bwTuj .card-wrapper {
  padding: 54px;
  border: 3px dashed #ff4306;
}
@media (max-width: 992px) {
  .cid-v2j22bwTuj .card-wrapper {
    padding: 22px;
  }
}
.cid-v2j22bwTuj .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v2j22bwTuj .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v2j22bwTuj .mbr-label {
  color: #c10b02;
}
.cid-v2j22cYEWt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v2j22cYEWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j22cYEWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j22cYEWt .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v2j22cYEWt .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v2j22cYEWt .content-wrapper .border_1 {
  top: 0;
}
.cid-v2j22cYEWt .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j22cYEWt .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j22cYEWt .content-wrapper::before,
.cid-v2j22cYEWt .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v2j22cYEWt .content-wrapper::before {
  left: 0;
}
.cid-v2j22cYEWt .content-wrapper::after {
  right: 0;
}
.cid-v2j22cYEWt .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v2j22cYEWt .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v2j22cYEWt .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v2j22cYEWt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2j22cYEWt .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j22cYEWt .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v2j22cYEWt .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v2j22cYEWt .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v2j22cYEWt .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v2j22cYEWt .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v2j22cYEWt .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2j22cYEWt .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v2j22cYEWt .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2j22cYEWt .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2j22cYEWt .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v2j22cYEWt .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2j22cYEWt .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2j22cYEWt .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v2j22cYEWt .mbr-section-title {
  color: #ffffff;
}
.cid-v2j22cYEWt .mbr-text {
  color: #ffffff;
}
.cid-v2j22cYEWt .mbr-list-title {
  color: #ffffff;
}
.cid-v2j22cYEWt .list {
  color: #ffffff;
}
.cid-v2j6c5Hqyq .navbar-dropdown {
  position: relative !important;
}
.cid-v2j6c5Hqyq .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-v2j6c5Hqyq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v2j6c5Hqyq .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 300;
}
.cid-v2j6c5Hqyq .dropdown-item:hover,
.cid-v2j6c5Hqyq .dropdown-item:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-v2j6c5Hqyq .dropdown-item:hover span {
  color: white;
}
.cid-v2j6c5Hqyq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2j6c5Hqyq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2j6c5Hqyq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2j6c5Hqyq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-v2j6c5Hqyq .nav-link {
  position: relative;
}
.cid-v2j6c5Hqyq .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v2j6c5Hqyq .container {
    flex-wrap: nowrap;
  }
}
.cid-v2j6c5Hqyq .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2j6c5Hqyq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2j6c5Hqyq .dropdown-menu,
.cid-v2j6c5Hqyq .navbar.opened {
  background: #000000 !important;
}
.cid-v2j6c5Hqyq .nav-item:focus,
.cid-v2j6c5Hqyq .nav-link:focus {
  outline: none;
}
.cid-v2j6c5Hqyq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2j6c5Hqyq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v2j6c5Hqyq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2j6c5Hqyq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2j6c5Hqyq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2j6c5Hqyq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2j6c5Hqyq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v2j6c5Hqyq .navbar.opened {
  transition: all 0.3s;
}
.cid-v2j6c5Hqyq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v2j6c5Hqyq .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v2j6c5Hqyq .navbar .navbar-logo img {
  width: auto;
}
.cid-v2j6c5Hqyq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2j6c5Hqyq .navbar.collapsed {
  justify-content: center;
}
.cid-v2j6c5Hqyq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2j6c5Hqyq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2j6c5Hqyq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2j6c5Hqyq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2j6c5Hqyq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2j6c5Hqyq .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-v2j6c5Hqyq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2j6c5Hqyq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2j6c5Hqyq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2j6c5Hqyq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2j6c5Hqyq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2j6c5Hqyq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2j6c5Hqyq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2j6c5Hqyq .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-v2j6c5Hqyq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2j6c5Hqyq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2j6c5Hqyq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v2j6c5Hqyq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
    padding-left: 16px;
  }
  .cid-v2j6c5Hqyq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2j6c5Hqyq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2j6c5Hqyq .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2j6c5Hqyq .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-v2j6c5Hqyq .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 !important;
  z-index: 1;
  border-left: 1px solid #000000;
  padding: 10px 0 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v2j6c5Hqyq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2j6c5Hqyq .navbar-brand .navbar-caption:hover,
.cid-v2j6c5Hqyq .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2j6c5Hqyq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2j6c5Hqyq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2j6c5Hqyq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2j6c5Hqyq .dropdown-item.active,
.cid-v2j6c5Hqyq .dropdown-item:active {
  background-color: transparent;
}
.cid-v2j6c5Hqyq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2j6c5Hqyq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2j6c5Hqyq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2j6c5Hqyq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v2j6c5Hqyq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v2j6c5Hqyq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2j6c5Hqyq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2j6c5Hqyq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2j6c5Hqyq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v2j6c5Hqyq .navbar-buttons {
  text-align: center;
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v2j6c5Hqyq .navbar-buttons {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 991px) {
  .cid-v2j6c5Hqyq .navbar-buttons {
    text-align: left;
  }
}
.cid-v2j6c5Hqyq .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v2j6c5Hqyq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2j6c5Hqyq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
  border-right: 1px solid #000000 !important;
}
.cid-v2j6c5Hqyq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0a0a0a;
}
.cid-v2j6c5Hqyq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2j6c5Hqyq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v2j6c5Hqyq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v2j6c5Hqyq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v2j6c5Hqyq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j6c5Hqyq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2j6c5Hqyq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2j6c5Hqyq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2j6c5Hqyq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2j6c5Hqyq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2j6c5Hqyq .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-v2j6c5Hqyq .navbar {
    height: 70px;
  }
  .cid-v2j6c5Hqyq .navbar.opened {
    height: auto;
  }
  .cid-v2j6c5Hqyq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2j6c5Hqyq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2j6c5Hqyq .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-v2j6c5Hqyq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2j6c5Hqyq .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-v2j6c5Hqyq .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v2j6c5Hqyq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2j6c5Hqyq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2j6c5Hqyq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v2j6c5Hqyq .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2j6c5Hqyq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2j6c5Hqyq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2j6c5Hqyq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2j6c5Hqyq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v2j6c5Hqyq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v2j6c5Hqyq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v2j6c5Hqyq .content-wrap {
  min-height: 70px;
}
.cid-v2j6c7caGP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-v2j6c7caGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6c7caGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6c7caGP::before,
.cid-v2j6c7caGP::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.cid-v2j6c7caGP::before {
  top: 0;
}
.cid-v2j6c7caGP::after {
  bottom: 0;
}
.cid-v2j6c7caGP .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2j6c7caGP .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j6c7caGP .content-wrapper::before,
.cid-v2j6c7caGP .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2j6c7caGP .content-wrapper::before {
  left: 0;
}
.cid-v2j6c7caGP .content-wrapper::after {
  right: 0;
}
.cid-v2j6c7caGP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2j6c7caGP .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j6c7caGP .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2j6c7caGP .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2j6c7caGP .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2j6c7caGP .mbr-text {
  color: #0a0a0a;
}
.cid-v2j6c7caGP .mbr-text,
.cid-v2j6c7caGP .text-wrapper {
  color: #000000;
}
.cid-v2j6c8cEbb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2j6c8cEbb .li-item {
  align-items: center;
  display: flex;
}
.cid-v2j6c8cEbb .item {
  color: #e43f3f;
}
.cid-v2j6c8cEbb svg {
  margin-right: 0.5rem;
  width: 25px;
  height: 15px;
}
.cid-v2j6c8cEbb path {
  fill: currentColor;
}
.cid-v2j6c8cEbb .item,
.cid-v2j6c8cEbb path {
  color: #000000;
}
.cid-v2j6c8cEbb .mbr-section-subtitle {
  color: #000000;
}
.cid-v2j6c92WVv {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2j6c92WVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6c92WVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6c92WVv .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #ff4306;
}
@media (max-width: 767px) {
  .cid-v2j6c92WVv .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v2j6c92WVv .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v2j6c92WVv .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2j6c92WVv .card-title {
    margin-bottom: 20px;
  }
}
.cid-v2j6c92WVv .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2j6c92WVv .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v2j6c92WVv .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-v2j6ca7A3k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-v2j6ca7A3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6ca7A3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6ca7A3k .card-wrapper {
  position: relative;
  background-color: #eaeaea;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-v2j6ca7A3k .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v2j6ca7A3k .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-v2j6ca7A3k .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-v2j6ca7A3k .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v2j6ca7A3k .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #000000;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-v2j6ca7A3k .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v2j6ca7A3k .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-v2j6ca7A3k .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2j6ca7A3k .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2j6ca7A3k .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-v2j6ca7A3k .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v2j6ca7A3k .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2j6ca7A3k .mbr-label,
.cid-v2j6ca7A3k .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2j6ca7A3k .mbr-section-title {
  color: #f5f8ff;
}
.cid-v2j6ca7A3k .mbr-text,
.cid-v2j6ca7A3k .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-v2j6ca7A3k .mbr-section-title,
.cid-v2j6ca7A3k .mbr-section-btn {
  text-align: center;
}
.cid-v2j6ca7A3k .mbr-section-title,
.cid-v2j6ca7A3k .mbr-section-btn,
.cid-v2j6ca7A3k .title-wrapper {
  color: #000000;
}
.cid-v2j6caTEOC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2j6caTEOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6caTEOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6caTEOC .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2j6caTEOC .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j6caTEOC .content-wrapper::before,
.cid-v2j6caTEOC .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2j6caTEOC .content-wrapper::before {
  left: 0;
}
.cid-v2j6caTEOC .content-wrapper::after {
  right: 0;
}
.cid-v2j6caTEOC .content-wrap {
  width: -webkit-fill-available;
  margin: 0 -4px;
}
.cid-v2j6caTEOC .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v2j6caTEOC .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v2j6caTEOC .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2j6caTEOC .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2j6caTEOC .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v2j6caTEOC .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2j6caTEOC .item {
    margin-bottom: 16px;
  }
  .cid-v2j6caTEOC .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2j6caTEOC .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2j6caTEOC .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v2j6caTEOC .item .item-wrapper:hover .item-img img,
.cid-v2j6caTEOC .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v2j6caTEOC .item .item-wrapper:hover .item-img img,
  .cid-v2j6caTEOC .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v2j6caTEOC .item .item-wrapper .item-content .item-title_1,
.cid-v2j6caTEOC .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v2j6caTEOC .item .item-wrapper .item-content .item-text_1,
.cid-v2j6caTEOC .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v2j6caTEOC .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j6caTEOC .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v2j6caTEOC .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j6caTEOC .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v2j6caTEOC .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2j6caTEOC .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v2j6caTEOC .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v2j6caTEOC .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v2j6caTEOC .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v2j6caTEOC .item .card_1 {
  background-color: #ff4306;
}
.cid-v2j6caTEOC .item .card_2 {
  background-color: #f8f8f8;
}
.cid-v2j6caTEOC .item-title_1 {
  color: #ffffff;
}
.cid-v2j6caTEOC .item-title_2 {
  color: #0a0a0a;
}
.cid-v2j6caTEOC .item-text_1 {
  color: #ffffff;
}
.cid-v2j6caTEOC .item-text_2 {
  color: #0a0a0a;
}
.cid-v2j6cbVAdN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2j6cbVAdN .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v2j6cbVAdN .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v2j6cbVAdN .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v2j6cbVAdN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-v2j6cbVAdN .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-v2j6cbVAdN .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffa29d;
  transition: all 0.3s;
  color: #ffa29d;
}
.cid-v2j6cbVAdN .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffa29d;
  color: #000000;
}
.cid-v2j6cbVAdN .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-v2j6cbVAdN .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v2j6cbVAdN .wrapp {
    padding: 1rem;
  }
}
.cid-v2j6cbVAdN H3 {
  color: #000000;
}
.cid-v2j6cbVAdN .mbr-text,
.cid-v2j6cbVAdN .mbr-section-btn {
  color: #000000;
}
.cid-v2j6X6hPKR {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-v2j6X6hPKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6X6hPKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2j6X6hPKR .container {
    padding: 0 20px;
  }
}
.cid-v2j6X6hPKR .row {
  margin: 0;
}
.cid-v2j6X6hPKR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2j6X6hPKR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2j6X6hPKR .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-v2j6X6hPKR .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-v2j6X6hPKR .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v2j6X6hPKR .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-v2j6X6hPKR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2j6cd90EN {
  padding-top: 0rem;
  padding-bottom: 11rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-v2j6cd90EN .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ff4306 0, #ffffff 43%, #ffffff 100%);
}
.cid-v2j6cd90EN .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ff4306 0, #ffffff 43%, #ffffff 100%);
}
.cid-v2j6cd90EN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6cd90EN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2j6cd90EN .container {
    padding: 0 30px;
  }
}
.cid-v2j6cd90EN .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v2j6cd90EN .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2j6cd90EN .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2j6cd90EN .text-wrapper {
  border-left: 1px solid #000000;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-v2j6cd90EN .text-wrapper {
    padding-left: 20px;
  }
}
.cid-v2j6cd90EN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2j6cd90EN .mbr-section-title {
  color: #000000;
}
.cid-v2j6cd90EN .mbr-text {
  color: #000000;
}
.cid-v2j6cdZ6Za {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-v2j6cdZ6Za .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6cdZ6Za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6cdZ6Za .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2j6cdZ6Za .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j6cdZ6Za .content-wrapper::before,
.cid-v2j6cdZ6Za .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2j6cdZ6Za .content-wrapper::before {
  left: 0;
}
.cid-v2j6cdZ6Za .content-wrapper::after {
  right: 0;
}
.cid-v2j6cdZ6Za .content-wrap {
  width: -webkit-fill-available;
}
.cid-v2j6cdZ6Za .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .cid-v2j6cdZ6Za .card-wrapper {
    padding-right: 0;
  }
}
.cid-v2j6cdZ6Za .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-v2j6cdZ6Za .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2j6cdZ6Za .card-wrapper .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2j6cdZ6Za .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v2j6cdZ6Za .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v2j6cdZ6Za .card-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .cid-v2j6cdZ6Za {
    display: block;
  }
}
.cid-v2j6cdZ6Za .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-v2j6cdZ6Za .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-v2j6cdZ6Za .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-v2j6cdZ6Za .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 -28px 0 #f8f8f8;
  transform: none;
}
.cid-v2j6cdZ6Za .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-v2j6cdZ6Za .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-v2j6cdZ6Za .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-v2j6cdZ6Za .image-wrapper .image-wrap {
  height: 100%;
}
.cid-v2j6cdZ6Za .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-v2j6cdZ6Za .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2j6cdZ6Za .mbr-label {
  color: #0a0a0a;
}
.cid-v2j6cdZ6Za .mbr-section-title {
  color: #0a0a0a;
}
.cid-v2j6cf5k1f {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2j6cf5k1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6cf5k1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6cf5k1f .mbr-section-title {
  color: #000000;
}
.cid-v2j6cf5k1f .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v2j6cf5k1f .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2j6cf5k1f .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v2j6cg3CiG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2j6cg3CiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6cg3CiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6cg3CiG .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2j6cg3CiG .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j6cg3CiG .content-wrapper::before,
.cid-v2j6cg3CiG .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2j6cg3CiG .content-wrapper::before {
  left: 0;
}
.cid-v2j6cg3CiG .content-wrapper::after {
  right: 0;
}
.cid-v2j6cg3CiG .content-wrap {
  width: -webkit-fill-available;
  margin: 0 -8px;
}
.cid-v2j6cg3CiG .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2j6cg3CiG .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.cid-v2j6cg3CiG .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v2j6cg3CiG .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v2j6cg3CiG .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2j6cg3CiG .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v2j6cg3CiG .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2j6cg3CiG .item:hover .item-wrapper .image-wrapper .item-img img,
.cid-v2j6cg3CiG .item:focus .item-wrapper .image-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v2j6cg3CiG .item .item-wrapper {
  height: 100%;
  background-color: #f8f8f8;
}
.cid-v2j6cg3CiG .item .item-wrapper .image-wrapper {
  padding: 20px 20px 60px 20px;
}
@media (max-width: 992px) {
  .cid-v2j6cg3CiG .item .item-wrapper .image-wrapper {
    padding: 16px 16px 24px 16px;
  }
}
.cid-v2j6cg3CiG .item .item-wrapper .image-wrapper .item-img {
  width: fit-content;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2j6cg3CiG .item .item-wrapper .image-wrapper .item-img {
    width: 100%;
  }
}
.cid-v2j6cg3CiG .item .item-wrapper .image-wrapper .item-img img {
  height: 180px;
  width: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v2j6cg3CiG .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.cid-v2j6cg3CiG .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .cid-v2j6cg3CiG .item .item-wrapper .item-content {
    padding: 0 16px 24px 16px;
  }
}
.cid-v2j6cg3CiG .item .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-flex;
  padding: 2px 6px;
  background-color: #ff4306;
  margin-bottom: 16px;
}
.cid-v2j6cg3CiG .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v2j6cg3CiG .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v2j6cg3CiG .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2j6cg3CiG .item .item-wrapper .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v2j6cg3CiG .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-v2j6cg3CiG .item .item-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
.cid-v2j6cg3CiG .mbr-text,
.cid-v2j6cg3CiG .text-wrapper {
  color: #0a0a0a;
  text-align: center;
}
.cid-v2j6cg3CiG .item-label {
  color: #ffffff;
}
.cid-v2j6cg3CiG .item-title {
  color: #0a0a0a;
}
.cid-v2j6cg3CiG .item-text {
  color: #0a0a0a;
}
.cid-v2j6cg3CiG .item-label,
.cid-v2j6cg3CiG .label-wrapper {
  text-align: center;
}
.cid-v2j6cg3CiG .mbr-text,
.cid-v2j6cg3CiG text-wrapper {
  color: #000000;
}
.cid-v2j6chhVPY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v2j6chhVPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6chhVPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6chhVPY .mbr-section-title {
  color: #000000;
}
.cid-v2j6chhVPY .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-v2j6chhVPY .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2j6chhVPY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v2j6cicPj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2j6cicPj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6cicPj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6cicPj8 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2j6cicPj8 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j6cicPj8 .content-wrapper::before,
.cid-v2j6cicPj8 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2j6cicPj8 .content-wrapper::before {
  left: 0;
}
.cid-v2j6cicPj8 .content-wrapper::after {
  right: 0;
}
.cid-v2j6cicPj8 .content-wrap {
  width: -webkit-fill-available;
}
.cid-v2j6cicPj8 .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2j6cicPj8 .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2j6cicPj8 .mbr-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-v2j6cicPj8 .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j6cicPj8 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2j6cicPj8 .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f8f8f8;
  border: none;
  margin-top: 16px;
}
.cid-v2j6cicPj8 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v2j6cicPj8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2j6cicPj8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v2j6cicPj8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2j6cicPj8 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2j6cicPj8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #0a0a0a;
}
.cid-v2j6cicPj8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v2j6cicPj8 .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-v2j6cicPj8 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v2j6cicPj8 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2j6cicPj8 .mbr-text {
  color: #0a0a0a;
}
.cid-v2j6cicPj8 .panel-title-edit {
  color: #0a0a0a;
}
.cid-v2j6cicPj8 .panel-text {
  color: #0a0a0a;
}
.cid-v2j6ck8L4t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sydney-nsw-2000-11.png-1240x827.png");
}
.cid-v2j6ck8L4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6ck8L4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6ck8L4t .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v2j6ck8L4t .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2j6ck8L4t .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2j6ck8L4t .card-wrapper {
    padding: 4rem;
  }
}
.cid-v2j6ck8L4t .card-title {
  color: #000000;
}
.cid-v2j6ck8L4t .mbr-text,
.cid-v2j6ck8L4t .mbr-section-btn {
  color: #000000;
}
.cid-v2j6cmCHfa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2j6cmCHfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6cmCHfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6cmCHfa .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v2j6cmCHfa .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v2j6cmCHfa .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-v2j6cmCHfa .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v2j6cmCHfa .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2j6cmCHfa .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v2j6cmCHfa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v2j6cmCHfa .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-v2j6cmCHfa .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v2j6cmCHfa .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v2j6cmCHfa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v2j6cmCHfa .mbr-section-title {
  color: #19171c;
}
.cid-v2j6cmCHfa .panel-title {
  color: #19171c;
}
.cid-v2j6cmCHfa .panel-text {
  color: #000000;
}
.cid-v2j6cmCHfa .mbr-section-title,
.cid-v2j6cmCHfa .mbr-section-btn {
  color: #000000;
}
.cid-v2j6cshbJi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2j6cshbJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6cshbJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6cshbJi .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v2j6cshbJi .card-wrapper {
  padding: 54px;
  border: 3px dashed #ff4306;
}
@media (max-width: 992px) {
  .cid-v2j6cshbJi .card-wrapper {
    padding: 22px;
  }
}
.cid-v2j6cshbJi .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-v2j6cshbJi .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-v2j6cshbJi .mbr-label {
  color: #c10b02;
}
.cid-v2j6cuQQM8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v2j6cuQQM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2j6cuQQM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2j6cuQQM8 .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v2j6cuQQM8 .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v2j6cuQQM8 .content-wrapper .border_1 {
  top: 0;
}
.cid-v2j6cuQQM8 .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j6cuQQM8 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2j6cuQQM8 .content-wrapper::before,
.cid-v2j6cuQQM8 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v2j6cuQQM8 .content-wrapper::before {
  left: 0;
}
.cid-v2j6cuQQM8 .content-wrapper::after {
  right: 0;
}
.cid-v2j6cuQQM8 .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v2j6cuQQM8 .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v2j6cuQQM8 .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v2j6cuQQM8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2j6cuQQM8 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2j6cuQQM8 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v2j6cuQQM8 .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v2j6cuQQM8 .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v2j6cuQQM8 .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v2j6cuQQM8 .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v2j6cuQQM8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2j6cuQQM8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v2j6cuQQM8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2j6cuQQM8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2j6cuQQM8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v2j6cuQQM8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2j6cuQQM8 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2j6cuQQM8 .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v2j6cuQQM8 .mbr-section-title {
  color: #ffffff;
}
.cid-v2j6cuQQM8 .mbr-text {
  color: #ffffff;
}
.cid-v2j6cuQQM8 .mbr-list-title {
  color: #ffffff;
}
.cid-v2j6cuQQM8 .list {
  color: #ffffff;
}
