.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !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: #ffd7ef !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vvS8HC7Zd5 {
  z-index: 1000;
  width: 100%;
}
.cid-vvS8HC7Zd5 .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-vvS8HC7Zd5 .dropdown-menu {
  padding: 0;
}
.cid-vvS8HC7Zd5 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vvS8HC7Zd5 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vvS8HC7Zd5 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vvS8HC7Zd5 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vvS8HC7Zd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vvS8HC7Zd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvS8HC7Zd5 .nav-link {
  position: relative;
}
.cid-vvS8HC7Zd5 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vvS8HC7Zd5 .dropdown-menu,
.cid-vvS8HC7Zd5 .navbar.opened {
  background: #212428 !important;
}
.cid-vvS8HC7Zd5 .nav-item:focus,
.cid-vvS8HC7Zd5 .nav-link:focus {
  outline: none;
}
.cid-vvS8HC7Zd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vvS8HC7Zd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvS8HC7Zd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vvS8HC7Zd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvS8HC7Zd5 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vvS8HC7Zd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vvS8HC7Zd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vvS8HC7Zd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vvS8HC7Zd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vvS8HC7Zd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvS8HC7Zd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvS8HC7Zd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvS8HC7Zd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvS8HC7Zd5 .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-vvS8HC7Zd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vvS8HC7Zd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vvS8HC7Zd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vvS8HC7Zd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vvS8HC7Zd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vvS8HC7Zd5 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vvS8HC7Zd5 .navbar {
    min-height: 80px;
  }
}
.cid-vvS8HC7Zd5 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vvS8HC7Zd5 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-vvS8HC7Zd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvS8HC7Zd5 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vvS8HC7Zd5 .navbar-brand {
    min-height: 69px;
  }
}
.cid-vvS8HC7Zd5 .dropdown-item.active,
.cid-vvS8HC7Zd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vvS8HC7Zd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvS8HC7Zd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvS8HC7Zd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvS8HC7Zd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vvS8HC7Zd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vvS8HC7Zd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvS8HC7Zd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vvS8HC7Zd5 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvS8HC7Zd5 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vvS8HC7Zd5 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvS8HC7Zd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvS8HC7Zd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vvS8HC7Zd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvS8HC7Zd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvS8HC7Zd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvS8HC7Zd5 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvS8HC7Zd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvS8HC7Zd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvS8HC7Zd5 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvS8HC7Zd5 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vvS8HC7Zd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vvS8HC7Zd5 .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-vvS8HC7Zd5 .navbar {
    height: 70px;
  }
  .cid-vvS8HC7Zd5 .navbar.opened {
    height: auto;
  }
  .cid-vvS8HC7Zd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvS8HC7Zd5 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-vvS8HC7Zd5 .navbar-short {
    min-height: 70px;
  }
}
.cid-vvS8HC7Zd5 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vvS8HC7Zd5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vvS8HC7Zd5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vvS8HC7Zd5 .container-fluid {
    padding: 0 3px;
  }
}
.cid-vvS8HC7Zd5 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vvS8HC7Zd5 .navbar-nav {
  display: flex !important;
}
.cid-vvS8HC7Zd5 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vvS8HC7Zd5 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vvS8HC7Zd5 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vvS8HC7Zd5 .navbar-nav .nav-item .nav-link:hover,
.cid-vvS8HC7Zd5 .navbar-nav .nav-item .nav-link:focus,
.cid-vvS8HC7Zd5 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vvS8HC7Zd5 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #02050a !important;
}
.cid-vvS8HC7Zd5 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vvS8HC7Zd5 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vvS8HC7Zd5 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvS8HC7Zd5 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vvS8HC7Zd5 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvS8HC7Zd5 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvS8HC7Zd5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vvS8HC7Zd5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvS8HC7Zd5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvS8HC7Zd5 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvS8HC7Zd5 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvS8HC7Zd5 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vvS8HC7Zd5 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvS8HC7Zd5 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvS8HC7Zd5 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vvS8HC7Zd5 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvS8HC7Zd5 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvS8HC7Zd5 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vvS8HC7Zd5 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vvS8HC7Zd5 .offcanvas.show {
  transform: translateX(0);
}
.cid-vvS8HC7Zd5 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vvS8HC7Zd5 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vvS8HC7Zd5 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #02050a;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-vvS8HC7Zd5 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vvS8HC7Zd5 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vvS8HC7Zd5 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vvS8HC7Zd5 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vvS8HC7Zd5 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vvS8HC7Zd5 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vvS8HC7Zd5 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vvS8HC7Zd5 .mbr-text {
  color: #53d5f2;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vvS8HC7Zd5 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vvS8HC7Zd5 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vvS8HC7Zd5 ::-webkit-scrollbar {
  width: 1em;
}
.cid-vvS8HC7Zd5 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vvS8HC7Zd5 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vvS8HC7Zd5 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vvS8HC7Zd5 .social-container {
    padding-top: 40px;
  }
}
.cid-vvS8HC7Zd5 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vvS8HC7Zd5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vvS8HC7Zd5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-vvS8HC7Zd5 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vvS8HC7Zd5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vvS8HC7Zd5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vvS8HC7Zd5 .soc-item:hover:before {
  opacity: 1;
}
.cid-vvS8HC7Zd5 .soc-item a {
  animation: none;
}
.cid-vvS8HC7Zd5 .offcanvas_btn {
  margin-top: auto;
}
.cid-vvS8HC7Zd5 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vvS8HC7Zd5 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vvS6YuqN2X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-vvS6YuqN2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvS6YuqN2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvS6YuqN2X .card-wrapper {
  position: relative;
  background-color: #03173c;
  padding: 160px 48px;
  margin: 6px 0;
}
@media (max-width: 1440px) {
  .cid-vvS6YuqN2X .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vvS6YuqN2X .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-vvS6YuqN2X .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-vvS6YuqN2X .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-vvS6YuqN2X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
.cid-vvS6YuqN2X .embla__slide:nth-child(2n) {
  min-width: 40%;
  max-width: 40%;
}
.cid-vvS6YuqN2X .embla__slide:nth-child(3n) {
  min-width: 100%;
  max-width: 100%;
}
.cid-vvS6YuqN2X .embla__slide:nth-child(4n) {
  min-width: 40%;
  max-width: 40%;
}
.cid-vvS6YuqN2X .embla__slide:nth-child(5n) {
  min-width: 60%;
  max-width: 60%;
}
.cid-vvS6YuqN2X .embla__slide:nth-child(6n) {
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vvS6YuqN2X .embla__slide {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.cid-vvS6YuqN2X .embla__slide .slide-content {
  width: 100%;
}
.cid-vvS6YuqN2X .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vvS6YuqN2X .embla__slide .slide-content .item-wrapper .item-img img {
    height: 480px;
  }
}
@media (max-width: 992px) {
  .cid-vvS6YuqN2X .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vvS6YuqN2X .embla__button--next,
.cid-vvS6YuqN2X .embla__button--prev {
  display: flex;
}
.cid-vvS6YuqN2X .embla__button {
  bottom: 45%;
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: #ffffff !important;
  color: #53d5f2 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 1540px) {
  .cid-vvS6YuqN2X .embla__button {
    bottom: 0;
  }
}
.cid-vvS6YuqN2X .embla__button:hover {
  opacity: .8 !important;
}
.cid-vvS6YuqN2X .embla__button:disabled {
  opacity: .2 !important;
}
.cid-vvS6YuqN2X .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 1540px) {
  .cid-vvS6YuqN2X .embla__button.embla__button--prev {
    left: auto;
    margin-left: -74px;
  }
}
.cid-vvS6YuqN2X .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 1540px) {
  .cid-vvS6YuqN2X .embla__button.embla__button--next {
    right: auto;
    margin-right: -74px;
  }
}
.cid-vvS6YuqN2X .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1540px) {
  .cid-vvS6YuqN2X .embla {
    padding-bottom: 8rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vvS6YuqN2X .embla {
    padding-bottom: 6rem;
  }
}
.cid-vvS6YuqN2X .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vvS6YuqN2X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vvS6YuqN2X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vvS6YuqN2X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vvS6YuqN2X .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vvS6YuqN2X .mbr-section-title,
.cid-vvS6YuqN2X .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-vvTTBuHvOe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fef7f2;
}
@media (min-width: 1400px) {
  .cid-vvTTBuHvOe .container {
    max-width: 1162px;
  }
}
.cid-vvTTBuHvOe .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-vvTTBuHvOe .btn:hover,
.cid-vvTTBuHvOe .btn:focus {
  border-color: #ffff33 !important;
  background-color: #ffff33 !important;
}
@media (min-width: 768px) {
  .cid-vvTTBuHvOe .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-vvTTBuHvOe img,
.cid-vvTTBuHvOe .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-vvTTBuHvOe .item-img {
  height: 100%;
}
.cid-vvTTBuHvOe .item-img img {
  object-fit: cover;
}
.cid-vvTTBuHvOe .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-vvTTBuHvOe .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-vvTTBuHvOe .mbr-text,
.cid-vvTTBuHvOe .mbr-section-btn {
  color: #ffffff;
}
.cid-vvTTBuHvOe .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-vvTTBuHvOe .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-vvTTBuHvOe .item:focus,
.cid-vvTTBuHvOe span:focus {
  outline: none;
}
.cid-vvTTBuHvOe .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vvTTBuHvOe .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vvTTBuHvOe .item {
  padding: 0;
  margin: 0;
}
.cid-vvTTBuHvOe .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-vvTTBuHvOe .mbr-section-title,
.cid-vvTTBuHvOe .mbr-section-btn {
  text-align: center;
}
.cid-vvSLzkNUDO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #53d5f2;
}
.cid-vvSLzkNUDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvSLzkNUDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvSLzkNUDO .video-wrapper iframe {
  width: 100%;
}
.cid-vvSLzkNUDO .mbr-section-title,
.cid-vvSLzkNUDO .mbr-section-subtitle,
.cid-vvSLzkNUDO .mbr-text {
  text-align: center;
}
.cid-vvSLzkNUDO .mbr-section-title {
  color: #ffffff;
}
.cid-vvSKX63mZp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #02050a;
}
.cid-vvSKX63mZp .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-vvSKX63mZp .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-vvSKX63mZp .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-vvSKX63mZp .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-vvSKX63mZp .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-vvSKX63mZp .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-vvSKX63mZp .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-vvSKX63mZp .carousel-indicators li.active {
  background: #ddc499;
}
.cid-vvSKX63mZp .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-vvSKX63mZp .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-vvSKX63mZp .mbr-text,
.cid-vvSKX63mZp .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vvSKX63mZp H3 {
  text-align: left;
}
.cid-vvSKX63mZp .author,
.cid-vvSKX63mZp .box {
  font-style: italic;
}
.cid-vvSKX63mZp .author {
  color: #9A948D;
}
.cid-vvSKX63mZp .author-name {
  color: #09e0f3;
}
.cid-vvSKX63mZp .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-vvSKX63mZp .mbr-iconfont {
    display: none;
  }
}
.cid-vvSfgtSMHS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vvSfgtSMHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvSfgtSMHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vvSfgtSMHS .image-wrapper {
    flex-direction: column;
  }
  .cid-vvSfgtSMHS .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-vvSfgtSMHS img {
  width: 150px;
  margin: 1rem;
}
.cid-vvSfgtSMHS .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-vvSkspIfWa {
  z-index: 1000;
  width: 100%;
}
.cid-vvSkspIfWa .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-vvSkspIfWa .dropdown-menu {
  padding: 0;
}
.cid-vvSkspIfWa .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vvSkspIfWa .dropdown-item {
    text-align: left !important;
  }
}
.cid-vvSkspIfWa .dropdown-item:hover {
  background-position: right !important;
}
.cid-vvSkspIfWa .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vvSkspIfWa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vvSkspIfWa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvSkspIfWa .nav-link {
  position: relative;
}
.cid-vvSkspIfWa .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vvSkspIfWa .dropdown-menu,
.cid-vvSkspIfWa .navbar.opened {
  background: #212428 !important;
}
.cid-vvSkspIfWa .nav-item:focus,
.cid-vvSkspIfWa .nav-link:focus {
  outline: none;
}
.cid-vvSkspIfWa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vvSkspIfWa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvSkspIfWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vvSkspIfWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvSkspIfWa .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vvSkspIfWa .navbar.opened {
  transition: all 0.3s;
}
.cid-vvSkspIfWa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vvSkspIfWa .navbar .navbar-logo img {
  width: auto;
}
.cid-vvSkspIfWa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vvSkspIfWa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvSkspIfWa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvSkspIfWa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvSkspIfWa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvSkspIfWa .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-vvSkspIfWa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vvSkspIfWa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vvSkspIfWa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vvSkspIfWa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vvSkspIfWa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vvSkspIfWa .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vvSkspIfWa .navbar {
    min-height: 80px;
  }
}
.cid-vvSkspIfWa .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vvSkspIfWa .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-vvSkspIfWa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvSkspIfWa .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vvSkspIfWa .navbar-brand {
    min-height: 69px;
  }
}
.cid-vvSkspIfWa .dropdown-item.active,
.cid-vvSkspIfWa .dropdown-item:active {
  background-color: transparent;
}
.cid-vvSkspIfWa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvSkspIfWa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvSkspIfWa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvSkspIfWa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vvSkspIfWa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vvSkspIfWa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvSkspIfWa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vvSkspIfWa button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvSkspIfWa button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vvSkspIfWa button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvSkspIfWa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvSkspIfWa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vvSkspIfWa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvSkspIfWa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvSkspIfWa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvSkspIfWa nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvSkspIfWa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvSkspIfWa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvSkspIfWa nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvSkspIfWa .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vvSkspIfWa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vvSkspIfWa .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-vvSkspIfWa .navbar {
    height: 70px;
  }
  .cid-vvSkspIfWa .navbar.opened {
    height: auto;
  }
  .cid-vvSkspIfWa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvSkspIfWa .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-vvSkspIfWa .navbar-short {
    min-height: 70px;
  }
}
.cid-vvSkspIfWa .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vvSkspIfWa .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vvSkspIfWa .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vvSkspIfWa .container-fluid {
    padding: 0 3px;
  }
}
.cid-vvSkspIfWa .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vvSkspIfWa .navbar-nav {
  display: flex !important;
}
.cid-vvSkspIfWa .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vvSkspIfWa .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vvSkspIfWa .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vvSkspIfWa .navbar-nav .nav-item .nav-link:hover,
.cid-vvSkspIfWa .navbar-nav .nav-item .nav-link:focus,
.cid-vvSkspIfWa .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vvSkspIfWa .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #02050a !important;
}
.cid-vvSkspIfWa .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vvSkspIfWa .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vvSkspIfWa button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvSkspIfWa button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vvSkspIfWa button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvSkspIfWa button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvSkspIfWa button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vvSkspIfWa button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvSkspIfWa button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvSkspIfWa button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvSkspIfWa .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvSkspIfWa .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vvSkspIfWa .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvSkspIfWa .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvSkspIfWa .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vvSkspIfWa .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvSkspIfWa .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvSkspIfWa .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vvSkspIfWa .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vvSkspIfWa .offcanvas.show {
  transform: translateX(0);
}
.cid-vvSkspIfWa .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vvSkspIfWa .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vvSkspIfWa .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #02050a;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-vvSkspIfWa .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vvSkspIfWa .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vvSkspIfWa .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vvSkspIfWa .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vvSkspIfWa .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vvSkspIfWa .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vvSkspIfWa .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vvSkspIfWa .mbr-text {
  color: #53d5f2;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vvSkspIfWa .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vvSkspIfWa .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vvSkspIfWa ::-webkit-scrollbar {
  width: 1em;
}
.cid-vvSkspIfWa ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vvSkspIfWa ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vvSkspIfWa .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vvSkspIfWa .social-container {
    padding-top: 40px;
  }
}
.cid-vvSkspIfWa .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vvSkspIfWa .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vvSkspIfWa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-vvSkspIfWa .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vvSkspIfWa .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vvSkspIfWa .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vvSkspIfWa .soc-item:hover:before {
  opacity: 1;
}
.cid-vvSkspIfWa .soc-item a {
  animation: none;
}
.cid-vvSkspIfWa .offcanvas_btn {
  margin-top: auto;
}
.cid-vvSkspIfWa .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vvSkspIfWa .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vvSluBsUXx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-vvSluBsUXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvSluBsUXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvSluBsUXx .row {
  flex-direction: row-reverse;
}
.cid-vvSJ8QBauS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vvSJ8QBauS .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vvSJ8QBauS .panel-group {
  border: none;
}
.cid-vvSJ8QBauS .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vvSJ8QBauS .card-header {
    padding: 0rem;
  }
}
.cid-vvSJ8QBauS .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vvSJ8QBauS .img-col {
  padding: 0;
}
.cid-vvSJ8QBauS .img-item {
  height: 100%;
}
.cid-vvSJ8QBauS img {
  height: 100%;
  object-fit: cover;
}
.cid-vvSJ8QBauS .collapsed span {
  transform: rotate(0deg);
}
.cid-vvSJ8QBauS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vvSJ8QBauS p {
  margin-bottom: 0.3rem;
}
.cid-vvSJ8QBauS .panel-title-edit {
  color: #ffffff;
}
.cid-vvSJ8QBauS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vvSJ8QBauS .card {
  background: #53d5f2;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vvSJ8QBauS .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vvSJ8QBauS .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vvSJ8QBauS .panel-text {
  color: #000000;
}
.cid-vvSJ8QBauS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vvSJ8QBauS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vvSJ8QBauS .panel-title-edit,
.cid-vvSJ8QBauS .mbr-iconfont {
  color: #000000;
}
.cid-vvSqN16qs8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #53d5f2;
}
@media (min-width: 992px) {
  .cid-vvSqN16qs8 .carousel {
    max-height: 600px;
  }
  .cid-vvSqN16qs8 .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vvSqN16qs8 .carousel {
    min-height: 390px;
  }
  .cid-vvSqN16qs8 .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vvSqN16qs8 .carousel {
    min-height: 330px;
  }
  .cid-vvSqN16qs8 .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-vvSqN16qs8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vvSqN16qs8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vvSqN16qs8 .carousel,
.cid-vvSqN16qs8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvSqN16qs8 .item-wrapper {
  width: 100%;
}
.cid-vvSqN16qs8 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vvSqN16qs8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vvSqN16qs8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vvSqN16qs8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vvSqN16qs8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vvSqN16qs8 .carousel-control {
  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-vvSqN16qs8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvSqN16qs8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvSqN16qs8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvSqN16qs8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vvSqN16qs8 .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-vvSqN16qs8 .carousel-indicators li.active,
.cid-vvSqN16qs8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvSqN16qs8 .carousel-indicators li::after,
.cid-vvSqN16qs8 .carousel-indicators li::before {
  content: none;
}
.cid-vvSqN16qs8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvSqN16qs8 .carousel-indicators {
    display: none !important;
  }
}
.cid-vvSJeD3fo0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vvSJeD3fo0 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-vvSJeD3fo0 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-vvSJeD3fo0 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-vvSJeD3fo0 .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-vvSJeD3fo0 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-vvSJeD3fo0 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-vvSJeD3fo0 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-vvSJeD3fo0 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-vvSJeD3fo0 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-vvSJeD3fo0 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-vvSJeD3fo0 .mbr-text,
.cid-vvSJeD3fo0 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vvSJeD3fo0 H3 {
  text-align: left;
}
.cid-vvSJeD3fo0 .author,
.cid-vvSJeD3fo0 .box {
  font-style: italic;
}
.cid-vvSJeD3fo0 .author {
  color: #9A948D;
}
.cid-vvSJeD3fo0 .author-name {
  color: #09e0f3;
}
.cid-vvSJeD3fo0 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-vvSJeD3fo0 .mbr-iconfont {
    display: none;
  }
}
.cid-vvSksQgkgR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #02050a;
}
.cid-vvSksQgkgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvSksQgkgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vvSksQgkgR .image-wrapper {
    flex-direction: column;
  }
  .cid-vvSksQgkgR .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-vvSksQgkgR img {
  width: 150px;
  margin: 1rem;
}
.cid-vvSksQgkgR .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-vvSuVZeiL1 {
  z-index: 1000;
  width: 100%;
}
.cid-vvSuVZeiL1 .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-vvSuVZeiL1 .dropdown-menu {
  padding: 0;
}
.cid-vvSuVZeiL1 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vvSuVZeiL1 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vvSuVZeiL1 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vvSuVZeiL1 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vvSuVZeiL1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vvSuVZeiL1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvSuVZeiL1 .nav-link {
  position: relative;
}
.cid-vvSuVZeiL1 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vvSuVZeiL1 .dropdown-menu,
.cid-vvSuVZeiL1 .navbar.opened {
  background: #212428 !important;
}
.cid-vvSuVZeiL1 .nav-item:focus,
.cid-vvSuVZeiL1 .nav-link:focus {
  outline: none;
}
.cid-vvSuVZeiL1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vvSuVZeiL1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvSuVZeiL1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vvSuVZeiL1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvSuVZeiL1 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vvSuVZeiL1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vvSuVZeiL1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vvSuVZeiL1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vvSuVZeiL1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vvSuVZeiL1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvSuVZeiL1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvSuVZeiL1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvSuVZeiL1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvSuVZeiL1 .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-vvSuVZeiL1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vvSuVZeiL1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vvSuVZeiL1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vvSuVZeiL1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vvSuVZeiL1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vvSuVZeiL1 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vvSuVZeiL1 .navbar {
    min-height: 80px;
  }
}
.cid-vvSuVZeiL1 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vvSuVZeiL1 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-vvSuVZeiL1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvSuVZeiL1 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vvSuVZeiL1 .navbar-brand {
    min-height: 69px;
  }
}
.cid-vvSuVZeiL1 .dropdown-item.active,
.cid-vvSuVZeiL1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vvSuVZeiL1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvSuVZeiL1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvSuVZeiL1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvSuVZeiL1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vvSuVZeiL1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vvSuVZeiL1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvSuVZeiL1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vvSuVZeiL1 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvSuVZeiL1 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vvSuVZeiL1 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvSuVZeiL1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvSuVZeiL1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vvSuVZeiL1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvSuVZeiL1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvSuVZeiL1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvSuVZeiL1 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvSuVZeiL1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvSuVZeiL1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvSuVZeiL1 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvSuVZeiL1 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vvSuVZeiL1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vvSuVZeiL1 .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-vvSuVZeiL1 .navbar {
    height: 70px;
  }
  .cid-vvSuVZeiL1 .navbar.opened {
    height: auto;
  }
  .cid-vvSuVZeiL1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvSuVZeiL1 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-vvSuVZeiL1 .navbar-short {
    min-height: 70px;
  }
}
.cid-vvSuVZeiL1 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vvSuVZeiL1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vvSuVZeiL1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vvSuVZeiL1 .container-fluid {
    padding: 0 3px;
  }
}
.cid-vvSuVZeiL1 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vvSuVZeiL1 .navbar-nav {
  display: flex !important;
}
.cid-vvSuVZeiL1 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vvSuVZeiL1 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vvSuVZeiL1 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vvSuVZeiL1 .navbar-nav .nav-item .nav-link:hover,
.cid-vvSuVZeiL1 .navbar-nav .nav-item .nav-link:focus,
.cid-vvSuVZeiL1 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vvSuVZeiL1 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #02050a !important;
}
.cid-vvSuVZeiL1 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vvSuVZeiL1 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vvSuVZeiL1 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvSuVZeiL1 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vvSuVZeiL1 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvSuVZeiL1 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvSuVZeiL1 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vvSuVZeiL1 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvSuVZeiL1 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvSuVZeiL1 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvSuVZeiL1 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvSuVZeiL1 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vvSuVZeiL1 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvSuVZeiL1 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvSuVZeiL1 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vvSuVZeiL1 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvSuVZeiL1 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvSuVZeiL1 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vvSuVZeiL1 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vvSuVZeiL1 .offcanvas.show {
  transform: translateX(0);
}
.cid-vvSuVZeiL1 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vvSuVZeiL1 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vvSuVZeiL1 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #02050a;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-vvSuVZeiL1 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vvSuVZeiL1 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vvSuVZeiL1 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vvSuVZeiL1 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vvSuVZeiL1 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vvSuVZeiL1 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vvSuVZeiL1 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vvSuVZeiL1 .mbr-text {
  color: #53d5f2;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vvSuVZeiL1 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vvSuVZeiL1 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vvSuVZeiL1 ::-webkit-scrollbar {
  width: 1em;
}
.cid-vvSuVZeiL1 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vvSuVZeiL1 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vvSuVZeiL1 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vvSuVZeiL1 .social-container {
    padding-top: 40px;
  }
}
.cid-vvSuVZeiL1 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vvSuVZeiL1 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vvSuVZeiL1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-vvSuVZeiL1 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vvSuVZeiL1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vvSuVZeiL1 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vvSuVZeiL1 .soc-item:hover:before {
  opacity: 1;
}
.cid-vvSuVZeiL1 .soc-item a {
  animation: none;
}
.cid-vvSuVZeiL1 .offcanvas_btn {
  margin-top: auto;
}
.cid-vvSuVZeiL1 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vvSuVZeiL1 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vvSuW4hn80 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-vvSuW4hn80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvSuW4hn80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvSuW4hn80 .row {
  flex-direction: row-reverse;
}
.cid-vvSyQYP6Zv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vvSyQYP6Zv .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vvSyQYP6Zv .panel-group {
  border: none;
}
.cid-vvSyQYP6Zv .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vvSyQYP6Zv .card-header {
    padding: 0rem;
  }
}
.cid-vvSyQYP6Zv .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vvSyQYP6Zv .img-col {
  padding: 0;
}
.cid-vvSyQYP6Zv .img-item {
  height: 100%;
}
.cid-vvSyQYP6Zv img {
  height: 100%;
  object-fit: cover;
}
.cid-vvSyQYP6Zv .collapsed span {
  transform: rotate(0deg);
}
.cid-vvSyQYP6Zv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vvSyQYP6Zv p {
  margin-bottom: 0.3rem;
}
.cid-vvSyQYP6Zv .panel-title-edit {
  color: #ffffff;
}
.cid-vvSyQYP6Zv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vvSyQYP6Zv .card {
  background: #53d5f2;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vvSyQYP6Zv .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vvSyQYP6Zv .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vvSyQYP6Zv .panel-text {
  color: #000000;
}
.cid-vvSyQYP6Zv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vvSyQYP6Zv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vvSyQYP6Zv .panel-title-edit,
.cid-vvSyQYP6Zv .mbr-iconfont {
  color: #000000;
}
.cid-vvSuW7FKOd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #53d5f2;
}
@media (min-width: 992px) {
  .cid-vvSuW7FKOd .carousel {
    max-height: 600px;
  }
  .cid-vvSuW7FKOd .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vvSuW7FKOd .carousel {
    min-height: 390px;
  }
  .cid-vvSuW7FKOd .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vvSuW7FKOd .carousel {
    min-height: 330px;
  }
  .cid-vvSuW7FKOd .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-vvSuW7FKOd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vvSuW7FKOd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vvSuW7FKOd .carousel,
.cid-vvSuW7FKOd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvSuW7FKOd .item-wrapper {
  width: 100%;
}
.cid-vvSuW7FKOd .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vvSuW7FKOd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vvSuW7FKOd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vvSuW7FKOd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vvSuW7FKOd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vvSuW7FKOd .carousel-control {
  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-vvSuW7FKOd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvSuW7FKOd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvSuW7FKOd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvSuW7FKOd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vvSuW7FKOd .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-vvSuW7FKOd .carousel-indicators li.active,
.cid-vvSuW7FKOd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvSuW7FKOd .carousel-indicators li::after,
.cid-vvSuW7FKOd .carousel-indicators li::before {
  content: none;
}
.cid-vvSuW7FKOd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvSuW7FKOd .carousel-indicators {
    display: none !important;
  }
}
.cid-vvSGj1N5F6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vvSGj1N5F6 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-vvSGj1N5F6 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-vvSGj1N5F6 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-vvSGj1N5F6 .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-vvSGj1N5F6 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-vvSGj1N5F6 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-vvSGj1N5F6 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-vvSGj1N5F6 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-vvSGj1N5F6 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-vvSGj1N5F6 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-vvSGj1N5F6 .mbr-text,
.cid-vvSGj1N5F6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vvSGj1N5F6 H3 {
  text-align: left;
}
.cid-vvSGj1N5F6 .author,
.cid-vvSGj1N5F6 .box {
  font-style: italic;
}
.cid-vvSGj1N5F6 .author {
  color: #9A948D;
}
.cid-vvSGj1N5F6 .author-name {
  color: #09e0f3;
}
.cid-vvSGj1N5F6 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-vvSGj1N5F6 .mbr-iconfont {
    display: none;
  }
}
.cid-vvSuWdnN9f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #02050a;
}
.cid-vvSuWdnN9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvSuWdnN9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vvSuWdnN9f .image-wrapper {
    flex-direction: column;
  }
  .cid-vvSuWdnN9f .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-vvSuWdnN9f img {
  width: 150px;
  margin: 1rem;
}
.cid-vvSuWdnN9f .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-vvSTzUDFdJ {
  z-index: 1000;
  width: 100%;
}
.cid-vvSTzUDFdJ .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-vvSTzUDFdJ .dropdown-menu {
  padding: 0;
}
.cid-vvSTzUDFdJ .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vvSTzUDFdJ .dropdown-item {
    text-align: left !important;
  }
}
.cid-vvSTzUDFdJ .dropdown-item:hover {
  background-position: right !important;
}
.cid-vvSTzUDFdJ .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vvSTzUDFdJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vvSTzUDFdJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvSTzUDFdJ .nav-link {
  position: relative;
}
.cid-vvSTzUDFdJ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vvSTzUDFdJ .dropdown-menu,
.cid-vvSTzUDFdJ .navbar.opened {
  background: #212428 !important;
}
.cid-vvSTzUDFdJ .nav-item:focus,
.cid-vvSTzUDFdJ .nav-link:focus {
  outline: none;
}
.cid-vvSTzUDFdJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vvSTzUDFdJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvSTzUDFdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vvSTzUDFdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvSTzUDFdJ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vvSTzUDFdJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vvSTzUDFdJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vvSTzUDFdJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vvSTzUDFdJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vvSTzUDFdJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvSTzUDFdJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvSTzUDFdJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvSTzUDFdJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvSTzUDFdJ .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-vvSTzUDFdJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vvSTzUDFdJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vvSTzUDFdJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vvSTzUDFdJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vvSTzUDFdJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vvSTzUDFdJ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vvSTzUDFdJ .navbar {
    min-height: 80px;
  }
}
.cid-vvSTzUDFdJ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vvSTzUDFdJ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-vvSTzUDFdJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvSTzUDFdJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vvSTzUDFdJ .navbar-brand {
    min-height: 69px;
  }
}
.cid-vvSTzUDFdJ .dropdown-item.active,
.cid-vvSTzUDFdJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vvSTzUDFdJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvSTzUDFdJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvSTzUDFdJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvSTzUDFdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vvSTzUDFdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vvSTzUDFdJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvSTzUDFdJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vvSTzUDFdJ button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvSTzUDFdJ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vvSTzUDFdJ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvSTzUDFdJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvSTzUDFdJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vvSTzUDFdJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvSTzUDFdJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvSTzUDFdJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvSTzUDFdJ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvSTzUDFdJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvSTzUDFdJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvSTzUDFdJ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvSTzUDFdJ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vvSTzUDFdJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vvSTzUDFdJ .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-vvSTzUDFdJ .navbar {
    height: 70px;
  }
  .cid-vvSTzUDFdJ .navbar.opened {
    height: auto;
  }
  .cid-vvSTzUDFdJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvSTzUDFdJ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-vvSTzUDFdJ .navbar-short {
    min-height: 70px;
  }
}
.cid-vvSTzUDFdJ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vvSTzUDFdJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vvSTzUDFdJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vvSTzUDFdJ .container-fluid {
    padding: 0 3px;
  }
}
.cid-vvSTzUDFdJ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vvSTzUDFdJ .navbar-nav {
  display: flex !important;
}
.cid-vvSTzUDFdJ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vvSTzUDFdJ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vvSTzUDFdJ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vvSTzUDFdJ .navbar-nav .nav-item .nav-link:hover,
.cid-vvSTzUDFdJ .navbar-nav .nav-item .nav-link:focus,
.cid-vvSTzUDFdJ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vvSTzUDFdJ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #02050a !important;
}
.cid-vvSTzUDFdJ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vvSTzUDFdJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vvSTzUDFdJ button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvSTzUDFdJ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vvSTzUDFdJ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvSTzUDFdJ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvSTzUDFdJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vvSTzUDFdJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvSTzUDFdJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvSTzUDFdJ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvSTzUDFdJ .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvSTzUDFdJ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vvSTzUDFdJ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvSTzUDFdJ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvSTzUDFdJ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vvSTzUDFdJ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvSTzUDFdJ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvSTzUDFdJ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vvSTzUDFdJ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vvSTzUDFdJ .offcanvas.show {
  transform: translateX(0);
}
.cid-vvSTzUDFdJ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vvSTzUDFdJ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vvSTzUDFdJ .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #02050a;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-vvSTzUDFdJ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vvSTzUDFdJ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vvSTzUDFdJ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vvSTzUDFdJ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vvSTzUDFdJ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vvSTzUDFdJ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vvSTzUDFdJ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vvSTzUDFdJ .mbr-text {
  color: #53d5f2;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vvSTzUDFdJ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vvSTzUDFdJ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vvSTzUDFdJ ::-webkit-scrollbar {
  width: 1em;
}
.cid-vvSTzUDFdJ ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vvSTzUDFdJ ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vvSTzUDFdJ .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vvSTzUDFdJ .social-container {
    padding-top: 40px;
  }
}
.cid-vvSTzUDFdJ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vvSTzUDFdJ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vvSTzUDFdJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-vvSTzUDFdJ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vvSTzUDFdJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vvSTzUDFdJ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vvSTzUDFdJ .soc-item:hover:before {
  opacity: 1;
}
.cid-vvSTzUDFdJ .soc-item a {
  animation: none;
}
.cid-vvSTzUDFdJ .offcanvas_btn {
  margin-top: auto;
}
.cid-vvSTzUDFdJ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vvSTzUDFdJ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vvSTzYmcw9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-vvSTzYmcw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvSTzYmcw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvSTzYmcw9 .row {
  flex-direction: row-reverse;
}
.cid-vvSTzZFlaL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vvSTzZFlaL .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vvSTzZFlaL .panel-group {
  border: none;
}
.cid-vvSTzZFlaL .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vvSTzZFlaL .card-header {
    padding: 0rem;
  }
}
.cid-vvSTzZFlaL .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vvSTzZFlaL .img-col {
  padding: 0;
}
.cid-vvSTzZFlaL .img-item {
  height: 100%;
}
.cid-vvSTzZFlaL img {
  height: 100%;
  object-fit: cover;
}
.cid-vvSTzZFlaL .collapsed span {
  transform: rotate(0deg);
}
.cid-vvSTzZFlaL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vvSTzZFlaL p {
  margin-bottom: 0.3rem;
}
.cid-vvSTzZFlaL .panel-title-edit {
  color: #ffffff;
}
.cid-vvSTzZFlaL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vvSTzZFlaL .card {
  background: #53d5f2;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vvSTzZFlaL .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vvSTzZFlaL .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vvSTzZFlaL .panel-text {
  color: #000000;
}
.cid-vvSTzZFlaL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vvSTzZFlaL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vvSTzZFlaL .panel-title-edit,
.cid-vvSTzZFlaL .mbr-iconfont {
  color: #000000;
}
.cid-vvSTA1CatO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #53d5f2;
}
@media (min-width: 992px) {
  .cid-vvSTA1CatO .carousel {
    max-height: 600px;
  }
  .cid-vvSTA1CatO .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vvSTA1CatO .carousel {
    min-height: 390px;
  }
  .cid-vvSTA1CatO .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vvSTA1CatO .carousel {
    min-height: 330px;
  }
  .cid-vvSTA1CatO .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-vvSTA1CatO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vvSTA1CatO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vvSTA1CatO .carousel,
.cid-vvSTA1CatO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvSTA1CatO .item-wrapper {
  width: 100%;
}
.cid-vvSTA1CatO .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vvSTA1CatO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vvSTA1CatO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vvSTA1CatO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vvSTA1CatO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vvSTA1CatO .carousel-control {
  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-vvSTA1CatO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvSTA1CatO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvSTA1CatO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvSTA1CatO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vvSTA1CatO .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-vvSTA1CatO .carousel-indicators li.active,
.cid-vvSTA1CatO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvSTA1CatO .carousel-indicators li::after,
.cid-vvSTA1CatO .carousel-indicators li::before {
  content: none;
}
.cid-vvSTA1CatO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvSTA1CatO .carousel-indicators {
    display: none !important;
  }
}
.cid-vvSTA2Ue6e {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vvSTA2Ue6e .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-vvSTA2Ue6e .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-vvSTA2Ue6e .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-vvSTA2Ue6e .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-vvSTA2Ue6e .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-vvSTA2Ue6e .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-vvSTA2Ue6e .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-vvSTA2Ue6e .carousel-indicators li.active {
  background: #ddc499;
}
.cid-vvSTA2Ue6e .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-vvSTA2Ue6e .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-vvSTA2Ue6e .mbr-text,
.cid-vvSTA2Ue6e .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vvSTA2Ue6e H3 {
  text-align: left;
}
.cid-vvSTA2Ue6e .author,
.cid-vvSTA2Ue6e .box {
  font-style: italic;
}
.cid-vvSTA2Ue6e .author {
  color: #9A948D;
}
.cid-vvSTA2Ue6e .author-name {
  color: #09e0f3;
}
.cid-vvSTA2Ue6e .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-vvSTA2Ue6e .mbr-iconfont {
    display: none;
  }
}
.cid-vvSTA4HEjQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #02050a;
}
.cid-vvSTA4HEjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvSTA4HEjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vvSTA4HEjQ .image-wrapper {
    flex-direction: column;
  }
  .cid-vvSTA4HEjQ .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-vvSTA4HEjQ img {
  width: 150px;
  margin: 1rem;
}
.cid-vvSTA4HEjQ .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-vvTVJycWws {
  z-index: 1000;
  width: 100%;
}
.cid-vvTVJycWws .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-vvTVJycWws .dropdown-menu {
  padding: 0;
}
.cid-vvTVJycWws .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vvTVJycWws .dropdown-item {
    text-align: left !important;
  }
}
.cid-vvTVJycWws .dropdown-item:hover {
  background-position: right !important;
}
.cid-vvTVJycWws .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vvTVJycWws .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vvTVJycWws .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvTVJycWws .nav-link {
  position: relative;
}
.cid-vvTVJycWws .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vvTVJycWws .dropdown-menu,
.cid-vvTVJycWws .navbar.opened {
  background: #212428 !important;
}
.cid-vvTVJycWws .nav-item:focus,
.cid-vvTVJycWws .nav-link:focus {
  outline: none;
}
.cid-vvTVJycWws .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vvTVJycWws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvTVJycWws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vvTVJycWws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvTVJycWws .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vvTVJycWws .navbar.opened {
  transition: all 0.3s;
}
.cid-vvTVJycWws .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vvTVJycWws .navbar .navbar-logo img {
  width: auto;
}
.cid-vvTVJycWws .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vvTVJycWws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvTVJycWws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvTVJycWws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvTVJycWws .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvTVJycWws .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-vvTVJycWws .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vvTVJycWws .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vvTVJycWws .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vvTVJycWws .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vvTVJycWws .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vvTVJycWws .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vvTVJycWws .navbar {
    min-height: 80px;
  }
}
.cid-vvTVJycWws .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vvTVJycWws .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-vvTVJycWws .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvTVJycWws .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vvTVJycWws .navbar-brand {
    min-height: 69px;
  }
}
.cid-vvTVJycWws .dropdown-item.active,
.cid-vvTVJycWws .dropdown-item:active {
  background-color: transparent;
}
.cid-vvTVJycWws .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvTVJycWws .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvTVJycWws .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvTVJycWws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vvTVJycWws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vvTVJycWws .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvTVJycWws ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vvTVJycWws button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvTVJycWws button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vvTVJycWws button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvTVJycWws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvTVJycWws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vvTVJycWws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvTVJycWws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvTVJycWws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvTVJycWws nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvTVJycWws nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvTVJycWws nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvTVJycWws nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvTVJycWws .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vvTVJycWws a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vvTVJycWws .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-vvTVJycWws .navbar {
    height: 70px;
  }
  .cid-vvTVJycWws .navbar.opened {
    height: auto;
  }
  .cid-vvTVJycWws .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvTVJycWws .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-vvTVJycWws .navbar-short {
    min-height: 70px;
  }
}
.cid-vvTVJycWws .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vvTVJycWws .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vvTVJycWws .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vvTVJycWws .container-fluid {
    padding: 0 3px;
  }
}
.cid-vvTVJycWws .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vvTVJycWws .navbar-nav {
  display: flex !important;
}
.cid-vvTVJycWws .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vvTVJycWws .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vvTVJycWws .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vvTVJycWws .navbar-nav .nav-item .nav-link:hover,
.cid-vvTVJycWws .navbar-nav .nav-item .nav-link:focus,
.cid-vvTVJycWws .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vvTVJycWws .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #02050a !important;
}
.cid-vvTVJycWws .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vvTVJycWws .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vvTVJycWws button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvTVJycWws button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vvTVJycWws button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvTVJycWws button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvTVJycWws button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vvTVJycWws button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvTVJycWws button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvTVJycWws button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvTVJycWws .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvTVJycWws .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vvTVJycWws .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvTVJycWws .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvTVJycWws .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vvTVJycWws .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvTVJycWws .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvTVJycWws .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vvTVJycWws .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vvTVJycWws .offcanvas.show {
  transform: translateX(0);
}
.cid-vvTVJycWws .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vvTVJycWws .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vvTVJycWws .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #02050a;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-vvTVJycWws .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vvTVJycWws .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vvTVJycWws .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vvTVJycWws .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vvTVJycWws .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vvTVJycWws .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vvTVJycWws .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vvTVJycWws .mbr-text {
  color: #53d5f2;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vvTVJycWws .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vvTVJycWws .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vvTVJycWws ::-webkit-scrollbar {
  width: 1em;
}
.cid-vvTVJycWws ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vvTVJycWws ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vvTVJycWws .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vvTVJycWws .social-container {
    padding-top: 40px;
  }
}
.cid-vvTVJycWws .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vvTVJycWws .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vvTVJycWws .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-vvTVJycWws .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vvTVJycWws .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vvTVJycWws .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vvTVJycWws .soc-item:hover:before {
  opacity: 1;
}
.cid-vvTVJycWws .soc-item a {
  animation: none;
}
.cid-vvTVJycWws .offcanvas_btn {
  margin-top: auto;
}
.cid-vvTVJycWws .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vvTVJycWws .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vvTVJCIWGn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-vvTVJCIWGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvTVJCIWGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvTVJCIWGn .row {
  flex-direction: row-reverse;
}
.cid-vvTVJDVkxM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vvTVJDVkxM .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vvTVJDVkxM .panel-group {
  border: none;
}
.cid-vvTVJDVkxM .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vvTVJDVkxM .card-header {
    padding: 0rem;
  }
}
.cid-vvTVJDVkxM .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vvTVJDVkxM .img-col {
  padding: 0;
}
.cid-vvTVJDVkxM .img-item {
  height: 100%;
}
.cid-vvTVJDVkxM img {
  height: 100%;
  object-fit: cover;
}
.cid-vvTVJDVkxM .collapsed span {
  transform: rotate(0deg);
}
.cid-vvTVJDVkxM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vvTVJDVkxM p {
  margin-bottom: 0.3rem;
}
.cid-vvTVJDVkxM .panel-title-edit {
  color: #ffffff;
}
.cid-vvTVJDVkxM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vvTVJDVkxM .card {
  background: #53d5f2;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vvTVJDVkxM .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vvTVJDVkxM .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vvTVJDVkxM .panel-text {
  color: #000000;
}
.cid-vvTVJDVkxM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vvTVJDVkxM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vvTVJDVkxM .panel-title-edit,
.cid-vvTVJDVkxM .mbr-iconfont {
  color: #000000;
}
.cid-vvTVJFtf04 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #53d5f2;
}
@media (min-width: 992px) {
  .cid-vvTVJFtf04 .carousel {
    max-height: 600px;
  }
  .cid-vvTVJFtf04 .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vvTVJFtf04 .carousel {
    min-height: 390px;
  }
  .cid-vvTVJFtf04 .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vvTVJFtf04 .carousel {
    min-height: 330px;
  }
  .cid-vvTVJFtf04 .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-vvTVJFtf04 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vvTVJFtf04 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vvTVJFtf04 .carousel,
.cid-vvTVJFtf04 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvTVJFtf04 .item-wrapper {
  width: 100%;
}
.cid-vvTVJFtf04 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vvTVJFtf04 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vvTVJFtf04 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vvTVJFtf04 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vvTVJFtf04 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vvTVJFtf04 .carousel-control {
  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-vvTVJFtf04 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvTVJFtf04 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvTVJFtf04 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvTVJFtf04 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vvTVJFtf04 .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-vvTVJFtf04 .carousel-indicators li.active,
.cid-vvTVJFtf04 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvTVJFtf04 .carousel-indicators li::after,
.cid-vvTVJFtf04 .carousel-indicators li::before {
  content: none;
}
.cid-vvTVJFtf04 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvTVJFtf04 .carousel-indicators {
    display: none !important;
  }
}
.cid-vvTZnZVxIc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vvTZnZVxIc .video-wrapper iframe {
  width: 100%;
}
.cid-vvTZnZVxIc .mbr-section-title,
.cid-vvTZnZVxIc .mbr-section-subtitle,
.cid-vvTZnZVxIc .mbr-text {
  text-align: center;
}
.cid-vvTVJImNRi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #02050a;
}
.cid-vvTVJImNRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvTVJImNRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vvTVJImNRi .image-wrapper {
    flex-direction: column;
  }
  .cid-vvTVJImNRi .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-vvTVJImNRi img {
  width: 150px;
  margin: 1rem;
}
.cid-vvTVJImNRi .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-vvU3iExbKG {
  z-index: 1000;
  width: 100%;
}
.cid-vvU3iExbKG .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-vvU3iExbKG .dropdown-menu {
  padding: 0;
}
.cid-vvU3iExbKG .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-vvU3iExbKG .dropdown-item {
    text-align: left !important;
  }
}
.cid-vvU3iExbKG .dropdown-item:hover {
  background-position: right !important;
}
.cid-vvU3iExbKG .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-vvU3iExbKG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vvU3iExbKG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vvU3iExbKG .nav-link {
  position: relative;
}
.cid-vvU3iExbKG .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-vvU3iExbKG .dropdown-menu,
.cid-vvU3iExbKG .navbar.opened {
  background: #212428 !important;
}
.cid-vvU3iExbKG .nav-item:focus,
.cid-vvU3iExbKG .nav-link:focus {
  outline: none;
}
.cid-vvU3iExbKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vvU3iExbKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vvU3iExbKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vvU3iExbKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vvU3iExbKG .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-vvU3iExbKG .navbar.opened {
  transition: all 0.3s;
}
.cid-vvU3iExbKG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vvU3iExbKG .navbar .navbar-logo img {
  width: auto;
}
.cid-vvU3iExbKG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vvU3iExbKG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvU3iExbKG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vvU3iExbKG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvU3iExbKG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vvU3iExbKG .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-vvU3iExbKG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vvU3iExbKG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vvU3iExbKG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vvU3iExbKG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vvU3iExbKG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vvU3iExbKG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vvU3iExbKG .navbar {
    min-height: 80px;
  }
}
.cid-vvU3iExbKG .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-vvU3iExbKG .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-vvU3iExbKG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vvU3iExbKG .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-vvU3iExbKG .navbar-brand {
    min-height: 69px;
  }
}
.cid-vvU3iExbKG .dropdown-item.active,
.cid-vvU3iExbKG .dropdown-item:active {
  background-color: transparent;
}
.cid-vvU3iExbKG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vvU3iExbKG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vvU3iExbKG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vvU3iExbKG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-vvU3iExbKG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vvU3iExbKG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvU3iExbKG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vvU3iExbKG button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvU3iExbKG button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-vvU3iExbKG button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvU3iExbKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvU3iExbKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vvU3iExbKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvU3iExbKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvU3iExbKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvU3iExbKG nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvU3iExbKG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvU3iExbKG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvU3iExbKG nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vvU3iExbKG .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-vvU3iExbKG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vvU3iExbKG .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-vvU3iExbKG .navbar {
    height: 70px;
  }
  .cid-vvU3iExbKG .navbar.opened {
    height: auto;
  }
  .cid-vvU3iExbKG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvU3iExbKG .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-vvU3iExbKG .navbar-short {
    min-height: 70px;
  }
}
.cid-vvU3iExbKG .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-vvU3iExbKG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-vvU3iExbKG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-vvU3iExbKG .container-fluid {
    padding: 0 3px;
  }
}
.cid-vvU3iExbKG .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-vvU3iExbKG .navbar-nav {
  display: flex !important;
}
.cid-vvU3iExbKG .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-vvU3iExbKG .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-vvU3iExbKG .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vvU3iExbKG .navbar-nav .nav-item .nav-link:hover,
.cid-vvU3iExbKG .navbar-nav .nav-item .nav-link:focus,
.cid-vvU3iExbKG .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-vvU3iExbKG .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #02050a !important;
}
.cid-vvU3iExbKG .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-vvU3iExbKG .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-vvU3iExbKG button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvU3iExbKG button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-vvU3iExbKG button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvU3iExbKG button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvU3iExbKG button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-vvU3iExbKG button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvU3iExbKG button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-vvU3iExbKG button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vvU3iExbKG .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-vvU3iExbKG .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-vvU3iExbKG .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-vvU3iExbKG .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #05aed4;
}
.cid-vvU3iExbKG .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-vvU3iExbKG .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vvU3iExbKG .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vvU3iExbKG .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-vvU3iExbKG .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-vvU3iExbKG .offcanvas.show {
  transform: translateX(0);
}
.cid-vvU3iExbKG .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-vvU3iExbKG .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vvU3iExbKG .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #02050a;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-vvU3iExbKG .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-vvU3iExbKG .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-vvU3iExbKG .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vvU3iExbKG .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-vvU3iExbKG .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-vvU3iExbKG .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-vvU3iExbKG .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-vvU3iExbKG .mbr-text {
  color: #53d5f2;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-vvU3iExbKG .modal-backdrop.show {
  opacity: 0.8;
}
.cid-vvU3iExbKG .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-vvU3iExbKG ::-webkit-scrollbar {
  width: 1em;
}
.cid-vvU3iExbKG ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-vvU3iExbKG ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-vvU3iExbKG .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vvU3iExbKG .social-container {
    padding-top: 40px;
  }
}
.cid-vvU3iExbKG .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-vvU3iExbKG .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-vvU3iExbKG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-vvU3iExbKG .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vvU3iExbKG .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-vvU3iExbKG .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vvU3iExbKG .soc-item:hover:before {
  opacity: 1;
}
.cid-vvU3iExbKG .soc-item a {
  animation: none;
}
.cid-vvU3iExbKG .offcanvas_btn {
  margin-top: auto;
}
.cid-vvU3iExbKG .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-vvU3iExbKG .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vvU3iI7Zn0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-vvU3iI7Zn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvU3iI7Zn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvU3iI7Zn0 .row {
  flex-direction: row-reverse;
}
.cid-vvU3iKqxiV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-vvU3iKqxiV .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vvU3iKqxiV .panel-group {
  border: none;
}
.cid-vvU3iKqxiV .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vvU3iKqxiV .card-header {
    padding: 0rem;
  }
}
.cid-vvU3iKqxiV .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vvU3iKqxiV .img-col {
  padding: 0;
}
.cid-vvU3iKqxiV .img-item {
  height: 100%;
}
.cid-vvU3iKqxiV img {
  height: 100%;
  object-fit: cover;
}
.cid-vvU3iKqxiV .collapsed span {
  transform: rotate(0deg);
}
.cid-vvU3iKqxiV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vvU3iKqxiV p {
  margin-bottom: 0.3rem;
}
.cid-vvU3iKqxiV .panel-title-edit {
  color: #ffffff;
}
.cid-vvU3iKqxiV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vvU3iKqxiV .card {
  background: #53d5f2;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vvU3iKqxiV .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vvU3iKqxiV .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vvU3iKqxiV .panel-text {
  color: #000000;
}
.cid-vvU3iKqxiV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vvU3iKqxiV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vvU3iKqxiV .panel-title-edit,
.cid-vvU3iKqxiV .mbr-iconfont {
  color: #000000;
}
.cid-vvU3iLSz0y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #53d5f2;
}
@media (min-width: 992px) {
  .cid-vvU3iLSz0y .carousel {
    max-height: 600px;
  }
  .cid-vvU3iLSz0y .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vvU3iLSz0y .carousel {
    min-height: 390px;
  }
  .cid-vvU3iLSz0y .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vvU3iLSz0y .carousel {
    min-height: 330px;
  }
  .cid-vvU3iLSz0y .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-vvU3iLSz0y .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vvU3iLSz0y .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vvU3iLSz0y .carousel,
.cid-vvU3iLSz0y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvU3iLSz0y .item-wrapper {
  width: 100%;
}
.cid-vvU3iLSz0y .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vvU3iLSz0y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vvU3iLSz0y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vvU3iLSz0y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vvU3iLSz0y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vvU3iLSz0y .carousel-control {
  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-vvU3iLSz0y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvU3iLSz0y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvU3iLSz0y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvU3iLSz0y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vvU3iLSz0y .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-vvU3iLSz0y .carousel-indicators li.active,
.cid-vvU3iLSz0y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvU3iLSz0y .carousel-indicators li::after,
.cid-vvU3iLSz0y .carousel-indicators li::before {
  content: none;
}
.cid-vvU3iLSz0y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvU3iLSz0y .carousel-indicators {
    display: none !important;
  }
}
.cid-vvU3iNW5jR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vvU3iNW5jR .video-wrapper iframe {
  width: 100%;
}
.cid-vvU3iNW5jR .mbr-section-title,
.cid-vvU3iNW5jR .mbr-section-subtitle,
.cid-vvU3iNW5jR .mbr-text {
  text-align: center;
}
.cid-vvU3iPonn1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #02050a;
}
.cid-vvU3iPonn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvU3iPonn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vvU3iPonn1 .image-wrapper {
    flex-direction: column;
  }
  .cid-vvU3iPonn1 .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-vvU3iPonn1 img {
  width: 150px;
  margin: 1rem;
}
.cid-vvU3iPonn1 .mbr-description {
  color: #ffffff;
  text-align: left;
}
