.btn {
  border: none;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Geist Mono', monospace;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Geist Mono', monospace;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Geist Mono', monospace;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 300;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Geist Mono', monospace;
  font-size: 1.75rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Geist Mono', monospace;
  font-size: 1rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.12rem + (4.2 - 2.12) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1rem + (1 - 1) * ((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: #ff4306 !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: #ff4306 !important;
  border-color: #ff4306 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0a0a !important;
  background-color: #ff6a39 !important;
  border-color: #ff6a39 !important;
  box-shadow: inset 0 -80px 0 #eaeaea;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff6a39 !important;
  border-color: #ff6a39 !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: #ff4306;
  transition: all .4s ease;
}
.btn-success-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff4306;
  transition: all .6s ease;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4306;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ae2b00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #ff4306 !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: #ff4306;
}
.btn-success-outline:hover::after,
.btn-success-outline:focus::after,
.btn-success-outline.focus::after,
.btn-success-outline.active::after {
  width: 100%;
  background-color: #ff4306;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4306 !important;
  border-color: #ff4306 !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: #ff4306 !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: #9f2700 !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: #ffddd2;
}
.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: 'Geist Mono', monospace;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 400;
  border-radius: 0;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff4306 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Geist Mono', monospace;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
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-ver7IHgGXY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-ver7IHgGXY nav.navbar {
  position: fixed;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-ver7IHgGXY .dropdown-item {
  border: none !important;
  background: #040402 !important;
  font-weight: 300;
}
.cid-ver7IHgGXY .dropdown-item:hover,
.cid-ver7IHgGXY .dropdown-item:focus {
  background: #040402 !important;
  color: #29d505 !important;
}
.cid-ver7IHgGXY .dropdown-item:hover span {
  color: white;
}
.cid-ver7IHgGXY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ver7IHgGXY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ver7IHgGXY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-ver7IHgGXY .nav-link {
  position: relative;
}
.cid-ver7IHgGXY .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-ver7IHgGXY .container {
    flex-wrap: nowrap;
  }
}
.cid-ver7IHgGXY .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-ver7IHgGXY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ver7IHgGXY .dropdown-menu,
.cid-ver7IHgGXY .navbar.opened {
  background: #040402 !important;
}
.cid-ver7IHgGXY .nav-item:focus,
.cid-ver7IHgGXY .nav-link:focus {
  outline: none;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ver7IHgGXY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ver7IHgGXY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-ver7IHgGXY .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: #040402;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-ver7IHgGXY .navbar.opened {
  transition: all 0.3s;
}
.cid-ver7IHgGXY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-ver7IHgGXY .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-ver7IHgGXY .navbar .navbar-logo img {
  width: auto;
}
.cid-ver7IHgGXY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ver7IHgGXY .navbar.collapsed {
  justify-content: center;
}
.cid-ver7IHgGXY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ver7IHgGXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ver7IHgGXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ver7IHgGXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ver7IHgGXY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ver7IHgGXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ver7IHgGXY .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-ver7IHgGXY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ver7IHgGXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-ver7IHgGXY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-ver7IHgGXY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ver7IHgGXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ver7IHgGXY .navbar.navbar-short {
  min-height: 70px;
}
.cid-ver7IHgGXY .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-ver7IHgGXY .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;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-ver7IHgGXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ver7IHgGXY .navbar-brand .navbar-caption:hover,
.cid-ver7IHgGXY .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-ver7IHgGXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ver7IHgGXY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-ver7IHgGXY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-ver7IHgGXY .dropdown-item.active,
.cid-ver7IHgGXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ver7IHgGXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-ver7IHgGXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ver7IHgGXY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-ver7IHgGXY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-ver7IHgGXY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-ver7IHgGXY .navbar-buttons {
    text-align: left;
  }
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-ver7IHgGXY 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: #040402 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4306;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ver7IHgGXY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ver7IHgGXY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar {
    height: 70px;
  }
  .cid-ver7IHgGXY .navbar.opened {
    height: auto;
  }
  .cid-ver7IHgGXY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ver7IHgGXY .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-ver7IHgGXY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-ver7IHgGXY .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-ver7IHgGXY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-ver7IHgGXY .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-ver7IHgGXY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-ver7IHgGXY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-ver7IHgGXY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-ver7IHgGXY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-ver7IHgGXY .navbar {
    justify-content: flex-start !important;
  }
  .cid-ver7IHgGXY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-ver7IHgGXY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-ver7IHgGXY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-ver7IHgGXY .content-wrap {
  min-height: 70px;
}
.cid-veBhFHPZQ6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-veBhFHPZQ6 H1 {
  color: #e2090d;
}
.cid-veBhFHPZQ6 h1 {
  background: linear-gradient(to left, #ffa606, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-veBhFHPZQ6 img {
  width: 100%;
}
.cid-veBhFHPZQ6 .mbr-text,
.cid-veBhFHPZQ6 .mbr-section-btn {
  color: #999999;
}
.cid-veBhFHPZQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBhFHPZQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZd80nvtVZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-uZd80nvtVZ .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-uZd80nvtVZ .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-uZd80nvtVZ .content-wrapper .border_1 {
  top: 0;
}
.cid-uZd80nvtVZ .content-wrapper .border_2 {
  bottom: 0;
}
.cid-uZd80nvtVZ .content-wrapper::before,
.cid-uZd80nvtVZ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-uZd80nvtVZ .content-wrapper::before {
  left: 0;
}
.cid-uZd80nvtVZ .content-wrapper::after {
  right: 0;
}
.cid-uZd80nvtVZ .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-uZd80nvtVZ .item:focus,
.cid-uZd80nvtVZ span:focus {
  outline: none;
}
.cid-uZd80nvtVZ .item {
  padding: 32px 0;
  color: #ff4306;
}
.cid-uZd8e5vLnr {
  background-color: #000000;
  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-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: #000000;
  box-shadow: 0 -28px 0 #000000;
  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: #ffffff;
}
.cid-uZd8e5vLnr .mbr-section-title {
  color: #0a0a0a;
}
.cid-uZd8e5vLnr .mbr-section-title,
.cid-uZd8e5vLnr .mbr-section-btn {
  color: #ff4306;
}
.cid-vernThWSvs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vernThWSvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vernThWSvs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vernThWSvs .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-vernThWSvs .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-vernThWSvs .title-wrapper .item {
  margin-bottom: 0;
}
.cid-vernThWSvs .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-vernThWSvs .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vernThWSvs .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-vernThWSvs .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vernThWSvs .item {
    margin-bottom: 16px;
  }
  .cid-vernThWSvs .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vernThWSvs .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vernThWSvs .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-vernThWSvs .item .item-wrapper:hover .item-img img,
.cid-vernThWSvs .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-vernThWSvs .item .item-wrapper:hover .item-img img,
  .cid-vernThWSvs .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-vernThWSvs .item .item-wrapper .item-content .item-title_1,
.cid-vernThWSvs .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-vernThWSvs .item .item-wrapper .item-content .item-text_1,
.cid-vernThWSvs .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-vernThWSvs .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vernThWSvs .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-vernThWSvs .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vernThWSvs .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-vernThWSvs .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-vernThWSvs .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-vernThWSvs .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vernThWSvs .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-vernThWSvs .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-vernThWSvs .item .card_1 {
  background-color: #ff4306;
}
.cid-vernThWSvs .item .card_2 {
  background-color: #252525;
}
.cid-vernThWSvs .item-title_1 {
  color: #ffffff;
}
.cid-vernThWSvs .item-title_2 {
  color: #ffffff;
}
.cid-vernThWSvs .item-text_1 {
  color: #ffffff;
}
.cid-vernThWSvs .item-text_2 {
  color: #0a0a0a;
}
.cid-vernThWSvs .item-title_1,
.cid-vernThWSvs .mbr-section-btn {
  color: #000000;
}
.cid-vouq9ad6jS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040402;
}
.cid-vouq9ad6jS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vouq9ad6jS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vouq9ad6jS .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-vouq9ad6jS .bg-twitter:hover {
  background: #0c85d0;
}
.cid-vouq9ad6jS .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vouq9ad6jS .bg-instagram:hover {
  background: #bd005c;
}
.cid-vouq9ad6jS .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vouq9ad6jS [class^="socicon-"]:before,
.cid-vouq9ad6jS [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vouq9ad6jS .mbr-section-title,
.cid-vouq9ad6jS .social-list {
  color: #ff4306;
}
.cid-vdWfbyBe1J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdWfbyBe1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdWfbyBe1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdWfbyBe1J .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdWfbyBe1J .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdWfbyBe1J .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdWfbyBe1J .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdWfbyBe1J .mbr-section-title {
  color: #0a0a0a;
}
.cid-vdWfbyBe1J .mbr-text {
  color: #0a0a0a;
}
.cid-vdWfbyBe1J .mbr-section-title,
.cid-vdWfbyBe1J .mbr-section-btn {
  color: #ff4306;
}
.cid-vdWfbyBe1J .mbr-text,
.cid-vdWfbyBe1J .text-wrapper {
  color: #ffffff;
}
.cid-vdWg00ehgG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
}
.cid-vdWg00ehgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdWg00ehgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdWg00ehgG .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vdWg00ehgG .mbr-section-title {
  margin-bottom: 24px;
  padding: 0 20px;
  color: #ff4306;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdWg00ehgG .mbr-section-title {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
.cid-vdWg00ehgG .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  margin: 0 1px;
  will-change: transform;
}
.cid-vdWg00ehgG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vdWg00ehgG .panel-group .card .card-header .panel-title {
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdWg00ehgG .panel-group .card .card-header .panel-title {
    padding: 24px 16px;
    flex-wrap: wrap;
  }
}
.cid-vdWg00ehgG .panel-group .card .card-header .panel-title .panel-number {
  width: 33.33%;
}
@media (max-width: 992px) {
  .cid-vdWg00ehgG .panel-group .card .card-header .panel-title .panel-number {
    width: 100%;
  }
}
.cid-vdWg00ehgG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  width: 33.33%;
}
@media (max-width: 992px) {
  .cid-vdWg00ehgG .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 80%;
  }
}
.cid-vdWg00ehgG .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 33.33%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vdWg00ehgG .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 20%;
  }
}
.cid-vdWg00ehgG .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  background-color: #ff4a3c;
}
.cid-vdWg00ehgG .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vdWg00ehgG .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #000000;
}
.cid-vdWg00ehgG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap {
  background-color: #ff4306;
}
.cid-vdWg00ehgG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-vdWg00ehgG .panel-group .card .panel-collapse .panel-body {
  padding: 0 33.33% 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-vdWg00ehgG .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 32px;
  }
}
.cid-vdWg00ehgG .panel-group .card .panel-collapse .panel-body .image-wrapper {
  margin-bottom: 24px;
}
.cid-vdWg00ehgG .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}
.cid-vdWg00ehgG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vdWg00ehgG .panel-group .card .panel-collapse .panel-body .tags-wrapper {
  margin-top: 24px;
}
.cid-vdWg00ehgG .panel-group .card .panel-collapse .panel-body .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdWg00ehgG .panel-group .card .panel-collapse .panel-body .tags-wrapper .list .item-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 2px 6px;
  background-color: #ff4306;
}
.cid-vdWg00ehgG .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 24px;
}
.cid-vdWg00ehgG .panel-number {
  color: #ffffff;
}
.cid-vdWg00ehgG .panel-title-edit {
  color: #ffffff;
}
.cid-vdWg00ehgG .panel-text {
  color: #ffffff;
}
.cid-vdWg00ehgG .list {
  color: #ffffff;
}
.cid-vewB2Z6ca5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vewB2Z6ca5 .item:focus,
.cid-vewB2Z6ca5 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vewB2Z6ca5 .align-right {
    text-align: center;
  }
}
.cid-vewB2Z6ca5 .card-wrapper {
  background: #000000;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vewB2Z6ca5 .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-vewB2Z6ca5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vewB2Z6ca5 .item {
    margin-bottom: 1rem;
  }
}
.cid-vewB2Z6ca5 .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-vewB2Z6ca5 .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vewB2Z6ca5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vewB2Z6ca5 .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-vewB2Z6ca5 .item-wrapper {
  position: relative;
  background: #ff4306;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-vewB2Z6ca5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vewB2Z6ca5 .mbr-section-title {
  color: #ff4306;
  text-align: left;
}
.cid-vewB2Z6ca5 .mbr-text,
.cid-vewB2Z6ca5 .item .mbr-section-btn {
  text-align: center;
}
.cid-vewB2Z6ca5 .mbr-number {
  color: #f0466a;
}
.cid-vewB2Z6ca5 .mbr-section-subtitle,
.cid-vewB2Z6ca5 .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vewB2Z6ca5 .mbr-text {
  text-align: left;
}
.cid-vewB2Z6ca5 .mbr-text,
.cid-vewB2Z6ca5 .mbr-card-btn {
  text-align: left;
}
.cid-vewB2Z6ca5 .mbr-text,
.cid-vewB2Z6ca5 .mbr-section-btn {
  text-align: left;
}
.cid-vewB2Z6ca5 .mbr-text,
.cid-vewB2Z6ca5 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vewB2Z6ca5 .card-text,
.cid-vewB2Z6ca5 .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vewB2Z6ca5 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-vdQkk4f2jE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdQkk4f2jE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdQkk4f2jE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdQkk4f2jE .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-vdQkk4f2jE .col-title {
    padding: 0 20px !important;
  }
}
.cid-vdQkk4f2jE .mbr-section-title {
  color: #112B6D;
}
.cid-vdQkk4f2jE .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-vdQkk4f2jE .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-vdQkk4f2jE .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vdQkk4f2jE .cards-container {
    padding: 0 20px !important;
  }
}
.cid-vdQkk4f2jE .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-vdQkk4f2jE .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vdQkk4f2jE .card {
    width: 100%;
  }
}
.cid-vdQkk4f2jE .card-box {
  width: 100%;
}
.cid-vdQkk4f2jE .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-vdQkk4f2jE .mbr-iconfont {
  font-size: 92px;
  color: #ffffff;
}
.cid-vdQkk4f2jE .card-container {
  width: 100%;
}
.cid-vdQkk4f2jE .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-vdQkk4f2jE .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-vdSzohjJ4v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vdSzohjJ4v .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ver7IHgGXY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-ver7IHgGXY nav.navbar {
  position: fixed;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-ver7IHgGXY .dropdown-item {
  border: none !important;
  background: #040402 !important;
  font-weight: 300;
}
.cid-ver7IHgGXY .dropdown-item:hover,
.cid-ver7IHgGXY .dropdown-item:focus {
  background: #040402 !important;
  color: #29d505 !important;
}
.cid-ver7IHgGXY .dropdown-item:hover span {
  color: white;
}
.cid-ver7IHgGXY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ver7IHgGXY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ver7IHgGXY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-ver7IHgGXY .nav-link {
  position: relative;
}
.cid-ver7IHgGXY .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-ver7IHgGXY .container {
    flex-wrap: nowrap;
  }
}
.cid-ver7IHgGXY .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-ver7IHgGXY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ver7IHgGXY .dropdown-menu,
.cid-ver7IHgGXY .navbar.opened {
  background: #040402 !important;
}
.cid-ver7IHgGXY .nav-item:focus,
.cid-ver7IHgGXY .nav-link:focus {
  outline: none;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ver7IHgGXY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ver7IHgGXY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-ver7IHgGXY .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: #040402;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-ver7IHgGXY .navbar.opened {
  transition: all 0.3s;
}
.cid-ver7IHgGXY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-ver7IHgGXY .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-ver7IHgGXY .navbar .navbar-logo img {
  width: auto;
}
.cid-ver7IHgGXY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ver7IHgGXY .navbar.collapsed {
  justify-content: center;
}
.cid-ver7IHgGXY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ver7IHgGXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ver7IHgGXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ver7IHgGXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ver7IHgGXY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ver7IHgGXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ver7IHgGXY .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-ver7IHgGXY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ver7IHgGXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-ver7IHgGXY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-ver7IHgGXY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ver7IHgGXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ver7IHgGXY .navbar.navbar-short {
  min-height: 70px;
}
.cid-ver7IHgGXY .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-ver7IHgGXY .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;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-ver7IHgGXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ver7IHgGXY .navbar-brand .navbar-caption:hover,
.cid-ver7IHgGXY .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-ver7IHgGXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ver7IHgGXY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-ver7IHgGXY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-ver7IHgGXY .dropdown-item.active,
.cid-ver7IHgGXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ver7IHgGXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-ver7IHgGXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ver7IHgGXY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-ver7IHgGXY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-ver7IHgGXY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-ver7IHgGXY .navbar-buttons {
    text-align: left;
  }
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-ver7IHgGXY 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: #040402 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4306;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ver7IHgGXY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ver7IHgGXY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar {
    height: 70px;
  }
  .cid-ver7IHgGXY .navbar.opened {
    height: auto;
  }
  .cid-ver7IHgGXY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ver7IHgGXY .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-ver7IHgGXY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-ver7IHgGXY .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-ver7IHgGXY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-ver7IHgGXY .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-ver7IHgGXY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-ver7IHgGXY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-ver7IHgGXY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-ver7IHgGXY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-ver7IHgGXY .navbar {
    justify-content: flex-start !important;
  }
  .cid-ver7IHgGXY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-ver7IHgGXY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-ver7IHgGXY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-ver7IHgGXY .content-wrap {
  min-height: 70px;
}
.cid-veBjMxMyAg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-veBjMxMyAg H1 {
  color: #e2090d;
}
.cid-veBjMxMyAg h1 {
  background: linear-gradient(to left, #ffa606, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-veBjMxMyAg img {
  width: 100%;
}
.cid-veBjMxMyAg .mbr-text,
.cid-veBjMxMyAg .mbr-section-btn {
  color: #999999;
}
.cid-veBjMxMyAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBjMxMyAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqIVoqrbo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-veqIVoqrbo .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-veqIVoqrbo .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-veqIVoqrbo .content-wrapper .border_1 {
  top: 0;
}
.cid-veqIVoqrbo .content-wrapper .border_2 {
  bottom: 0;
}
.cid-veqIVoqrbo .content-wrapper::before,
.cid-veqIVoqrbo .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-veqIVoqrbo .content-wrapper::before {
  left: 0;
}
.cid-veqIVoqrbo .content-wrapper::after {
  right: 0;
}
.cid-veqIVoqrbo .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-veqIVoqrbo .item:focus,
.cid-veqIVoqrbo span:focus {
  outline: none;
}
.cid-veqIVoqrbo .item {
  padding: 32px 0;
  color: #ff4306;
}
.cid-veqIVoDE87 {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-veqIVoDE87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqIVoDE87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqIVoDE87 .content-wrap {
  width: -webkit-fill-available;
}
.cid-veqIVoDE87 .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .cid-veqIVoDE87 .card-wrapper {
    padding-right: 0;
  }
}
.cid-veqIVoDE87 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-veqIVoDE87 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veqIVoDE87 .card-wrapper .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veqIVoDE87 .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-veqIVoDE87 .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-veqIVoDE87 .card-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .cid-veqIVoDE87 {
    display: block;
  }
}
.cid-veqIVoDE87 .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-veqIVoDE87 .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-veqIVoDE87 .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-veqIVoDE87 .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #000000;
  box-shadow: 0 -28px 0 #000000;
  transform: none;
}
.cid-veqIVoDE87 .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-veqIVoDE87 .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-veqIVoDE87 .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-veqIVoDE87 .image-wrapper .image-wrap {
  height: 100%;
}
.cid-veqIVoDE87 .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-veqIVoDE87 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-veqIVoDE87 .mbr-label {
  color: #ffffff;
}
.cid-veqIVoDE87 .mbr-section-title {
  color: #0a0a0a;
}
.cid-veqIVoDE87 .mbr-section-title,
.cid-veqIVoDE87 .mbr-section-btn {
  color: #ffffff;
}
.cid-veqLBBGG7G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqLBBGG7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqLBBGG7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqLBBGG7G .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqLBBGG7G .mbr-section-title {
  color: #24262b;
}
.cid-veqLBBGG7G .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqLBBGG7G .cards-row {
  row-gap: 32px;
}
.cid-veqLBBGG7G .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqLBBGG7G .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqLBBGG7G .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqLBBGG7G .card-subtitle {
  color: #24262b;
}
.cid-veqLBBGG7G .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqLBBGG7G .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqLBBGG7G .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqLBBGG7G .item-img {
    min-height: auto;
  }
}
.cid-veqLBBGG7G .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqLBBGG7G .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-veqNILkePt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqNILkePt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqNILkePt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqNILkePt .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqNILkePt .mbr-section-title {
  color: #24262b;
}
.cid-veqNILkePt .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqNILkePt .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-veqNILkePt .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqNILkePt .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqNILkePt .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqNILkePt .card-subtitle {
  color: #24262b;
}
.cid-veqNILkePt .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqNILkePt .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqNILkePt .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqNILkePt .item-img {
    min-height: auto;
  }
}
.cid-veqNILkePt .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqNILkePt .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-veqOdmKZ1O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqOdmKZ1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqOdmKZ1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqOdmKZ1O .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqOdmKZ1O .mbr-section-title {
  color: #24262b;
}
.cid-veqOdmKZ1O .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqOdmKZ1O .cards-row {
  row-gap: 32px;
}
.cid-veqOdmKZ1O .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqOdmKZ1O .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqOdmKZ1O .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqOdmKZ1O .card-subtitle {
  color: #24262b;
}
.cid-veqOdmKZ1O .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqOdmKZ1O .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqOdmKZ1O .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqOdmKZ1O .item-img {
    min-height: auto;
  }
}
.cid-veqOdmKZ1O .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqOdmKZ1O .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-veqOzlxDQx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqOzlxDQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqOzlxDQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqOzlxDQx .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqOzlxDQx .mbr-section-title {
  color: #24262b;
}
.cid-veqOzlxDQx .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqOzlxDQx .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-veqOzlxDQx .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqOzlxDQx .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqOzlxDQx .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqOzlxDQx .card-subtitle {
  color: #24262b;
}
.cid-veqOzlxDQx .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqOzlxDQx .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqOzlxDQx .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqOzlxDQx .item-img {
    min-height: auto;
  }
}
.cid-veqOzlxDQx .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqOzlxDQx .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-veqOYSYtLw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqOYSYtLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqOYSYtLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqOYSYtLw .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqOYSYtLw .mbr-section-title {
  color: #24262b;
}
.cid-veqOYSYtLw .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqOYSYtLw .cards-row {
  row-gap: 32px;
}
.cid-veqOYSYtLw .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqOYSYtLw .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqOYSYtLw .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqOYSYtLw .card-subtitle {
  color: #24262b;
}
.cid-veqOYSYtLw .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqOYSYtLw .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqOYSYtLw .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqOYSYtLw .item-img {
    min-height: auto;
  }
}
.cid-veqOYSYtLw .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqOYSYtLw .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-veqPuTvaNn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqPuTvaNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqPuTvaNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqPuTvaNn .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqPuTvaNn .mbr-section-title {
  color: #24262b;
}
.cid-veqPuTvaNn .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqPuTvaNn .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-veqPuTvaNn .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqPuTvaNn .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqPuTvaNn .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqPuTvaNn .card-subtitle {
  color: #24262b;
}
.cid-veqPuTvaNn .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqPuTvaNn .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqPuTvaNn .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqPuTvaNn .item-img {
    min-height: auto;
  }
}
.cid-veqPuTvaNn .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqPuTvaNn .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-ver9Z0Co6b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ver9Z0Co6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ver9Z0Co6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ver9Z0Co6b .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ver9Z0Co6b .mbr-section-title {
  color: #24262b;
}
.cid-ver9Z0Co6b .mbr-section-subtitle {
  color: #24262b;
}
.cid-ver9Z0Co6b .cards-row {
  row-gap: 32px;
}
.cid-ver9Z0Co6b .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-ver9Z0Co6b .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-ver9Z0Co6b .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-ver9Z0Co6b .card-subtitle {
  color: #24262b;
}
.cid-ver9Z0Co6b .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-ver9Z0Co6b .mbr-section-btn {
  margin-top: 20px;
}
.cid-ver9Z0Co6b .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-ver9Z0Co6b .item-img {
    min-height: auto;
  }
}
.cid-ver9Z0Co6b .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-ver9Z0Co6b .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-vero05frll {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vero05frll .mbr-fallback-image.disabled {
  display: none;
}
.cid-vero05frll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vero05frll .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-vero05frll .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-vero05frll .title-wrapper .item {
  margin-bottom: 0;
}
.cid-vero05frll .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-vero05frll .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vero05frll .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-vero05frll .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vero05frll .item {
    margin-bottom: 16px;
  }
  .cid-vero05frll .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vero05frll .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vero05frll .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-vero05frll .item .item-wrapper:hover .item-img img,
.cid-vero05frll .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-vero05frll .item .item-wrapper:hover .item-img img,
  .cid-vero05frll .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-vero05frll .item .item-wrapper .item-content .item-title_1,
.cid-vero05frll .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-vero05frll .item .item-wrapper .item-content .item-text_1,
.cid-vero05frll .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-vero05frll .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vero05frll .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-vero05frll .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vero05frll .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-vero05frll .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-vero05frll .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-vero05frll .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vero05frll .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-vero05frll .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-vero05frll .item .card_1 {
  background-color: #ff4306;
}
.cid-vero05frll .item .card_2 {
  background-color: #252525;
}
.cid-vero05frll .item-title_1 {
  color: #ffffff;
}
.cid-vero05frll .item-title_2 {
  color: #ffffff;
}
.cid-vero05frll .item-text_1 {
  color: #ffffff;
}
.cid-vero05frll .item-text_2 {
  color: #0a0a0a;
}
.cid-vero05frll .item-title_1,
.cid-vero05frll .mbr-section-btn {
  color: #000000;
}
.cid-vewC07bvWG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vewC07bvWG .item:focus,
.cid-vewC07bvWG span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vewC07bvWG .align-right {
    text-align: center;
  }
}
.cid-vewC07bvWG .card-wrapper {
  background: #000000;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vewC07bvWG .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-vewC07bvWG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vewC07bvWG .item {
    margin-bottom: 1rem;
  }
}
.cid-vewC07bvWG .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-vewC07bvWG .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vewC07bvWG .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vewC07bvWG .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-vewC07bvWG .item-wrapper {
  position: relative;
  background: #ff4306;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-vewC07bvWG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vewC07bvWG .mbr-section-title {
  color: #ff4306;
  text-align: left;
}
.cid-vewC07bvWG .mbr-text,
.cid-vewC07bvWG .item .mbr-section-btn {
  text-align: center;
}
.cid-vewC07bvWG .mbr-number {
  color: #f0466a;
}
.cid-vewC07bvWG .mbr-section-subtitle,
.cid-vewC07bvWG .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vewC07bvWG .mbr-text {
  text-align: left;
}
.cid-vewC07bvWG .mbr-text,
.cid-vewC07bvWG .mbr-card-btn {
  text-align: left;
}
.cid-vewC07bvWG .mbr-text,
.cid-vewC07bvWG .mbr-section-btn {
  text-align: left;
}
.cid-vewC07bvWG .mbr-text,
.cid-vewC07bvWG .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vewC07bvWG .card-text,
.cid-vewC07bvWG .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vewC07bvWG .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-veBjVeIe7z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veBjVeIe7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBjVeIe7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBjVeIe7z .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-veBjVeIe7z .col-title {
    padding: 0 20px !important;
  }
}
.cid-veBjVeIe7z .mbr-section-title {
  color: #112B6D;
}
.cid-veBjVeIe7z .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-veBjVeIe7z .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-veBjVeIe7z .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-veBjVeIe7z .cards-container {
    padding: 0 20px !important;
  }
}
.cid-veBjVeIe7z .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-veBjVeIe7z .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veBjVeIe7z .card {
    width: 100%;
  }
}
.cid-veBjVeIe7z .card-box {
  width: 100%;
}
.cid-veBjVeIe7z .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-veBjVeIe7z .mbr-iconfont {
  font-size: 92px;
  color: #ffffff;
}
.cid-veBjVeIe7z .card-container {
  width: 100%;
}
.cid-veBjVeIe7z .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-veBjVeIe7z .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-veqIVr5Aoa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-veqIVr5Aoa .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ver7IHgGXY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-ver7IHgGXY nav.navbar {
  position: fixed;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-ver7IHgGXY .dropdown-item {
  border: none !important;
  background: #040402 !important;
  font-weight: 300;
}
.cid-ver7IHgGXY .dropdown-item:hover,
.cid-ver7IHgGXY .dropdown-item:focus {
  background: #040402 !important;
  color: #29d505 !important;
}
.cid-ver7IHgGXY .dropdown-item:hover span {
  color: white;
}
.cid-ver7IHgGXY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ver7IHgGXY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ver7IHgGXY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-ver7IHgGXY .nav-link {
  position: relative;
}
.cid-ver7IHgGXY .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-ver7IHgGXY .container {
    flex-wrap: nowrap;
  }
}
.cid-ver7IHgGXY .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-ver7IHgGXY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ver7IHgGXY .dropdown-menu,
.cid-ver7IHgGXY .navbar.opened {
  background: #040402 !important;
}
.cid-ver7IHgGXY .nav-item:focus,
.cid-ver7IHgGXY .nav-link:focus {
  outline: none;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ver7IHgGXY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ver7IHgGXY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-ver7IHgGXY .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: #040402;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-ver7IHgGXY .navbar.opened {
  transition: all 0.3s;
}
.cid-ver7IHgGXY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-ver7IHgGXY .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-ver7IHgGXY .navbar .navbar-logo img {
  width: auto;
}
.cid-ver7IHgGXY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ver7IHgGXY .navbar.collapsed {
  justify-content: center;
}
.cid-ver7IHgGXY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ver7IHgGXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ver7IHgGXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ver7IHgGXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ver7IHgGXY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ver7IHgGXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ver7IHgGXY .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-ver7IHgGXY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ver7IHgGXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-ver7IHgGXY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-ver7IHgGXY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ver7IHgGXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ver7IHgGXY .navbar.navbar-short {
  min-height: 70px;
}
.cid-ver7IHgGXY .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-ver7IHgGXY .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;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-ver7IHgGXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ver7IHgGXY .navbar-brand .navbar-caption:hover,
.cid-ver7IHgGXY .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-ver7IHgGXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ver7IHgGXY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-ver7IHgGXY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-ver7IHgGXY .dropdown-item.active,
.cid-ver7IHgGXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ver7IHgGXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-ver7IHgGXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ver7IHgGXY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-ver7IHgGXY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-ver7IHgGXY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-ver7IHgGXY .navbar-buttons {
    text-align: left;
  }
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-ver7IHgGXY 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: #040402 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4306;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ver7IHgGXY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ver7IHgGXY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar {
    height: 70px;
  }
  .cid-ver7IHgGXY .navbar.opened {
    height: auto;
  }
  .cid-ver7IHgGXY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ver7IHgGXY .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-ver7IHgGXY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-ver7IHgGXY .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-ver7IHgGXY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-ver7IHgGXY .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-ver7IHgGXY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-ver7IHgGXY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-ver7IHgGXY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-ver7IHgGXY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-ver7IHgGXY .navbar {
    justify-content: flex-start !important;
  }
  .cid-ver7IHgGXY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-ver7IHgGXY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-ver7IHgGXY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-ver7IHgGXY .content-wrap {
  min-height: 70px;
}
.cid-veBk8JeDsM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-veBk8JeDsM H1 {
  color: #e2090d;
}
.cid-veBk8JeDsM h1 {
  background: linear-gradient(to left, #ffa606, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-veBk8JeDsM img {
  width: 100%;
}
.cid-veBk8JeDsM .mbr-text,
.cid-veBk8JeDsM .mbr-section-btn {
  color: #999999;
}
.cid-veBk8JeDsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBk8JeDsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqSXxG28A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-veqSXxG28A .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-veqSXxG28A .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-veqSXxG28A .content-wrapper .border_1 {
  top: 0;
}
.cid-veqSXxG28A .content-wrapper .border_2 {
  bottom: 0;
}
.cid-veqSXxG28A .content-wrapper::before,
.cid-veqSXxG28A .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-veqSXxG28A .content-wrapper::before {
  left: 0;
}
.cid-veqSXxG28A .content-wrapper::after {
  right: 0;
}
.cid-veqSXxG28A .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-veqSXxG28A .item:focus,
.cid-veqSXxG28A span:focus {
  outline: none;
}
.cid-veqSXxG28A .item {
  padding: 32px 0;
  color: #ff4306;
}
.cid-veqSXy1u3E {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-veqSXy1u3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqSXy1u3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqSXy1u3E .content-wrap {
  width: -webkit-fill-available;
}
.cid-veqSXy1u3E .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .cid-veqSXy1u3E .card-wrapper {
    padding-right: 0;
  }
}
.cid-veqSXy1u3E .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-veqSXy1u3E .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veqSXy1u3E .card-wrapper .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veqSXy1u3E .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-veqSXy1u3E .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-veqSXy1u3E .card-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .cid-veqSXy1u3E {
    display: block;
  }
}
.cid-veqSXy1u3E .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-veqSXy1u3E .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-veqSXy1u3E .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-veqSXy1u3E .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #000000;
  box-shadow: 0 -28px 0 #000000;
  transform: none;
}
.cid-veqSXy1u3E .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-veqSXy1u3E .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-veqSXy1u3E .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-veqSXy1u3E .image-wrapper .image-wrap {
  height: 100%;
}
.cid-veqSXy1u3E .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-veqSXy1u3E .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-veqSXy1u3E .mbr-label {
  color: #ffffff;
}
.cid-veqSXy1u3E .mbr-section-title {
  color: #0a0a0a;
}
.cid-veqSXy1u3E .mbr-section-title,
.cid-veqSXy1u3E .mbr-section-btn {
  color: #ffffff;
}
.cid-veqSXylMrH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqSXylMrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqSXylMrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqSXylMrH .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqSXylMrH .mbr-section-title {
  color: #24262b;
}
.cid-veqSXylMrH .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqSXylMrH .cards-row {
  row-gap: 32px;
}
.cid-veqSXylMrH .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqSXylMrH .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqSXylMrH .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqSXylMrH .card-subtitle {
  color: #24262b;
}
.cid-veqSXylMrH .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqSXylMrH .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqSXylMrH .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqSXylMrH .item-img {
    min-height: auto;
  }
}
.cid-veqSXylMrH .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqSXylMrH .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-veqSXyHjvG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqSXyHjvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqSXyHjvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqSXyHjvG .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqSXyHjvG .mbr-section-title {
  color: #24262b;
}
.cid-veqSXyHjvG .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqSXyHjvG .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-veqSXyHjvG .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqSXyHjvG .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqSXyHjvG .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqSXyHjvG .card-subtitle {
  color: #24262b;
}
.cid-veqSXyHjvG .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqSXyHjvG .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqSXyHjvG .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqSXyHjvG .item-img {
    min-height: auto;
  }
}
.cid-veqSXyHjvG .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqSXyHjvG .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-veqSXz9yHt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqSXz9yHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqSXz9yHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqSXz9yHt .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqSXz9yHt .mbr-section-title {
  color: #24262b;
}
.cid-veqSXz9yHt .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqSXz9yHt .cards-row {
  row-gap: 32px;
}
.cid-veqSXz9yHt .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqSXz9yHt .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqSXz9yHt .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqSXz9yHt .card-subtitle {
  color: #24262b;
}
.cid-veqSXz9yHt .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqSXz9yHt .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqSXz9yHt .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqSXz9yHt .item-img {
    min-height: auto;
  }
}
.cid-veqSXz9yHt .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqSXz9yHt .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-veqSXzwIWW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqSXzwIWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqSXzwIWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqSXzwIWW .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqSXzwIWW .mbr-section-title {
  color: #24262b;
}
.cid-veqSXzwIWW .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqSXzwIWW .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-veqSXzwIWW .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqSXzwIWW .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqSXzwIWW .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqSXzwIWW .card-subtitle {
  color: #24262b;
}
.cid-veqSXzwIWW .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqSXzwIWW .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqSXzwIWW .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqSXzwIWW .item-img {
    min-height: auto;
  }
}
.cid-veqSXzwIWW .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqSXzwIWW .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-veqSXzTMjt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqSXzTMjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqSXzTMjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqSXzTMjt .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqSXzTMjt .mbr-section-title {
  color: #24262b;
}
.cid-veqSXzTMjt .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqSXzTMjt .cards-row {
  row-gap: 32px;
}
.cid-veqSXzTMjt .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqSXzTMjt .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqSXzTMjt .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqSXzTMjt .card-subtitle {
  color: #24262b;
}
.cid-veqSXzTMjt .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqSXzTMjt .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqSXzTMjt .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqSXzTMjt .item-img {
    min-height: auto;
  }
}
.cid-veqSXzTMjt .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqSXzTMjt .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-vero2BGqWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vero2BGqWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vero2BGqWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vero2BGqWj .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-vero2BGqWj .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-vero2BGqWj .title-wrapper .item {
  margin-bottom: 0;
}
.cid-vero2BGqWj .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-vero2BGqWj .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vero2BGqWj .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-vero2BGqWj .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vero2BGqWj .item {
    margin-bottom: 16px;
  }
  .cid-vero2BGqWj .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vero2BGqWj .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vero2BGqWj .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-vero2BGqWj .item .item-wrapper:hover .item-img img,
.cid-vero2BGqWj .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-vero2BGqWj .item .item-wrapper:hover .item-img img,
  .cid-vero2BGqWj .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-vero2BGqWj .item .item-wrapper .item-content .item-title_1,
.cid-vero2BGqWj .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-vero2BGqWj .item .item-wrapper .item-content .item-text_1,
.cid-vero2BGqWj .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-vero2BGqWj .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vero2BGqWj .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-vero2BGqWj .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vero2BGqWj .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-vero2BGqWj .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-vero2BGqWj .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-vero2BGqWj .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vero2BGqWj .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-vero2BGqWj .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-vero2BGqWj .item .card_1 {
  background-color: #ff4306;
}
.cid-vero2BGqWj .item .card_2 {
  background-color: #252525;
}
.cid-vero2BGqWj .item-title_1 {
  color: #ffffff;
}
.cid-vero2BGqWj .item-title_2 {
  color: #ffffff;
}
.cid-vero2BGqWj .item-text_1 {
  color: #ffffff;
}
.cid-vero2BGqWj .item-text_2 {
  color: #0a0a0a;
}
.cid-vero2BGqWj .item-title_1,
.cid-vero2BGqWj .mbr-section-btn {
  color: #000000;
}
.cid-vewC2fe0gK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vewC2fe0gK .item:focus,
.cid-vewC2fe0gK span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vewC2fe0gK .align-right {
    text-align: center;
  }
}
.cid-vewC2fe0gK .card-wrapper {
  background: #000000;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vewC2fe0gK .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-vewC2fe0gK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vewC2fe0gK .item {
    margin-bottom: 1rem;
  }
}
.cid-vewC2fe0gK .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-vewC2fe0gK .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vewC2fe0gK .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vewC2fe0gK .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-vewC2fe0gK .item-wrapper {
  position: relative;
  background: #ff4306;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-vewC2fe0gK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vewC2fe0gK .mbr-section-title {
  color: #ff4306;
  text-align: left;
}
.cid-vewC2fe0gK .mbr-text,
.cid-vewC2fe0gK .item .mbr-section-btn {
  text-align: center;
}
.cid-vewC2fe0gK .mbr-number {
  color: #f0466a;
}
.cid-vewC2fe0gK .mbr-section-subtitle,
.cid-vewC2fe0gK .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vewC2fe0gK .mbr-text {
  text-align: left;
}
.cid-vewC2fe0gK .mbr-text,
.cid-vewC2fe0gK .mbr-card-btn {
  text-align: left;
}
.cid-vewC2fe0gK .mbr-text,
.cid-vewC2fe0gK .mbr-section-btn {
  text-align: left;
}
.cid-vewC2fe0gK .mbr-text,
.cid-vewC2fe0gK .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vewC2fe0gK .card-text,
.cid-vewC2fe0gK .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vewC2fe0gK .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-veBjYia1rW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veBjYia1rW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBjYia1rW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBjYia1rW .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-veBjYia1rW .col-title {
    padding: 0 20px !important;
  }
}
.cid-veBjYia1rW .mbr-section-title {
  color: #112B6D;
}
.cid-veBjYia1rW .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-veBjYia1rW .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-veBjYia1rW .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-veBjYia1rW .cards-container {
    padding: 0 20px !important;
  }
}
.cid-veBjYia1rW .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-veBjYia1rW .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veBjYia1rW .card {
    width: 100%;
  }
}
.cid-veBjYia1rW .card-box {
  width: 100%;
}
.cid-veBjYia1rW .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-veBjYia1rW .mbr-iconfont {
  font-size: 92px;
  color: #ffffff;
}
.cid-veBjYia1rW .card-container {
  width: 100%;
}
.cid-veBjYia1rW .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-veBjYia1rW .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-veqSXBsPhV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-veqSXBsPhV .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ver7IHgGXY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-ver7IHgGXY nav.navbar {
  position: fixed;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-ver7IHgGXY .dropdown-item {
  border: none !important;
  background: #040402 !important;
  font-weight: 300;
}
.cid-ver7IHgGXY .dropdown-item:hover,
.cid-ver7IHgGXY .dropdown-item:focus {
  background: #040402 !important;
  color: #29d505 !important;
}
.cid-ver7IHgGXY .dropdown-item:hover span {
  color: white;
}
.cid-ver7IHgGXY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ver7IHgGXY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ver7IHgGXY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-ver7IHgGXY .nav-link {
  position: relative;
}
.cid-ver7IHgGXY .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-ver7IHgGXY .container {
    flex-wrap: nowrap;
  }
}
.cid-ver7IHgGXY .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-ver7IHgGXY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ver7IHgGXY .dropdown-menu,
.cid-ver7IHgGXY .navbar.opened {
  background: #040402 !important;
}
.cid-ver7IHgGXY .nav-item:focus,
.cid-ver7IHgGXY .nav-link:focus {
  outline: none;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ver7IHgGXY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ver7IHgGXY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-ver7IHgGXY .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: #040402;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-ver7IHgGXY .navbar.opened {
  transition: all 0.3s;
}
.cid-ver7IHgGXY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-ver7IHgGXY .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-ver7IHgGXY .navbar .navbar-logo img {
  width: auto;
}
.cid-ver7IHgGXY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ver7IHgGXY .navbar.collapsed {
  justify-content: center;
}
.cid-ver7IHgGXY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ver7IHgGXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ver7IHgGXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ver7IHgGXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ver7IHgGXY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ver7IHgGXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ver7IHgGXY .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-ver7IHgGXY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ver7IHgGXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-ver7IHgGXY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-ver7IHgGXY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ver7IHgGXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ver7IHgGXY .navbar.navbar-short {
  min-height: 70px;
}
.cid-ver7IHgGXY .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-ver7IHgGXY .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;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-ver7IHgGXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ver7IHgGXY .navbar-brand .navbar-caption:hover,
.cid-ver7IHgGXY .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-ver7IHgGXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ver7IHgGXY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-ver7IHgGXY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-ver7IHgGXY .dropdown-item.active,
.cid-ver7IHgGXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ver7IHgGXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-ver7IHgGXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ver7IHgGXY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-ver7IHgGXY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-ver7IHgGXY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-ver7IHgGXY .navbar-buttons {
    text-align: left;
  }
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-ver7IHgGXY 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: #040402 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4306;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ver7IHgGXY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ver7IHgGXY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar {
    height: 70px;
  }
  .cid-ver7IHgGXY .navbar.opened {
    height: auto;
  }
  .cid-ver7IHgGXY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ver7IHgGXY .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-ver7IHgGXY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-ver7IHgGXY .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-ver7IHgGXY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-ver7IHgGXY .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-ver7IHgGXY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-ver7IHgGXY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-ver7IHgGXY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-ver7IHgGXY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-ver7IHgGXY .navbar {
    justify-content: flex-start !important;
  }
  .cid-ver7IHgGXY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-ver7IHgGXY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-ver7IHgGXY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-ver7IHgGXY .content-wrap {
  min-height: 70px;
}
.cid-veBkenpjPZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-veBkenpjPZ H1 {
  color: #e2090d;
}
.cid-veBkenpjPZ h1 {
  background: linear-gradient(to left, #ffa606, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-veBkenpjPZ img {
  width: 100%;
}
.cid-veBkenpjPZ .mbr-text,
.cid-veBkenpjPZ .mbr-section-btn {
  color: #999999;
}
.cid-veBkenpjPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBkenpjPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqT36q3Zp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-veqT36q3Zp .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-veqT36q3Zp .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-veqT36q3Zp .content-wrapper .border_1 {
  top: 0;
}
.cid-veqT36q3Zp .content-wrapper .border_2 {
  bottom: 0;
}
.cid-veqT36q3Zp .content-wrapper::before,
.cid-veqT36q3Zp .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-veqT36q3Zp .content-wrapper::before {
  left: 0;
}
.cid-veqT36q3Zp .content-wrapper::after {
  right: 0;
}
.cid-veqT36q3Zp .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-veqT36q3Zp .item:focus,
.cid-veqT36q3Zp span:focus {
  outline: none;
}
.cid-veqT36q3Zp .item {
  padding: 32px 0;
  color: #ff4306;
}
.cid-veqT36Ln7Y {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-veqT36Ln7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqT36Ln7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqT36Ln7Y .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-veqT36Ln7Y .content-wrapper {
    padding: 0 16px;
  }
}
.cid-veqT36Ln7Y .content-wrapper::before,
.cid-veqT36Ln7Y .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-veqT36Ln7Y .content-wrapper::before {
  left: 0;
}
.cid-veqT36Ln7Y .content-wrapper::after {
  right: 0;
}
.cid-veqT36Ln7Y .content-wrap {
  width: -webkit-fill-available;
}
.cid-veqT36Ln7Y .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .cid-veqT36Ln7Y .card-wrapper {
    padding-right: 0;
  }
}
.cid-veqT36Ln7Y .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-veqT36Ln7Y .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veqT36Ln7Y .card-wrapper .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veqT36Ln7Y .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-veqT36Ln7Y .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-veqT36Ln7Y .card-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .cid-veqT36Ln7Y {
    display: block;
  }
}
.cid-veqT36Ln7Y .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-veqT36Ln7Y .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-veqT36Ln7Y .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-veqT36Ln7Y .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #000000;
  box-shadow: 0 -28px 0 #000000;
  transform: none;
}
.cid-veqT36Ln7Y .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-veqT36Ln7Y .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-veqT36Ln7Y .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-veqT36Ln7Y .image-wrapper .image-wrap {
  height: 100%;
}
.cid-veqT36Ln7Y .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-veqT36Ln7Y .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-veqT36Ln7Y .mbr-label {
  color: #ffffff;
}
.cid-veqT36Ln7Y .mbr-section-title {
  color: #0a0a0a;
}
.cid-veqT36Ln7Y .mbr-section-title,
.cid-veqT36Ln7Y .mbr-section-btn {
  color: #ffffff;
}
.cid-veqT3751ys {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqT3751ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqT3751ys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqT3751ys .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqT3751ys .mbr-section-title {
  color: #24262b;
}
.cid-veqT3751ys .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqT3751ys .cards-row {
  row-gap: 32px;
}
.cid-veqT3751ys .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqT3751ys .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqT3751ys .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqT3751ys .card-subtitle {
  color: #24262b;
}
.cid-veqT3751ys .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqT3751ys .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqT3751ys .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqT3751ys .item-img {
    min-height: auto;
  }
}
.cid-veqT3751ys .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqT3751ys .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-veqT37sDPp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqT37sDPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqT37sDPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqT37sDPp .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqT37sDPp .mbr-section-title {
  color: #24262b;
}
.cid-veqT37sDPp .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqT37sDPp .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-veqT37sDPp .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqT37sDPp .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqT37sDPp .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqT37sDPp .card-subtitle {
  color: #24262b;
}
.cid-veqT37sDPp .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqT37sDPp .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqT37sDPp .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqT37sDPp .item-img {
    min-height: auto;
  }
}
.cid-veqT37sDPp .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqT37sDPp .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-veqT37Or9r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqT37Or9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqT37Or9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqT37Or9r .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqT37Or9r .mbr-section-title {
  color: #24262b;
}
.cid-veqT37Or9r .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqT37Or9r .cards-row {
  row-gap: 32px;
}
.cid-veqT37Or9r .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqT37Or9r .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqT37Or9r .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqT37Or9r .card-subtitle {
  color: #24262b;
}
.cid-veqT37Or9r .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqT37Or9r .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqT37Or9r .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqT37Or9r .item-img {
    min-height: auto;
  }
}
.cid-veqT37Or9r .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqT37Or9r .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-veqT38cmdD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqT38cmdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqT38cmdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqT38cmdD .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqT38cmdD .mbr-section-title {
  color: #24262b;
}
.cid-veqT38cmdD .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqT38cmdD .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-veqT38cmdD .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqT38cmdD .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqT38cmdD .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqT38cmdD .card-subtitle {
  color: #24262b;
}
.cid-veqT38cmdD .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqT38cmdD .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqT38cmdD .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqT38cmdD .item-img {
    min-height: auto;
  }
}
.cid-veqT38cmdD .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqT38cmdD .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-vero5csbkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vero5csbkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vero5csbkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vero5csbkM .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-vero5csbkM .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-vero5csbkM .title-wrapper .item {
  margin-bottom: 0;
}
.cid-vero5csbkM .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-vero5csbkM .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vero5csbkM .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-vero5csbkM .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vero5csbkM .item {
    margin-bottom: 16px;
  }
  .cid-vero5csbkM .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vero5csbkM .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vero5csbkM .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-vero5csbkM .item .item-wrapper:hover .item-img img,
.cid-vero5csbkM .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-vero5csbkM .item .item-wrapper:hover .item-img img,
  .cid-vero5csbkM .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-vero5csbkM .item .item-wrapper .item-content .item-title_1,
.cid-vero5csbkM .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-vero5csbkM .item .item-wrapper .item-content .item-text_1,
.cid-vero5csbkM .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-vero5csbkM .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vero5csbkM .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-vero5csbkM .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vero5csbkM .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-vero5csbkM .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-vero5csbkM .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-vero5csbkM .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vero5csbkM .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-vero5csbkM .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-vero5csbkM .item .card_1 {
  background-color: #ff4306;
}
.cid-vero5csbkM .item .card_2 {
  background-color: #252525;
}
.cid-vero5csbkM .item-title_1 {
  color: #ffffff;
}
.cid-vero5csbkM .item-title_2 {
  color: #ffffff;
}
.cid-vero5csbkM .item-text_1 {
  color: #ffffff;
}
.cid-vero5csbkM .item-text_2 {
  color: #0a0a0a;
}
.cid-vero5csbkM .item-title_1,
.cid-vero5csbkM .mbr-section-btn {
  color: #000000;
}
.cid-vewC45DzGM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vewC45DzGM .item:focus,
.cid-vewC45DzGM span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vewC45DzGM .align-right {
    text-align: center;
  }
}
.cid-vewC45DzGM .card-wrapper {
  background: #000000;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vewC45DzGM .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-vewC45DzGM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vewC45DzGM .item {
    margin-bottom: 1rem;
  }
}
.cid-vewC45DzGM .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-vewC45DzGM .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vewC45DzGM .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vewC45DzGM .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-vewC45DzGM .item-wrapper {
  position: relative;
  background: #ff4306;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-vewC45DzGM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vewC45DzGM .mbr-section-title {
  color: #ff4306;
  text-align: left;
}
.cid-vewC45DzGM .mbr-text,
.cid-vewC45DzGM .item .mbr-section-btn {
  text-align: center;
}
.cid-vewC45DzGM .mbr-number {
  color: #f0466a;
}
.cid-vewC45DzGM .mbr-section-subtitle,
.cid-vewC45DzGM .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vewC45DzGM .mbr-text {
  text-align: left;
}
.cid-vewC45DzGM .mbr-text,
.cid-vewC45DzGM .mbr-card-btn {
  text-align: left;
}
.cid-vewC45DzGM .mbr-text,
.cid-vewC45DzGM .mbr-section-btn {
  text-align: left;
}
.cid-vewC45DzGM .mbr-text,
.cid-vewC45DzGM .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vewC45DzGM .card-text,
.cid-vewC45DzGM .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vewC45DzGM .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-veBklH7Jc8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veBklH7Jc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBklH7Jc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBklH7Jc8 .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-veBklH7Jc8 .col-title {
    padding: 0 20px !important;
  }
}
.cid-veBklH7Jc8 .mbr-section-title {
  color: #112B6D;
}
.cid-veBklH7Jc8 .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-veBklH7Jc8 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-veBklH7Jc8 .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-veBklH7Jc8 .cards-container {
    padding: 0 20px !important;
  }
}
.cid-veBklH7Jc8 .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-veBklH7Jc8 .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veBklH7Jc8 .card {
    width: 100%;
  }
}
.cid-veBklH7Jc8 .card-box {
  width: 100%;
}
.cid-veBklH7Jc8 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-veBklH7Jc8 .mbr-iconfont {
  font-size: 92px;
  color: #ffffff;
}
.cid-veBklH7Jc8 .card-container {
  width: 100%;
}
.cid-veBklH7Jc8 .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-veBklH7Jc8 .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-veqT3acpTp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-veqT3acpTp .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ver7IHgGXY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-ver7IHgGXY nav.navbar {
  position: fixed;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-ver7IHgGXY .dropdown-item {
  border: none !important;
  background: #040402 !important;
  font-weight: 300;
}
.cid-ver7IHgGXY .dropdown-item:hover,
.cid-ver7IHgGXY .dropdown-item:focus {
  background: #040402 !important;
  color: #29d505 !important;
}
.cid-ver7IHgGXY .dropdown-item:hover span {
  color: white;
}
.cid-ver7IHgGXY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ver7IHgGXY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ver7IHgGXY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-ver7IHgGXY .nav-link {
  position: relative;
}
.cid-ver7IHgGXY .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-ver7IHgGXY .container {
    flex-wrap: nowrap;
  }
}
.cid-ver7IHgGXY .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-ver7IHgGXY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ver7IHgGXY .dropdown-menu,
.cid-ver7IHgGXY .navbar.opened {
  background: #040402 !important;
}
.cid-ver7IHgGXY .nav-item:focus,
.cid-ver7IHgGXY .nav-link:focus {
  outline: none;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ver7IHgGXY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ver7IHgGXY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-ver7IHgGXY .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: #040402;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-ver7IHgGXY .navbar.opened {
  transition: all 0.3s;
}
.cid-ver7IHgGXY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-ver7IHgGXY .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-ver7IHgGXY .navbar .navbar-logo img {
  width: auto;
}
.cid-ver7IHgGXY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ver7IHgGXY .navbar.collapsed {
  justify-content: center;
}
.cid-ver7IHgGXY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ver7IHgGXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ver7IHgGXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ver7IHgGXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ver7IHgGXY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ver7IHgGXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ver7IHgGXY .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-ver7IHgGXY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ver7IHgGXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-ver7IHgGXY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-ver7IHgGXY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ver7IHgGXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ver7IHgGXY .navbar.navbar-short {
  min-height: 70px;
}
.cid-ver7IHgGXY .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-ver7IHgGXY .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;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-ver7IHgGXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ver7IHgGXY .navbar-brand .navbar-caption:hover,
.cid-ver7IHgGXY .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-ver7IHgGXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ver7IHgGXY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-ver7IHgGXY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-ver7IHgGXY .dropdown-item.active,
.cid-ver7IHgGXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ver7IHgGXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-ver7IHgGXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ver7IHgGXY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-ver7IHgGXY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-ver7IHgGXY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-ver7IHgGXY .navbar-buttons {
    text-align: left;
  }
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-ver7IHgGXY 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: #040402 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4306;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ver7IHgGXY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ver7IHgGXY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar {
    height: 70px;
  }
  .cid-ver7IHgGXY .navbar.opened {
    height: auto;
  }
  .cid-ver7IHgGXY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ver7IHgGXY .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-ver7IHgGXY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-ver7IHgGXY .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-ver7IHgGXY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-ver7IHgGXY .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-ver7IHgGXY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-ver7IHgGXY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-ver7IHgGXY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-ver7IHgGXY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-ver7IHgGXY .navbar {
    justify-content: flex-start !important;
  }
  .cid-ver7IHgGXY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-ver7IHgGXY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-ver7IHgGXY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-ver7IHgGXY .content-wrap {
  min-height: 70px;
}
.cid-veBkI2yHYB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-veBkI2yHYB H1 {
  color: #e2090d;
}
.cid-veBkI2yHYB h1 {
  background: linear-gradient(to left, #ffa606, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-veBkI2yHYB img {
  width: 100%;
}
.cid-veBkI2yHYB .mbr-text,
.cid-veBkI2yHYB .mbr-section-btn {
  color: #999999;
}
.cid-veBkI2yHYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBkI2yHYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqTvz4kav {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-veqTvz4kav .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-veqTvz4kav .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-veqTvz4kav .content-wrapper .border_1 {
  top: 0;
}
.cid-veqTvz4kav .content-wrapper .border_2 {
  bottom: 0;
}
.cid-veqTvz4kav .content-wrapper::before,
.cid-veqTvz4kav .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-veqTvz4kav .content-wrapper::before {
  left: 0;
}
.cid-veqTvz4kav .content-wrapper::after {
  right: 0;
}
.cid-veqTvz4kav .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-veqTvz4kav .item:focus,
.cid-veqTvz4kav span:focus {
  outline: none;
}
.cid-veqTvz4kav .item {
  padding: 32px 0;
  color: #ff4306;
}
.cid-veqTvzna4X {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-veqTvzna4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqTvzna4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqTvzna4X .content-wrap {
  width: -webkit-fill-available;
}
.cid-veqTvzna4X .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .cid-veqTvzna4X .card-wrapper {
    padding-right: 0;
  }
}
.cid-veqTvzna4X .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-veqTvzna4X .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veqTvzna4X .card-wrapper .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veqTvzna4X .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-veqTvzna4X .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-veqTvzna4X .card-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .cid-veqTvzna4X {
    display: block;
  }
}
.cid-veqTvzna4X .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-veqTvzna4X .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-veqTvzna4X .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-veqTvzna4X .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #000000;
  box-shadow: 0 -28px 0 #000000;
  transform: none;
}
.cid-veqTvzna4X .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-veqTvzna4X .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-veqTvzna4X .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-veqTvzna4X .image-wrapper .image-wrap {
  height: 100%;
}
.cid-veqTvzna4X .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-veqTvzna4X .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-veqTvzna4X .mbr-label {
  color: #ffffff;
}
.cid-veqTvzna4X .mbr-section-title {
  color: #0a0a0a;
}
.cid-veqTvzna4X .mbr-section-title,
.cid-veqTvzna4X .mbr-section-btn {
  color: #ffffff;
}
.cid-vjGiG18ob9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vjGiG18ob9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjGiG18ob9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjGiG18ob9 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vjGiG18ob9 .mbr-section-title {
  color: #24262b;
}
.cid-vjGiG18ob9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-vjGiG18ob9 .cards-row {
  row-gap: 32px;
}
.cid-vjGiG18ob9 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-vjGiG18ob9 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-vjGiG18ob9 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-vjGiG18ob9 .card-subtitle {
  color: #24262b;
}
.cid-vjGiG18ob9 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-vjGiG18ob9 .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjGiG18ob9 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-vjGiG18ob9 .item-img {
    min-height: auto;
  }
}
.cid-vjGiG18ob9 .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-vjGiG18ob9 .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-vjGhXa0ZIl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vjGhXa0ZIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjGhXa0ZIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjGhXa0ZIl .col-12 {
  position: relative;
}
.cid-vjGhXa0ZIl img {
  margin: auto;
}
.cid-vjGhXa0ZIl .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-vjGhXa0ZIl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjGhXa0ZIl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjGhXa0ZIl .image-wrapper {
    padding: 1rem;
  }
}
.cid-vjGhXa0ZIl .mbr-section-title {
  color: #ffffff;
}
.cid-vjGhXa0ZIl .mbr-text,
.cid-vjGhXa0ZIl .mbr-section-btn {
  color: #ffffff;
}
.cid-veqTvzGlpc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqTvzGlpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqTvzGlpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqTvzGlpc .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqTvzGlpc .mbr-section-title {
  color: #24262b;
}
.cid-veqTvzGlpc .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqTvzGlpc .cards-row {
  row-gap: 32px;
}
.cid-veqTvzGlpc .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqTvzGlpc .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqTvzGlpc .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqTvzGlpc .card-subtitle {
  color: #24262b;
}
.cid-veqTvzGlpc .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqTvzGlpc .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqTvzGlpc .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqTvzGlpc .item-img {
    min-height: auto;
  }
}
.cid-veqTvzGlpc .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqTvzGlpc .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-vm3194xyHe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vm3194xyHe .item:focus,
.cid-vm3194xyHe span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vm3194xyHe .align-right {
    text-align: center;
  }
}
.cid-vm3194xyHe .card-wrapper {
  background: #000000;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vm3194xyHe .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-vm3194xyHe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vm3194xyHe .item {
    margin-bottom: 1rem;
  }
}
.cid-vm3194xyHe .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-vm3194xyHe .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vm3194xyHe .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vm3194xyHe .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-vm3194xyHe .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-vm3194xyHe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vm3194xyHe .mbr-section-title {
  color: #ff4306;
  text-align: left;
}
.cid-vm3194xyHe .mbr-text,
.cid-vm3194xyHe .item .mbr-section-btn {
  text-align: center;
}
.cid-vm3194xyHe .mbr-number {
  color: #f0466a;
}
.cid-vm3194xyHe .mbr-section-subtitle,
.cid-vm3194xyHe .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vm3194xyHe .mbr-text {
  text-align: left;
}
.cid-vm3194xyHe .mbr-text,
.cid-vm3194xyHe .mbr-card-btn {
  text-align: left;
}
.cid-vm3194xyHe .mbr-text,
.cid-vm3194xyHe .mbr-section-btn {
  text-align: left;
}
.cid-vm3194xyHe .mbr-text,
.cid-vm3194xyHe .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vm3194xyHe .card-text,
.cid-vm3194xyHe .item .mbr-section-btn {
  text-align: center;
  color: #ff6b3c;
}
.cid-vm3194xyHe .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-vm2ZvkgDjo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #040402;
}
.cid-vm2ZvkgDjo .item-wrapper {
  width: 100%;
}
.cid-vm2ZvkgDjo .left-side {
  text-align: left;
}
.cid-vm2ZvkgDjo .row {
  align-items: center;
  justify-content: center;
}
.cid-vm2ZvkgDjo .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-vm2ZvkgDjo .card-box:focus-within {
  opacity: 1;
}
.cid-vm2ZvkgDjo .row-center {
  height: 100%;
}
.cid-vm2ZvkgDjo .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-vm2ZvkgDjo .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-vm2ZvkgDjo .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-vm2ZvkgDjo .card-wrapper:hover .card-box,
.cid-vm2ZvkgDjo .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-vm2ZvkgDjo .card-wrapper:hover .card-img,
.cid-vm2ZvkgDjo .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-vm2ZvkgDjo .card-wrapper:hover:before,
.cid-vm2ZvkgDjo .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-vm2ZvkgDjo .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-vm2ZvkgDjo .g {
  grid-row-gap: 24px;
}
.cid-vm2ZvkgDjo .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-vm2ZvkgDjo .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-vm2ZvkgDjo .carousel-control {
    display: none;
  }
}
.cid-vm2ZvkgDjo .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-vm2ZvkgDjo .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-vm2ZvkgDjo .card1 {
  background-image: url("../../../assets/images/img-9880-2000x2667.webp");
  background-size: cover;
  background-position: center;
}
.cid-vm2ZvkgDjo .card2 {
  background-image: url("../../../assets/images/img-446-2000x2667.webp");
  background-size: cover;
  background-position: center;
}
.cid-vm2ZvkgDjo .card3 {
  background-image: url("../../../assets/images/img-464-2000x2667.webp");
  background-size: cover;
  background-position: center;
}
.cid-vm2ZvkgDjo .card4 {
  background-image: url("../../../assets/images/img-447-2000x1500.webp");
  background-size: cover;
  background-position: center;
}
.cid-vm2ZvkgDjo .card5 {
  background-image: url("../../../assets/images/img-458-2000x2667.webp");
  background-size: cover;
  background-position: center;
}
.cid-vm2ZvkgDjo .card6 {
  background-image: url("../../../assets/images/img-451-2000x2667.webp");
  background-size: cover;
  background-position: center;
}
.cid-vero9kDOvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vero9kDOvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vero9kDOvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vero9kDOvV .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-vero9kDOvV .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-vero9kDOvV .title-wrapper .item {
  margin-bottom: 0;
}
.cid-vero9kDOvV .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-vero9kDOvV .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vero9kDOvV .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-vero9kDOvV .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vero9kDOvV .item {
    margin-bottom: 16px;
  }
  .cid-vero9kDOvV .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vero9kDOvV .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vero9kDOvV .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-vero9kDOvV .item .item-wrapper:hover .item-img img,
.cid-vero9kDOvV .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-vero9kDOvV .item .item-wrapper:hover .item-img img,
  .cid-vero9kDOvV .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-vero9kDOvV .item .item-wrapper .item-content .item-title_1,
.cid-vero9kDOvV .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-vero9kDOvV .item .item-wrapper .item-content .item-text_1,
.cid-vero9kDOvV .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-vero9kDOvV .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vero9kDOvV .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-vero9kDOvV .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vero9kDOvV .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-vero9kDOvV .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-vero9kDOvV .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-vero9kDOvV .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vero9kDOvV .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-vero9kDOvV .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-vero9kDOvV .item .card_1 {
  background-color: #ff4306;
}
.cid-vero9kDOvV .item .card_2 {
  background-color: #252525;
}
.cid-vero9kDOvV .item-title_1 {
  color: #ffffff;
}
.cid-vero9kDOvV .item-title_2 {
  color: #ffffff;
}
.cid-vero9kDOvV .item-text_1 {
  color: #ffffff;
}
.cid-vero9kDOvV .item-text_2 {
  color: #0a0a0a;
}
.cid-vero9kDOvV .item-title_1,
.cid-vero9kDOvV .mbr-section-btn {
  color: #000000;
}
.cid-vewC5YQf3S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vewC5YQf3S .item:focus,
.cid-vewC5YQf3S span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vewC5YQf3S .align-right {
    text-align: center;
  }
}
.cid-vewC5YQf3S .card-wrapper {
  background: #000000;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vewC5YQf3S .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-vewC5YQf3S .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vewC5YQf3S .item {
    margin-bottom: 1rem;
  }
}
.cid-vewC5YQf3S .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-vewC5YQf3S .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vewC5YQf3S .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vewC5YQf3S .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-vewC5YQf3S .item-wrapper {
  position: relative;
  background: #ff4306;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-vewC5YQf3S .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vewC5YQf3S .mbr-section-title {
  color: #ff4306;
  text-align: left;
}
.cid-vewC5YQf3S .mbr-text,
.cid-vewC5YQf3S .item .mbr-section-btn {
  text-align: center;
}
.cid-vewC5YQf3S .mbr-number {
  color: #f0466a;
}
.cid-vewC5YQf3S .mbr-section-subtitle,
.cid-vewC5YQf3S .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vewC5YQf3S .mbr-text {
  text-align: left;
}
.cid-vewC5YQf3S .mbr-text,
.cid-vewC5YQf3S .mbr-card-btn {
  text-align: left;
}
.cid-vewC5YQf3S .mbr-text,
.cid-vewC5YQf3S .mbr-section-btn {
  text-align: left;
}
.cid-vewC5YQf3S .mbr-text,
.cid-vewC5YQf3S .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vewC5YQf3S .card-text,
.cid-vewC5YQf3S .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vewC5YQf3S .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-veBkEyYde9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veBkEyYde9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBkEyYde9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBkEyYde9 .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-veBkEyYde9 .col-title {
    padding: 0 20px !important;
  }
}
.cid-veBkEyYde9 .mbr-section-title {
  color: #112B6D;
}
.cid-veBkEyYde9 .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-veBkEyYde9 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-veBkEyYde9 .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-veBkEyYde9 .cards-container {
    padding: 0 20px !important;
  }
}
.cid-veBkEyYde9 .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-veBkEyYde9 .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veBkEyYde9 .card {
    width: 100%;
  }
}
.cid-veBkEyYde9 .card-box {
  width: 100%;
}
.cid-veBkEyYde9 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-veBkEyYde9 .mbr-iconfont {
  font-size: 92px;
  color: #ffffff;
}
.cid-veBkEyYde9 .card-container {
  width: 100%;
}
.cid-veBkEyYde9 .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-veBkEyYde9 .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-veqTvCJqTn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-veqTvCJqTn .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ver7IHgGXY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-ver7IHgGXY nav.navbar {
  position: fixed;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-ver7IHgGXY .dropdown-item {
  border: none !important;
  background: #040402 !important;
  font-weight: 300;
}
.cid-ver7IHgGXY .dropdown-item:hover,
.cid-ver7IHgGXY .dropdown-item:focus {
  background: #040402 !important;
  color: #29d505 !important;
}
.cid-ver7IHgGXY .dropdown-item:hover span {
  color: white;
}
.cid-ver7IHgGXY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ver7IHgGXY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ver7IHgGXY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-ver7IHgGXY .nav-link {
  position: relative;
}
.cid-ver7IHgGXY .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-ver7IHgGXY .container {
    flex-wrap: nowrap;
  }
}
.cid-ver7IHgGXY .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-ver7IHgGXY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ver7IHgGXY .dropdown-menu,
.cid-ver7IHgGXY .navbar.opened {
  background: #040402 !important;
}
.cid-ver7IHgGXY .nav-item:focus,
.cid-ver7IHgGXY .nav-link:focus {
  outline: none;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ver7IHgGXY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ver7IHgGXY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ver7IHgGXY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-ver7IHgGXY .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: #040402;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-ver7IHgGXY .navbar.opened {
  transition: all 0.3s;
}
.cid-ver7IHgGXY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-ver7IHgGXY .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-ver7IHgGXY .navbar .navbar-logo img {
  width: auto;
}
.cid-ver7IHgGXY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ver7IHgGXY .navbar.collapsed {
  justify-content: center;
}
.cid-ver7IHgGXY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ver7IHgGXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ver7IHgGXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ver7IHgGXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ver7IHgGXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ver7IHgGXY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ver7IHgGXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ver7IHgGXY .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-ver7IHgGXY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ver7IHgGXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ver7IHgGXY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-ver7IHgGXY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-ver7IHgGXY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ver7IHgGXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ver7IHgGXY .navbar.navbar-short {
  min-height: 70px;
}
.cid-ver7IHgGXY .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-ver7IHgGXY .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;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-ver7IHgGXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ver7IHgGXY .navbar-brand .navbar-caption:hover,
.cid-ver7IHgGXY .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-ver7IHgGXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ver7IHgGXY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-ver7IHgGXY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-ver7IHgGXY .dropdown-item.active,
.cid-ver7IHgGXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ver7IHgGXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ver7IHgGXY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-ver7IHgGXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-ver7IHgGXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ver7IHgGXY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-ver7IHgGXY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-ver7IHgGXY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-ver7IHgGXY .navbar-buttons {
    text-align: left;
  }
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-ver7IHgGXY 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: #040402 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4306;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-ver7IHgGXY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ver7IHgGXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ver7IHgGXY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ver7IHgGXY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ver7IHgGXY .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-ver7IHgGXY .navbar {
    height: 70px;
  }
  .cid-ver7IHgGXY .navbar.opened {
    height: auto;
  }
  .cid-ver7IHgGXY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ver7IHgGXY .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-ver7IHgGXY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-ver7IHgGXY .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-ver7IHgGXY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-ver7IHgGXY .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-ver7IHgGXY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-ver7IHgGXY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-ver7IHgGXY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-ver7IHgGXY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-ver7IHgGXY .navbar {
    justify-content: flex-start !important;
  }
  .cid-ver7IHgGXY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-ver7IHgGXY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-ver7IHgGXY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-ver7IHgGXY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-ver7IHgGXY .content-wrap {
  min-height: 70px;
}
.cid-veBktBWEEb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-veBktBWEEb H1 {
  color: #e2090d;
}
.cid-veBktBWEEb h1 {
  background: linear-gradient(to left, #ffa606, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-veBktBWEEb img {
  width: 100%;
}
.cid-veBktBWEEb .mbr-text,
.cid-veBktBWEEb .mbr-section-btn {
  color: #999999;
}
.cid-veBktBWEEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBktBWEEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqTMfPlK2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-veqTMfPlK2 .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-veqTMfPlK2 .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-veqTMfPlK2 .content-wrapper .border_1 {
  top: 0;
}
.cid-veqTMfPlK2 .content-wrapper .border_2 {
  bottom: 0;
}
.cid-veqTMfPlK2 .content-wrapper::before,
.cid-veqTMfPlK2 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-veqTMfPlK2 .content-wrapper::before {
  left: 0;
}
.cid-veqTMfPlK2 .content-wrapper::after {
  right: 0;
}
.cid-veqTMfPlK2 .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-veqTMfPlK2 .item:focus,
.cid-veqTMfPlK2 span:focus {
  outline: none;
}
.cid-veqTMfPlK2 .item {
  padding: 32px 0;
  color: #ff4306;
}
.cid-veqTMg7bOW {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-veqTMg7bOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqTMg7bOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqTMg7bOW .content-wrap {
  width: -webkit-fill-available;
}
.cid-veqTMg7bOW .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .cid-veqTMg7bOW .card-wrapper {
    padding-right: 0;
  }
}
.cid-veqTMg7bOW .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-veqTMg7bOW .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veqTMg7bOW .card-wrapper .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veqTMg7bOW .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-veqTMg7bOW .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-veqTMg7bOW .card-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .cid-veqTMg7bOW {
    display: block;
  }
}
.cid-veqTMg7bOW .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-veqTMg7bOW .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-veqTMg7bOW .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-veqTMg7bOW .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #000000;
  box-shadow: 0 -28px 0 #000000;
  transform: none;
}
.cid-veqTMg7bOW .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-veqTMg7bOW .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-veqTMg7bOW .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-veqTMg7bOW .image-wrapper .image-wrap {
  height: 100%;
}
.cid-veqTMg7bOW .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-veqTMg7bOW .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-veqTMg7bOW .mbr-label {
  color: #ffffff;
}
.cid-veqTMg7bOW .mbr-section-title {
  color: #0a0a0a;
}
.cid-veqTMg7bOW .mbr-section-title,
.cid-veqTMg7bOW .mbr-section-btn {
  color: #ffffff;
}
.cid-veqTMgq7Qo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-veqTMgq7Qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veqTMgq7Qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veqTMgq7Qo .mbr-section-head {
  margin-bottom: 32px;
}
.cid-veqTMgq7Qo .mbr-section-title {
  color: #24262b;
}
.cid-veqTMgq7Qo .mbr-section-subtitle {
  color: #24262b;
}
.cid-veqTMgq7Qo .cards-row {
  row-gap: 32px;
}
.cid-veqTMgq7Qo .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-veqTMgq7Qo .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-veqTMgq7Qo .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-veqTMgq7Qo .card-subtitle {
  color: #24262b;
}
.cid-veqTMgq7Qo .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-veqTMgq7Qo .mbr-section-btn {
  margin-top: 20px;
}
.cid-veqTMgq7Qo .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-veqTMgq7Qo .item-img {
    min-height: auto;
  }
}
.cid-veqTMgq7Qo .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-veqTMgq7Qo .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-verlNsEGa1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-verlNsEGa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-verlNsEGa1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-verlNsEGa1 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-verlNsEGa1 .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-verlNsEGa1 .title-wrapper .item {
  margin-bottom: 0;
}
.cid-verlNsEGa1 .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-verlNsEGa1 .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-verlNsEGa1 .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-verlNsEGa1 .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-verlNsEGa1 .item {
    margin-bottom: 16px;
  }
  .cid-verlNsEGa1 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-verlNsEGa1 .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-verlNsEGa1 .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-verlNsEGa1 .item .item-wrapper:hover .item-img img,
.cid-verlNsEGa1 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-verlNsEGa1 .item .item-wrapper:hover .item-img img,
  .cid-verlNsEGa1 .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-verlNsEGa1 .item .item-wrapper .item-content .item-title_1,
.cid-verlNsEGa1 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-verlNsEGa1 .item .item-wrapper .item-content .item-text_1,
.cid-verlNsEGa1 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-verlNsEGa1 .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-verlNsEGa1 .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-verlNsEGa1 .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-verlNsEGa1 .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-verlNsEGa1 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-verlNsEGa1 .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-verlNsEGa1 .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-verlNsEGa1 .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-verlNsEGa1 .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-verlNsEGa1 .item .card_1 {
  background-color: #ff4306;
}
.cid-verlNsEGa1 .item .card_2 {
  background-color: #252525;
}
.cid-verlNsEGa1 .item-title_1 {
  color: #ffffff;
}
.cid-verlNsEGa1 .item-title_2 {
  color: #ffffff;
}
.cid-verlNsEGa1 .item-text_1 {
  color: #ffffff;
}
.cid-verlNsEGa1 .item-text_2 {
  color: #0a0a0a;
}
.cid-verlNsEGa1 .item-title_1,
.cid-verlNsEGa1 .mbr-section-btn {
  color: #000000;
}
.cid-vewC7JL7Eg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vewC7JL7Eg .item:focus,
.cid-vewC7JL7Eg span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vewC7JL7Eg .align-right {
    text-align: center;
  }
}
.cid-vewC7JL7Eg .card-wrapper {
  background: #000000;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vewC7JL7Eg .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-vewC7JL7Eg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vewC7JL7Eg .item {
    margin-bottom: 1rem;
  }
}
.cid-vewC7JL7Eg .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-vewC7JL7Eg .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vewC7JL7Eg .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vewC7JL7Eg .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-vewC7JL7Eg .item-wrapper {
  position: relative;
  background: #ff4306;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-vewC7JL7Eg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vewC7JL7Eg .mbr-section-title {
  color: #ff4306;
  text-align: left;
}
.cid-vewC7JL7Eg .mbr-text,
.cid-vewC7JL7Eg .item .mbr-section-btn {
  text-align: center;
}
.cid-vewC7JL7Eg .mbr-number {
  color: #f0466a;
}
.cid-vewC7JL7Eg .mbr-section-subtitle,
.cid-vewC7JL7Eg .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vewC7JL7Eg .mbr-text {
  text-align: left;
}
.cid-vewC7JL7Eg .mbr-text,
.cid-vewC7JL7Eg .mbr-card-btn {
  text-align: left;
}
.cid-vewC7JL7Eg .mbr-text,
.cid-vewC7JL7Eg .mbr-section-btn {
  text-align: left;
}
.cid-vewC7JL7Eg .mbr-text,
.cid-vewC7JL7Eg .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vewC7JL7Eg .card-text,
.cid-vewC7JL7Eg .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vewC7JL7Eg .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-veBkBJwCEO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veBkBJwCEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBkBJwCEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBkBJwCEO .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-veBkBJwCEO .col-title {
    padding: 0 20px !important;
  }
}
.cid-veBkBJwCEO .mbr-section-title {
  color: #112B6D;
}
.cid-veBkBJwCEO .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-veBkBJwCEO .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-veBkBJwCEO .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-veBkBJwCEO .cards-container {
    padding: 0 20px !important;
  }
}
.cid-veBkBJwCEO .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-veBkBJwCEO .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veBkBJwCEO .card {
    width: 100%;
  }
}
.cid-veBkBJwCEO .card-box {
  width: 100%;
}
.cid-veBkBJwCEO .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-veBkBJwCEO .mbr-iconfont {
  font-size: 92px;
  color: #ffffff;
}
.cid-veBkBJwCEO .card-container {
  width: 100%;
}
.cid-veBkBJwCEO .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-veBkBJwCEO .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-veqTMjCfMe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-veqTMjCfMe .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vewEAC6um4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vewEAC6um4 nav.navbar {
  position: fixed;
}
.cid-vewEAC6um4 .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-vewEAC6um4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vewEAC6um4 .dropdown-item {
  border: none !important;
  background: #040402 !important;
  font-weight: 300;
}
.cid-vewEAC6um4 .dropdown-item:hover,
.cid-vewEAC6um4 .dropdown-item:focus {
  background: #040402 !important;
  color: #29d505 !important;
}
.cid-vewEAC6um4 .dropdown-item:hover span {
  color: white;
}
.cid-vewEAC6um4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vewEAC6um4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vewEAC6um4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vewEAC6um4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-vewEAC6um4 .nav-link {
  position: relative;
}
.cid-vewEAC6um4 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vewEAC6um4 .container {
    flex-wrap: nowrap;
  }
}
.cid-vewEAC6um4 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vewEAC6um4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vewEAC6um4 .dropdown-menu,
.cid-vewEAC6um4 .navbar.opened {
  background: #040402 !important;
}
.cid-vewEAC6um4 .nav-item:focus,
.cid-vewEAC6um4 .nav-link:focus {
  outline: none;
}
.cid-vewEAC6um4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vewEAC6um4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vewEAC6um4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vewEAC6um4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vewEAC6um4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vewEAC6um4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vewEAC6um4 .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: #040402;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vewEAC6um4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vewEAC6um4 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vewEAC6um4 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vewEAC6um4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vewEAC6um4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vewEAC6um4 .navbar.collapsed {
  justify-content: center;
}
.cid-vewEAC6um4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vewEAC6um4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vewEAC6um4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vewEAC6um4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vewEAC6um4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vewEAC6um4 .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-vewEAC6um4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vewEAC6um4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vewEAC6um4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vewEAC6um4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vewEAC6um4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vewEAC6um4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vewEAC6um4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vewEAC6um4 .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-vewEAC6um4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vewEAC6um4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vewEAC6um4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vewEAC6um4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vewEAC6um4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vewEAC6um4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vewEAC6um4 .navbar.navbar-short {
  min-height: 70px;
}
.cid-vewEAC6um4 .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vewEAC6um4 .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;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vewEAC6um4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vewEAC6um4 .navbar-brand .navbar-caption:hover,
.cid-vewEAC6um4 .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-vewEAC6um4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vewEAC6um4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vewEAC6um4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-vewEAC6um4 .dropdown-item.active,
.cid-vewEAC6um4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vewEAC6um4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vewEAC6um4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vewEAC6um4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vewEAC6um4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vewEAC6um4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vewEAC6um4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vewEAC6um4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vewEAC6um4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vewEAC6um4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-vewEAC6um4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vewEAC6um4 .navbar-buttons {
    text-align: left;
  }
}
.cid-vewEAC6um4 .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-vewEAC6um4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vewEAC6um4 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: #040402 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vewEAC6um4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4306;
}
.cid-vewEAC6um4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vewEAC6um4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vewEAC6um4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vewEAC6um4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vewEAC6um4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vewEAC6um4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vewEAC6um4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vewEAC6um4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vewEAC6um4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vewEAC6um4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vewEAC6um4 .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-vewEAC6um4 .navbar {
    height: 70px;
  }
  .cid-vewEAC6um4 .navbar.opened {
    height: auto;
  }
  .cid-vewEAC6um4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vewEAC6um4 .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vewEAC6um4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vewEAC6um4 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-vewEAC6um4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vewEAC6um4 .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-vewEAC6um4 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vewEAC6um4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vewEAC6um4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vewEAC6um4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vewEAC6um4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vewEAC6um4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vewEAC6um4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vewEAC6um4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vewEAC6um4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vewEAC6um4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vewEAC6um4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vewEAC6um4 .content-wrap {
  min-height: 70px;
}
.cid-veBkOVuFUB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-veBkOVuFUB H1 {
  color: #e2090d;
}
.cid-veBkOVuFUB h1 {
  background: linear-gradient(to left, #ffa606, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-veBkOVuFUB img {
  width: 100%;
}
.cid-veBkOVuFUB .mbr-text,
.cid-veBkOVuFUB .mbr-section-btn {
  color: #999999;
}
.cid-veBkOVuFUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBkOVuFUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewEACzzlL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-vewEACzzlL .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-vewEACzzlL .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-vewEACzzlL .content-wrapper .border_1 {
  top: 0;
}
.cid-vewEACzzlL .content-wrapper .border_2 {
  bottom: 0;
}
.cid-vewEACzzlL .content-wrapper::before,
.cid-vewEACzzlL .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-vewEACzzlL .content-wrapper::before {
  left: 0;
}
.cid-vewEACzzlL .content-wrapper::after {
  right: 0;
}
.cid-vewEACzzlL .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-vewEACzzlL .item:focus,
.cid-vewEACzzlL span:focus {
  outline: none;
}
.cid-vewEACzzlL .item {
  padding: 32px 0;
  color: #ff4306;
}
.cid-vewEACKvAj {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-vewEACKvAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewEACKvAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewEACKvAj .content-wrap {
  width: -webkit-fill-available;
}
.cid-vewEACKvAj .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .cid-vewEACKvAj .card-wrapper {
    padding-right: 0;
  }
}
.cid-vewEACKvAj .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-vewEACKvAj .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vewEACKvAj .card-wrapper .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vewEACKvAj .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vewEACKvAj .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-vewEACKvAj .card-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .cid-vewEACKvAj {
    display: block;
  }
}
.cid-vewEACKvAj .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-vewEACKvAj .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-vewEACKvAj .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-vewEACKvAj .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #000000;
  box-shadow: 0 -28px 0 #000000;
  transform: none;
}
.cid-vewEACKvAj .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-vewEACKvAj .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-vewEACKvAj .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-vewEACKvAj .image-wrapper .image-wrap {
  height: 100%;
}
.cid-vewEACKvAj .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-vewEACKvAj .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vewEACKvAj .mbr-label {
  color: #ffffff;
}
.cid-vewEACKvAj .mbr-section-title {
  color: #0a0a0a;
}
.cid-vewEACKvAj .mbr-section-title,
.cid-vewEACKvAj .mbr-section-btn {
  color: #ff4306;
}
.cid-vourXWXc8f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040402;
}
.cid-vourXWXc8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vourXWXc8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vourXWXc8f .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-vourXWXc8f .bg-twitter:hover {
  background: #0c85d0;
}
.cid-vourXWXc8f .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vourXWXc8f .bg-instagram:hover {
  background: #bd005c;
}
.cid-vourXWXc8f .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vourXWXc8f [class^="socicon-"]:before,
.cid-vourXWXc8f [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vourXWXc8f .mbr-section-title,
.cid-vourXWXc8f .social-list {
  color: #ff4306;
}
.cid-vewEADALHL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vewEADALHL .item:focus,
.cid-vewEADALHL span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vewEADALHL .align-right {
    text-align: center;
  }
}
.cid-vewEADALHL .card-wrapper {
  background: #000000;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vewEADALHL .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-vewEADALHL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vewEADALHL .item {
    margin-bottom: 1rem;
  }
}
.cid-vewEADALHL .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-vewEADALHL .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vewEADALHL .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vewEADALHL .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-vewEADALHL .item-wrapper {
  position: relative;
  background: #ff4306;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-vewEADALHL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vewEADALHL .mbr-section-title {
  color: #ff4306;
  text-align: left;
}
.cid-vewEADALHL .mbr-text,
.cid-vewEADALHL .item .mbr-section-btn {
  text-align: center;
}
.cid-vewEADALHL .mbr-number {
  color: #f0466a;
}
.cid-vewEADALHL .mbr-section-subtitle,
.cid-vewEADALHL .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vewEADALHL .mbr-text {
  text-align: left;
}
.cid-vewEADALHL .mbr-text,
.cid-vewEADALHL .mbr-card-btn {
  text-align: left;
}
.cid-vewEADALHL .mbr-text,
.cid-vewEADALHL .mbr-section-btn {
  text-align: left;
}
.cid-vewEADALHL .mbr-text,
.cid-vewEADALHL .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vewEADALHL .card-text,
.cid-vewEADALHL .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vewEADALHL .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-veBkZiuOlk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veBkZiuOlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veBkZiuOlk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veBkZiuOlk .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-veBkZiuOlk .col-title {
    padding: 0 20px !important;
  }
}
.cid-veBkZiuOlk .mbr-section-title {
  color: #112B6D;
}
.cid-veBkZiuOlk .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-veBkZiuOlk .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-veBkZiuOlk .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-veBkZiuOlk .cards-container {
    padding: 0 20px !important;
  }
}
.cid-veBkZiuOlk .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-veBkZiuOlk .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veBkZiuOlk .card {
    width: 100%;
  }
}
.cid-veBkZiuOlk .card-box {
  width: 100%;
}
.cid-veBkZiuOlk .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-veBkZiuOlk .mbr-iconfont {
  font-size: 92px;
  color: #ffffff;
}
.cid-veBkZiuOlk .card-container {
  width: 100%;
}
.cid-veBkZiuOlk .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-veBkZiuOlk .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-vewEAE75Pt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vewEAE75Pt .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-voumWjotGz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-voumWjotGz nav.navbar {
  position: fixed;
}
.cid-voumWjotGz .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-voumWjotGz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voumWjotGz .dropdown-item {
  border: none !important;
  background: #040402 !important;
  font-weight: 300;
}
.cid-voumWjotGz .dropdown-item:hover,
.cid-voumWjotGz .dropdown-item:focus {
  background: #040402 !important;
  color: #29d505 !important;
}
.cid-voumWjotGz .dropdown-item:hover span {
  color: white;
}
.cid-voumWjotGz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voumWjotGz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voumWjotGz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voumWjotGz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
.cid-voumWjotGz .nav-link {
  position: relative;
}
.cid-voumWjotGz .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-voumWjotGz .container {
    flex-wrap: nowrap;
  }
}
.cid-voumWjotGz .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voumWjotGz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-voumWjotGz .dropdown-menu,
.cid-voumWjotGz .navbar.opened {
  background: #040402 !important;
}
.cid-voumWjotGz .nav-item:focus,
.cid-voumWjotGz .nav-link:focus {
  outline: none;
}
.cid-voumWjotGz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voumWjotGz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voumWjotGz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voumWjotGz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voumWjotGz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voumWjotGz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voumWjotGz .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: #040402;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-voumWjotGz .navbar.opened {
  transition: all 0.3s;
}
.cid-voumWjotGz .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 12px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-voumWjotGz .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voumWjotGz .navbar .navbar-logo img {
  width: auto;
}
.cid-voumWjotGz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voumWjotGz .navbar.collapsed {
  justify-content: center;
}
.cid-voumWjotGz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voumWjotGz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voumWjotGz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-voumWjotGz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voumWjotGz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voumWjotGz .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-voumWjotGz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voumWjotGz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voumWjotGz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voumWjotGz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voumWjotGz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voumWjotGz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voumWjotGz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voumWjotGz .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-voumWjotGz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voumWjotGz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voumWjotGz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-voumWjotGz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voumWjotGz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voumWjotGz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voumWjotGz .navbar.navbar-short {
  min-height: 70px;
}
.cid-voumWjotGz .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-voumWjotGz .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;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-voumWjotGz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voumWjotGz .navbar-brand .navbar-caption:hover,
.cid-voumWjotGz .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-voumWjotGz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voumWjotGz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voumWjotGz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #29d505 !important;
}
.cid-voumWjotGz .dropdown-item.active,
.cid-voumWjotGz .dropdown-item:active {
  background-color: transparent;
}
.cid-voumWjotGz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voumWjotGz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voumWjotGz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voumWjotGz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
  top: 2.4rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voumWjotGz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voumWjotGz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voumWjotGz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voumWjotGz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voumWjotGz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-voumWjotGz .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voumWjotGz .navbar-buttons {
    text-align: left;
  }
}
.cid-voumWjotGz .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-voumWjotGz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voumWjotGz 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: #040402 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-voumWjotGz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4306;
}
.cid-voumWjotGz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voumWjotGz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-voumWjotGz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-voumWjotGz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-voumWjotGz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voumWjotGz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voumWjotGz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voumWjotGz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voumWjotGz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voumWjotGz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voumWjotGz .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-voumWjotGz .navbar {
    height: 70px;
  }
  .cid-voumWjotGz .navbar.opened {
    height: auto;
  }
  .cid-voumWjotGz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voumWjotGz .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-voumWjotGz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-voumWjotGz .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.cid-voumWjotGz .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-voumWjotGz .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.cid-voumWjotGz .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-voumWjotGz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voumWjotGz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voumWjotGz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voumWjotGz .navbar {
    justify-content: flex-start !important;
  }
  .cid-voumWjotGz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voumWjotGz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voumWjotGz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voumWjotGz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voumWjotGz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voumWjotGz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voumWjotGz .content-wrap {
  min-height: 70px;
}
.cid-voumWjJ5gU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-voumWjJ5gU H1 {
  color: #e2090d;
}
.cid-voumWjJ5gU h1 {
  background: linear-gradient(to left, #ffa606, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-voumWjJ5gU img {
  width: 100%;
}
.cid-voumWjJ5gU .mbr-text,
.cid-voumWjJ5gU .mbr-section-btn {
  color: #999999;
}
.cid-voumWjJ5gU .mbr-fallback-image.disabled {
  display: none;
}
.cid-voumWjJ5gU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voumWk0ccZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-voumWk0ccZ .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-voumWk0ccZ .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-voumWk0ccZ .content-wrapper .border_1 {
  top: 0;
}
.cid-voumWk0ccZ .content-wrapper .border_2 {
  bottom: 0;
}
.cid-voumWk0ccZ .content-wrapper::before,
.cid-voumWk0ccZ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-voumWk0ccZ .content-wrapper::before {
  left: 0;
}
.cid-voumWk0ccZ .content-wrapper::after {
  right: 0;
}
.cid-voumWk0ccZ .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-voumWk0ccZ .item:focus,
.cid-voumWk0ccZ span:focus {
  outline: none;
}
.cid-voumWk0ccZ .item {
  padding: 32px 0;
  color: #ff4306;
}
.cid-voumWkdrOQ {
  background-color: #000000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-voumWkdrOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voumWkdrOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voumWkdrOQ .content-wrap {
  width: -webkit-fill-available;
}
.cid-voumWkdrOQ .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .cid-voumWkdrOQ .card-wrapper {
    padding-right: 0;
  }
}
.cid-voumWkdrOQ .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-voumWkdrOQ .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-voumWkdrOQ .card-wrapper .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-voumWkdrOQ .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-voumWkdrOQ .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-voumWkdrOQ .card-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .cid-voumWkdrOQ {
    display: block;
  }
}
.cid-voumWkdrOQ .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-voumWkdrOQ .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-voumWkdrOQ .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-voumWkdrOQ .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #000000;
  box-shadow: 0 -28px 0 #000000;
  transform: none;
}
.cid-voumWkdrOQ .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-voumWkdrOQ .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-voumWkdrOQ .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-voumWkdrOQ .image-wrapper .image-wrap {
  height: 100%;
}
.cid-voumWkdrOQ .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-voumWkdrOQ .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-voumWkdrOQ .mbr-label {
  color: #ffffff;
}
.cid-voumWkdrOQ .mbr-section-title {
  color: #0a0a0a;
}
.cid-voumWkdrOQ .mbr-section-title,
.cid-voumWkdrOQ .mbr-section-btn {
  color: #ff4306;
}
.cid-vourSddm4x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #040402;
}
.cid-vourSddm4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vourSddm4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vourSddm4x .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-vourSddm4x .bg-twitter:hover {
  background: #0c85d0;
}
.cid-vourSddm4x .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vourSddm4x .bg-instagram:hover {
  background: #bd005c;
}
.cid-vourSddm4x .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vourSddm4x [class^="socicon-"]:before,
.cid-vourSddm4x [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vourSddm4x .mbr-section-title,
.cid-vourSddm4x .social-list {
  color: #ff4306;
}
.cid-voumWkt2Gy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-voumWkt2Gy .item:focus,
.cid-voumWkt2Gy span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-voumWkt2Gy .align-right {
    text-align: center;
  }
}
.cid-voumWkt2Gy .card-wrapper {
  background: #000000;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-voumWkt2Gy .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-voumWkt2Gy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-voumWkt2Gy .item {
    margin-bottom: 1rem;
  }
}
.cid-voumWkt2Gy .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-voumWkt2Gy .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-voumWkt2Gy .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-voumWkt2Gy .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-voumWkt2Gy .item-wrapper {
  position: relative;
  background: #ff4306;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: column nowrap;
}
.cid-voumWkt2Gy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-voumWkt2Gy .mbr-section-title {
  color: #ff4306;
  text-align: left;
}
.cid-voumWkt2Gy .mbr-text,
.cid-voumWkt2Gy .item .mbr-section-btn {
  text-align: center;
}
.cid-voumWkt2Gy .mbr-number {
  color: #f0466a;
}
.cid-voumWkt2Gy .mbr-section-subtitle,
.cid-voumWkt2Gy .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-voumWkt2Gy .mbr-text {
  text-align: left;
}
.cid-voumWkt2Gy .mbr-text,
.cid-voumWkt2Gy .mbr-card-btn {
  text-align: left;
}
.cid-voumWkt2Gy .mbr-text,
.cid-voumWkt2Gy .mbr-section-btn {
  text-align: left;
}
.cid-voumWkt2Gy .mbr-text,
.cid-voumWkt2Gy .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-voumWkt2Gy .card-text,
.cid-voumWkt2Gy .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-voumWkt2Gy .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-voumWkHo1O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-voumWkHo1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-voumWkHo1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voumWkHo1O .col-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-voumWkHo1O .col-title {
    padding: 0 20px !important;
  }
}
.cid-voumWkHo1O .mbr-section-title {
  color: #112B6D;
}
.cid-voumWkHo1O .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-voumWkHo1O .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-voumWkHo1O .cards-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-voumWkHo1O .cards-container {
    padding: 0 20px !important;
  }
}
.cid-voumWkHo1O .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-voumWkHo1O .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-voumWkHo1O .card {
    width: 100%;
  }
}
.cid-voumWkHo1O .card-box {
  width: 100%;
}
.cid-voumWkHo1O .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-voumWkHo1O .mbr-iconfont {
  font-size: 92px;
  color: #ffffff;
}
.cid-voumWkHo1O .card-container {
  width: 100%;
}
.cid-voumWkHo1O .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-voumWkHo1O .card-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-voumWl0GyV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-voumWl0GyV .media-container-row .mbr-text {
  color: #ffffff;
}
