.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Stack Sans Text;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.26rem + (4.6 - 2.26) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.26rem + (4.6 - 2.26) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.6 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7bbff2 !important;
}
.bg-success {
  background-color: #7028a7 !important;
}
.bg-info {
  background-color: #f8f8f8 !important;
}
.bg-warning {
  background-color: #dabf09 !important;
}
.bg-danger {
  background-color: #a80008 !important;
}
.btn-primary .mbr-iconfont {
  color: #ffffff;
  background-color: #052136;
}
.btn-primary,
.btn-primary:active {
  background-color: #7bbff2 !important;
  border-color: #7bbff2 !important;
  color: #052136 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a9d6f7 !important;
  border-color: #a9d6f7 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #052136 !important;
  background-color: #a9d6f7 !important;
  border-color: #a9d6f7 !important;
}
.btn-secondary .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #24c137 !important;
  border-color: #24c137 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3ddb50 !important;
  border-color: #3ddb50 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3ddb50 !important;
  border-color: #3ddb50 !important;
}
.btn-info .mbr-iconfont {
  color: #ffffff;
  background-color: #5f5f5f;
}
.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: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #5f5f5f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #7028a7 !important;
  border-color: #7028a7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8b34ce !important;
  border-color: #8b34ce !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8b34ce !important;
  border-color: #8b34ce !important;
}
.btn-warning .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #dabf09 !important;
  border-color: #dabf09 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f6da20 !important;
  border-color: #f6da20 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #f6da20 !important;
  border-color: #f6da20 !important;
}
.btn-danger .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #a80008 !important;
  border-color: #a80008 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #db000a !important;
  border-color: #db000a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #db000a !important;
  border-color: #db000a !important;
}
.btn-white .mbr-iconfont {
  color: #ffffff;
  background-color: #666666;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #052136;
  background-color: #7bbff2;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #7bbff2 !important;
  color: #7bbff2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2c99ea !important;
  background-color: transparent !important;
  border-color: #2c99ea !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #2c99ea;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7bbff2 !important;
  border-color: #7bbff2 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #24c137;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #24c137 !important;
  color: #24c137;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #167822 !important;
  background-color: transparent !important;
  border-color: #167822 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #167822;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #24c137 !important;
  border-color: #24c137 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #5f5f5f;
  background-color: #f8f8f8;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f8f8f8 !important;
  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: #cdcdcd !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #343434;
  background-color: #cdcdcd;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #797979 !important;
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #7028a7;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7028a7 !important;
  color: #7028a7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #411761 !important;
  background-color: transparent !important;
  border-color: #411761 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #411761;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7028a7 !important;
  border-color: #7028a7 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #000000;
  background-color: #dabf09;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dabf09 !important;
  color: #dabf09;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #877606 !important;
  background-color: transparent !important;
  border-color: #877606 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #877606;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dabf09 !important;
  border-color: #dabf09 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #a80008;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a80008 !important;
  color: #a80008;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #510004 !important;
  background-color: transparent !important;
  border-color: #510004 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #510004;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a80008 !important;
  border-color: #a80008 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #121212;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #121212 !important;
  color: #121212;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #3b3b3b;
  background-color: #d4d4d4;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #7bbff2 !important;
}
.text-secondary {
  color: #24c137 !important;
}
.text-success {
  color: #7028a7 !important;
}
.text-info {
  color: #f8f8f8 !important;
}
.text-warning {
  color: #dabf09 !important;
}
.text-danger {
  color: #a80008 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #121212 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1e92e9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #146b1f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #391455 !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: #786905 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #420003 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f8f8f8;
}
.alert-warning {
  background-color: #dabf09;
}
.alert-danger {
  background-color: #a80008;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7bbff2;
  border-color: #7bbff2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7bbff2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ae71dd;
}
.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: #fcf2b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff2833;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0 !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7bbff2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #7bbff2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7bbff2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7bbff2;
}
.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: #7bbff2;
  border-bottom-color: #7bbff2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #7bbff2 !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: #24c137 !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='%237bbff2' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 4px 24px;
  font-weight: 400;
  min-height: 50px;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
  margin-left: 24px;
  margin-right: -20px;
  border-radius: 0 !important;
}
.mbr-section-btn .btn-primary .mbr-iconfont {
  color: #fff;
  background-color: #121212;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn .btn-primary.focus .mbr-iconfont,
.mbr-section-btn .btn-primary.active .mbr-iconfont {
  color: #052136;
  background-color: #7bbff2;
}
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-black.focus .mbr-iconfont,
.mbr-section-btn .btn-black.active .mbr-iconfont {
  color: #052136;
  background-color: #7bbff2;
}
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn .btn-white.focus .mbr-iconfont,
.mbr-section-btn .btn-white.active .mbr-iconfont {
  color: #052136;
  background-color: #7bbff2;
}
.embla__button,
.iconfont-wrapper .mbr-iconfont,
.icon-wrapper .mbr-iconfont {
  border-radius: 0 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.little-radius,
.google-map iframe {
  border-radius: 12px !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v9BIMHJIz5 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/1-1600x623.jpg");
}
.cid-v9BIMHJIz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BIMHJIz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9BIMHJIz5 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v9BIMHJIz5 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9BIMHJIz5 .content-wrapper {
    width: 100%;
  }
}
.cid-v9BIMHJIz5 .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v9BIMHJIz5 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v9BIMHJIz5 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 50%, #ffffff);
}
.cid-v9BIMHJIz5 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v9BIMHJIz5 .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v9BIMHJIz5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9BIMHJIz5 .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v9BIMHJIz5 .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v9BIMHJIz5 .mbr-label,
.cid-v9BIMHJIz5 .label-wrapper {
  color: #80b1f3;
  text-align: center;
}
.cid-v9BIMHJIz5 .mbr-section-title {
  color: #ffffff;
}
.cid-v9BIMHJIz5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9BIMHJIz5 .mbr-section-title,
.cid-v9BIMHJIz5 .mbr-section-btn {
  text-align: center;
  color: #7bbff2;
}
.cid-v9BIMHJIz5 .display-1 {
  text-shadow: #000 .5px .5px 2px;
}
.cid-v9BIMHJIz5 .btn-primary {
  color: #212121 !important;
}
.cid-v9BIMHJIz5 .display-6 {
  color: #ffffff !important;
}
.cid-v9BIMHJIz5 .display-5 {
  padding-top: 10px;
  text-shadow: #000 .5px .5px 2px;
}
.cid-v3OW6tx9xK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #7bbff2;
}
.cid-v3OW6tx9xK .item:focus,
.cid-v3OW6tx9xK span:focus {
  outline: none;
}
.cid-v3OW6tx9xK .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3OW6tx9xK .content-head {
  max-width: 800px;
}
.cid-v3OW6tx9xK .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-v3OW6tx9xK .display-2 {
  font-size: 1.8rem;
}
.cid-v3OUsqAepu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #0a0a0a;
}
.cid-v3OUsqAepu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3OUsqAepu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3OUsqAepu .row {
  margin: 0 -20px;
}
.cid-v3OUsqAepu .row .card {
  padding: 0 20px;
  justify-content: space-between;
}
.cid-v3OUsqAepu .image-wrapper {
  position: relative;
  min-height: 411px;
}
@media (max-width: 1440px) {
  .cid-v3OUsqAepu .image-wrapper {
    min-height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-v3OUsqAepu .image-wrapper {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v3OUsqAepu .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-v3OUsqAepu .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3OUsqAepu .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v3OUsqAepu .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v3OUsqAepu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3OUsqAepu .mbr-section-btn {
  margin-top: 16px;
}
.cid-v3OUsqAepu .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3OUsqAepu .mbr-label {
  color: #0a0a0a;
}
.cid-v3OUsqAepu .mbr-section-title {
  color: #ffffff;
}
.cid-v3OUsqAepu .mbr-text {
  color: #ffffff;
}
.cid-v3OUsqAepu .mbr-section-title,
.cid-v3OUsqAepu .mbr-section-btn {
  color: #7bbff2;
}
.cid-v3OUsqAepu .mbr-text,
.cid-v3OUsqAepu .text-wrapper {
  color: #ffffff;
}
.cid-v3OUsqAepu .mbr-section-btn .btn-primary .mbr-iconfont {
  background-color: #687365 !important;
  color: #fff;
}
.cid-v3OUsqAepu .btn-primary {
  color: #212121 !important;
}
.cid-vrnXJLnZZL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #080a10;
}
.cid-vrnXJLnZZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrnXJLnZZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrnXJLnZZL .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vrnXJLnZZL .content-wrapper .content {
  padding: 0;
}
.cid-vrnXJLnZZL .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0;
}
.cid-vrnXJLnZZL .content-wrap .card {
  padding: 0;
}
.cid-vrnXJLnZZL .label-wrapper {
  margin-bottom: 20px;
}
.cid-vrnXJLnZZL .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #21242b;
  padding: 7px 14px 6px;
}
.cid-vrnXJLnZZL .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #d63614;
}
.cid-vrnXJLnZZL .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vrnXJLnZZL .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vrnXJLnZZL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrnXJLnZZL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrnXJLnZZL .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vrnXJLnZZL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
}
@media (max-width: 768px) {
  .cid-vrnXJLnZZL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vrnXJLnZZL .embla__slide .slide-content {
  width: 100%;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .frame-wrapper .cross-section {
  width: 24px;
  height: 24px;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #02050a 45%);
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #02050a 45%);
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(315deg, transparent 45%, #02050a 45%);
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #02050a;
  margin: 0 -1px;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .frame_2 .frame-wrap {
  margin: 0 -1px 0 0;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 1px 24px;
  background-color: #02050a;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  will-change: transform;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-top: 32px;
}
.cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 326px;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 24px);
}
@media (max-width: 992px) {
  .cid-vrnXJLnZZL .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vrnXJLnZZL .embla__button--next,
.cid-vrnXJLnZZL .embla__button--prev {
  display: flex;
}
.cid-vrnXJLnZZL .embla__button {
  bottom: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .5 !important;
  display: none;
}
.cid-vrnXJLnZZL .embla__button:hover {
  opacity: 1 !important;
}
.cid-vrnXJLnZZL .embla__button:disabled {
  opacity: .2 !important;
}
.cid-vrnXJLnZZL .embla__button.embla__button--prev {
  right: 34px;
}
.cid-vrnXJLnZZL .embla__button.embla__button--next {
  right: 0;
}
.cid-vrnXJLnZZL .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vrnXJLnZZL .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vrnXJLnZZL .embla__viewport {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vrnXJLnZZL .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vrnXJLnZZL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrnXJLnZZL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrnXJLnZZL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrnXJLnZZL .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vrnXJLnZZL .mbr-label {
  color: #ffffff;
}
.cid-vrnXJLnZZL .mbr-section-title {
  color: #ffffff;
}
.cid-vrnXJLnZZL .mbr-section-subtitle {
  color: #9e9e9e;
}
.cid-vrnXJLnZZL .item-title {
  color: #ffffff;
}
.cid-vrnXJLnZZL .item-text {
  color: #9e9e9e;
}
.cid-vrnVsxT1Ea {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #575758;
}
.cid-vrnVsxT1Ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrnVsxT1Ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrnVsxT1Ea .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.cid-vrnVsxT1Ea .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vrnVsxT1Ea .content-wrapper .title-wrapper .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vrnVsxT1Ea .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vrnVsxT1Ea .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vrnVsxT1Ea .content-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vrnVsxT1Ea .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrnVsxT1Ea .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vrnVsxT1Ea .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vrnVsxT1Ea .mbr-label,
.cid-vrnVsxT1Ea .label-wrapper {
  color: #116e99;
  text-align: center;
}
.cid-vrnVsxT1Ea .mbr-section-title {
  color: #000000;
}
.cid-vrnVsxT1Ea .mbr-text,
.cid-vrnVsxT1Ea .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}
.cid-vrnVsxT1Ea .mbr-section-title,
.cid-vrnVsxT1Ea .mbr-section-btn,
.cid-vrnVsxT1Ea .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v9BbcvvhIZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v9BbcvvhIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BbcvvhIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9BbcvvhIZ .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-v9BbcvvhIZ .google-map iframe {
    height: 350px;
  }
}
.cid-v9BbksLte3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #02050a;
  overflow: hidden;
}
.cid-vrnEEIz18Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vrnEEIz18Q nav.navbar {
  position: fixed;
}
.cid-vrnEEIz18Q .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vrnEEIz18Q .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vrnEEIz18Q .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-vrnEEIz18Q .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vrnEEIz18Q .dropdown-item {
  border: none !important;
  background: #575758 !important;
  font-weight: 400;
}
.cid-vrnEEIz18Q .dropdown-item:hover,
.cid-vrnEEIz18Q .dropdown-item:focus {
  background: #575758 !important;
  color: #7bbff2 !important;
}
.cid-vrnEEIz18Q .dropdown-item:hover span {
  color: white;
}
.cid-vrnEEIz18Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrnEEIz18Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrnEEIz18Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrnEEIz18Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vrnEEIz18Q .nav-link {
  position: relative;
}
.cid-vrnEEIz18Q .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vrnEEIz18Q .container {
    flex-wrap: nowrap;
  }
}
.cid-vrnEEIz18Q .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrnEEIz18Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrnEEIz18Q .dropdown-menu,
.cid-vrnEEIz18Q .navbar.opened {
  background: #575758 !important;
}
.cid-vrnEEIz18Q .nav-item:focus,
.cid-vrnEEIz18Q .nav-link:focus {
  outline: none;
}
.cid-vrnEEIz18Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrnEEIz18Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vrnEEIz18Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrnEEIz18Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrnEEIz18Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrnEEIz18Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrnEEIz18Q .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #575758;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vrnEEIz18Q .navbar.opened {
  transition: all 0.3s;
}
.cid-vrnEEIz18Q .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vrnEEIz18Q .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vrnEEIz18Q .navbar .navbar-logo img {
  width: auto;
}
.cid-vrnEEIz18Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrnEEIz18Q .navbar.collapsed {
  justify-content: center;
}
.cid-vrnEEIz18Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrnEEIz18Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrnEEIz18Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vrnEEIz18Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrnEEIz18Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrnEEIz18Q .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-vrnEEIz18Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrnEEIz18Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrnEEIz18Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrnEEIz18Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrnEEIz18Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrnEEIz18Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrnEEIz18Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrnEEIz18Q .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-vrnEEIz18Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrnEEIz18Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrnEEIz18Q .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vrnEEIz18Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrnEEIz18Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrnEEIz18Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrnEEIz18Q .navbar.navbar-short {
  min-height: 96px;
}
.cid-vrnEEIz18Q .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vrnEEIz18Q .navbar-brand {
  min-height: 96px;
  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-vrnEEIz18Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vrnEEIz18Q .navbar-brand .navbar-caption:hover,
.cid-vrnEEIz18Q .navbar-brand .navbar-caption:focus {
  color: #7bbff2 !important;
}
.cid-vrnEEIz18Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrnEEIz18Q .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrnEEIz18Q .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7bbff2 !important;
}
.cid-vrnEEIz18Q .dropdown-item.active,
.cid-vrnEEIz18Q .dropdown-item:active {
  background-color: transparent;
}
.cid-vrnEEIz18Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrnEEIz18Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrnEEIz18Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrnEEIz18Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #575758;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vrnEEIz18Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vrnEEIz18Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrnEEIz18Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrnEEIz18Q ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrnEEIz18Q ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vrnEEIz18Q .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vrnEEIz18Q .navbar-buttons {
    text-align: left;
  }
}
.cid-vrnEEIz18Q .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vrnEEIz18Q .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrnEEIz18Q button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #575758 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrnEEIz18Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vrnEEIz18Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrnEEIz18Q button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrnEEIz18Q button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrnEEIz18Q button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrnEEIz18Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrnEEIz18Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrnEEIz18Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrnEEIz18Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrnEEIz18Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrnEEIz18Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrnEEIz18Q .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-vrnEEIz18Q .navbar {
    height: 70px;
  }
  .cid-vrnEEIz18Q .navbar.opened {
    height: auto;
  }
  .cid-vrnEEIz18Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrnEEIz18Q .navbar-nav {
  margin: 0 auto;
}
.cid-vrnEEIz18Q .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrnEEIz18Q .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vrnEEIz18Q .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrnEEIz18Q .nav-item .nav-link:hover {
  background-color: transparent;
  color: #7bbff2 !important;
}
.cid-vrnEEIz18Q .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vrnEEIz18Q .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrnEEIz18Q .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrnEEIz18Q .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vrnEEIz18Q .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrnEEIz18Q .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrnEEIz18Q .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrnEEIz18Q .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrnEEIz18Q .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vrnEEIz18Q .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vrnEEIz18Q .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vrnEEIz18Q .content-wrap {
  min-height: 110px;
}
.cid-vrnEEIz18Q .mbr-section-btn .btn-primary .mbr-iconfont {
  background-color: #687365 !important;
}
.cid-vro1iDk2az {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/1-1600x623.jpg");
}
.cid-vro1iDk2az .mbr-fallback-image.disabled {
  display: none;
}
.cid-vro1iDk2az .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vro1iDk2az .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vro1iDk2az .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vro1iDk2az .content-wrapper {
    width: 100%;
  }
}
.cid-vro1iDk2az .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vro1iDk2az .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vro1iDk2az .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 50%, #ffffff);
}
.cid-vro1iDk2az .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vro1iDk2az .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-vro1iDk2az .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vro1iDk2az .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-vro1iDk2az .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-vro1iDk2az .mbr-label,
.cid-vro1iDk2az .label-wrapper {
  color: #80b1f3;
  text-align: center;
}
.cid-vro1iDk2az .mbr-section-title {
  color: #ffffff;
}
.cid-vro1iDk2az .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vro1iDk2az .mbr-section-title,
.cid-vro1iDk2az .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vro1iDk2az .display-1 {
  text-shadow: #000 .5px .5px 2px;
}
.cid-vro1iDk2az .btn-primary {
  color: #212121 !important;
}
.cid-vro1iDk2az .display-6 {
  color: #ffffff !important;
}
.cid-vro1iDk2az .display-5 {
  padding-top: 10px;
  text-shadow: #000 .5px .5px 2px;
}
.cid-vro1iDBeY4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #7bbff2;
}
.cid-vro1iDBeY4 .item:focus,
.cid-vro1iDBeY4 span:focus {
  outline: none;
}
.cid-vro1iDBeY4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vro1iDBeY4 .content-head {
  max-width: 800px;
}
.cid-vro1iDBeY4 .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vro1iDBeY4 .display-2 {
  font-size: 1.8rem;
}
.cid-vro1iDOs18 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #0a0a0a;
}
.cid-vro1iDOs18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vro1iDOs18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vro1iDOs18 .row {
  margin: 0 -20px;
}
.cid-vro1iDOs18 .row .card {
  padding: 0 20px;
  justify-content: space-between;
}
.cid-vro1iDOs18 .image-wrapper {
  position: relative;
  min-height: 411px;
}
@media (max-width: 1440px) {
  .cid-vro1iDOs18 .image-wrapper {
    min-height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vro1iDOs18 .image-wrapper {
    min-height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vro1iDOs18 .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-vro1iDOs18 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vro1iDOs18 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vro1iDOs18 .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vro1iDOs18 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vro1iDOs18 .mbr-section-btn {
  margin-top: 16px;
}
.cid-vro1iDOs18 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vro1iDOs18 .mbr-label {
  color: #0a0a0a;
}
.cid-vro1iDOs18 .mbr-section-title {
  color: #ffffff;
}
.cid-vro1iDOs18 .mbr-text {
  color: #ffffff;
}
.cid-vro1iDOs18 .mbr-section-title,
.cid-vro1iDOs18 .mbr-section-btn {
  color: #7bbff2;
}
.cid-vro1iDOs18 .mbr-text,
.cid-vro1iDOs18 .text-wrapper {
  color: #ffffff;
}
.cid-vro1iDOs18 .mbr-section-btn .btn-primary .mbr-iconfont {
  background-color: #687365 !important;
  color: #fff;
}
.cid-vro1iDOs18 .btn-primary {
  color: #212121 !important;
}
.cid-vro3c2o8BE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-vro3c2o8BE .item {
  padding-bottom: 2rem;
}
.cid-vro3c2o8BE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vro3c2o8BE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vro3c2o8BE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vro3c2o8BE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vro3c2o8BE .carousel-control,
.cid-vro3c2o8BE .close {
  background: #1b1b1b;
}
.cid-vro3c2o8BE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vro3c2o8BE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vro3c2o8BE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vro3c2o8BE .carousel-control-next span {
  margin-left: 5px;
}
.cid-vro3c2o8BE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vro3c2o8BE .close::before {
  content: '\e91a';
}
.cid-vro3c2o8BE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vro3c2o8BE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vro3c2o8BE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vro3c2o8BE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vro3c2o8BE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vro3c2o8BE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vro3c2o8BE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vro3c2o8BE .carousel-indicators li.active,
.cid-vro3c2o8BE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vro3c2o8BE .carousel-indicators li::after,
.cid-vro3c2o8BE .carousel-indicators li::before {
  content: none;
}
.cid-vro3c2o8BE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vro3c2o8BE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vro3c2o8BE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vro3c2o8BE .carousel-indicators {
    display: none;
  }
}
.cid-vro3c2o8BE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vro3c2o8BE .carousel-inner > .active {
  display: block;
}
.cid-vro3c2o8BE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vro3c2o8BE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vro3c2o8BE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vro3c2o8BE .carousel-control,
  .cid-vro3c2o8BE .carousel-indicators,
  .cid-vro3c2o8BE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vro3c2o8BE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vro3c2o8BE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vro3c2o8BE .carousel-indicators .active,
.cid-vro3c2o8BE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vro3c2o8BE .carousel-indicators .active {
  background: #fff;
}
.cid-vro3c2o8BE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vro3c2o8BE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vro3c2o8BE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vro3c2o8BE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vro3c2o8BE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vro3c2o8BE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vro3c2o8BE .carousel {
  width: 100%;
}
.cid-vro3c2o8BE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vro3c2o8BE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vro3c2o8BE .modal.fade .modal-dialog,
.cid-vro3c2o8BE .modal.in .modal-dialog {
  transform: none;
}
.cid-vro3c2o8BE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vro3c2o8BE H6 {
  text-align: center;
}
.cid-vro3c2o8BE H3 {
  color: #7bbff2;
}
.cid-vro1iEVHZS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #02050a;
  overflow: hidden;
}
.cid-vro1iFdJQ9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vro1iFdJQ9 nav.navbar {
  position: fixed;
}
.cid-vro1iFdJQ9 .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vro1iFdJQ9 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vro1iFdJQ9 .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-vro1iFdJQ9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vro1iFdJQ9 .dropdown-item {
  border: none !important;
  background: #575758 !important;
  font-weight: 400;
}
.cid-vro1iFdJQ9 .dropdown-item:hover,
.cid-vro1iFdJQ9 .dropdown-item:focus {
  background: #575758 !important;
  color: #7bbff2 !important;
}
.cid-vro1iFdJQ9 .dropdown-item:hover span {
  color: white;
}
.cid-vro1iFdJQ9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vro1iFdJQ9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vro1iFdJQ9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vro1iFdJQ9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vro1iFdJQ9 .nav-link {
  position: relative;
}
.cid-vro1iFdJQ9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vro1iFdJQ9 .container {
    flex-wrap: nowrap;
  }
}
.cid-vro1iFdJQ9 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vro1iFdJQ9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vro1iFdJQ9 .dropdown-menu,
.cid-vro1iFdJQ9 .navbar.opened {
  background: #575758 !important;
}
.cid-vro1iFdJQ9 .nav-item:focus,
.cid-vro1iFdJQ9 .nav-link:focus {
  outline: none;
}
.cid-vro1iFdJQ9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vro1iFdJQ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vro1iFdJQ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vro1iFdJQ9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vro1iFdJQ9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vro1iFdJQ9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vro1iFdJQ9 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #575758;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vro1iFdJQ9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vro1iFdJQ9 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vro1iFdJQ9 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vro1iFdJQ9 .navbar .navbar-logo img {
  width: auto;
}
.cid-vro1iFdJQ9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vro1iFdJQ9 .navbar.collapsed {
  justify-content: center;
}
.cid-vro1iFdJQ9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vro1iFdJQ9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vro1iFdJQ9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vro1iFdJQ9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vro1iFdJQ9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vro1iFdJQ9 .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-vro1iFdJQ9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vro1iFdJQ9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vro1iFdJQ9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vro1iFdJQ9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vro1iFdJQ9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vro1iFdJQ9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vro1iFdJQ9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vro1iFdJQ9 .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-vro1iFdJQ9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vro1iFdJQ9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vro1iFdJQ9 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vro1iFdJQ9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vro1iFdJQ9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vro1iFdJQ9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vro1iFdJQ9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vro1iFdJQ9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vro1iFdJQ9 .navbar-brand {
  min-height: 96px;
  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-vro1iFdJQ9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vro1iFdJQ9 .navbar-brand .navbar-caption:hover,
.cid-vro1iFdJQ9 .navbar-brand .navbar-caption:focus {
  color: #7bbff2 !important;
}
.cid-vro1iFdJQ9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vro1iFdJQ9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vro1iFdJQ9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7bbff2 !important;
}
.cid-vro1iFdJQ9 .dropdown-item.active,
.cid-vro1iFdJQ9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vro1iFdJQ9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vro1iFdJQ9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vro1iFdJQ9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vro1iFdJQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #575758;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vro1iFdJQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vro1iFdJQ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vro1iFdJQ9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vro1iFdJQ9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vro1iFdJQ9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vro1iFdJQ9 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vro1iFdJQ9 .navbar-buttons {
    text-align: left;
  }
}
.cid-vro1iFdJQ9 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vro1iFdJQ9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vro1iFdJQ9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #575758 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vro1iFdJQ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vro1iFdJQ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vro1iFdJQ9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vro1iFdJQ9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vro1iFdJQ9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vro1iFdJQ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vro1iFdJQ9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vro1iFdJQ9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vro1iFdJQ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vro1iFdJQ9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vro1iFdJQ9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vro1iFdJQ9 .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-vro1iFdJQ9 .navbar {
    height: 70px;
  }
  .cid-vro1iFdJQ9 .navbar.opened {
    height: auto;
  }
  .cid-vro1iFdJQ9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vro1iFdJQ9 .navbar-nav {
  margin: 0 auto;
}
.cid-vro1iFdJQ9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vro1iFdJQ9 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vro1iFdJQ9 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vro1iFdJQ9 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #7bbff2 !important;
}
.cid-vro1iFdJQ9 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vro1iFdJQ9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vro1iFdJQ9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vro1iFdJQ9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vro1iFdJQ9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vro1iFdJQ9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vro1iFdJQ9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vro1iFdJQ9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vro1iFdJQ9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vro1iFdJQ9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vro1iFdJQ9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vro1iFdJQ9 .content-wrap {
  min-height: 110px;
}
.cid-vro1iFdJQ9 .mbr-section-btn .btn-primary .mbr-iconfont {
  background-color: #687365 !important;
}
.cid-vrorYqAjMY {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/1-1600x623.jpg");
}
.cid-vrorYqAjMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrorYqAjMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrorYqAjMY .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vrorYqAjMY .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vrorYqAjMY .content-wrapper {
    width: 100%;
  }
}
.cid-vrorYqAjMY .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vrorYqAjMY .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vrorYqAjMY .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 50%, #ffffff);
}
.cid-vrorYqAjMY .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vrorYqAjMY .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-vrorYqAjMY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vrorYqAjMY .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-vrorYqAjMY .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-vrorYqAjMY .mbr-label,
.cid-vrorYqAjMY .label-wrapper {
  color: #80b1f3;
  text-align: center;
}
.cid-vrorYqAjMY .mbr-section-title {
  color: #ffffff;
}
.cid-vrorYqAjMY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vrorYqAjMY .mbr-section-title,
.cid-vrorYqAjMY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vrorYqAjMY .display-1 {
  text-shadow: #000 .5px .5px 2px;
  line-height: 1.2;
}
.cid-vrorYqAjMY .btn-primary {
  color: #212121 !important;
}
.cid-vrorYqAjMY .display-6 {
  color: #ffffff !important;
}
.cid-vrorYqAjMY .display-5 {
  padding-top: 10px;
  text-shadow: #000 .5px .5px 2px;
}
.cid-vrorYqQEju {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #7bbff2;
}
.cid-vrorYqQEju .item:focus,
.cid-vrorYqQEju span:focus {
  outline: none;
}
.cid-vrorYqQEju .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vrorYqQEju .content-head {
  max-width: 800px;
}
.cid-vrorYqQEju .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vrorYqQEju .display-2 {
  font-size: 1.8rem;
}
.cid-vroz2Vv5d1 {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-vroz2Vv5d1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #02050a, #323337);
}
.cid-vroz2Vv5d1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vroz2Vv5d1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vroz2Vv5d1 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-vroz2Vv5d1 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-vroz2Vv5d1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vroz2Vv5d1 .container {
    padding: 0 16px;
  }
}
.cid-vroz2Vv5d1 .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vroz2Vv5d1 .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-vroz2Vv5d1 .row {
  justify-content: space-between;
  margin: 0 -24px;
}
.cid-vroz2Vv5d1 .row .item {
  padding: 0 24px;
}
.cid-vroz2Vv5d1 .row .item:first-child {
  margin-bottom: 0;
}
.cid-vroz2Vv5d1 .item {
  margin-bottom: 32px;
}
.cid-vroz2Vv5d1 .item .item-wrapper {
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0 !important;
  padding-bottom: 32px;
}
.cid-vroz2Vv5d1 .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vroz2Vv5d1 .item .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-vroz2Vv5d1 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vroz2Vv5d1 .card-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-vroz2Vv5d1 .card-text {
  color: #c1c1c1;
  text-align: center;
}
.cid-vroz2Vv5d1 .card-title,
.cid-vroz2Vv5d1 .mbr-section-btn {
  text-align: center;
}
.cid-vroz2Vv5d1 .mbr-section-title,
.cid-vroz2Vv5d1 .title-wrapper {
  text-align: center;
  color: #7bbff2;
}
.cid-vrozXRHt4g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.cid-vrozXRHt4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrozXRHt4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrozXRHt4g .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vrozXRHt4g .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vrozXRHt4g .container {
    padding: 0 16px;
  }
}
.cid-vrozXRHt4g .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vrozXRHt4g .google-map iframe {
    height: 350px;
  }
}
.cid-vrorYsLapt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vrorYsLapt nav.navbar {
  position: fixed;
}
.cid-vrorYsLapt .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vrorYsLapt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vrorYsLapt .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-vrorYsLapt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vrorYsLapt .dropdown-item {
  border: none !important;
  background: #575758 !important;
  font-weight: 400;
}
.cid-vrorYsLapt .dropdown-item:hover,
.cid-vrorYsLapt .dropdown-item:focus {
  background: #575758 !important;
  color: #7bbff2 !important;
}
.cid-vrorYsLapt .dropdown-item:hover span {
  color: white;
}
.cid-vrorYsLapt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vrorYsLapt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vrorYsLapt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vrorYsLapt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vrorYsLapt .nav-link {
  position: relative;
}
.cid-vrorYsLapt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vrorYsLapt .container {
    flex-wrap: nowrap;
  }
}
.cid-vrorYsLapt .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vrorYsLapt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vrorYsLapt .dropdown-menu,
.cid-vrorYsLapt .navbar.opened {
  background: #575758 !important;
}
.cid-vrorYsLapt .nav-item:focus,
.cid-vrorYsLapt .nav-link:focus {
  outline: none;
}
.cid-vrorYsLapt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrorYsLapt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vrorYsLapt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrorYsLapt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrorYsLapt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrorYsLapt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrorYsLapt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #575758;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vrorYsLapt .navbar.opened {
  transition: all 0.3s;
}
.cid-vrorYsLapt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vrorYsLapt .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vrorYsLapt .navbar .navbar-logo img {
  width: auto;
}
.cid-vrorYsLapt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vrorYsLapt .navbar.collapsed {
  justify-content: center;
}
.cid-vrorYsLapt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrorYsLapt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrorYsLapt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vrorYsLapt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrorYsLapt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrorYsLapt .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-vrorYsLapt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrorYsLapt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vrorYsLapt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vrorYsLapt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrorYsLapt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrorYsLapt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrorYsLapt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrorYsLapt .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-vrorYsLapt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrorYsLapt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vrorYsLapt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vrorYsLapt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vrorYsLapt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrorYsLapt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vrorYsLapt .navbar.navbar-short {
  min-height: 96px;
}
.cid-vrorYsLapt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vrorYsLapt .navbar-brand {
  min-height: 96px;
  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-vrorYsLapt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vrorYsLapt .navbar-brand .navbar-caption:hover,
.cid-vrorYsLapt .navbar-brand .navbar-caption:focus {
  color: #7bbff2 !important;
}
.cid-vrorYsLapt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrorYsLapt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vrorYsLapt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7bbff2 !important;
}
.cid-vrorYsLapt .dropdown-item.active,
.cid-vrorYsLapt .dropdown-item:active {
  background-color: transparent;
}
.cid-vrorYsLapt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrorYsLapt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrorYsLapt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrorYsLapt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #575758;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vrorYsLapt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vrorYsLapt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vrorYsLapt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrorYsLapt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vrorYsLapt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vrorYsLapt .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vrorYsLapt .navbar-buttons {
    text-align: left;
  }
}
.cid-vrorYsLapt .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vrorYsLapt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vrorYsLapt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #575758 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vrorYsLapt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vrorYsLapt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vrorYsLapt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrorYsLapt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vrorYsLapt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vrorYsLapt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrorYsLapt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrorYsLapt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrorYsLapt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrorYsLapt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vrorYsLapt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vrorYsLapt .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-vrorYsLapt .navbar {
    height: 70px;
  }
  .cid-vrorYsLapt .navbar.opened {
    height: auto;
  }
  .cid-vrorYsLapt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrorYsLapt .navbar-nav {
  margin: 0 auto;
}
.cid-vrorYsLapt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vrorYsLapt .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vrorYsLapt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vrorYsLapt .nav-item .nav-link:hover {
  background-color: transparent;
  color: #7bbff2 !important;
}
.cid-vrorYsLapt .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vrorYsLapt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vrorYsLapt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vrorYsLapt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vrorYsLapt .navbar {
    justify-content: flex-start !important;
  }
  .cid-vrorYsLapt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vrorYsLapt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vrorYsLapt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vrorYsLapt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vrorYsLapt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vrorYsLapt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vrorYsLapt .content-wrap {
  min-height: 110px;
}
.cid-vrorYsLapt .mbr-section-btn .btn-primary .mbr-iconfont {
  background-color: #687365 !important;
}
.cid-vrorYsqrZp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #02050a;
  overflow: hidden;
}
.cid-vroq6PsJjN {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/2-1920x612.jpg");
}
.cid-vroq6PsJjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vroq6PsJjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vroq6PsJjN .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vroq6PsJjN .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vroq6PsJjN .content-wrapper {
    width: 100%;
  }
}
.cid-vroq6PsJjN .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vroq6PsJjN .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vroq6PsJjN .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 50%, #ffffff);
}
.cid-vroq6PsJjN .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vroq6PsJjN .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-vroq6PsJjN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vroq6PsJjN .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-vroq6PsJjN .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-vroq6PsJjN .mbr-label,
.cid-vroq6PsJjN .label-wrapper {
  color: #80b1f3;
  text-align: center;
}
.cid-vroq6PsJjN .mbr-section-title {
  color: #ffffff;
}
.cid-vroq6PsJjN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vroq6PsJjN .mbr-section-title,
.cid-vroq6PsJjN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vroq6PsJjN .display-1 {
  text-shadow: #000 .5px .5px 2px;
}
.cid-vroq6PsJjN .btn-primary {
  color: #212121 !important;
}
.cid-vroq6PsJjN .display-6 {
  color: #ffffff !important;
}
.cid-vroq6PsJjN .display-5 {
  padding-top: 10px;
  text-shadow: #000 .5px .5px 2px;
}
.cid-vroq6PLKXE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #7bbff2;
}
.cid-vroq6PLKXE .item:focus,
.cid-vroq6PLKXE span:focus {
  outline: none;
}
.cid-vroq6PLKXE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vroq6PLKXE .content-head {
  max-width: 800px;
}
.cid-vroq6PLKXE .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vroq6PLKXE .display-2 {
  font-size: 1.8rem;
}
.cid-vroqOGYhoa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-vroqOGYhoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vroqOGYhoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vroqOGYhoa .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.cid-vroqOGYhoa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vroqOGYhoa .content-wrapper .title-wrapper .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vroqOGYhoa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vroqOGYhoa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vroqOGYhoa .content-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vroqOGYhoa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vroqOGYhoa .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vroqOGYhoa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vroqOGYhoa .mbr-label,
.cid-vroqOGYhoa .label-wrapper {
  color: #116e99;
  text-align: center;
}
.cid-vroqOGYhoa .mbr-section-title {
  color: #000000;
}
.cid-vroqOGYhoa .mbr-text,
.cid-vroqOGYhoa .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vroqOGYhoa .mbr-section-title,
.cid-vroqOGYhoa .mbr-section-btn,
.cid-vroqOGYhoa .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vroq6Qf5uw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-vroq6Qf5uw .item {
  padding-bottom: 2rem;
}
.cid-vroq6Qf5uw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vroq6Qf5uw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vroq6Qf5uw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vroq6Qf5uw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vroq6Qf5uw .carousel-control,
.cid-vroq6Qf5uw .close {
  background: #1b1b1b;
}
.cid-vroq6Qf5uw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vroq6Qf5uw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vroq6Qf5uw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vroq6Qf5uw .carousel-control-next span {
  margin-left: 5px;
}
.cid-vroq6Qf5uw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vroq6Qf5uw .close::before {
  content: '\e91a';
}
.cid-vroq6Qf5uw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vroq6Qf5uw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vroq6Qf5uw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vroq6Qf5uw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vroq6Qf5uw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vroq6Qf5uw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vroq6Qf5uw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vroq6Qf5uw .carousel-indicators li.active,
.cid-vroq6Qf5uw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vroq6Qf5uw .carousel-indicators li::after,
.cid-vroq6Qf5uw .carousel-indicators li::before {
  content: none;
}
.cid-vroq6Qf5uw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vroq6Qf5uw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vroq6Qf5uw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vroq6Qf5uw .carousel-indicators {
    display: none;
  }
}
.cid-vroq6Qf5uw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vroq6Qf5uw .carousel-inner > .active {
  display: block;
}
.cid-vroq6Qf5uw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vroq6Qf5uw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vroq6Qf5uw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vroq6Qf5uw .carousel-control,
  .cid-vroq6Qf5uw .carousel-indicators,
  .cid-vroq6Qf5uw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vroq6Qf5uw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vroq6Qf5uw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vroq6Qf5uw .carousel-indicators .active,
.cid-vroq6Qf5uw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vroq6Qf5uw .carousel-indicators .active {
  background: #fff;
}
.cid-vroq6Qf5uw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vroq6Qf5uw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vroq6Qf5uw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vroq6Qf5uw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vroq6Qf5uw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vroq6Qf5uw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vroq6Qf5uw .carousel {
  width: 100%;
}
.cid-vroq6Qf5uw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vroq6Qf5uw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vroq6Qf5uw .modal.fade .modal-dialog,
.cid-vroq6Qf5uw .modal.in .modal-dialog {
  transform: none;
}
.cid-vroq6Qf5uw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vroq6Qf5uw H6 {
  text-align: center;
}
.cid-vroq6Qf5uw H3 {
  color: #7bbff2;
}
.cid-vroq6QAWvf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #02050a;
  overflow: hidden;
}
.cid-vroq6QSMeI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vroq6QSMeI nav.navbar {
  position: fixed;
}
.cid-vroq6QSMeI .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vroq6QSMeI .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vroq6QSMeI .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-vroq6QSMeI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vroq6QSMeI .dropdown-item {
  border: none !important;
  background: #575758 !important;
  font-weight: 400;
}
.cid-vroq6QSMeI .dropdown-item:hover,
.cid-vroq6QSMeI .dropdown-item:focus {
  background: #575758 !important;
  color: #7bbff2 !important;
}
.cid-vroq6QSMeI .dropdown-item:hover span {
  color: white;
}
.cid-vroq6QSMeI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vroq6QSMeI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vroq6QSMeI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vroq6QSMeI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vroq6QSMeI .nav-link {
  position: relative;
}
.cid-vroq6QSMeI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vroq6QSMeI .container {
    flex-wrap: nowrap;
  }
}
.cid-vroq6QSMeI .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vroq6QSMeI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vroq6QSMeI .dropdown-menu,
.cid-vroq6QSMeI .navbar.opened {
  background: #575758 !important;
}
.cid-vroq6QSMeI .nav-item:focus,
.cid-vroq6QSMeI .nav-link:focus {
  outline: none;
}
.cid-vroq6QSMeI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vroq6QSMeI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vroq6QSMeI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vroq6QSMeI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vroq6QSMeI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vroq6QSMeI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vroq6QSMeI .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #575758;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vroq6QSMeI .navbar.opened {
  transition: all 0.3s;
}
.cid-vroq6QSMeI .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vroq6QSMeI .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vroq6QSMeI .navbar .navbar-logo img {
  width: auto;
}
.cid-vroq6QSMeI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vroq6QSMeI .navbar.collapsed {
  justify-content: center;
}
.cid-vroq6QSMeI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vroq6QSMeI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vroq6QSMeI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vroq6QSMeI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vroq6QSMeI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vroq6QSMeI .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-vroq6QSMeI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vroq6QSMeI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vroq6QSMeI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vroq6QSMeI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vroq6QSMeI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vroq6QSMeI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vroq6QSMeI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vroq6QSMeI .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-vroq6QSMeI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vroq6QSMeI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vroq6QSMeI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vroq6QSMeI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vroq6QSMeI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vroq6QSMeI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vroq6QSMeI .navbar.navbar-short {
  min-height: 96px;
}
.cid-vroq6QSMeI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vroq6QSMeI .navbar-brand {
  min-height: 96px;
  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-vroq6QSMeI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vroq6QSMeI .navbar-brand .navbar-caption:hover,
.cid-vroq6QSMeI .navbar-brand .navbar-caption:focus {
  color: #7bbff2 !important;
}
.cid-vroq6QSMeI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vroq6QSMeI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vroq6QSMeI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7bbff2 !important;
}
.cid-vroq6QSMeI .dropdown-item.active,
.cid-vroq6QSMeI .dropdown-item:active {
  background-color: transparent;
}
.cid-vroq6QSMeI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vroq6QSMeI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vroq6QSMeI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vroq6QSMeI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #575758;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vroq6QSMeI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vroq6QSMeI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vroq6QSMeI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vroq6QSMeI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vroq6QSMeI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vroq6QSMeI .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vroq6QSMeI .navbar-buttons {
    text-align: left;
  }
}
.cid-vroq6QSMeI .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vroq6QSMeI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vroq6QSMeI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #575758 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vroq6QSMeI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vroq6QSMeI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vroq6QSMeI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vroq6QSMeI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vroq6QSMeI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vroq6QSMeI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vroq6QSMeI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vroq6QSMeI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vroq6QSMeI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vroq6QSMeI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vroq6QSMeI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vroq6QSMeI .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-vroq6QSMeI .navbar {
    height: 70px;
  }
  .cid-vroq6QSMeI .navbar.opened {
    height: auto;
  }
  .cid-vroq6QSMeI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vroq6QSMeI .navbar-nav {
  margin: 0 auto;
}
.cid-vroq6QSMeI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vroq6QSMeI .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vroq6QSMeI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vroq6QSMeI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #7bbff2 !important;
}
.cid-vroq6QSMeI .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vroq6QSMeI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vroq6QSMeI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vroq6QSMeI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vroq6QSMeI .navbar {
    justify-content: flex-start !important;
  }
  .cid-vroq6QSMeI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vroq6QSMeI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vroq6QSMeI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vroq6QSMeI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vroq6QSMeI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vroq6QSMeI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vroq6QSMeI .content-wrap {
  min-height: 110px;
}
.cid-vroq6QSMeI .mbr-section-btn .btn-primary .mbr-iconfont {
  background-color: #687365 !important;
}
.cid-vro69r7SXz {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/3-1920x612.jpg");
}
.cid-vro69r7SXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vro69r7SXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vro69r7SXz .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vro69r7SXz .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vro69r7SXz .content-wrapper {
    width: 100%;
  }
}
.cid-vro69r7SXz .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vro69r7SXz .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vro69r7SXz .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 50%, #ffffff);
}
.cid-vro69r7SXz .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vro69r7SXz .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-vro69r7SXz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vro69r7SXz .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-vro69r7SXz .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-vro69r7SXz .mbr-label,
.cid-vro69r7SXz .label-wrapper {
  color: #80b1f3;
  text-align: center;
}
.cid-vro69r7SXz .mbr-section-title {
  color: #ffffff;
}
.cid-vro69r7SXz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vro69r7SXz .mbr-section-title,
.cid-vro69r7SXz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vro69r7SXz .display-1 {
  text-shadow: #000 .5px .5px 2px;
}
.cid-vro69r7SXz .btn-primary {
  color: #212121 !important;
}
.cid-vro69r7SXz .display-6 {
  color: #ffffff !important;
}
.cid-vro69r7SXz .display-5 {
  padding-top: 10px;
  text-shadow: #000 .5px .5px 2px;
}
.cid-vro69roa3t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #7bbff2;
}
.cid-vro69roa3t .item:focus,
.cid-vro69roa3t span:focus {
  outline: none;
}
.cid-vro69roa3t .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vro69roa3t .content-head {
  max-width: 800px;
}
.cid-vro69roa3t .item {
  color: #ffffff;
  padding: 10px 0;
}
.cid-vro69roa3t .display-2 {
  font-size: 1.8rem;
}
.cid-vro9Xa8W9V {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
.cid-vro9Xa8W9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vro9Xa8W9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vro9Xa8W9V .container {
    padding: 0 30px;
  }
}
.cid-vro9Xa8W9V .row {
  justify-content: center;
}
.cid-vro9Xa8W9V .title-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-vro9Xa8W9V .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vro9Xa8W9V .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vro9Xa8W9V .list-wrapper {
  padding: 20px 0;
}
.cid-vro9Xa8W9V .list-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vro9Xa8W9V .list-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-vro9Xa8W9V .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vro9Xa8W9V .list-wrapper .list .item-wrap {
  line-height: 50px;
}
.cid-vro9Xa8W9V .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vro9Xa8W9V .mbr-section-subtitle {
  color: #000000;
}
.cid-vro9Xa8W9V .list {
  color: #000000;
}
.cid-vro9Xa8W9V .list,
.cid-vro9Xa8W9V .item-wrap {
  color: #02050a;
}
.cid-vro69rP9a1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-vro69rP9a1 .item {
  padding-bottom: 2rem;
}
.cid-vro69rP9a1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vro69rP9a1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vro69rP9a1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vro69rP9a1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vro69rP9a1 .carousel-control,
.cid-vro69rP9a1 .close {
  background: #1b1b1b;
}
.cid-vro69rP9a1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vro69rP9a1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vro69rP9a1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vro69rP9a1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vro69rP9a1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vro69rP9a1 .close::before {
  content: '\e91a';
}
.cid-vro69rP9a1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vro69rP9a1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vro69rP9a1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vro69rP9a1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vro69rP9a1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vro69rP9a1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vro69rP9a1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vro69rP9a1 .carousel-indicators li.active,
.cid-vro69rP9a1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vro69rP9a1 .carousel-indicators li::after,
.cid-vro69rP9a1 .carousel-indicators li::before {
  content: none;
}
.cid-vro69rP9a1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vro69rP9a1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vro69rP9a1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vro69rP9a1 .carousel-indicators {
    display: none;
  }
}
.cid-vro69rP9a1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vro69rP9a1 .carousel-inner > .active {
  display: block;
}
.cid-vro69rP9a1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vro69rP9a1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vro69rP9a1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vro69rP9a1 .carousel-control,
  .cid-vro69rP9a1 .carousel-indicators,
  .cid-vro69rP9a1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vro69rP9a1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vro69rP9a1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vro69rP9a1 .carousel-indicators .active,
.cid-vro69rP9a1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vro69rP9a1 .carousel-indicators .active {
  background: #fff;
}
.cid-vro69rP9a1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vro69rP9a1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vro69rP9a1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vro69rP9a1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vro69rP9a1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vro69rP9a1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vro69rP9a1 .carousel {
  width: 100%;
}
.cid-vro69rP9a1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vro69rP9a1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vro69rP9a1 .modal.fade .modal-dialog,
.cid-vro69rP9a1 .modal.in .modal-dialog {
  transform: none;
}
.cid-vro69rP9a1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vro69rP9a1 H6 {
  text-align: center;
}
.cid-vro69rP9a1 H3 {
  color: #7bbff2;
}
.cid-vro69sdO82 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #02050a;
  overflow: hidden;
}
.cid-vro69stiXG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vro69stiXG nav.navbar {
  position: fixed;
}
.cid-vro69stiXG .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vro69stiXG .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vro69stiXG .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-vro69stiXG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vro69stiXG .dropdown-item {
  border: none !important;
  background: #575758 !important;
  font-weight: 400;
}
.cid-vro69stiXG .dropdown-item:hover,
.cid-vro69stiXG .dropdown-item:focus {
  background: #575758 !important;
  color: #7bbff2 !important;
}
.cid-vro69stiXG .dropdown-item:hover span {
  color: white;
}
.cid-vro69stiXG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vro69stiXG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vro69stiXG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vro69stiXG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vro69stiXG .nav-link {
  position: relative;
}
.cid-vro69stiXG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vro69stiXG .container {
    flex-wrap: nowrap;
  }
}
.cid-vro69stiXG .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vro69stiXG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vro69stiXG .dropdown-menu,
.cid-vro69stiXG .navbar.opened {
  background: #575758 !important;
}
.cid-vro69stiXG .nav-item:focus,
.cid-vro69stiXG .nav-link:focus {
  outline: none;
}
.cid-vro69stiXG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vro69stiXG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vro69stiXG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vro69stiXG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vro69stiXG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vro69stiXG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vro69stiXG .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #575758;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vro69stiXG .navbar.opened {
  transition: all 0.3s;
}
.cid-vro69stiXG .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vro69stiXG .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vro69stiXG .navbar .navbar-logo img {
  width: auto;
}
.cid-vro69stiXG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vro69stiXG .navbar.collapsed {
  justify-content: center;
}
.cid-vro69stiXG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vro69stiXG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vro69stiXG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vro69stiXG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vro69stiXG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vro69stiXG .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-vro69stiXG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vro69stiXG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vro69stiXG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vro69stiXG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vro69stiXG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vro69stiXG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vro69stiXG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vro69stiXG .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-vro69stiXG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vro69stiXG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vro69stiXG .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vro69stiXG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vro69stiXG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vro69stiXG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vro69stiXG .navbar.navbar-short {
  min-height: 96px;
}
.cid-vro69stiXG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vro69stiXG .navbar-brand {
  min-height: 96px;
  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-vro69stiXG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vro69stiXG .navbar-brand .navbar-caption:hover,
.cid-vro69stiXG .navbar-brand .navbar-caption:focus {
  color: #7bbff2 !important;
}
.cid-vro69stiXG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vro69stiXG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vro69stiXG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #7bbff2 !important;
}
.cid-vro69stiXG .dropdown-item.active,
.cid-vro69stiXG .dropdown-item:active {
  background-color: transparent;
}
.cid-vro69stiXG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vro69stiXG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vro69stiXG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vro69stiXG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #575758;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vro69stiXG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vro69stiXG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vro69stiXG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vro69stiXG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vro69stiXG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vro69stiXG .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vro69stiXG .navbar-buttons {
    text-align: left;
  }
}
.cid-vro69stiXG .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vro69stiXG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vro69stiXG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #575758 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vro69stiXG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vro69stiXG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vro69stiXG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vro69stiXG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vro69stiXG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vro69stiXG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vro69stiXG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vro69stiXG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vro69stiXG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vro69stiXG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vro69stiXG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vro69stiXG .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-vro69stiXG .navbar {
    height: 70px;
  }
  .cid-vro69stiXG .navbar.opened {
    height: auto;
  }
  .cid-vro69stiXG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vro69stiXG .navbar-nav {
  margin: 0 auto;
}
.cid-vro69stiXG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vro69stiXG .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vro69stiXG .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vro69stiXG .nav-item .nav-link:hover {
  background-color: transparent;
  color: #7bbff2 !important;
}
.cid-vro69stiXG .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vro69stiXG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vro69stiXG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vro69stiXG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vro69stiXG .navbar {
    justify-content: flex-start !important;
  }
  .cid-vro69stiXG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vro69stiXG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vro69stiXG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vro69stiXG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vro69stiXG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vro69stiXG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vro69stiXG .content-wrap {
  min-height: 110px;
}
.cid-vro69stiXG .mbr-section-btn .btn-primary .mbr-iconfont {
  background-color: #687365 !important;
}
