.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f7f5f0;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((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: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00798c !important;
}
.bg-success {
  background-color: #25d366 !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #fecb3e !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00798c !important;
  border-color: #00798c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #00a5bf !important;
  border-color: #00a5bf !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00a5bf !important;
  border-color: #00a5bf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #30638e !important;
  border-color: #30638e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3d7eb4 !important;
  border-color: #3d7eb4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d7eb4 !important;
  border-color: #3d7eb4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #4be083 !important;
  border-color: #4be083 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #4be083 !important;
  border-color: #4be083 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fecb3e !important;
  border-color: #fecb3e !important;
  color: #0a0700 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fed971 !important;
  border-color: #fed971 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0a0700 !important;
  background-color: #fed971 !important;
  border-color: #fed971 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #171719 !important;
  border-color: #171719 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2f2f34 !important;
  border-color: #2f2f34 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2f2f34 !important;
  border-color: #2f2f34 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00798c;
  color: #00798c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #002e35 !important;
  background-color: transparent !important;
  border-color: #002e35 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00798c !important;
  border-color: #00798c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #30638e;
  color: #30638e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a364d !important;
  background-color: transparent !important;
  border-color: #1a364d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #30638e !important;
  border-color: #30638e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #25d366;
  color: #25d366;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #188942 !important;
  background-color: transparent !important;
  border-color: #188942 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25d366 !important;
  border-color: #25d366 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fecb3e;
  color: #fecb3e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e4a801 !important;
  background-color: transparent !important;
  border-color: #e4a801 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3d2d00 !important;
  background-color: #fecb3e !important;
  border-color: #fecb3e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #171719;
  color: #171719;
}
.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: #171719 !important;
  border-color: #171719 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #00798c !important;
}
.text-secondary {
  color: #30638e !important;
}
.text-success {
  color: #25d366 !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #fecb3e !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #171719 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #002126 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #162e42 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #167c3c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d59d01 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00798c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #fecb3e;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #00798c;
  border-color: #00798c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav-tabs {
    border-radius: 20px !important;
  }
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00798c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0ddeff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cef6dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.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: #e56773;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00798c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #00798c;
}
/* 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: #00798c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00798c;
}
.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: #00798c;
  border-bottom-color: #00798c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #00798c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #30638e !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='%2300798c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 10px 26px;
  font-weight: 700;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 10px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-white {
  color: #171719 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #171719 !important;
  background-color: transparent !important;
  border-color: #171719 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.nav-item::before,
.dropdown-item {
  border-radius: 20px !important;
}
.little-radius {
  border-radius: 10px !important;
}
.middle-radius,
.google-map iframe {
  border-radius: 16px !important;
}
.large-radius {
  border-radius: 50px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vn3mBZd5pK {
  z-index: 1000;
  width: 100%;
}
.cid-vn3mBZd5pK nav.navbar {
  position: fixed;
}
.cid-vn3mBZd5pK .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vn3mBZd5pK .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vn3mBZd5pK .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-vn3mBZd5pK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vn3mBZd5pK .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vn3mBZd5pK .dropdown-item:hover,
.cid-vn3mBZd5pK .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vn3mBZd5pK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vn3mBZd5pK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vn3mBZd5pK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vn3mBZd5pK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vn3mBZd5pK .nav-link {
  position: relative;
}
.cid-vn3mBZd5pK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vn3mBZd5pK .container {
    flex-wrap: nowrap;
  }
}
.cid-vn3mBZd5pK .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vn3mBZd5pK .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vn3mBZd5pK .dropdown-menu,
.cid-vn3mBZd5pK .navbar.opened {
  background: #ffffff !important;
}
.cid-vn3mBZd5pK .nav-item:focus,
.cid-vn3mBZd5pK .nav-link:focus {
  outline: none;
}
.cid-vn3mBZd5pK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vn3mBZd5pK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vn3mBZd5pK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vn3mBZd5pK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vn3mBZd5pK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vn3mBZd5pK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vn3mBZd5pK .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vn3mBZd5pK .navbar.opened {
  transition: all 0.3s;
}
.cid-vn3mBZd5pK .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vn3mBZd5pK .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vn3mBZd5pK .navbar .navbar-logo img {
  width: auto;
}
.cid-vn3mBZd5pK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vn3mBZd5pK .navbar.collapsed {
  justify-content: center;
}
.cid-vn3mBZd5pK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vn3mBZd5pK .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vn3mBZd5pK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vn3mBZd5pK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vn3mBZd5pK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vn3mBZd5pK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vn3mBZd5pK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vn3mBZd5pK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vn3mBZd5pK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vn3mBZd5pK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vn3mBZd5pK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vn3mBZd5pK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vn3mBZd5pK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vn3mBZd5pK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vn3mBZd5pK .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-vn3mBZd5pK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vn3mBZd5pK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vn3mBZd5pK .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vn3mBZd5pK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vn3mBZd5pK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vn3mBZd5pK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vn3mBZd5pK .navbar.navbar-short {
  min-height: 100px;
}
.cid-vn3mBZd5pK .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vn3mBZd5pK .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vn3mBZd5pK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vn3mBZd5pK .navbar-brand .navbar-caption:hover,
.cid-vn3mBZd5pK .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vn3mBZd5pK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vn3mBZd5pK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vn3mBZd5pK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vn3mBZd5pK .dropdown-item.active,
.cid-vn3mBZd5pK .dropdown-item:active {
  background-color: transparent;
}
.cid-vn3mBZd5pK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vn3mBZd5pK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vn3mBZd5pK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vn3mBZd5pK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vn3mBZd5pK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vn3mBZd5pK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vn3mBZd5pK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vn3mBZd5pK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vn3mBZd5pK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vn3mBZd5pK .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vn3mBZd5pK .navbar-buttons {
    text-align: left;
  }
}
.cid-vn3mBZd5pK .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vn3mBZd5pK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vn3mBZd5pK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vn3mBZd5pK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vn3mBZd5pK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vn3mBZd5pK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vn3mBZd5pK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vn3mBZd5pK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vn3mBZd5pK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn3mBZd5pK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vn3mBZd5pK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vn3mBZd5pK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn3mBZd5pK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vn3mBZd5pK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vn3mBZd5pK .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-vn3mBZd5pK .navbar {
    height: 70px;
  }
  .cid-vn3mBZd5pK .navbar.opened {
    height: auto;
  }
  .cid-vn3mBZd5pK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vn3mBZd5pK .navbar-nav {
  margin: 0 auto;
}
.cid-vn3mBZd5pK .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vn3mBZd5pK .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vn3mBZd5pK .nav-item:hover::before {
  opacity: 1;
}
.cid-vn3mBZd5pK .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vn3mBZd5pK .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vn3mBZd5pK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vn3mBZd5pK .nav-item .nav-link:hover,
.cid-vn3mBZd5pK .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vn3mBZd5pK .nav-item .nav-link:hover::before,
.cid-vn3mBZd5pK .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vn3mBZd5pK .nav-item .nav-link:hover::after,
.cid-vn3mBZd5pK .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vn3mBZd5pK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vn3mBZd5pK .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vn3mBZd5pK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vn3mBZd5pK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vn3mBZd5pK .navbar {
    justify-content: flex-start !important;
  }
  .cid-vn3mBZd5pK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vn3mBZd5pK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vn3mBZd5pK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vn3mBZd5pK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vn3mBZd5pK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vn3mBZd5pK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vn3mBZd5pK .content-wrap {
  min-height: 100px;
}
.cid-vqJ3bte2MZ {
  padding-top: 12rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #171a2f;
}
.cid-vqJ3bte2MZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJ3bte2MZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJ3bte2MZ .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vqJ3bte2MZ .container-wrapper {
    padding: 0;
  }
}
.cid-vqJ3bte2MZ .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-vqJ3bte2MZ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vqJ3bte2MZ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vqJ3bte2MZ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vqJ3bte2MZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqJ3bte2MZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqJ3bte2MZ .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vqJ3bte2MZ .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vqJ3bte2MZ .mbr-section-title,
.cid-vqJ3bte2MZ .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vqJ3bte2MZ .mbr-text,
.cid-vqJ3bte2MZ .text-wrapper {
  color: #b9b9b9;
  text-align: center;
}
.cid-vqJ7gqSMwa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #171a2f;
}
.cid-vqJ7gqSMwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJ7gqSMwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJ7gqSMwa .items-wrap {
  margin: 0 -20px;
}
.cid-vqJ7gqSMwa .items-wrap .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqJ7gqSMwa .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqJ7gqSMwa .items-wrap .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-vqJ7gqSMwa .items-wrap .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 40px;
}
.cid-vqJ7gqSMwa .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vqJ7gqSMwa .items-wrap .item .item-wrapper .card-box {
  border-top: 1px solid #877e72;
  padding-top: 16px;
}
.cid-vqJ7gqSMwa .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqJ7gqSMwa .items-wrap .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vqJ7gqSMwa .item-title {
  color: #877e72;
}
.cid-vqJ7gqSMwa .item-text {
  color: #ffedd6;
}
.cid-vqJ7gqSMwa .item-title,
.cid-vqJ7gqSMwa .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vqJ7gqSMwa .item-text,
.cid-vqJ7gqSMwa .mbr-section-btn {
  color: #b9b9b9;
  text-align: center;
}
.cid-vqJdYzsTHr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #171a2f 50%, #111317 150%);
}
.cid-vqJdYzsTHr .item:focus,
.cid-vqJdYzsTHr span:focus {
  outline: none;
}
.cid-vqJdYzsTHr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vqJdYzsTHr .content-head {
  max-width: 800px;
}
.cid-vqJdYzsTHr .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vn3mC0dqO7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #171a2f;
}
.cid-vn3mC0dqO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC0dqO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC0dqO7 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  background-color: #171a2f;
  box-shadow: 0 12px 16px -4px #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vn3mC0dqO7 .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vn3mC0dqO7 .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vn3mC0dqO7 .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vn3mC0dqO7 .card-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vn3mC0dqO7 .items-wrapper {
  margin: 0 -10px;
}
.cid-vn3mC0dqO7 .items-wrapper .item {
  padding: 0 10px;
}
.cid-vn3mC0dqO7 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vn3mC0dqO7 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vn3mC0dqO7 .item .item-wrapper {
  overflow: hidden;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #171719;
  box-shadow: 0 10px 20px -8px #000000;
  height: 100%;
}
.cid-vn3mC0dqO7 .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vn3mC0dqO7 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vn3mC0dqO7 .item .item-wrapper .card-box {
  padding: 30px 20px 20px;
}
.cid-vn3mC0dqO7 .item .item-wrapper .card-box .item-role {
  margin-bottom: 4px;
}
.cid-vn3mC0dqO7 .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-vn3mC0dqO7 .mbr-section-title {
  color: #ffffff;
}
.cid-vn3mC0dqO7 .mbr-text {
  color: #ffffff;
}
.cid-vn3mC0dqO7 .item-name {
  color: #ffffff;
}
.cid-vn3mC0dqO7 .item-role {
  color: #dedee3;
}
.cid-vom2twEANu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171a2f;
}
.cid-vom2twEANu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vom2twEANu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vom2twEANu .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vom2twEANu .container-wrapper {
    padding: 0;
  }
}
.cid-vom2twEANu .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-vom2twEANu .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vom2twEANu .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vom2twEANu .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vom2twEANu .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vom2twEANu .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vom2twEANu .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vom2twEANu .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vom2twEANu .mbr-section-title,
.cid-vom2twEANu .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vom2twEANu .mbr-text,
.cid-vom2twEANu .text-wrapper {
  color: #b9b9b9;
  text-align: center;
}
.cid-vnAnaZkOSq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-vnAnaZkOSq .carousel {
    min-height: 1200px;
  }
  .cid-vnAnaZkOSq .carousel img {
    max-height: 1200px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vnAnaZkOSq .carousel {
    min-height: 780px;
  }
  .cid-vnAnaZkOSq .carousel img {
    max-height: 780px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vnAnaZkOSq .carousel {
    min-height: 660px;
  }
  .cid-vnAnaZkOSq .carousel img {
    max-height: 660px;
    object-fit: contain;
  }
  .cid-vnAnaZkOSq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vnAnaZkOSq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vnAnaZkOSq .carousel,
.cid-vnAnaZkOSq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnAnaZkOSq .item-wrapper {
  width: 100%;
}
.cid-vnAnaZkOSq .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vnAnaZkOSq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vnAnaZkOSq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vnAnaZkOSq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vnAnaZkOSq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vnAnaZkOSq .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-vnAnaZkOSq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnAnaZkOSq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnAnaZkOSq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnAnaZkOSq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vnAnaZkOSq .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-vnAnaZkOSq .carousel-indicators li.active,
.cid-vnAnaZkOSq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnAnaZkOSq .carousel-indicators li::after,
.cid-vnAnaZkOSq .carousel-indicators li::before {
  content: none;
}
.cid-vnAnaZkOSq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnAnaZkOSq .carousel-indicators {
    display: none !important;
  }
}
.cid-vnBGpxD1yZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnBGpxD1yZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnBGpxD1yZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnBGpxD1yZ .card-wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #303030;
  border-top: 2px solid #303030;
  padding: 80px;
  background-image: linear-gradient(135deg, #171a2f 0%, #171a2f 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-vnBGpxD1yZ .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vnBGpxD1yZ .card-wrapper {
    padding: 24px;
  }
}
.cid-vnBGpxD1yZ .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-vnBGpxD1yZ .card-wrapper .content-wrapper {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vnBGpxD1yZ .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-vnBGpxD1yZ .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vnBGpxD1yZ .card-wrapper .content-wrapper .mbr-desc {
  margin-top: 60px;
  margin-bottom: 0;
}
.cid-vnBGpxD1yZ .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 50px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vnBGpxD1yZ .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vnBGpxD1yZ .mbr-text {
  color: #ffffff;
}
.cid-vnBGpxD1yZ .mbr-desc {
  color: #ffffff;
}
.cid-vnHZmPJX7Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnHZmPJX7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnHZmPJX7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnHZmPJX7Q .mbr-section-title {
  color: #ffffff;
}
.cid-vnHZmPJX7Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vn3mC2X8Yz {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vn3mC2X8Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC2X8Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC2X8Yz .card {
  justify-content: flex-end;
}
.cid-vn3mC2X8Yz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC2X8Yz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vn3mC2X8Yz .items-wrapper {
  margin: 0 -10px;
}
.cid-vn3mC2X8Yz .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vn3mC2X8Yz .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vn3mC2X8Yz .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vn3mC2X8Yz .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vn3mC2X8Yz .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vn3mC2X8Yz .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vn3mC2X8Yz .mbr-section-title {
  color: #171719;
}
.cid-vn3mC2X8Yz .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vn3mC2X8Yz .item-title {
  color: #171719;
}
.cid-vn3mC2X8Yz .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vn3mC2X8Yz .item-title,
.cid-vn3mC2X8Yz .item-btn {
  text-align: center;
  color: #fecb3e;
}
.cid-vn3mC2X8Yz .mbr-section-title,
.cid-vn3mC2X8Yz .title-wrap {
  text-align: center;
}
.cid-vnHZhBn60z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnHZhBn60z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnHZhBn60z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnHZhBn60z .card {
  justify-content: flex-end;
}
.cid-vnHZhBn60z .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnHZhBn60z .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnHZhBn60z .items-wrapper {
  margin: 0 -10px;
}
.cid-vnHZhBn60z .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnHZhBn60z .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnHZhBn60z .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnHZhBn60z .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnHZhBn60z .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnHZhBn60z .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnHZhBn60z .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnHZhBn60z .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnHZhBn60z .mbr-section-title {
  color: #171719;
}
.cid-vnHZhBn60z .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnHZhBn60z .item-title {
  color: #171719;
}
.cid-vnHZhBn60z .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnHZhBn60z .item-title,
.cid-vnHZhBn60z .item-btn {
  text-align: center;
  color: #fecb3e;
}
.cid-vnHZhBn60z .mbr-section-title,
.cid-vnHZhBn60z .title-wrap {
  text-align: center;
}
.cid-vnNsCkxHNH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnNsCkxHNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNsCkxHNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNsCkxHNH .card {
  justify-content: flex-end;
}
.cid-vnNsCkxHNH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNsCkxHNH .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNsCkxHNH .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNsCkxHNH .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNsCkxHNH .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNsCkxHNH .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNsCkxHNH .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNsCkxHNH .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNsCkxHNH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNsCkxHNH .mbr-section-title {
  color: #171719;
}
.cid-vnNsCkxHNH .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnNsCkxHNH .item-title {
  color: #171719;
}
.cid-vnNsCkxHNH .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnNsCkxHNH .item-title,
.cid-vnNsCkxHNH .item-btn {
  text-align: center;
  color: #fecb3e;
}
.cid-vnNsCkxHNH .mbr-section-title,
.cid-vnNsCkxHNH .title-wrap {
  text-align: center;
}
.cid-vnNsEijDD8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnNsEijDD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNsEijDD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNsEijDD8 .card {
  justify-content: flex-end;
}
.cid-vnNsEijDD8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNsEijDD8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNsEijDD8 .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNsEijDD8 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNsEijDD8 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNsEijDD8 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNsEijDD8 .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNsEijDD8 .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNsEijDD8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNsEijDD8 .mbr-section-title {
  color: #171719;
}
.cid-vnNsEijDD8 .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnNsEijDD8 .item-title {
  color: #171719;
}
.cid-vnNsEijDD8 .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnNsEijDD8 .item-title,
.cid-vnNsEijDD8 .item-btn {
  text-align: center;
  color: #fecb3e;
}
.cid-vnNsEijDD8 .mbr-section-title,
.cid-vnNsEijDD8 .title-wrap {
  text-align: center;
}
.cid-vnNsEPtc2d {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnNsEPtc2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNsEPtc2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNsEPtc2d .card {
  justify-content: flex-end;
}
.cid-vnNsEPtc2d .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNsEPtc2d .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnNsEPtc2d .items-wrapper {
  margin: 0 -10px;
}
.cid-vnNsEPtc2d .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnNsEPtc2d .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNsEPtc2d .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnNsEPtc2d .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnNsEPtc2d .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnNsEPtc2d .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnNsEPtc2d .mbr-section-title {
  color: #171719;
}
.cid-vnNsEPtc2d .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnNsEPtc2d .item-title {
  color: #171719;
}
.cid-vnNsEPtc2d .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnNsEPtc2d .item-title,
.cid-vnNsEPtc2d .item-btn {
  text-align: center;
  color: #fecb3e;
}
.cid-vnNsEPtc2d .mbr-section-title,
.cid-vnNsEPtc2d .title-wrap {
  text-align: center;
}
.cid-vnXfXNLiYe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnXfXNLiYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnXfXNLiYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnXfXNLiYe .card {
  justify-content: flex-end;
}
.cid-vnXfXNLiYe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnXfXNLiYe .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnXfXNLiYe .items-wrapper {
  margin: 0 -10px;
}
.cid-vnXfXNLiYe .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnXfXNLiYe .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnXfXNLiYe .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnXfXNLiYe .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnXfXNLiYe .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnXfXNLiYe .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnXfXNLiYe .mbr-section-title {
  color: #171719;
}
.cid-vnXfXNLiYe .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnXfXNLiYe .item-title {
  color: #171719;
}
.cid-vnXfXNLiYe .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnXfXNLiYe .item-title,
.cid-vnXfXNLiYe .item-btn {
  text-align: center;
  color: #fecb3e;
}
.cid-vnXfXNLiYe .mbr-section-title,
.cid-vnXfXNLiYe .title-wrap {
  text-align: center;
}
.cid-vnXk9Fz7rh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnXk9Fz7rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnXk9Fz7rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnXk9Fz7rh .card {
  justify-content: flex-end;
}
.cid-vnXk9Fz7rh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnXk9Fz7rh .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnXk9Fz7rh .items-wrapper {
  margin: 0 -10px;
}
.cid-vnXk9Fz7rh .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnXk9Fz7rh .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnXk9Fz7rh .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnXk9Fz7rh .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnXk9Fz7rh .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnXk9Fz7rh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnXk9Fz7rh .mbr-section-title {
  color: #171719;
}
.cid-vnXk9Fz7rh .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnXk9Fz7rh .item-title {
  color: #171719;
}
.cid-vnXk9Fz7rh .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnXk9Fz7rh .item-title,
.cid-vnXk9Fz7rh .item-btn {
  text-align: center;
  color: #fecb3e;
}
.cid-vnXk9Fz7rh .mbr-section-title,
.cid-vnXk9Fz7rh .title-wrap {
  text-align: center;
}
.cid-vnXBAhE0OL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vnXBAhE0OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnXBAhE0OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnXBAhE0OL .card {
  justify-content: flex-end;
}
.cid-vnXBAhE0OL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnXBAhE0OL .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnXBAhE0OL .items-wrapper {
  margin: 0 -10px;
}
.cid-vnXBAhE0OL .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vnXBAhE0OL .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnXBAhE0OL .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vnXBAhE0OL .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vnXBAhE0OL .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vnXBAhE0OL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vnXBAhE0OL .mbr-section-title {
  color: #171719;
}
.cid-vnXBAhE0OL .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vnXBAhE0OL .item-title {
  color: #171719;
}
.cid-vnXBAhE0OL .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vnXBAhE0OL .item-title,
.cid-vnXBAhE0OL .item-btn {
  text-align: center;
  color: #fecb3e;
}
.cid-vnXBAhE0OL .mbr-section-title,
.cid-vnXBAhE0OL .title-wrap {
  text-align: center;
}
.cid-vpxuzYnQjv {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #000000;
}
.cid-vpxuzYnQjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxuzYnQjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxuzYnQjv .content-wrapper {
  position: relative;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vpxuzYnQjv .content-wrapper {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vpxuzYnQjv .content-wrapper .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vpxuzYnQjv .content-wrapper .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  will-change: transform;
}
.cid-vpxuzYnQjv .content-wrapper .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vpxuzYnQjv .content-wrapper .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vpxuzYnQjv .content-wrapper .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vpxuzYnQjv .content-wrapper .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.cid-vpxuzYnQjv .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vpxuzYnQjv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%) !important;
}
.cid-vpxuzYnQjv .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vpxuzYnQjv .content-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vpxuzYnQjv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpxuzYnQjv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vpxuzYnQjv .content-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white:focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary.focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary.focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success.focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info.focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning.focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger.focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black.focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white.focus,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary.active,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary.active,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success.active,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info.active,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning.active,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger.active,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black.active,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary:hover::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary:hover::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success:hover::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info:hover::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning:hover::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger:hover::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black:hover::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white:hover::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary:focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary:focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success:focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info:focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning:focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger:focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black:focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white:focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary.focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary.focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success.focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info.focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning.focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger.focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black.focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white.focus::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary.active::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary.active::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success.active::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info.active::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning.active::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger.active::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black.active::before,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f3e45e 0%, #17b17c 50%, #0f5cfa 100%) !important;
}
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vpxuzYnQjv .content-wrapper .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vpxuzYnQjv .image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vpxuzYnQjv .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vpxuzYnQjv .image-wrapper img {
  height: 220px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vpxuzYnQjv .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-vpxuzYnQjv .mbr-section-title {
  color: #171719;
}
.cid-vpxuzYnQjv .mbr-section-subtitle {
  color: #565661;
}
.cid-vpxuzYnQjv .mbr-text,
.cid-vpxuzYnQjv .text-wrapper {
  color: #565661;
}
.cid-vpxuzYnQjv .mbr-section-title,
.cid-vpxuzYnQjv .mbr-section-btn {
  text-align: center;
}
.cid-vnFABdF3fL {
  background-image: url("../../../assets/images/heart-of-the-cosmos-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vnFABdF3fL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnFABdF3fL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnFABdF3fL .image-wrap {
  height: 300px;
}
.cid-voJYcFG0SX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-voJYcFG0SX .item:focus,
.cid-voJYcFG0SX span:focus {
  outline: none;
}
.cid-voJYcFG0SX .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-voJYcFG0SX .content-head {
  max-width: 800px;
}
.cid-voJYcFG0SX .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vnFBgQuXs2 {
  background-image: url("../../../assets/images/the-sound-of-the-midnight-train-1728x1296-72ppi-1728x1296.webp");
}
.cid-vnFBgQuXs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnFBgQuXs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnFBgQuXs2 .image-wrap {
  height: 300px;
}
.cid-voJYe8UIPe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-voJYe8UIPe .item:focus,
.cid-voJYe8UIPe span:focus {
  outline: none;
}
.cid-voJYe8UIPe .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-voJYe8UIPe .content-head {
  max-width: 800px;
}
.cid-voJYe8UIPe .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vpxvVuQgcL {
  background-image: url("../../../assets/images/sound-of-the-party-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vpxvVuQgcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxvVuQgcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxvVuQgcL .image-wrap {
  height: 300px;
}
.cid-voJYb2unji {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-voJYb2unji .item:focus,
.cid-voJYb2unji span:focus {
  outline: none;
}
.cid-voJYb2unji .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-voJYb2unji .content-head {
  max-width: 800px;
}
.cid-voJYb2unji .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vnXFWXKBRx {
  background-image: url("../../../assets/images/synesthesia-1296x1728-72ppi-1-1296x1728.webp");
}
.cid-vnXFWXKBRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnXFWXKBRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnXFWXKBRx .image-wrap {
  height: 300px;
}
.cid-vpA6KeWJTd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #00798c 50%, #111317 150%);
}
.cid-vpA6KeWJTd .item:focus,
.cid-vpA6KeWJTd span:focus {
  outline: none;
}
.cid-vpA6KeWJTd .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpA6KeWJTd .content-head {
  max-width: 800px;
}
.cid-vpA6KeWJTd .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vn3mC7Khyw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vn3mC7Khyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3mC7Khyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3mC7Khyw .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn3mC7Khyw .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vn3mC7Khyw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vn3mC7Khyw .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vn3mC7Khyw .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vn3mC7Khyw .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vn3mC7Khyw .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vn3mC7Khyw .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vn3mC7Khyw .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vn3mC7Khyw .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vn3mC7Khyw .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vn3mC7Khyw .card {
  justify-content: center;
}
.cid-vn3mC7Khyw .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vn3mC7Khyw .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vn3mC7Khyw .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vn3mC7Khyw .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item:hover,
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vn3mC7Khyw .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vn3mC7Khyw .mbr-label {
  color: #ffffff;
}
.cid-vn3mC7Khyw .mbr-section-title {
  color: #ffffff;
}
.cid-vn3mC7Khyw .mbr-text {
  color: #ffffff;
}
.cid-vn3mC7Khyw .mbr-list-title {
  color: #ffffff;
}
.cid-vn3mC7Khyw .list {
  color: #ffffff;
}
.cid-voJL4jIBwU {
  z-index: 1000;
  width: 100%;
}
.cid-voJL4jIBwU nav.navbar {
  position: fixed;
}
.cid-voJL4jIBwU .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voJL4jIBwU .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voJL4jIBwU .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-voJL4jIBwU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voJL4jIBwU .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-voJL4jIBwU .dropdown-item:hover,
.cid-voJL4jIBwU .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-voJL4jIBwU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voJL4jIBwU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voJL4jIBwU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voJL4jIBwU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voJL4jIBwU .nav-link {
  position: relative;
}
.cid-voJL4jIBwU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-voJL4jIBwU .container {
    flex-wrap: nowrap;
  }
}
.cid-voJL4jIBwU .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voJL4jIBwU .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-voJL4jIBwU .dropdown-menu,
.cid-voJL4jIBwU .navbar.opened {
  background: #ffffff !important;
}
.cid-voJL4jIBwU .nav-item:focus,
.cid-voJL4jIBwU .nav-link:focus {
  outline: none;
}
.cid-voJL4jIBwU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voJL4jIBwU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voJL4jIBwU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voJL4jIBwU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voJL4jIBwU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voJL4jIBwU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voJL4jIBwU .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-voJL4jIBwU .navbar.opened {
  transition: all 0.3s;
}
.cid-voJL4jIBwU .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-voJL4jIBwU .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voJL4jIBwU .navbar .navbar-logo img {
  width: auto;
}
.cid-voJL4jIBwU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voJL4jIBwU .navbar.collapsed {
  justify-content: center;
}
.cid-voJL4jIBwU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voJL4jIBwU .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-voJL4jIBwU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voJL4jIBwU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-voJL4jIBwU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voJL4jIBwU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voJL4jIBwU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-voJL4jIBwU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voJL4jIBwU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voJL4jIBwU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voJL4jIBwU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voJL4jIBwU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voJL4jIBwU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voJL4jIBwU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voJL4jIBwU .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-voJL4jIBwU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voJL4jIBwU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voJL4jIBwU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-voJL4jIBwU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voJL4jIBwU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voJL4jIBwU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voJL4jIBwU .navbar.navbar-short {
  min-height: 100px;
}
.cid-voJL4jIBwU .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-voJL4jIBwU .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-voJL4jIBwU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voJL4jIBwU .navbar-brand .navbar-caption:hover,
.cid-voJL4jIBwU .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voJL4jIBwU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voJL4jIBwU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voJL4jIBwU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voJL4jIBwU .dropdown-item.active,
.cid-voJL4jIBwU .dropdown-item:active {
  background-color: transparent;
}
.cid-voJL4jIBwU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voJL4jIBwU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voJL4jIBwU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voJL4jIBwU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voJL4jIBwU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voJL4jIBwU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voJL4jIBwU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voJL4jIBwU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voJL4jIBwU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voJL4jIBwU .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voJL4jIBwU .navbar-buttons {
    text-align: left;
  }
}
.cid-voJL4jIBwU .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voJL4jIBwU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voJL4jIBwU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-voJL4jIBwU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voJL4jIBwU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voJL4jIBwU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voJL4jIBwU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voJL4jIBwU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voJL4jIBwU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voJL4jIBwU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voJL4jIBwU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voJL4jIBwU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voJL4jIBwU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voJL4jIBwU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voJL4jIBwU .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-voJL4jIBwU .navbar {
    height: 70px;
  }
  .cid-voJL4jIBwU .navbar.opened {
    height: auto;
  }
  .cid-voJL4jIBwU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voJL4jIBwU .navbar-nav {
  margin: 0 auto;
}
.cid-voJL4jIBwU .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-voJL4jIBwU .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-voJL4jIBwU .nav-item:hover::before {
  opacity: 1;
}
.cid-voJL4jIBwU .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-voJL4jIBwU .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voJL4jIBwU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-voJL4jIBwU .nav-item .nav-link:hover,
.cid-voJL4jIBwU .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-voJL4jIBwU .nav-item .nav-link:hover::before,
.cid-voJL4jIBwU .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-voJL4jIBwU .nav-item .nav-link:hover::after,
.cid-voJL4jIBwU .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-voJL4jIBwU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voJL4jIBwU .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-voJL4jIBwU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voJL4jIBwU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voJL4jIBwU .navbar {
    justify-content: flex-start !important;
  }
  .cid-voJL4jIBwU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voJL4jIBwU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voJL4jIBwU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voJL4jIBwU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voJL4jIBwU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voJL4jIBwU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voJL4jIBwU .content-wrap {
  min-height: 100px;
}
.cid-voJL4jTbmW {
  padding-top: 12rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #111317;
}
.cid-voJL4jTbmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-voJL4jTbmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voJL4jTbmW .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-voJL4jTbmW .container-wrapper {
    padding: 0;
  }
}
.cid-voJL4jTbmW .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-voJL4jTbmW .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voJL4jTbmW .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voJL4jTbmW .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voJL4jTbmW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voJL4jTbmW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voJL4jTbmW .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-voJL4jTbmW .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-voJL4jTbmW .mbr-section-title,
.cid-voJL4jTbmW .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voJL4jTbmW .mbr-text,
.cid-voJL4jTbmW .text-wrapper {
  color: #b9b9b9;
  text-align: center;
}
.cid-voJL4jZsxY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #111317;
}
.cid-voJL4jZsxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-voJL4jZsxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voJL4jZsxY .card-wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #303030;
  border-top: 2px solid #303030;
  padding: 80px;
  background-image: linear-gradient(135deg, #171a2f 0%, #171a2f 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-voJL4jZsxY .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-voJL4jZsxY .card-wrapper {
    padding: 24px;
  }
}
.cid-voJL4jZsxY .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-voJL4jZsxY .card-wrapper .content-wrapper {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-voJL4jZsxY .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-voJL4jZsxY .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voJL4jZsxY .card-wrapper .content-wrapper .mbr-desc {
  margin-top: 60px;
  margin-bottom: 0;
}
.cid-voJL4jZsxY .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 50px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-voJL4jZsxY .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-voJL4jZsxY .mbr-text {
  color: #ffffff;
}
.cid-voJL4jZsxY .mbr-desc {
  color: #ffee00;
}
.cid-vpA7PdJndi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #00798c 50%, #111317 150%);
}
.cid-vpA7PdJndi .item:focus,
.cid-vpA7PdJndi span:focus {
  outline: none;
}
.cid-vpA7PdJndi .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpA7PdJndi .content-head {
  max-width: 800px;
}
.cid-vpA7PdJndi .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-voJL4k5hVv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-voJL4k5hVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-voJL4k5hVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voJL4k5hVv .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voJL4k5hVv .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-voJL4k5hVv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voJL4k5hVv .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-voJL4k5hVv .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-voJL4k5hVv .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-voJL4k5hVv .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-voJL4k5hVv .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-voJL4k5hVv .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voJL4k5hVv .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-voJL4k5hVv .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voJL4k5hVv .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-voJL4k5hVv .card {
  justify-content: center;
}
.cid-voJL4k5hVv .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-voJL4k5hVv .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-voJL4k5hVv .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-voJL4k5hVv .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item:hover,
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-voJL4k5hVv .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-voJL4k5hVv .mbr-label {
  color: #ffffff;
}
.cid-voJL4k5hVv .mbr-section-title {
  color: #ffffff;
}
.cid-voJL4k5hVv .mbr-text {
  color: #ffffff;
}
.cid-voJL4k5hVv .mbr-list-title {
  color: #ffffff;
}
.cid-voJL4k5hVv .list {
  color: #ffffff;
}
.cid-voIhLnVFXI {
  z-index: 1000;
  width: 100%;
}
.cid-voIhLnVFXI nav.navbar {
  position: fixed;
}
.cid-voIhLnVFXI .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voIhLnVFXI .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voIhLnVFXI .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-voIhLnVFXI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voIhLnVFXI .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-voIhLnVFXI .dropdown-item:hover,
.cid-voIhLnVFXI .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-voIhLnVFXI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voIhLnVFXI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voIhLnVFXI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voIhLnVFXI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voIhLnVFXI .nav-link {
  position: relative;
}
.cid-voIhLnVFXI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-voIhLnVFXI .container {
    flex-wrap: nowrap;
  }
}
.cid-voIhLnVFXI .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voIhLnVFXI .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-voIhLnVFXI .dropdown-menu,
.cid-voIhLnVFXI .navbar.opened {
  background: #ffffff !important;
}
.cid-voIhLnVFXI .nav-item:focus,
.cid-voIhLnVFXI .nav-link:focus {
  outline: none;
}
.cid-voIhLnVFXI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voIhLnVFXI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voIhLnVFXI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voIhLnVFXI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voIhLnVFXI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voIhLnVFXI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voIhLnVFXI .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-voIhLnVFXI .navbar.opened {
  transition: all 0.3s;
}
.cid-voIhLnVFXI .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-voIhLnVFXI .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voIhLnVFXI .navbar .navbar-logo img {
  width: auto;
}
.cid-voIhLnVFXI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voIhLnVFXI .navbar.collapsed {
  justify-content: center;
}
.cid-voIhLnVFXI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voIhLnVFXI .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-voIhLnVFXI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voIhLnVFXI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-voIhLnVFXI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voIhLnVFXI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voIhLnVFXI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-voIhLnVFXI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voIhLnVFXI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voIhLnVFXI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voIhLnVFXI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voIhLnVFXI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voIhLnVFXI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voIhLnVFXI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voIhLnVFXI .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-voIhLnVFXI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voIhLnVFXI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voIhLnVFXI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-voIhLnVFXI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voIhLnVFXI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voIhLnVFXI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voIhLnVFXI .navbar.navbar-short {
  min-height: 100px;
}
.cid-voIhLnVFXI .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-voIhLnVFXI .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-voIhLnVFXI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voIhLnVFXI .navbar-brand .navbar-caption:hover,
.cid-voIhLnVFXI .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voIhLnVFXI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voIhLnVFXI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voIhLnVFXI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voIhLnVFXI .dropdown-item.active,
.cid-voIhLnVFXI .dropdown-item:active {
  background-color: transparent;
}
.cid-voIhLnVFXI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voIhLnVFXI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voIhLnVFXI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voIhLnVFXI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voIhLnVFXI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voIhLnVFXI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voIhLnVFXI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voIhLnVFXI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voIhLnVFXI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voIhLnVFXI .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voIhLnVFXI .navbar-buttons {
    text-align: left;
  }
}
.cid-voIhLnVFXI .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voIhLnVFXI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voIhLnVFXI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-voIhLnVFXI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voIhLnVFXI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voIhLnVFXI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voIhLnVFXI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voIhLnVFXI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voIhLnVFXI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voIhLnVFXI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voIhLnVFXI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voIhLnVFXI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voIhLnVFXI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voIhLnVFXI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voIhLnVFXI .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-voIhLnVFXI .navbar {
    height: 70px;
  }
  .cid-voIhLnVFXI .navbar.opened {
    height: auto;
  }
  .cid-voIhLnVFXI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voIhLnVFXI .navbar-nav {
  margin: 0 auto;
}
.cid-voIhLnVFXI .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-voIhLnVFXI .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-voIhLnVFXI .nav-item:hover::before {
  opacity: 1;
}
.cid-voIhLnVFXI .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-voIhLnVFXI .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voIhLnVFXI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-voIhLnVFXI .nav-item .nav-link:hover,
.cid-voIhLnVFXI .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-voIhLnVFXI .nav-item .nav-link:hover::before,
.cid-voIhLnVFXI .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-voIhLnVFXI .nav-item .nav-link:hover::after,
.cid-voIhLnVFXI .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-voIhLnVFXI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voIhLnVFXI .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-voIhLnVFXI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voIhLnVFXI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voIhLnVFXI .navbar {
    justify-content: flex-start !important;
  }
  .cid-voIhLnVFXI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voIhLnVFXI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voIhLnVFXI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voIhLnVFXI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voIhLnVFXI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voIhLnVFXI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voIhLnVFXI .content-wrap {
  min-height: 100px;
}
.cid-voIid7ytSd {
  padding-top: 12rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #111317;
}
.cid-voIid7ytSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-voIid7ytSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voIid7ytSd .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-voIid7ytSd .container-wrapper {
    padding: 0;
  }
}
.cid-voIid7ytSd .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-voIid7ytSd .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voIid7ytSd .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-voIid7ytSd .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voIid7ytSd .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voIid7ytSd .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voIid7ytSd .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-voIid7ytSd .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-voIid7ytSd .mbr-section-title,
.cid-voIid7ytSd .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voIid7ytSd .mbr-text,
.cid-voIid7ytSd .text-wrapper {
  color: #b9b9b9;
  text-align: center;
}
.cid-voIitORnGL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #111317;
}
.cid-voIitORnGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-voIitORnGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voIitORnGL .card-wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #303030;
  border-top: 2px solid #303030;
  padding: 80px;
  background-image: linear-gradient(135deg, #171a2f 0%, #171a2f 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-voIitORnGL .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-voIitORnGL .card-wrapper {
    padding: 24px;
  }
}
.cid-voIitORnGL .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-voIitORnGL .card-wrapper .content-wrapper {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-voIitORnGL .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-voIitORnGL .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-voIitORnGL .card-wrapper .content-wrapper .mbr-desc {
  margin-top: 60px;
  margin-bottom: 0;
}
.cid-voIitORnGL .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 50px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-voIitORnGL .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-voIitORnGL .mbr-text {
  color: #ffffff;
}
.cid-voIitORnGL .mbr-desc {
  color: #ffee00;
}
.cid-vpA7rDiCx1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #00798c 50%, #111317 150%);
}
.cid-vpA7rDiCx1 .item:focus,
.cid-vpA7rDiCx1 span:focus {
  outline: none;
}
.cid-vpA7rDiCx1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpA7rDiCx1 .content-head {
  max-width: 800px;
}
.cid-vpA7rDiCx1 .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-voIhLxgrEP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-voIhLxgrEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-voIhLxgrEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voIhLxgrEP .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voIhLxgrEP .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-voIhLxgrEP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voIhLxgrEP .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-voIhLxgrEP .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-voIhLxgrEP .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-voIhLxgrEP .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-voIhLxgrEP .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-voIhLxgrEP .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voIhLxgrEP .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-voIhLxgrEP .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voIhLxgrEP .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-voIhLxgrEP .card {
  justify-content: center;
}
.cid-voIhLxgrEP .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-voIhLxgrEP .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-voIhLxgrEP .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-voIhLxgrEP .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item:hover,
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-voIhLxgrEP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-voIhLxgrEP .mbr-label {
  color: #ffffff;
}
.cid-voIhLxgrEP .mbr-section-title {
  color: #ffffff;
}
.cid-voIhLxgrEP .mbr-text {
  color: #ffffff;
}
.cid-voIhLxgrEP .mbr-list-title {
  color: #ffffff;
}
.cid-voIhLxgrEP .list {
  color: #ffffff;
}
.cid-vnNuTf6irR {
  z-index: 1000;
  width: 100%;
}
.cid-vnNuTf6irR nav.navbar {
  position: fixed;
}
.cid-vnNuTf6irR .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnNuTf6irR .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnNuTf6irR .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-vnNuTf6irR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnNuTf6irR .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vnNuTf6irR .dropdown-item:hover,
.cid-vnNuTf6irR .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vnNuTf6irR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnNuTf6irR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnNuTf6irR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnNuTf6irR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnNuTf6irR .nav-link {
  position: relative;
}
.cid-vnNuTf6irR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vnNuTf6irR .container {
    flex-wrap: nowrap;
  }
}
.cid-vnNuTf6irR .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuTf6irR .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vnNuTf6irR .dropdown-menu,
.cid-vnNuTf6irR .navbar.opened {
  background: #ffffff !important;
}
.cid-vnNuTf6irR .nav-item:focus,
.cid-vnNuTf6irR .nav-link:focus {
  outline: none;
}
.cid-vnNuTf6irR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnNuTf6irR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnNuTf6irR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnNuTf6irR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnNuTf6irR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnNuTf6irR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnNuTf6irR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vnNuTf6irR .navbar.opened {
  transition: all 0.3s;
}
.cid-vnNuTf6irR .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vnNuTf6irR .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnNuTf6irR .navbar .navbar-logo img {
  width: auto;
}
.cid-vnNuTf6irR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnNuTf6irR .navbar.collapsed {
  justify-content: center;
}
.cid-vnNuTf6irR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnNuTf6irR .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vnNuTf6irR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnNuTf6irR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vnNuTf6irR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnNuTf6irR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnNuTf6irR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vnNuTf6irR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnNuTf6irR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnNuTf6irR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnNuTf6irR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnNuTf6irR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnNuTf6irR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnNuTf6irR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnNuTf6irR .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-vnNuTf6irR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnNuTf6irR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnNuTf6irR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vnNuTf6irR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnNuTf6irR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnNuTf6irR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnNuTf6irR .navbar.navbar-short {
  min-height: 100px;
}
.cid-vnNuTf6irR .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vnNuTf6irR .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnNuTf6irR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vnNuTf6irR .navbar-brand .navbar-caption:hover,
.cid-vnNuTf6irR .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNuTf6irR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnNuTf6irR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnNuTf6irR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNuTf6irR .dropdown-item.active,
.cid-vnNuTf6irR .dropdown-item:active {
  background-color: transparent;
}
.cid-vnNuTf6irR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnNuTf6irR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnNuTf6irR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnNuTf6irR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuTf6irR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnNuTf6irR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnNuTf6irR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnNuTf6irR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vnNuTf6irR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vnNuTf6irR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnNuTf6irR .navbar-buttons {
    text-align: left;
  }
}
.cid-vnNuTf6irR .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnNuTf6irR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnNuTf6irR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnNuTf6irR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vnNuTf6irR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnNuTf6irR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNuTf6irR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNuTf6irR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnNuTf6irR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNuTf6irR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnNuTf6irR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnNuTf6irR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNuTf6irR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnNuTf6irR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnNuTf6irR .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-vnNuTf6irR .navbar {
    height: 70px;
  }
  .cid-vnNuTf6irR .navbar.opened {
    height: auto;
  }
  .cid-vnNuTf6irR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnNuTf6irR .navbar-nav {
  margin: 0 auto;
}
.cid-vnNuTf6irR .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vnNuTf6irR .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vnNuTf6irR .nav-item:hover::before {
  opacity: 1;
}
.cid-vnNuTf6irR .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vnNuTf6irR .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnNuTf6irR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vnNuTf6irR .nav-item .nav-link:hover,
.cid-vnNuTf6irR .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vnNuTf6irR .nav-item .nav-link:hover::before,
.cid-vnNuTf6irR .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vnNuTf6irR .nav-item .nav-link:hover::after,
.cid-vnNuTf6irR .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vnNuTf6irR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnNuTf6irR .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vnNuTf6irR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnNuTf6irR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnNuTf6irR .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnNuTf6irR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnNuTf6irR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnNuTf6irR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnNuTf6irR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnNuTf6irR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnNuTf6irR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnNuTf6irR .content-wrap {
  min-height: 100px;
}
.cid-vnNuTfnAhU {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f7f5f0;
}
.cid-vnNuTfnAhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuTfnAhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuTfnAhU .item {
  padding-bottom: 2rem;
}
.cid-vnNuTfnAhU .item-wrapper {
  position: relative;
}
.cid-vnNuTfnAhU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vnNuTfnAhU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vnNuTfnAhU .carousel-control,
.cid-vnNuTfnAhU .close {
  background: #1b1b1b;
}
.cid-vnNuTfnAhU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vnNuTfnAhU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vnNuTfnAhU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vnNuTfnAhU .carousel-control-next span {
  margin-left: 5px;
}
.cid-vnNuTfnAhU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vnNuTfnAhU .close::before {
  content: '\e91a';
}
.cid-vnNuTfnAhU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnNuTfnAhU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vnNuTfnAhU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnNuTfnAhU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnNuTfnAhU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnNuTfnAhU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vnNuTfnAhU .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-vnNuTfnAhU .carousel-indicators li.active,
.cid-vnNuTfnAhU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnNuTfnAhU .carousel-indicators li::after,
.cid-vnNuTfnAhU .carousel-indicators li::before {
  content: none;
}
.cid-vnNuTfnAhU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnNuTfnAhU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vnNuTfnAhU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vnNuTfnAhU .carousel-indicators {
    display: none;
  }
}
.cid-vnNuTfnAhU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnNuTfnAhU .carousel-inner > .active {
  display: block;
}
.cid-vnNuTfnAhU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnNuTfnAhU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vnNuTfnAhU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vnNuTfnAhU .carousel-control,
  .cid-vnNuTfnAhU .carousel-indicators,
  .cid-vnNuTfnAhU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vnNuTfnAhU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vnNuTfnAhU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vnNuTfnAhU .carousel-indicators .active,
.cid-vnNuTfnAhU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vnNuTfnAhU .carousel-indicators .active {
  background: #fff;
}
.cid-vnNuTfnAhU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vnNuTfnAhU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vnNuTfnAhU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vnNuTfnAhU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vnNuTfnAhU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vnNuTfnAhU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vnNuTfnAhU .carousel {
  width: 100%;
}
.cid-vnNuTfnAhU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vnNuTfnAhU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vnNuTfnAhU .modal.fade .modal-dialog,
.cid-vnNuTfnAhU .modal.in .modal-dialog {
  transform: none;
}
.cid-vnNuTfnAhU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vnNuTfnAhU H6 {
  text-align: center;
}
.cid-vpA8YA0l7u {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #00798c 50%, #111317 150%);
}
.cid-vpA8YA0l7u .item:focus,
.cid-vpA8YA0l7u span:focus {
  outline: none;
}
.cid-vpA8YA0l7u .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpA8YA0l7u .content-head {
  max-width: 800px;
}
.cid-vpA8YA0l7u .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vnNuTp7uQr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vnNuTp7uQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuTp7uQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuTp7uQr .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuTp7uQr .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vnNuTp7uQr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnNuTp7uQr .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vnNuTp7uQr .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuTp7uQr .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vnNuTp7uQr .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vnNuTp7uQr .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuTp7uQr .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vnNuTp7uQr .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vnNuTp7uQr .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vnNuTp7uQr .card {
  justify-content: center;
}
.cid-vnNuTp7uQr .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vnNuTp7uQr .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vnNuTp7uQr .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuTp7uQr .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item:hover,
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vnNuTp7uQr .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuTp7uQr .mbr-label {
  color: #ffffff;
}
.cid-vnNuTp7uQr .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuTp7uQr .mbr-text {
  color: #ffffff;
}
.cid-vnNuTp7uQr .mbr-list-title {
  color: #ffffff;
}
.cid-vnNuTp7uQr .list {
  color: #ffffff;
}
.cid-voJQWGeyKH {
  z-index: 1000;
  width: 100%;
}
.cid-voJQWGeyKH nav.navbar {
  position: fixed;
}
.cid-voJQWGeyKH .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voJQWGeyKH .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voJQWGeyKH .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-voJQWGeyKH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voJQWGeyKH .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-voJQWGeyKH .dropdown-item:hover,
.cid-voJQWGeyKH .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-voJQWGeyKH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voJQWGeyKH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voJQWGeyKH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voJQWGeyKH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voJQWGeyKH .nav-link {
  position: relative;
}
.cid-voJQWGeyKH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-voJQWGeyKH .container {
    flex-wrap: nowrap;
  }
}
.cid-voJQWGeyKH .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voJQWGeyKH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-voJQWGeyKH .dropdown-menu,
.cid-voJQWGeyKH .navbar.opened {
  background: #ffffff !important;
}
.cid-voJQWGeyKH .nav-item:focus,
.cid-voJQWGeyKH .nav-link:focus {
  outline: none;
}
.cid-voJQWGeyKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voJQWGeyKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voJQWGeyKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voJQWGeyKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voJQWGeyKH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voJQWGeyKH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voJQWGeyKH .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-voJQWGeyKH .navbar.opened {
  transition: all 0.3s;
}
.cid-voJQWGeyKH .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-voJQWGeyKH .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voJQWGeyKH .navbar .navbar-logo img {
  width: auto;
}
.cid-voJQWGeyKH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voJQWGeyKH .navbar.collapsed {
  justify-content: center;
}
.cid-voJQWGeyKH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voJQWGeyKH .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-voJQWGeyKH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voJQWGeyKH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-voJQWGeyKH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voJQWGeyKH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voJQWGeyKH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-voJQWGeyKH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voJQWGeyKH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voJQWGeyKH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voJQWGeyKH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voJQWGeyKH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voJQWGeyKH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voJQWGeyKH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voJQWGeyKH .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-voJQWGeyKH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voJQWGeyKH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voJQWGeyKH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-voJQWGeyKH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voJQWGeyKH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voJQWGeyKH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voJQWGeyKH .navbar.navbar-short {
  min-height: 100px;
}
.cid-voJQWGeyKH .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-voJQWGeyKH .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-voJQWGeyKH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voJQWGeyKH .navbar-brand .navbar-caption:hover,
.cid-voJQWGeyKH .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voJQWGeyKH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voJQWGeyKH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voJQWGeyKH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voJQWGeyKH .dropdown-item.active,
.cid-voJQWGeyKH .dropdown-item:active {
  background-color: transparent;
}
.cid-voJQWGeyKH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voJQWGeyKH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voJQWGeyKH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voJQWGeyKH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voJQWGeyKH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voJQWGeyKH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voJQWGeyKH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voJQWGeyKH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voJQWGeyKH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voJQWGeyKH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voJQWGeyKH .navbar-buttons {
    text-align: left;
  }
}
.cid-voJQWGeyKH .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voJQWGeyKH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voJQWGeyKH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-voJQWGeyKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voJQWGeyKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voJQWGeyKH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voJQWGeyKH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voJQWGeyKH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voJQWGeyKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voJQWGeyKH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voJQWGeyKH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voJQWGeyKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voJQWGeyKH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voJQWGeyKH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voJQWGeyKH .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-voJQWGeyKH .navbar {
    height: 70px;
  }
  .cid-voJQWGeyKH .navbar.opened {
    height: auto;
  }
  .cid-voJQWGeyKH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voJQWGeyKH .navbar-nav {
  margin: 0 auto;
}
.cid-voJQWGeyKH .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-voJQWGeyKH .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-voJQWGeyKH .nav-item:hover::before {
  opacity: 1;
}
.cid-voJQWGeyKH .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-voJQWGeyKH .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voJQWGeyKH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-voJQWGeyKH .nav-item .nav-link:hover,
.cid-voJQWGeyKH .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-voJQWGeyKH .nav-item .nav-link:hover::before,
.cid-voJQWGeyKH .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-voJQWGeyKH .nav-item .nav-link:hover::after,
.cid-voJQWGeyKH .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-voJQWGeyKH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voJQWGeyKH .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-voJQWGeyKH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voJQWGeyKH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voJQWGeyKH .navbar {
    justify-content: flex-start !important;
  }
  .cid-voJQWGeyKH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voJQWGeyKH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voJQWGeyKH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voJQWGeyKH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voJQWGeyKH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voJQWGeyKH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voJQWGeyKH .content-wrap {
  min-height: 100px;
}
.cid-voJQWV8JYP {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voJQWV8JYP .showAlerts {
  display: block !important;
}
.cid-voJQWV8JYP .rowflexrev {
  display: -webkit-flex;
}
.cid-voJQWV8JYP .title {
  margin-bottom: 2rem;
}
.cid-voJQWV8JYP .mbr-section-subtitle {
  color: #767676;
}
.cid-voJQWV8JYP textarea.form-control {
  min-height: 188px;
}
.cid-voJQWV8JYP LABEL {
  color: #232323;
  display: initial;
}
.cid-voJQWV8JYP .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-voJQWV8JYP .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-voJQWV8JYP .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-voJQWV8JYP .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-voJQWV8JYP .alert {
  margin-bottom: 0;
}
.cid-voJQWV8JYP .alert-success {
  background-color: #25d366;
}
.cid-voJQWV8JYP .alert-danger {
  background-color: #ff4a52;
}
.cid-voJQWV8JYP .btn {
  display: inline-flex;
}
.cid-voJQWV8JYP .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-voJQWV8JYP .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-voJQWV8JYP .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-voJQWV8JYP input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-voJQWV8JYP input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-voJQWV8JYP input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-voJQWV8JYP input,
.cid-voJQWV8JYP option,
.cid-voJQWV8JYP textarea {
  color: #000000;
}
.cid-voJQWVH9Ym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-voJQWVH9Ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-voJQWVH9Ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voJQWVH9Ym .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voJQWVH9Ym .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-voJQWVH9Ym .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voJQWVH9Ym .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-voJQWVH9Ym .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-voJQWVH9Ym .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-voJQWVH9Ym .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-voJQWVH9Ym .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-voJQWVH9Ym .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-voJQWVH9Ym .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voJQWVH9Ym .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-voJQWVH9Ym .card {
  justify-content: center;
}
.cid-voJQWVH9Ym .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-voJQWVH9Ym .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-voJQWVH9Ym .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-voJQWVH9Ym .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item:hover,
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-voJQWVH9Ym .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-voJQWVH9Ym .mbr-label {
  color: #ffffff;
}
.cid-voJQWVH9Ym .mbr-section-title {
  color: #ffffff;
}
.cid-voJQWVH9Ym .mbr-text {
  color: #ffffff;
}
.cid-voJQWVH9Ym .mbr-list-title {
  color: #ffffff;
}
.cid-voJQWVH9Ym .list {
  color: #ffffff;
}
.cid-voeNG1tgLp {
  z-index: 1000;
  width: 100%;
}
.cid-voeNG1tgLp nav.navbar {
  position: fixed;
}
.cid-voeNG1tgLp .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-voeNG1tgLp .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-voeNG1tgLp .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-voeNG1tgLp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-voeNG1tgLp .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-voeNG1tgLp .dropdown-item:hover,
.cid-voeNG1tgLp .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-voeNG1tgLp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voeNG1tgLp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voeNG1tgLp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voeNG1tgLp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-voeNG1tgLp .nav-link {
  position: relative;
}
.cid-voeNG1tgLp .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-voeNG1tgLp .container {
    flex-wrap: nowrap;
  }
}
.cid-voeNG1tgLp .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-voeNG1tgLp .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-voeNG1tgLp .dropdown-menu,
.cid-voeNG1tgLp .navbar.opened {
  background: #ffffff !important;
}
.cid-voeNG1tgLp .nav-item:focus,
.cid-voeNG1tgLp .nav-link:focus {
  outline: none;
}
.cid-voeNG1tgLp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voeNG1tgLp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-voeNG1tgLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voeNG1tgLp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voeNG1tgLp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voeNG1tgLp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-voeNG1tgLp .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-voeNG1tgLp .navbar.opened {
  transition: all 0.3s;
}
.cid-voeNG1tgLp .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-voeNG1tgLp .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-voeNG1tgLp .navbar .navbar-logo img {
  width: auto;
}
.cid-voeNG1tgLp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voeNG1tgLp .navbar.collapsed {
  justify-content: center;
}
.cid-voeNG1tgLp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voeNG1tgLp .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-voeNG1tgLp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voeNG1tgLp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-voeNG1tgLp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voeNG1tgLp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voeNG1tgLp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-voeNG1tgLp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voeNG1tgLp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voeNG1tgLp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voeNG1tgLp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voeNG1tgLp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voeNG1tgLp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voeNG1tgLp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voeNG1tgLp .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-voeNG1tgLp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voeNG1tgLp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voeNG1tgLp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-voeNG1tgLp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-voeNG1tgLp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voeNG1tgLp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-voeNG1tgLp .navbar.navbar-short {
  min-height: 100px;
}
.cid-voeNG1tgLp .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-voeNG1tgLp .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-voeNG1tgLp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-voeNG1tgLp .navbar-brand .navbar-caption:hover,
.cid-voeNG1tgLp .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voeNG1tgLp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voeNG1tgLp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-voeNG1tgLp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-voeNG1tgLp .dropdown-item.active,
.cid-voeNG1tgLp .dropdown-item:active {
  background-color: transparent;
}
.cid-voeNG1tgLp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voeNG1tgLp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voeNG1tgLp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voeNG1tgLp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-voeNG1tgLp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-voeNG1tgLp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-voeNG1tgLp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voeNG1tgLp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-voeNG1tgLp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-voeNG1tgLp .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-voeNG1tgLp .navbar-buttons {
    text-align: left;
  }
}
.cid-voeNG1tgLp .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-voeNG1tgLp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-voeNG1tgLp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-voeNG1tgLp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-voeNG1tgLp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-voeNG1tgLp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voeNG1tgLp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-voeNG1tgLp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-voeNG1tgLp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voeNG1tgLp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voeNG1tgLp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voeNG1tgLp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voeNG1tgLp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voeNG1tgLp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voeNG1tgLp .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-voeNG1tgLp .navbar {
    height: 70px;
  }
  .cid-voeNG1tgLp .navbar.opened {
    height: auto;
  }
  .cid-voeNG1tgLp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voeNG1tgLp .navbar-nav {
  margin: 0 auto;
}
.cid-voeNG1tgLp .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-voeNG1tgLp .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-voeNG1tgLp .nav-item:hover::before {
  opacity: 1;
}
.cid-voeNG1tgLp .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-voeNG1tgLp .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-voeNG1tgLp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-voeNG1tgLp .nav-item .nav-link:hover,
.cid-voeNG1tgLp .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-voeNG1tgLp .nav-item .nav-link:hover::before,
.cid-voeNG1tgLp .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-voeNG1tgLp .nav-item .nav-link:hover::after,
.cid-voeNG1tgLp .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-voeNG1tgLp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-voeNG1tgLp .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-voeNG1tgLp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-voeNG1tgLp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-voeNG1tgLp .navbar {
    justify-content: flex-start !important;
  }
  .cid-voeNG1tgLp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-voeNG1tgLp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-voeNG1tgLp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-voeNG1tgLp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-voeNG1tgLp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-voeNG1tgLp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-voeNG1tgLp .content-wrap {
  min-height: 100px;
}
.cid-vpzmTYDuKz {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-vpzmTYDuKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpzmTYDuKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpzmTYDuKz .content-wrapper {
  position: relative;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vpzmTYDuKz .content-wrapper {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vpzmTYDuKz .content-wrapper .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vpzmTYDuKz .content-wrapper .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  will-change: transform;
}
.cid-vpzmTYDuKz .content-wrapper .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #fecb3e 0%, #25d366 50%, #0f5cfa 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vpzmTYDuKz .content-wrapper .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vpzmTYDuKz .content-wrapper .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #fecb3e 0%, #25d366 50%, #0f5cfa 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vpzmTYDuKz .content-wrapper .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.cid-vpzmTYDuKz .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vpzmTYDuKz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fecb3e 0%, #25d366 50%, #0f5cfa 100%) !important;
}
.cid-vpzmTYDuKz .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vpzmTYDuKz .content-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vpzmTYDuKz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpzmTYDuKz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vpzmTYDuKz .content-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #fecb3e 0%, #25d366 50%, #0f5cfa 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white:focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary.focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary.focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success.focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info.focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning.focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger.focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black.focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white.focus,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary.active,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary.active,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success.active,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info.active,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning.active,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger.active,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black.active,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary:hover::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary:hover::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success:hover::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info:hover::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning:hover::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger:hover::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black:hover::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white:hover::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary:focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary:focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success:focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info:focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning:focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger:focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black:focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white:focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary.focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary.focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success.focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info.focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning.focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger.focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black.focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white.focus::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary.active::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary.active::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success.active::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info.active::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning.active::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger.active::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black.active::before,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fecb3e 0%, #25d366 50%, #0f5cfa 100%) !important;
}
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vpzmTYDuKz .content-wrapper .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vpzmTYDuKz .image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vpzmTYDuKz .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vpzmTYDuKz .image-wrapper img {
  height: 220px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vpzmTYDuKz .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-vpzmTYDuKz .mbr-section-title {
  color: #171719;
}
.cid-vpzmTYDuKz .mbr-section-subtitle {
  color: #565661;
}
.cid-vpzmTYDuKz .mbr-text,
.cid-vpzmTYDuKz .text-wrapper {
  color: #565661;
}
.cid-vpzmTYDuKz .mbr-section-title,
.cid-vpzmTYDuKz .mbr-section-btn {
  text-align: center;
}
.cid-voeNG2FE72 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #171a2f;
}
.cid-voeNG2FE72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNG2FE72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNG2FE72 .items-wrapper {
  margin: 0 -24px;
}
.cid-voeNG2FE72 .items-wrapper .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-voeNG2FE72 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-voeNG2FE72 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-voeNG2FE72 .content-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-voeNG2FE72 .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voeNG2FE72 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voeNG2FE72 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voeNG2FE72 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voeNG2FE72 .image-wrapper {
  border: 1px solid #171a2f;
  padding: 12px;
}
.cid-voeNG2FE72 .image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voeNG2FE72 .image-wrapper img {
    height: auto;
  }
}
.cid-voeNG2FE72 .mbr-label {
  color: #e9e9e9;
}
.cid-voeNG2FE72 .mbr-section-title {
  color: #ff5500;
}
.cid-voeNG2FE72 .mbr-text {
  color: #14334b;
}
.cid-voeNG2FE72 .mbr-section-title,
.cid-voeNG2FE72 .mbr-section-btn,
.cid-voeNG2FE72 .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-voeNG2FE72 .mbr-text,
.cid-voeNG2FE72 .text-wrapper {
  color: #e5974b;
  text-align: center;
}
.cid-voxWuNYzA1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #171a2f;
}
.cid-voxWuNYzA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voxWuNYzA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voxWuNYzA1 .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-voxWuNYzA1 .container-wrapper {
    padding: 0;
  }
}
.cid-voxWuNYzA1 .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-voxWuNYzA1 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voxWuNYzA1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voxWuNYzA1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-voxWuNYzA1 .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-voxWuNYzA1 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-voxWuNYzA1 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-voxWuNYzA1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voxWuNYzA1 .items-wrapper .item .item-wrapper .item-img {
  width: 25%;
  margin: 0 auto 24px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-voxWuNYzA1 .items-wrapper .item .item-wrapper .item-img {
    width: 15%;
  }
}
.cid-voxWuNYzA1 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.cid-voxWuNYzA1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-voxWuNYzA1 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-voxWuNYzA1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voxWuNYzA1 .mbr-section-title,
.cid-voxWuNYzA1 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voxWuNYzA1 .item-title {
  color: #ffffff;
}
.cid-voxWuNYzA1 .item-text {
  color: #e9e9e9;
  text-align: center;
}
.cid-voxWuNYzA1 .item-title,
.cid-voxWuNYzA1 .mbr-section-btn {
  text-align: center;
}
.cid-vomLo7bisG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-vomLo7bisG .item:focus,
.cid-vomLo7bisG span:focus {
  outline: none;
}
.cid-vomLo7bisG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vomLo7bisG .content-head {
  max-width: 800px;
}
.cid-vomLo7bisG .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-voeNG7HMDo {
  background-image: url("../../../assets/images/heart-of-the-cosmos-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-voeNG7HMDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNG7HMDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNG7HMDo .image-wrap {
  height: 300px;
}
.cid-vomLp5Ozyx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-vomLp5Ozyx .item:focus,
.cid-vomLp5Ozyx span:focus {
  outline: none;
}
.cid-vomLp5Ozyx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vomLp5Ozyx .content-head {
  max-width: 800px;
}
.cid-vomLp5Ozyx .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-voeNG8nBIQ {
  background-image: url("../../../assets/images/sound-of-the-party-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-voeNG8nBIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNG8nBIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNG8nBIQ .image-wrap {
  height: 300px;
}
.cid-vomKVlz8r8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-vomKVlz8r8 .item:focus,
.cid-vomKVlz8r8 span:focus {
  outline: none;
}
.cid-vomKVlz8r8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vomKVlz8r8 .content-head {
  max-width: 800px;
}
.cid-vomKVlz8r8 .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-voeNG6dqOj {
  background-image: url("../../../assets/images/the-sound-of-the-midnight-train-1728x1296-72ppi-1728x1296.webp");
}
.cid-voeNG6dqOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNG6dqOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNG6dqOj .image-wrap {
  height: 300px;
}
.cid-vpzo11PkAO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #00798c 50%, #111317 150%);
}
.cid-vpzo11PkAO .item:focus,
.cid-vpzo11PkAO span:focus {
  outline: none;
}
.cid-vpzo11PkAO .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpzo11PkAO .content-head {
  max-width: 800px;
}
.cid-vpzo11PkAO .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-voeNGf4LD3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-voeNGf4LD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voeNGf4LD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voeNGf4LD3 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voeNGf4LD3 .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-voeNGf4LD3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-voeNGf4LD3 .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-voeNGf4LD3 .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-voeNGf4LD3 .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-voeNGf4LD3 .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-voeNGf4LD3 .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-voeNGf4LD3 .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-voeNGf4LD3 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voeNGf4LD3 .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-voeNGf4LD3 .card {
  justify-content: center;
}
.cid-voeNGf4LD3 .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-voeNGf4LD3 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-voeNGf4LD3 .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-voeNGf4LD3 .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item:hover,
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-voeNGf4LD3 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-voeNGf4LD3 .mbr-label {
  color: #ffffff;
}
.cid-voeNGf4LD3 .mbr-section-title {
  color: #ffffff;
}
.cid-voeNGf4LD3 .mbr-text {
  color: #ffffff;
}
.cid-voeNGf4LD3 .mbr-list-title {
  color: #ffffff;
}
.cid-voeNGf4LD3 .list {
  color: #ffffff;
}
.cid-vnNupWBRtw {
  z-index: 1000;
  width: 100%;
}
.cid-vnNupWBRtw nav.navbar {
  position: fixed;
}
.cid-vnNupWBRtw .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vnNupWBRtw .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vnNupWBRtw .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-vnNupWBRtw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vnNupWBRtw .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vnNupWBRtw .dropdown-item:hover,
.cid-vnNupWBRtw .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vnNupWBRtw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnNupWBRtw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnNupWBRtw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnNupWBRtw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vnNupWBRtw .nav-link {
  position: relative;
}
.cid-vnNupWBRtw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vnNupWBRtw .container {
    flex-wrap: nowrap;
  }
}
.cid-vnNupWBRtw .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnNupWBRtw .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vnNupWBRtw .dropdown-menu,
.cid-vnNupWBRtw .navbar.opened {
  background: #ffffff !important;
}
.cid-vnNupWBRtw .nav-item:focus,
.cid-vnNupWBRtw .nav-link:focus {
  outline: none;
}
.cid-vnNupWBRtw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnNupWBRtw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vnNupWBRtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnNupWBRtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnNupWBRtw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnNupWBRtw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnNupWBRtw .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vnNupWBRtw .navbar.opened {
  transition: all 0.3s;
}
.cid-vnNupWBRtw .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vnNupWBRtw .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vnNupWBRtw .navbar .navbar-logo img {
  width: auto;
}
.cid-vnNupWBRtw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnNupWBRtw .navbar.collapsed {
  justify-content: center;
}
.cid-vnNupWBRtw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnNupWBRtw .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vnNupWBRtw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnNupWBRtw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vnNupWBRtw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnNupWBRtw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnNupWBRtw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vnNupWBRtw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnNupWBRtw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnNupWBRtw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnNupWBRtw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnNupWBRtw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnNupWBRtw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnNupWBRtw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnNupWBRtw .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-vnNupWBRtw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnNupWBRtw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnNupWBRtw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vnNupWBRtw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnNupWBRtw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnNupWBRtw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnNupWBRtw .navbar.navbar-short {
  min-height: 100px;
}
.cid-vnNupWBRtw .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vnNupWBRtw .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vnNupWBRtw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vnNupWBRtw .navbar-brand .navbar-caption:hover,
.cid-vnNupWBRtw .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNupWBRtw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnNupWBRtw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnNupWBRtw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vnNupWBRtw .dropdown-item.active,
.cid-vnNupWBRtw .dropdown-item:active {
  background-color: transparent;
}
.cid-vnNupWBRtw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnNupWBRtw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnNupWBRtw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnNupWBRtw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vnNupWBRtw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vnNupWBRtw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnNupWBRtw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnNupWBRtw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vnNupWBRtw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vnNupWBRtw .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vnNupWBRtw .navbar-buttons {
    text-align: left;
  }
}
.cid-vnNupWBRtw .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vnNupWBRtw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnNupWBRtw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnNupWBRtw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vnNupWBRtw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnNupWBRtw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNupWBRtw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnNupWBRtw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnNupWBRtw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNupWBRtw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnNupWBRtw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnNupWBRtw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnNupWBRtw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnNupWBRtw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnNupWBRtw .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-vnNupWBRtw .navbar {
    height: 70px;
  }
  .cid-vnNupWBRtw .navbar.opened {
    height: auto;
  }
  .cid-vnNupWBRtw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnNupWBRtw .navbar-nav {
  margin: 0 auto;
}
.cid-vnNupWBRtw .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vnNupWBRtw .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vnNupWBRtw .nav-item:hover::before {
  opacity: 1;
}
.cid-vnNupWBRtw .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vnNupWBRtw .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnNupWBRtw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vnNupWBRtw .nav-item .nav-link:hover,
.cid-vnNupWBRtw .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vnNupWBRtw .nav-item .nav-link:hover::before,
.cid-vnNupWBRtw .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vnNupWBRtw .nav-item .nav-link:hover::after,
.cid-vnNupWBRtw .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vnNupWBRtw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnNupWBRtw .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vnNupWBRtw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnNupWBRtw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vnNupWBRtw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnNupWBRtw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnNupWBRtw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnNupWBRtw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnNupWBRtw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vnNupWBRtw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vnNupWBRtw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vnNupWBRtw .content-wrap {
  min-height: 100px;
}
.cid-vpAcn125Ut {
  background-image: url("../../../assets/images/1-echoes-in-violet-and-gold-1728x1296-72ppi-1728x1296.webp");
}
.cid-vpAcn125Ut .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpAcn125Ut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpAcn125Ut .image-wrap {
  height: 300px;
}
.cid-vpAd0FSnrg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vpAd0FSnrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpAd0FSnrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpAd0FSnrg .card {
  justify-content: flex-end;
}
.cid-vpAd0FSnrg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpAd0FSnrg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpAd0FSnrg .items-wrapper {
  margin: 0 -10px;
}
.cid-vpAd0FSnrg .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpAd0FSnrg .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpAd0FSnrg .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vpAd0FSnrg .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vpAd0FSnrg .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vpAd0FSnrg .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vpAd0FSnrg .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vpAd0FSnrg .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vpAd0FSnrg .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vpAd0FSnrg .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vpAd0FSnrg .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vpAd0FSnrg .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vpAd0FSnrg .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vpAd0FSnrg .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpAd0FSnrg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vpAd0FSnrg .mbr-section-title {
  color: #171719;
}
.cid-vpAd0FSnrg .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vpAd0FSnrg .item-title {
  color: #171719;
}
.cid-vpAd0FSnrg .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vpAd0FSnrg .item-title,
.cid-vpAd0FSnrg .item-btn {
  text-align: center;
  color: #fecb3e;
}
.cid-vpAd0FSnrg .mbr-section-title,
.cid-vpAd0FSnrg .title-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vpAcvbYtzM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #00798c 50%, #111317 150%);
}
.cid-vpAcvbYtzM .item:focus,
.cid-vpAcvbYtzM span:focus {
  outline: none;
}
.cid-vpAcvbYtzM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpAcvbYtzM .content-head {
  max-width: 800px;
}
.cid-vpAcvbYtzM .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vnNuq81pdF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vnNuq81pdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNuq81pdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNuq81pdF .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq81pdF .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vnNuq81pdF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnNuq81pdF .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vnNuq81pdF .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vnNuq81pdF .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vnNuq81pdF .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vnNuq81pdF .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vnNuq81pdF .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vnNuq81pdF .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vnNuq81pdF .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vnNuq81pdF .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vnNuq81pdF .card {
  justify-content: center;
}
.cid-vnNuq81pdF .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vnNuq81pdF .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vnNuq81pdF .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vnNuq81pdF .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item:hover,
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vnNuq81pdF .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vnNuq81pdF .mbr-label {
  color: #ffffff;
}
.cid-vnNuq81pdF .mbr-section-title {
  color: #ffffff;
}
.cid-vnNuq81pdF .mbr-text {
  color: #ffffff;
}
.cid-vnNuq81pdF .mbr-list-title {
  color: #ffffff;
}
.cid-vnNuq81pdF .list {
  color: #ffffff;
}
.cid-vpAgp9VOk7 {
  z-index: 1000;
  width: 100%;
}
.cid-vpAgp9VOk7 nav.navbar {
  position: fixed;
}
.cid-vpAgp9VOk7 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vpAgp9VOk7 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vpAgp9VOk7 .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-vpAgp9VOk7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vpAgp9VOk7 .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vpAgp9VOk7 .dropdown-item:hover,
.cid-vpAgp9VOk7 .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vpAgp9VOk7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpAgp9VOk7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpAgp9VOk7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpAgp9VOk7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vpAgp9VOk7 .nav-link {
  position: relative;
}
.cid-vpAgp9VOk7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vpAgp9VOk7 .container {
    flex-wrap: nowrap;
  }
}
.cid-vpAgp9VOk7 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vpAgp9VOk7 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vpAgp9VOk7 .dropdown-menu,
.cid-vpAgp9VOk7 .navbar.opened {
  background: #ffffff !important;
}
.cid-vpAgp9VOk7 .nav-item:focus,
.cid-vpAgp9VOk7 .nav-link:focus {
  outline: none;
}
.cid-vpAgp9VOk7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpAgp9VOk7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vpAgp9VOk7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpAgp9VOk7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpAgp9VOk7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpAgp9VOk7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpAgp9VOk7 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vpAgp9VOk7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vpAgp9VOk7 .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vpAgp9VOk7 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vpAgp9VOk7 .navbar .navbar-logo img {
  width: auto;
}
.cid-vpAgp9VOk7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpAgp9VOk7 .navbar.collapsed {
  justify-content: center;
}
.cid-vpAgp9VOk7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpAgp9VOk7 .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vpAgp9VOk7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpAgp9VOk7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vpAgp9VOk7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpAgp9VOk7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpAgp9VOk7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vpAgp9VOk7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpAgp9VOk7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpAgp9VOk7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpAgp9VOk7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpAgp9VOk7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpAgp9VOk7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpAgp9VOk7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpAgp9VOk7 .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-vpAgp9VOk7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpAgp9VOk7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpAgp9VOk7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vpAgp9VOk7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vpAgp9VOk7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpAgp9VOk7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpAgp9VOk7 .navbar.navbar-short {
  min-height: 100px;
}
.cid-vpAgp9VOk7 .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vpAgp9VOk7 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vpAgp9VOk7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vpAgp9VOk7 .navbar-brand .navbar-caption:hover,
.cid-vpAgp9VOk7 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vpAgp9VOk7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpAgp9VOk7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vpAgp9VOk7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vpAgp9VOk7 .dropdown-item.active,
.cid-vpAgp9VOk7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vpAgp9VOk7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpAgp9VOk7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpAgp9VOk7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpAgp9VOk7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vpAgp9VOk7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vpAgp9VOk7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vpAgp9VOk7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpAgp9VOk7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vpAgp9VOk7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vpAgp9VOk7 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vpAgp9VOk7 .navbar-buttons {
    text-align: left;
  }
}
.cid-vpAgp9VOk7 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vpAgp9VOk7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vpAgp9VOk7 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vpAgp9VOk7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpAgp9VOk7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vpAgp9VOk7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vpAgp9VOk7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vpAgp9VOk7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vpAgp9VOk7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpAgp9VOk7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpAgp9VOk7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpAgp9VOk7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpAgp9VOk7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vpAgp9VOk7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpAgp9VOk7 .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-vpAgp9VOk7 .navbar {
    height: 70px;
  }
  .cid-vpAgp9VOk7 .navbar.opened {
    height: auto;
  }
  .cid-vpAgp9VOk7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpAgp9VOk7 .navbar-nav {
  margin: 0 auto;
}
.cid-vpAgp9VOk7 .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vpAgp9VOk7 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vpAgp9VOk7 .nav-item:hover::before {
  opacity: 1;
}
.cid-vpAgp9VOk7 .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vpAgp9VOk7 .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vpAgp9VOk7 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vpAgp9VOk7 .nav-item .nav-link:hover,
.cid-vpAgp9VOk7 .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vpAgp9VOk7 .nav-item .nav-link:hover::before,
.cid-vpAgp9VOk7 .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vpAgp9VOk7 .nav-item .nav-link:hover::after,
.cid-vpAgp9VOk7 .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vpAgp9VOk7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vpAgp9VOk7 .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vpAgp9VOk7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vpAgp9VOk7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vpAgp9VOk7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vpAgp9VOk7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vpAgp9VOk7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vpAgp9VOk7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vpAgp9VOk7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vpAgp9VOk7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vpAgp9VOk7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vpAgp9VOk7 .content-wrap {
  min-height: 100px;
}
.cid-vpAgpa94x3 {
  background-image: url("../../../assets/images/3-the-surprize-1728x1296-72ppi-1728x1296.webp");
}
.cid-vpAgpa94x3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpAgpa94x3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpAgpa94x3 .image-wrap {
  height: 300px;
}
.cid-vpAgpagiBq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vpAgpagiBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpAgpagiBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpAgpagiBq .card {
  justify-content: flex-end;
}
.cid-vpAgpagiBq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpAgpagiBq .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpAgpagiBq .items-wrapper {
  margin: 0 -10px;
}
.cid-vpAgpagiBq .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpAgpagiBq .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpAgpagiBq .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vpAgpagiBq .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vpAgpagiBq .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vpAgpagiBq .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vpAgpagiBq .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vpAgpagiBq .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vpAgpagiBq .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vpAgpagiBq .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vpAgpagiBq .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vpAgpagiBq .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vpAgpagiBq .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vpAgpagiBq .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpAgpagiBq .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vpAgpagiBq .mbr-section-title {
  color: #171719;
}
.cid-vpAgpagiBq .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vpAgpagiBq .item-title {
  color: #171719;
}
.cid-vpAgpagiBq .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vpAgpagiBq .item-title,
.cid-vpAgpagiBq .item-btn {
  text-align: center;
  color: #fecb3e;
}
.cid-vpAgpagiBq .mbr-section-title,
.cid-vpAgpagiBq .title-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vpAgpaqS0k {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #00798c 50%, #111317 150%);
}
.cid-vpAgpaqS0k .item:focus,
.cid-vpAgpaqS0k span:focus {
  outline: none;
}
.cid-vpAgpaqS0k .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpAgpaqS0k .content-head {
  max-width: 800px;
}
.cid-vpAgpaqS0k .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vpAgpaxuYp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vpAgpaxuYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpAgpaxuYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpAgpaxuYp .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpAgpaxuYp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpAgpaxuYp .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vpAgpaxuYp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vpAgpaxuYp .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vpAgpaxuYp .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vpAgpaxuYp .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpAgpaxuYp .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpAgpaxuYp .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vpAgpaxuYp .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vpAgpaxuYp .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vpAgpaxuYp .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vpAgpaxuYp .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vpAgpaxuYp .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpAgpaxuYp .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vpAgpaxuYp .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vpAgpaxuYp .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vpAgpaxuYp .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vpAgpaxuYp .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vpAgpaxuYp .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vpAgpaxuYp .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vpAgpaxuYp .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vpAgpaxuYp .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vpAgpaxuYp .card {
  justify-content: center;
}
.cid-vpAgpaxuYp .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vpAgpaxuYp .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vpAgpaxuYp .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vpAgpaxuYp .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vpAgpaxuYp .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vpAgpaxuYp .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vpAgpaxuYp .social-wrapper .social-wrap .soc-item:hover,
.cid-vpAgpaxuYp .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vpAgpaxuYp .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vpAgpaxuYp .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vpAgpaxuYp .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vpAgpaxuYp .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vpAgpaxuYp .mbr-label {
  color: #ffffff;
}
.cid-vpAgpaxuYp .mbr-section-title {
  color: #ffffff;
}
.cid-vpAgpaxuYp .mbr-text {
  color: #ffffff;
}
.cid-vpAgpaxuYp .mbr-list-title {
  color: #ffffff;
}
.cid-vpAgpaxuYp .list {
  color: #ffffff;
}
.cid-vpAJPJtDtZ {
  z-index: 1000;
  width: 100%;
}
.cid-vpAJPJtDtZ nav.navbar {
  position: fixed;
}
.cid-vpAJPJtDtZ .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vpAJPJtDtZ .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vpAJPJtDtZ .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-vpAJPJtDtZ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vpAJPJtDtZ .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vpAJPJtDtZ .dropdown-item:hover,
.cid-vpAJPJtDtZ .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vpAJPJtDtZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpAJPJtDtZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpAJPJtDtZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpAJPJtDtZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vpAJPJtDtZ .nav-link {
  position: relative;
}
.cid-vpAJPJtDtZ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vpAJPJtDtZ .container {
    flex-wrap: nowrap;
  }
}
.cid-vpAJPJtDtZ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vpAJPJtDtZ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vpAJPJtDtZ .dropdown-menu,
.cid-vpAJPJtDtZ .navbar.opened {
  background: #ffffff !important;
}
.cid-vpAJPJtDtZ .nav-item:focus,
.cid-vpAJPJtDtZ .nav-link:focus {
  outline: none;
}
.cid-vpAJPJtDtZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpAJPJtDtZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vpAJPJtDtZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpAJPJtDtZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpAJPJtDtZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpAJPJtDtZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpAJPJtDtZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vpAJPJtDtZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vpAJPJtDtZ .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vpAJPJtDtZ .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vpAJPJtDtZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vpAJPJtDtZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpAJPJtDtZ .navbar.collapsed {
  justify-content: center;
}
.cid-vpAJPJtDtZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpAJPJtDtZ .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vpAJPJtDtZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpAJPJtDtZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vpAJPJtDtZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpAJPJtDtZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpAJPJtDtZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vpAJPJtDtZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpAJPJtDtZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpAJPJtDtZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpAJPJtDtZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpAJPJtDtZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpAJPJtDtZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpAJPJtDtZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpAJPJtDtZ .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-vpAJPJtDtZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpAJPJtDtZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpAJPJtDtZ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vpAJPJtDtZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vpAJPJtDtZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpAJPJtDtZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpAJPJtDtZ .navbar.navbar-short {
  min-height: 100px;
}
.cid-vpAJPJtDtZ .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vpAJPJtDtZ .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vpAJPJtDtZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vpAJPJtDtZ .navbar-brand .navbar-caption:hover,
.cid-vpAJPJtDtZ .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vpAJPJtDtZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpAJPJtDtZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vpAJPJtDtZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vpAJPJtDtZ .dropdown-item.active,
.cid-vpAJPJtDtZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vpAJPJtDtZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpAJPJtDtZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpAJPJtDtZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpAJPJtDtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vpAJPJtDtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vpAJPJtDtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vpAJPJtDtZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpAJPJtDtZ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vpAJPJtDtZ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vpAJPJtDtZ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vpAJPJtDtZ .navbar-buttons {
    text-align: left;
  }
}
.cid-vpAJPJtDtZ .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vpAJPJtDtZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vpAJPJtDtZ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vpAJPJtDtZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpAJPJtDtZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vpAJPJtDtZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vpAJPJtDtZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vpAJPJtDtZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vpAJPJtDtZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpAJPJtDtZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpAJPJtDtZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpAJPJtDtZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpAJPJtDtZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vpAJPJtDtZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpAJPJtDtZ .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-vpAJPJtDtZ .navbar {
    height: 70px;
  }
  .cid-vpAJPJtDtZ .navbar.opened {
    height: auto;
  }
  .cid-vpAJPJtDtZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpAJPJtDtZ .navbar-nav {
  margin: 0 auto;
}
.cid-vpAJPJtDtZ .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vpAJPJtDtZ .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vpAJPJtDtZ .nav-item:hover::before {
  opacity: 1;
}
.cid-vpAJPJtDtZ .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vpAJPJtDtZ .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vpAJPJtDtZ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vpAJPJtDtZ .nav-item .nav-link:hover,
.cid-vpAJPJtDtZ .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vpAJPJtDtZ .nav-item .nav-link:hover::before,
.cid-vpAJPJtDtZ .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vpAJPJtDtZ .nav-item .nav-link:hover::after,
.cid-vpAJPJtDtZ .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vpAJPJtDtZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vpAJPJtDtZ .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vpAJPJtDtZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vpAJPJtDtZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vpAJPJtDtZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vpAJPJtDtZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vpAJPJtDtZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vpAJPJtDtZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vpAJPJtDtZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vpAJPJtDtZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vpAJPJtDtZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vpAJPJtDtZ .content-wrap {
  min-height: 100px;
}
.cid-vpAJPJEfgt {
  background-image: url("../../../assets/images/heart-of-the-cosmos-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vpAJPJEfgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpAJPJEfgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpAJPJEfgt .image-wrap {
  height: 300px;
}
.cid-vpAJPJLoKD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vpAJPJLoKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpAJPJLoKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpAJPJLoKD .card {
  justify-content: flex-end;
}
.cid-vpAJPJLoKD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpAJPJLoKD .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpAJPJLoKD .items-wrapper {
  margin: 0 -10px;
}
.cid-vpAJPJLoKD .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpAJPJLoKD .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpAJPJLoKD .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vpAJPJLoKD .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vpAJPJLoKD .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vpAJPJLoKD .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vpAJPJLoKD .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vpAJPJLoKD .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vpAJPJLoKD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vpAJPJLoKD .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vpAJPJLoKD .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vpAJPJLoKD .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vpAJPJLoKD .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vpAJPJLoKD .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpAJPJLoKD .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vpAJPJLoKD .mbr-section-title {
  color: #171719;
}
.cid-vpAJPJLoKD .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vpAJPJLoKD .item-title {
  color: #171719;
}
.cid-vpAJPJLoKD .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vpAJPJLoKD .item-title,
.cid-vpAJPJLoKD .item-btn {
  text-align: center;
  color: #fecb3e;
}
.cid-vpAJPJLoKD .mbr-section-title,
.cid-vpAJPJLoKD .title-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vpAJPJT9em {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #00798c 50%, #111317 150%);
}
.cid-vpAJPJT9em .item:focus,
.cid-vpAJPJT9em span:focus {
  outline: none;
}
.cid-vpAJPJT9em .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpAJPJT9em .content-head {
  max-width: 800px;
}
.cid-vpAJPJT9em .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vpAJPJZPhi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vpAJPJZPhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpAJPJZPhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpAJPJZPhi .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpAJPJZPhi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpAJPJZPhi .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vpAJPJZPhi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vpAJPJZPhi .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vpAJPJZPhi .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vpAJPJZPhi .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpAJPJZPhi .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpAJPJZPhi .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vpAJPJZPhi .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vpAJPJZPhi .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vpAJPJZPhi .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vpAJPJZPhi .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vpAJPJZPhi .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpAJPJZPhi .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vpAJPJZPhi .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vpAJPJZPhi .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vpAJPJZPhi .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vpAJPJZPhi .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vpAJPJZPhi .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vpAJPJZPhi .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vpAJPJZPhi .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vpAJPJZPhi .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vpAJPJZPhi .card {
  justify-content: center;
}
.cid-vpAJPJZPhi .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vpAJPJZPhi .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vpAJPJZPhi .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vpAJPJZPhi .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vpAJPJZPhi .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vpAJPJZPhi .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vpAJPJZPhi .social-wrapper .social-wrap .soc-item:hover,
.cid-vpAJPJZPhi .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vpAJPJZPhi .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vpAJPJZPhi .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vpAJPJZPhi .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vpAJPJZPhi .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vpAJPJZPhi .mbr-label {
  color: #ffffff;
}
.cid-vpAJPJZPhi .mbr-section-title {
  color: #ffffff;
}
.cid-vpAJPJZPhi .mbr-text {
  color: #ffffff;
}
.cid-vpAJPJZPhi .mbr-list-title {
  color: #ffffff;
}
.cid-vpAJPJZPhi .list {
  color: #ffffff;
}
.cid-vpANa6sZTn {
  z-index: 1000;
  width: 100%;
}
.cid-vpANa6sZTn nav.navbar {
  position: fixed;
}
.cid-vpANa6sZTn .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vpANa6sZTn .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vpANa6sZTn .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-vpANa6sZTn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vpANa6sZTn .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vpANa6sZTn .dropdown-item:hover,
.cid-vpANa6sZTn .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vpANa6sZTn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpANa6sZTn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpANa6sZTn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpANa6sZTn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vpANa6sZTn .nav-link {
  position: relative;
}
.cid-vpANa6sZTn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vpANa6sZTn .container {
    flex-wrap: nowrap;
  }
}
.cid-vpANa6sZTn .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vpANa6sZTn .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vpANa6sZTn .dropdown-menu,
.cid-vpANa6sZTn .navbar.opened {
  background: #ffffff !important;
}
.cid-vpANa6sZTn .nav-item:focus,
.cid-vpANa6sZTn .nav-link:focus {
  outline: none;
}
.cid-vpANa6sZTn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpANa6sZTn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vpANa6sZTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpANa6sZTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpANa6sZTn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpANa6sZTn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpANa6sZTn .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vpANa6sZTn .navbar.opened {
  transition: all 0.3s;
}
.cid-vpANa6sZTn .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vpANa6sZTn .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vpANa6sZTn .navbar .navbar-logo img {
  width: auto;
}
.cid-vpANa6sZTn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpANa6sZTn .navbar.collapsed {
  justify-content: center;
}
.cid-vpANa6sZTn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpANa6sZTn .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vpANa6sZTn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpANa6sZTn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vpANa6sZTn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpANa6sZTn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpANa6sZTn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vpANa6sZTn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpANa6sZTn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpANa6sZTn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpANa6sZTn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpANa6sZTn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpANa6sZTn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpANa6sZTn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpANa6sZTn .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-vpANa6sZTn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpANa6sZTn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpANa6sZTn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vpANa6sZTn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vpANa6sZTn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpANa6sZTn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpANa6sZTn .navbar.navbar-short {
  min-height: 100px;
}
.cid-vpANa6sZTn .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vpANa6sZTn .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vpANa6sZTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vpANa6sZTn .navbar-brand .navbar-caption:hover,
.cid-vpANa6sZTn .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vpANa6sZTn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpANa6sZTn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vpANa6sZTn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vpANa6sZTn .dropdown-item.active,
.cid-vpANa6sZTn .dropdown-item:active {
  background-color: transparent;
}
.cid-vpANa6sZTn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpANa6sZTn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpANa6sZTn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpANa6sZTn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vpANa6sZTn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vpANa6sZTn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vpANa6sZTn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpANa6sZTn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vpANa6sZTn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vpANa6sZTn .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vpANa6sZTn .navbar-buttons {
    text-align: left;
  }
}
.cid-vpANa6sZTn .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vpANa6sZTn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vpANa6sZTn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vpANa6sZTn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpANa6sZTn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vpANa6sZTn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vpANa6sZTn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vpANa6sZTn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vpANa6sZTn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpANa6sZTn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpANa6sZTn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpANa6sZTn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpANa6sZTn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vpANa6sZTn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpANa6sZTn .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-vpANa6sZTn .navbar {
    height: 70px;
  }
  .cid-vpANa6sZTn .navbar.opened {
    height: auto;
  }
  .cid-vpANa6sZTn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpANa6sZTn .navbar-nav {
  margin: 0 auto;
}
.cid-vpANa6sZTn .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vpANa6sZTn .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vpANa6sZTn .nav-item:hover::before {
  opacity: 1;
}
.cid-vpANa6sZTn .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vpANa6sZTn .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vpANa6sZTn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vpANa6sZTn .nav-item .nav-link:hover,
.cid-vpANa6sZTn .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vpANa6sZTn .nav-item .nav-link:hover::before,
.cid-vpANa6sZTn .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vpANa6sZTn .nav-item .nav-link:hover::after,
.cid-vpANa6sZTn .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vpANa6sZTn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vpANa6sZTn .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vpANa6sZTn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vpANa6sZTn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vpANa6sZTn .navbar {
    justify-content: flex-start !important;
  }
  .cid-vpANa6sZTn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vpANa6sZTn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vpANa6sZTn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vpANa6sZTn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vpANa6sZTn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vpANa6sZTn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vpANa6sZTn .content-wrap {
  min-height: 100px;
}
.cid-vpANa6C43n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f5f0;
}
.cid-vpANa6C43n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpANa6C43n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpANa6C43n .item {
  padding-bottom: 2rem;
}
.cid-vpANa6C43n .item-wrapper {
  position: relative;
}
.cid-vpANa6C43n .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vpANa6C43n .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vpANa6C43n .carousel-control,
.cid-vpANa6C43n .close {
  background: #1b1b1b;
}
.cid-vpANa6C43n .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vpANa6C43n .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vpANa6C43n .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vpANa6C43n .carousel-control-next span {
  margin-left: 5px;
}
.cid-vpANa6C43n .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vpANa6C43n .close::before {
  content: '\e91a';
}
.cid-vpANa6C43n .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vpANa6C43n .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vpANa6C43n .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpANa6C43n .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpANa6C43n .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vpANa6C43n .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vpANa6C43n .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-vpANa6C43n .carousel-indicators li.active,
.cid-vpANa6C43n .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vpANa6C43n .carousel-indicators li::after,
.cid-vpANa6C43n .carousel-indicators li::before {
  content: none;
}
.cid-vpANa6C43n .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vpANa6C43n .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vpANa6C43n .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpANa6C43n .carousel-indicators {
    display: none;
  }
}
.cid-vpANa6C43n .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vpANa6C43n .carousel-inner > .active {
  display: block;
}
.cid-vpANa6C43n .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpANa6C43n .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpANa6C43n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vpANa6C43n .carousel-control,
  .cid-vpANa6C43n .carousel-indicators,
  .cid-vpANa6C43n .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vpANa6C43n .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vpANa6C43n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vpANa6C43n .carousel-indicators .active,
.cid-vpANa6C43n .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vpANa6C43n .carousel-indicators .active {
  background: #fff;
}
.cid-vpANa6C43n .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vpANa6C43n .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vpANa6C43n .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vpANa6C43n .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vpANa6C43n .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vpANa6C43n .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vpANa6C43n .carousel {
  width: 100%;
}
.cid-vpANa6C43n .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vpANa6C43n .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vpANa6C43n .modal.fade .modal-dialog,
.cid-vpANa6C43n .modal.in .modal-dialog {
  transform: none;
}
.cid-vpANa6C43n .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vpANa6C43n H6 {
  text-align: center;
}
.cid-vpANa70g2G {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #00798c 50%, #111317 150%);
}
.cid-vpANa70g2G .item:focus,
.cid-vpANa70g2G span:focus {
  outline: none;
}
.cid-vpANa70g2G .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpANa70g2G .content-head {
  max-width: 800px;
}
.cid-vpANa70g2G .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vpANa76HwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vpANa76HwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpANa76HwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpANa76HwH .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpANa76HwH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpANa76HwH .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vpANa76HwH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vpANa76HwH .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vpANa76HwH .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vpANa76HwH .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpANa76HwH .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpANa76HwH .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vpANa76HwH .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vpANa76HwH .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vpANa76HwH .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vpANa76HwH .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vpANa76HwH .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpANa76HwH .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vpANa76HwH .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vpANa76HwH .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vpANa76HwH .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vpANa76HwH .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vpANa76HwH .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vpANa76HwH .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vpANa76HwH .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vpANa76HwH .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vpANa76HwH .card {
  justify-content: center;
}
.cid-vpANa76HwH .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vpANa76HwH .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vpANa76HwH .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vpANa76HwH .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vpANa76HwH .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vpANa76HwH .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vpANa76HwH .social-wrapper .social-wrap .soc-item:hover,
.cid-vpANa76HwH .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vpANa76HwH .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vpANa76HwH .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vpANa76HwH .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vpANa76HwH .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vpANa76HwH .mbr-label {
  color: #ffffff;
}
.cid-vpANa76HwH .mbr-section-title {
  color: #ffffff;
}
.cid-vpANa76HwH .mbr-text {
  color: #ffffff;
}
.cid-vpANa76HwH .mbr-list-title {
  color: #ffffff;
}
.cid-vpANa76HwH .list {
  color: #ffffff;
}
.cid-vpxsQl1oXR {
  z-index: 1000;
  width: 100%;
}
.cid-vpxsQl1oXR nav.navbar {
  position: fixed;
}
.cid-vpxsQl1oXR .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vpxsQl1oXR .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vpxsQl1oXR .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-vpxsQl1oXR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vpxsQl1oXR .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vpxsQl1oXR .dropdown-item:hover,
.cid-vpxsQl1oXR .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vpxsQl1oXR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpxsQl1oXR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpxsQl1oXR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpxsQl1oXR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vpxsQl1oXR .nav-link {
  position: relative;
}
.cid-vpxsQl1oXR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vpxsQl1oXR .container {
    flex-wrap: nowrap;
  }
}
.cid-vpxsQl1oXR .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vpxsQl1oXR .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vpxsQl1oXR .dropdown-menu,
.cid-vpxsQl1oXR .navbar.opened {
  background: #ffffff !important;
}
.cid-vpxsQl1oXR .nav-item:focus,
.cid-vpxsQl1oXR .nav-link:focus {
  outline: none;
}
.cid-vpxsQl1oXR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpxsQl1oXR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vpxsQl1oXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpxsQl1oXR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpxsQl1oXR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpxsQl1oXR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpxsQl1oXR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vpxsQl1oXR .navbar.opened {
  transition: all 0.3s;
}
.cid-vpxsQl1oXR .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vpxsQl1oXR .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vpxsQl1oXR .navbar .navbar-logo img {
  width: auto;
}
.cid-vpxsQl1oXR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpxsQl1oXR .navbar.collapsed {
  justify-content: center;
}
.cid-vpxsQl1oXR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpxsQl1oXR .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vpxsQl1oXR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpxsQl1oXR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vpxsQl1oXR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpxsQl1oXR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpxsQl1oXR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vpxsQl1oXR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpxsQl1oXR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpxsQl1oXR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpxsQl1oXR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpxsQl1oXR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpxsQl1oXR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpxsQl1oXR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpxsQl1oXR .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-vpxsQl1oXR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpxsQl1oXR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpxsQl1oXR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vpxsQl1oXR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vpxsQl1oXR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpxsQl1oXR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpxsQl1oXR .navbar.navbar-short {
  min-height: 100px;
}
.cid-vpxsQl1oXR .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vpxsQl1oXR .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vpxsQl1oXR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vpxsQl1oXR .navbar-brand .navbar-caption:hover,
.cid-vpxsQl1oXR .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vpxsQl1oXR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpxsQl1oXR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vpxsQl1oXR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vpxsQl1oXR .dropdown-item.active,
.cid-vpxsQl1oXR .dropdown-item:active {
  background-color: transparent;
}
.cid-vpxsQl1oXR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpxsQl1oXR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpxsQl1oXR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpxsQl1oXR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vpxsQl1oXR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vpxsQl1oXR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vpxsQl1oXR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpxsQl1oXR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vpxsQl1oXR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vpxsQl1oXR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vpxsQl1oXR .navbar-buttons {
    text-align: left;
  }
}
.cid-vpxsQl1oXR .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vpxsQl1oXR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vpxsQl1oXR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vpxsQl1oXR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpxsQl1oXR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vpxsQl1oXR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vpxsQl1oXR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vpxsQl1oXR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vpxsQl1oXR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpxsQl1oXR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpxsQl1oXR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpxsQl1oXR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpxsQl1oXR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vpxsQl1oXR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpxsQl1oXR .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-vpxsQl1oXR .navbar {
    height: 70px;
  }
  .cid-vpxsQl1oXR .navbar.opened {
    height: auto;
  }
  .cid-vpxsQl1oXR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpxsQl1oXR .navbar-nav {
  margin: 0 auto;
}
.cid-vpxsQl1oXR .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vpxsQl1oXR .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vpxsQl1oXR .nav-item:hover::before {
  opacity: 1;
}
.cid-vpxsQl1oXR .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vpxsQl1oXR .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vpxsQl1oXR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vpxsQl1oXR .nav-item .nav-link:hover,
.cid-vpxsQl1oXR .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vpxsQl1oXR .nav-item .nav-link:hover::before,
.cid-vpxsQl1oXR .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vpxsQl1oXR .nav-item .nav-link:hover::after,
.cid-vpxsQl1oXR .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vpxsQl1oXR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vpxsQl1oXR .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vpxsQl1oXR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vpxsQl1oXR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vpxsQl1oXR .navbar {
    justify-content: flex-start !important;
  }
  .cid-vpxsQl1oXR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vpxsQl1oXR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vpxsQl1oXR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vpxsQl1oXR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vpxsQl1oXR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vpxsQl1oXR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vpxsQl1oXR .content-wrap {
  min-height: 100px;
}
.cid-vpxsQlk69b {
  padding-top: 11rem;
  padding-bottom: 3rem;
  background-color: #171a2f;
}
.cid-vpxsQlk69b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQlk69b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQlk69b .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  background-color: #171a2f;
  box-shadow: 0 12px 16px -4px #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQlk69b .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpxsQlk69b .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vpxsQlk69b .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vpxsQlk69b .card-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vpxsQlk69b .items-wrapper {
  margin: 0 -10px;
}
.cid-vpxsQlk69b .items-wrapper .item {
  padding: 0 10px;
}
.cid-vpxsQlk69b .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQlk69b .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vpxsQlk69b .item .item-wrapper {
  overflow: hidden;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #171719;
  box-shadow: 0 10px 20px -8px #000000;
  height: 100%;
}
.cid-vpxsQlk69b .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpxsQlk69b .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vpxsQlk69b .item .item-wrapper .card-box {
  padding: 30px 20px 20px;
}
.cid-vpxsQlk69b .item .item-wrapper .card-box .item-role {
  margin-bottom: 4px;
}
.cid-vpxsQlk69b .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-vpxsQlk69b .mbr-section-title {
  color: #ffffff;
}
.cid-vpxsQlk69b .mbr-text {
  color: #ffffff;
}
.cid-vpxsQlk69b .item-name {
  color: #ffffff;
}
.cid-vpxsQlk69b .item-role {
  color: #dedee3;
}
.cid-vpxsQlyf7Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171a2f;
}
.cid-vpxsQlyf7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQlyf7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQlyf7Y .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vpxsQlyf7Y .container-wrapper {
    padding: 0;
  }
}
.cid-vpxsQlyf7Y .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-vpxsQlyf7Y .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vpxsQlyf7Y .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vpxsQlyf7Y .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpxsQlyf7Y .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpxsQlyf7Y .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpxsQlyf7Y .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vpxsQlyf7Y .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vpxsQlyf7Y .mbr-section-title,
.cid-vpxsQlyf7Y .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vpxsQlyf7Y .mbr-text,
.cid-vpxsQlyf7Y .text-wrapper {
  color: #b9b9b9;
  text-align: center;
}
.cid-vpxsQlKv4c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-vpxsQlKv4c .carousel {
    min-height: 1200px;
  }
  .cid-vpxsQlKv4c .carousel img {
    max-height: 1200px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vpxsQlKv4c .carousel {
    min-height: 780px;
  }
  .cid-vpxsQlKv4c .carousel img {
    max-height: 780px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vpxsQlKv4c .carousel {
    min-height: 660px;
  }
  .cid-vpxsQlKv4c .carousel img {
    max-height: 660px;
    object-fit: contain;
  }
  .cid-vpxsQlKv4c .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vpxsQlKv4c .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vpxsQlKv4c .carousel,
.cid-vpxsQlKv4c .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vpxsQlKv4c .item-wrapper {
  width: 100%;
}
.cid-vpxsQlKv4c .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vpxsQlKv4c .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vpxsQlKv4c .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vpxsQlKv4c .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vpxsQlKv4c .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vpxsQlKv4c .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-vpxsQlKv4c .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpxsQlKv4c .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpxsQlKv4c .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vpxsQlKv4c .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vpxsQlKv4c .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-vpxsQlKv4c .carousel-indicators li.active,
.cid-vpxsQlKv4c .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vpxsQlKv4c .carousel-indicators li::after,
.cid-vpxsQlKv4c .carousel-indicators li::before {
  content: none;
}
.cid-vpxsQlKv4c .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vpxsQlKv4c .carousel-indicators {
    display: none !important;
  }
}
.cid-vpxsQmosID {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a2f;
  overflow: hidden;
}
.cid-vpxsQmosID .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQmosID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQmosID .card-row {
  align-items: stretch;
}
.cid-vpxsQmosID .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-vpxsQmosID .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-vpxsQmosID .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-vpxsQmosID .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-vpxsQmosID .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.cid-vpxsQmosID .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-vpxsQmosID .carousel-item-wrapper img {
  aspect-ratio: 1.77842566;
  object-fit: cover;
}
.cid-vpxsQmosID .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border: none;
  transition: all 0.4s;
  opacity: 1;
  color: #C4CFDE;
  font-size: 18px;
}
.cid-vpxsQmosID .carousel-control.carousel-control-prev {
  left: -50px;
  margin-left: 0;
}
@media (max-width: 575px) {
  .cid-vpxsQmosID .carousel-control.carousel-control-prev {
    left: -35px;
  }
}
.cid-vpxsQmosID .carousel-control.carousel-control-next {
  right: -50px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vpxsQmosID .carousel-control.carousel-control-next {
    right: -35px;
  }
}
.cid-vpxsQmosID .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-vpxsQmosID .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vpxsQmosID .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vpxsQmosID .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-vpxsQmosID .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vpxsQmosID .text-row {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .cid-vpxsQmosID .text-row {
    padding-top: 30px;
  }
}
.cid-vpxsQmosID .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-vpxsQmosID .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-vpxsQmosID .card-text-container {
  display: flex;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 8px;
  margin: 0 -30px;
}
@media (max-width: 767px) {
  .cid-vpxsQmosID .card-text-container {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .cid-vpxsQmosID .card-text-container {
    flex-wrap: wrap;
  }
}
.cid-vpxsQmosID .card-text {
  color: #878e99;
  margin-bottom: 8px;
  margin-top: 8px;
  flex-basis: 50%;
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .cid-vpxsQmosID .card-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vpxsQmosID .card-text {
    flex-basis: 100%;
  }
}
.cid-vpxsQmosID .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vpxsQmosID .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vpxsQmDhr4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vpxsQmDhr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQmDhr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQmDhr4 .card-wrapper {
  display: flex;
  justify-content: center;
  border: 1px solid #303030;
  border-top: 2px solid #303030;
  padding: 80px;
  background-image: linear-gradient(135deg, #171a2f 0%, #171a2f 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .cid-vpxsQmDhr4 .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQmDhr4 .card-wrapper {
    padding: 24px;
  }
}
.cid-vpxsQmDhr4 .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-vpxsQmDhr4 .card-wrapper .content-wrapper {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQmDhr4 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-vpxsQmDhr4 .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vpxsQmDhr4 .card-wrapper .content-wrapper .mbr-desc {
  margin-top: 60px;
  margin-bottom: 0;
}
.cid-vpxsQmDhr4 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 50px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vpxsQmDhr4 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vpxsQmDhr4 .mbr-text {
  color: #ffffff;
}
.cid-vpxsQmDhr4 .mbr-desc {
  color: #ffffff;
}
.cid-vpxsQmQcWd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vpxsQmQcWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQmQcWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQmQcWd .mbr-section-title {
  color: #ffffff;
}
.cid-vpxsQmQcWd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vpxsQn3D2s {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vpxsQn3D2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQn3D2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQn3D2s .card {
  justify-content: flex-end;
}
.cid-vpxsQn3D2s .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQn3D2s .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpxsQn3D2s .items-wrapper {
  margin: 0 -10px;
}
.cid-vpxsQn3D2s .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpxsQn3D2s .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpxsQn3D2s .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vpxsQn3D2s .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vpxsQn3D2s .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vpxsQn3D2s .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vpxsQn3D2s .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vpxsQn3D2s .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vpxsQn3D2s .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vpxsQn3D2s .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQn3D2s .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vpxsQn3D2s .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vpxsQn3D2s .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vpxsQn3D2s .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpxsQn3D2s .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vpxsQn3D2s .mbr-section-title {
  color: #171719;
}
.cid-vpxsQn3D2s .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vpxsQn3D2s .item-title {
  color: #171719;
}
.cid-vpxsQn3D2s .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vpxsQn3D2s .item-title,
.cid-vpxsQn3D2s .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vpxsQn3D2s .mbr-section-title,
.cid-vpxsQn3D2s .title-wrap {
  text-align: center;
}
.cid-vpxsQnnSIJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vpxsQnnSIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQnnSIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQnnSIJ .card {
  justify-content: flex-end;
}
.cid-vpxsQnnSIJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQnnSIJ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpxsQnnSIJ .items-wrapper {
  margin: 0 -10px;
}
.cid-vpxsQnnSIJ .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpxsQnnSIJ .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpxsQnnSIJ .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vpxsQnnSIJ .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vpxsQnnSIJ .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vpxsQnnSIJ .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vpxsQnnSIJ .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vpxsQnnSIJ .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vpxsQnnSIJ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vpxsQnnSIJ .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQnnSIJ .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vpxsQnnSIJ .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vpxsQnnSIJ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vpxsQnnSIJ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpxsQnnSIJ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vpxsQnnSIJ .mbr-section-title {
  color: #171719;
}
.cid-vpxsQnnSIJ .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vpxsQnnSIJ .item-title {
  color: #171719;
}
.cid-vpxsQnnSIJ .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vpxsQnnSIJ .item-title,
.cid-vpxsQnnSIJ .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vpxsQnnSIJ .mbr-section-title,
.cid-vpxsQnnSIJ .title-wrap {
  text-align: center;
}
.cid-vpxsQnFaRD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vpxsQnFaRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQnFaRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQnFaRD .card {
  justify-content: flex-end;
}
.cid-vpxsQnFaRD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQnFaRD .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpxsQnFaRD .items-wrapper {
  margin: 0 -10px;
}
.cid-vpxsQnFaRD .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpxsQnFaRD .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpxsQnFaRD .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vpxsQnFaRD .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vpxsQnFaRD .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vpxsQnFaRD .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vpxsQnFaRD .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vpxsQnFaRD .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vpxsQnFaRD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vpxsQnFaRD .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQnFaRD .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vpxsQnFaRD .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vpxsQnFaRD .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vpxsQnFaRD .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpxsQnFaRD .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vpxsQnFaRD .mbr-section-title {
  color: #171719;
}
.cid-vpxsQnFaRD .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vpxsQnFaRD .item-title {
  color: #171719;
}
.cid-vpxsQnFaRD .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vpxsQnFaRD .item-title,
.cid-vpxsQnFaRD .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vpxsQnFaRD .mbr-section-title,
.cid-vpxsQnFaRD .title-wrap {
  text-align: center;
}
.cid-vpxsQo1Q19 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vpxsQo1Q19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQo1Q19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQo1Q19 .card {
  justify-content: flex-end;
}
.cid-vpxsQo1Q19 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQo1Q19 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpxsQo1Q19 .items-wrapper {
  margin: 0 -10px;
}
.cid-vpxsQo1Q19 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpxsQo1Q19 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpxsQo1Q19 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vpxsQo1Q19 .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vpxsQo1Q19 .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vpxsQo1Q19 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vpxsQo1Q19 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vpxsQo1Q19 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vpxsQo1Q19 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vpxsQo1Q19 .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQo1Q19 .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vpxsQo1Q19 .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vpxsQo1Q19 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vpxsQo1Q19 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpxsQo1Q19 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vpxsQo1Q19 .mbr-section-title {
  color: #171719;
}
.cid-vpxsQo1Q19 .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vpxsQo1Q19 .item-title {
  color: #171719;
}
.cid-vpxsQo1Q19 .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vpxsQo1Q19 .item-title,
.cid-vpxsQo1Q19 .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vpxsQo1Q19 .mbr-section-title,
.cid-vpxsQo1Q19 .title-wrap {
  text-align: center;
}
.cid-vpxsQoknvX {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vpxsQoknvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQoknvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQoknvX .card {
  justify-content: flex-end;
}
.cid-vpxsQoknvX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQoknvX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpxsQoknvX .items-wrapper {
  margin: 0 -10px;
}
.cid-vpxsQoknvX .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpxsQoknvX .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpxsQoknvX .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vpxsQoknvX .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vpxsQoknvX .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vpxsQoknvX .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vpxsQoknvX .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vpxsQoknvX .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vpxsQoknvX .items-wrapper .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-vpxsQoknvX .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQoknvX .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vpxsQoknvX .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vpxsQoknvX .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vpxsQoknvX .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpxsQoknvX .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vpxsQoknvX .mbr-section-title {
  color: #171719;
}
.cid-vpxsQoknvX .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vpxsQoknvX .item-title {
  color: #171719;
}
.cid-vpxsQoknvX .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vpxsQoknvX .item-title,
.cid-vpxsQoknvX .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vpxsQoknvX .mbr-section-title,
.cid-vpxsQoknvX .title-wrap {
  text-align: center;
}
.cid-vpxsQoF05s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vpxsQoF05s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQoF05s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQoF05s .card {
  justify-content: flex-end;
}
.cid-vpxsQoF05s .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQoF05s .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpxsQoF05s .items-wrapper {
  margin: 0 -10px;
}
.cid-vpxsQoF05s .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpxsQoF05s .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpxsQoF05s .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vpxsQoF05s .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vpxsQoF05s .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vpxsQoF05s .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vpxsQoF05s .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vpxsQoF05s .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vpxsQoF05s .items-wrapper .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-vpxsQoF05s .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQoF05s .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vpxsQoF05s .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vpxsQoF05s .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vpxsQoF05s .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpxsQoF05s .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vpxsQoF05s .mbr-section-title {
  color: #171719;
}
.cid-vpxsQoF05s .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vpxsQoF05s .item-title {
  color: #171719;
}
.cid-vpxsQoF05s .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vpxsQoF05s .item-title,
.cid-vpxsQoF05s .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vpxsQoF05s .mbr-section-title,
.cid-vpxsQoF05s .title-wrap {
  text-align: center;
}
.cid-vpxsQp3HdB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vpxsQp3HdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQp3HdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQp3HdB .card {
  justify-content: flex-end;
}
.cid-vpxsQp3HdB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQp3HdB .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpxsQp3HdB .items-wrapper {
  margin: 0 -10px;
}
.cid-vpxsQp3HdB .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpxsQp3HdB .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpxsQp3HdB .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vpxsQp3HdB .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vpxsQp3HdB .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vpxsQp3HdB .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vpxsQp3HdB .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vpxsQp3HdB .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vpxsQp3HdB .items-wrapper .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-vpxsQp3HdB .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQp3HdB .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vpxsQp3HdB .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vpxsQp3HdB .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vpxsQp3HdB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpxsQp3HdB .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vpxsQp3HdB .mbr-section-title {
  color: #171719;
}
.cid-vpxsQp3HdB .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vpxsQp3HdB .item-title {
  color: #171719;
}
.cid-vpxsQp3HdB .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vpxsQp3HdB .item-title,
.cid-vpxsQp3HdB .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vpxsQp3HdB .mbr-section-title,
.cid-vpxsQp3HdB .title-wrap {
  text-align: center;
}
.cid-vpxsQpqDnE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vpxsQpqDnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQpqDnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQpqDnE .card {
  justify-content: flex-end;
}
.cid-vpxsQpqDnE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQpqDnE .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpxsQpqDnE .items-wrapper {
  margin: 0 -10px;
}
.cid-vpxsQpqDnE .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpxsQpqDnE .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vpxsQpqDnE .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vpxsQpqDnE .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vpxsQpqDnE .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vpxsQpqDnE .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vpxsQpqDnE .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  background-color: #f7f5f0;
}
.cid-vpxsQpqDnE .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.75;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vpxsQpqDnE .items-wrapper .item .item-wrapper .item-img img {
    height: auto;
  }
}
.cid-vpxsQpqDnE .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQpqDnE .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vpxsQpqDnE .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vpxsQpqDnE .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vpxsQpqDnE .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vpxsQpqDnE .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vpxsQpqDnE .mbr-section-title {
  color: #171719;
}
.cid-vpxsQpqDnE .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vpxsQpqDnE .item-title {
  color: #171719;
}
.cid-vpxsQpqDnE .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vpxsQpqDnE .item-title,
.cid-vpxsQpqDnE .item-btn {
  text-align: center;
  color: #e5974b;
}
.cid-vpxsQpqDnE .mbr-section-title,
.cid-vpxsQpqDnE .title-wrap {
  text-align: center;
}
.cid-vpxsQpT67s {
  background-image: url("../../../assets/images/1-echoes-in-violet-and-gold-1728x1296-72ppi-1728x1296.webp");
}
.cid-vpxsQpT67s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQpT67s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQpT67s .image-wrap {
  height: 300px;
}
.cid-vpxsQqeZtH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-vpxsQqeZtH .item:focus,
.cid-vpxsQqeZtH span:focus {
  outline: none;
}
.cid-vpxsQqeZtH .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpxsQqeZtH .content-head {
  max-width: 800px;
}
.cid-vpxsQqeZtH .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vpxsQqB8ML {
  background-image: url("../../../assets/images/key-west-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vpxsQqB8ML .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQqB8ML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQqB8ML .image-wrap {
  height: 300px;
}
.cid-vpxsQqUJdr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-vpxsQqUJdr .item:focus,
.cid-vpxsQqUJdr span:focus {
  outline: none;
}
.cid-vpxsQqUJdr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpxsQqUJdr .content-head {
  max-width: 800px;
}
.cid-vpxsQqUJdr .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vpxsQrgkyp {
  background-image: url("../../../assets/images/heart-of-the-cosmos-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vpxsQrgkyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQrgkyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQrgkyp .image-wrap {
  height: 300px;
}
.cid-vpxsQrzHyO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #454545 50%, #111317 150%);
}
.cid-vpxsQrzHyO .item:focus,
.cid-vpxsQrzHyO span:focus {
  outline: none;
}
.cid-vpxsQrzHyO .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpxsQrzHyO .content-head {
  max-width: 800px;
}
.cid-vpxsQrzHyO .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vpxsQrUBIB {
  background-image: url("../../../assets/images/sound-of-the-party-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vpxsQrUBIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQrUBIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQrUBIB .image-wrap {
  height: 300px;
}
.cid-vpxsQsdv1Y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #ffffff 50%, #111317 150%);
}
.cid-vpxsQsdv1Y .item:focus,
.cid-vpxsQsdv1Y span:focus {
  outline: none;
}
.cid-vpxsQsdv1Y .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpxsQsdv1Y .content-head {
  max-width: 800px;
}
.cid-vpxsQsdv1Y .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vpxsQsyYqq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(-25deg, #fafafa 50%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vpxsQsyYqq {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vpxsQsyYqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQsyYqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQsyYqq .content-wrapper {
  position: relative;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vpxsQsyYqq .content-wrapper {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vpxsQsyYqq .content-wrapper .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vpxsQsyYqq .content-wrapper .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vpxsQsyYqq .content-wrapper .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vpxsQsyYqq .content-wrapper .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vpxsQsyYqq .content-wrapper .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vpxsQsyYqq .content-wrapper .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
  background-color: #fafafa;
}
.cid-vpxsQsyYqq .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vpxsQsyYqq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vpxsQsyYqq .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vpxsQsyYqq .content-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.cid-vpxsQsyYqq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpxsQsyYqq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vpxsQsyYqq .content-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white:focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary.focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary.focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success.focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info.focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning.focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger.focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black.focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white.focus,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary.active,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary.active,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success.active,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info.active,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning.active,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger.active,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black.active,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary:hover::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary:hover::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success:hover::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info:hover::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning:hover::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger:hover::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black:hover::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white:hover::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary:focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary:focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success:focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info:focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning:focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger:focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black:focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white:focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary.focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary.focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success.focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info.focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning.focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger.focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black.focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white.focus::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary.active::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary.active::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success.active::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info.active::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning.active::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger.active::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black.active::before,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vpxsQsyYqq .content-wrapper .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vpxsQsyYqq .image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vpxsQsyYqq .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vpxsQsyYqq .image-wrapper img {
  height: 220px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vpxsQsyYqq .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
.cid-vpxsQsyYqq .mbr-section-title {
  color: #171719;
}
.cid-vpxsQsyYqq .mbr-section-subtitle {
  color: #565661;
}
.cid-vpxsQsyYqq .mbr-text,
.cid-vpxsQsyYqq .text-wrapper {
  color: #565661;
}
.cid-vpxsQsV4le {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpxsQsV4le .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQsV4le .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQsV4le .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQsV4le .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpxsQsV4le .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQsV4le .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vpxsQsV4le .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQsV4le .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpxsQsV4le .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vpxsQsV4le .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQsV4le .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpxsQsV4le .items-wrapper {
  margin: 0 -10px;
  align-items: flex-end;
}
.cid-vpxsQsV4le .items-wrapper .item {
  padding: 0 10px;
}
.cid-vpxsQsV4le .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQsV4le .item:last-child {
    margin-bottom: 20px;
  }
}
.cid-vpxsQsV4le .item .item-wrapper {
  padding: 40px;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vpxsQsV4le .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpxsQsV4le .item .item-wrapper .label-wrap .item-label {
  display: inline-flex;
  padding: 4px 16px;
  background-color: #fafafa;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQsV4le .item .item-wrapper .item-title_1,
.cid-vpxsQsV4le .item .item-wrapper .item-title_2 {
  margin-bottom: 20px;
}
.cid-vpxsQsV4le .item .item-wrapper .item-text_1,
.cid-vpxsQsV4le .item .item-wrapper .item-text_2 {
  margin-bottom: 20px;
}
.cid-vpxsQsV4le .item .item-wrapper .item-price_1,
.cid-vpxsQsV4le .item .item-wrapper .item-price_2 {
  margin-bottom: 0;
}
.cid-vpxsQsV4le .item .item-wrapper .item-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vpxsQsV4le .item .item-wrapper .item-btn .btn {
  width: 100%;
}
.cid-vpxsQsV4le .item .item-wrapper .list_1,
.cid-vpxsQsV4le .item .item-wrapper .list_2 {
  margin-top: 20px;
  padding-left: 18px;
  margin-bottom: 0;
}
.cid-vpxsQsV4le .item .item-wrapper .list_1 .item-wrap_1,
.cid-vpxsQsV4le .item .item-wrapper .list_2 .item-wrap_1,
.cid-vpxsQsV4le .item .item-wrapper .list_1 .item-wrap_2,
.cid-vpxsQsV4le .item .item-wrapper .list_2 .item-wrap_2 {
  margin-bottom: 16px;
}
.cid-vpxsQsV4le .item .item-wrapper .list_1 .item-wrap_1:last-child,
.cid-vpxsQsV4le .item .item-wrapper .list_2 .item-wrap_1:last-child,
.cid-vpxsQsV4le .item .item-wrapper .list_1 .item-wrap_2:last-child,
.cid-vpxsQsV4le .item .item-wrapper .list_2 .item-wrap_2:last-child {
  margin-bottom: 0;
}
.cid-vpxsQsV4le .item .item-wrapper .list_1 .item-wrap_1::marker,
.cid-vpxsQsV4le .item .item-wrapper .list_2 .item-wrap_1::marker {
  color: #004d5f;
}
.cid-vpxsQsV4le .item .item-wrapper .list_1 .item-wrap_2::marker,
.cid-vpxsQsV4le .item .item-wrapper .list_2 .item-wrap_2::marker {
  color: #ffffff;
}
.cid-vpxsQsV4le .item .card_1 {
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
}
.cid-vpxsQsV4le .item .card_2 {
  background-color: #171719;
  border: 1px solid #171719;
}
.cid-vpxsQsV4le .mbr-label,
.cid-vpxsQsV4le .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vpxsQsV4le .mbr-section-title,
.cid-vpxsQsV4le .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vpxsQsV4le .mbr-text,
.cid-vpxsQsV4le .text-wrapper {
  color: #565661;
  text-align: center;
}
.cid-vpxsQsV4le .item-label {
  color: #ffffff;
}
.cid-vpxsQsV4le .item-title_1 {
  color: #171719;
}
.cid-vpxsQsV4le .item-title_2 {
  color: #ffffff;
}
.cid-vpxsQsV4le .item-text_1 {
  color: #565661;
}
.cid-vpxsQsV4le .item-text_2 {
  color: #ffffff;
}
.cid-vpxsQsV4le .item-price_1 {
  color: #171719;
}
.cid-vpxsQsV4le .item-price_2 {
  color: #ffffff;
}
.cid-vpxsQsV4le .list_1 {
  color: #565661;
}
.cid-vpxsQsV4le .list_2 {
  color: #ffffff;
}
.cid-vpxsQsV4le .item-label,
.cid-vpxsQsV4le .label-wrap {
  color: #FFFFFF;
}
.cid-vpxsQtjWKR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #00798c 50%, #ffffff 150%);
}
.cid-vpxsQtjWKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQtjWKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQtjWKR .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vpxsQtjWKR .item {
  margin-bottom: 30px;
}
.cid-vpxsQtjWKR .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-vpxsQtjWKR .item .item-wrapper .item-img img {
  width: 100%;
  height: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpxsQtjWKR .item .item-wrapper .item-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vpxsQtjWKR .item .item-wrapper .item-img img {
    width: 40%;
  }
}
@media (max-width: 425px) {
  .cid-vpxsQtjWKR .item .item-wrapper .item-img img {
    width: 60%;
  }
}
.cid-vpxsQtjWKR .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vpxsQtjWKR .mbr-label,
.cid-vpxsQtjWKR .label-wrapper {
  color: #171719;
}
.cid-vpxsQtJt5T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vpxsQtJt5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQtJt5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQtJt5T .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQtJt5T .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpxsQtJt5T .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQtJt5T .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vpxsQtJt5T .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQtJt5T .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpxsQtJt5T .content-wrap {
  margin: 0 -10px;
}
.cid-vpxsQtJt5T .content-wrap .card {
  padding: 0 10px;
}
.cid-vpxsQtJt5T .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQtJt5T .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vpxsQtJt5T .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vpxsQtJt5T .items-wrapper .item:focus .item-wrapper .item-title {
  color: #004d5f;
}
.cid-vpxsQtJt5T .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vpxsQtJt5T .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpxsQtJt5T .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vpxsQtJt5T .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQtJt5T .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vpxsQtJt5T .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vpxsQtJt5T .items-wrapper .item .item-wrapper .item-title {
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.cid-vpxsQtJt5T .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vpxsQtJt5T .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vpxsQtJt5T .card-wrapper {
  padding: 30px;
  background-color: #171719;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vpxsQtJt5T .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vpxsQtJt5T .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vpxsQtJt5T .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vpxsQtJt5T .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vpxsQtJt5T .card-wrapper .image-wrapper {
  min-height: 270px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vpxsQtJt5T .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vpxsQtJt5T .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vpxsQtJt5T .mbr-label,
.cid-vpxsQtJt5T .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vpxsQtJt5T .mbr-section-title,
.cid-vpxsQtJt5T .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vpxsQtJt5T .mbr-desc {
  color: #ffffff;
}
.cid-vpxsQtJt5T .item-title {
  color: #171719;
}
.cid-vpxsQtJt5T .item-text {
  color: #565661;
}
.cid-vpxsQu99iR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(190deg, #fafafa 65%, #ffffff 50%);
}
@media (max-width: 992px) {
  .cid-vpxsQu99iR {
    background-image: linear-gradient(-25deg, #fafafa 75%, #ffffff 50%);
  }
}
.cid-vpxsQu99iR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQu99iR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQu99iR .card-wrapper {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  padding: 40px 40px 50px 40px;
}
@media (max-width: 992px) {
  .cid-vpxsQu99iR .card-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQu99iR .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vpxsQu99iR .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQu99iR .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQu99iR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vpxsQu99iR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vpxsQu99iR .embla__slide .slide-content {
  width: 100%;
}
.cid-vpxsQu99iR .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-vpxsQu99iR .embla__slide .slide-content .item-wrapper .item-text {
    padding: 0;
  }
}
.cid-vpxsQu99iR .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQu99iR .embla__slide .slide-content .item-wrapper .person-wrapper {
    margin-top: 30px;
  }
}
.cid-vpxsQu99iR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #e9e9e9;
  background-color: #fafafa;
  gap: 16px;
}
.cid-vpxsQu99iR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vpxsQu99iR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
  margin-right: 1rem;
}
.cid-vpxsQu99iR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vpxsQu99iR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vpxsQu99iR .embla__button--next,
.cid-vpxsQu99iR .embla__button--prev {
  display: flex;
}
.cid-vpxsQu99iR .embla__button {
  bottom: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  background-color: transparent !important;
  color: #171719 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vpxsQu99iR .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-vpxsQu99iR .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vpxsQu99iR .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-vpxsQu99iR .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-vpxsQu99iR .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vpxsQu99iR .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vpxsQu99iR .embla__viewport {
    padding: 0;
  }
}
.cid-vpxsQu99iR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpxsQu99iR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpxsQu99iR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpxsQu99iR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vpxsQu99iR .mbr-label,
.cid-vpxsQu99iR .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vpxsQu99iR .item-text {
  color: #171719;
}
.cid-vpxsQu99iR .item-text,
.cid-vpxsQu99iR .person-wrapper {
  text-align: center;
}
.cid-vpxsQu99iR .item-name {
  color: #171719;
  text-align: left;
}
.cid-vpxsQu99iR .item-role {
  color: #565661;
  text-align: left;
}
.cid-vpxsQuD9u7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 38%, #ffffff 90%);
}
.cid-vpxsQuD9u7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQuD9u7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQuD9u7 .content-wrapper {
  position: relative;
  padding: 4px;
}
.cid-vpxsQuD9u7 .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: 1;
}
.cid-vpxsQuD9u7 .content-wrapper .shadow-wrap {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  filter: blur(40px) brightness(1);
  opacity: 0.5;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  padding: 30px 30px 130px 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vpxsQuD9u7 .content-wrapper .content-wrap {
    padding: 10px 10px 100px 10px;
  }
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper {
  width: 100%;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 75%;
  padding: 30px 30px 30px 30px;
}
@media (max-width: 992px) {
  .cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 20px;
  background-color: #e9e9e9;
  margin-bottom: 24px;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  will-change: transform;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap .frame-wrapper .frame-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  will-change: transform;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 {
  top: 0;
  left: 0;
  background-image: linear-gradient(-135deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_1 .frame-wrap {
  top: 2px;
  left: 2px;
  border-top-left-radius: 14px;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 {
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .title-wrapper .title-wrap .frame_2 .frame-wrap {
  right: 2px;
  bottom: 2px;
  border-bottom-right-radius: 14px;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box {
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box {
    padding: 0 10px;
  }
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:hover::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:hover::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:hover::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:hover::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:hover::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:hover::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:hover::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:hover::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary:focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary:focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success:focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info:focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning:focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger:focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black:focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white:focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.focus::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary.active::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary.active::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success.active::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info.active::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning.active::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger.active::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black.active::before,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .card-box .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vpxsQuD9u7 .content-wrapper .content-wrap .line-wrap {
  position: absolute;
  bottom: 10px;
  width: 98%;
  height: 20px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQuD9u7 .mbr-desc {
  color: #171719;
}
.cid-vpxsQuD9u7 .mbr-section-title {
  color: #171719;
}
.cid-vpxsQuD9u7 .mbr-text {
  color: #565661;
}
.cid-vpxsQv48gk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 0%, #00798c 50%, #fafafa 100%);
}
.cid-vpxsQv48gk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQv48gk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQv48gk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQv48gk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vpxsQv48gk .card-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vpxsQv48gk .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpxsQv48gk .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQv48gk .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQv48gk .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  background-color: #ffffff;
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vpxsQv48gk .card-wrapper .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #171719;
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 20px;
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #004d5f;
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #004d5f;
  transform: rotate(-180deg);
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-vpxsQv48gk .card-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px;
  }
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-vpxsQv48gk .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  opacity: 1;
}
.cid-vpxsQv48gk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vpxsQv48gk .panel-title-edit {
  color: #171719;
}
.cid-vpxsQv48gk .panel-text {
  color: #565661;
}
.cid-vpxsQvv7Ha {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpxsQvv7Ha .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQvv7Ha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQvv7Ha .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQvv7Ha .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpxsQvv7Ha .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQvv7Ha .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vpxsQvv7Ha .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQvv7Ha .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpxsQvv7Ha .items-wrapper {
  margin: 0 -10px;
}
.cid-vpxsQvv7Ha .items-wrapper .item {
  padding: 0 10px;
}
.cid-vpxsQvv7Ha .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQvv7Ha .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vpxsQvv7Ha .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 270px;
}
@media (max-width: 992px) {
  .cid-vpxsQvv7Ha .item .item-wrapper {
    padding: 30px 20px;
    min-height: auto;
  }
}
.cid-vpxsQvv7Ha .item .item-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQvv7Ha .item .item-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-vpxsQvv7Ha .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vpxsQvv7Ha .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vpxsQvv7Ha .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vpxsQvv7Ha .item .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vpxsQvv7Ha .btn-wrapper {
  margin-top: 0;
}
.cid-vpxsQvv7Ha .mbr-label,
.cid-vpxsQvv7Ha .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vpxsQvv7Ha .mbr-section-title,
.cid-vpxsQvv7Ha .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vpxsQvv7Ha .mbr-desc {
  color: #ffffff;
}
.cid-vpxsQvv7Ha .item-text {
  color: #565661;
}
.cid-vpxsQvv7Ha .item-name {
  color: #171719;
}
.cid-vpxsQvv7Ha .item-role {
  color: #565661;
}
.cid-vpxsQvV9vo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vpxsQvV9vo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQvV9vo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQvV9vo .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQvV9vo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpxsQvV9vo .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQvV9vo .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vpxsQvV9vo .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQvV9vo .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpxsQvV9vo .tabs-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -26px;
}
@media (max-width: 992px) {
  .cid-vpxsQvV9vo .tabs-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vpxsQvV9vo .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #e9e9e9;
  padding: 6px;
  background-color: #ffffff;
  display: inline-flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vpxsQvV9vo .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vpxsQvV9vo .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
@media (max-width: 992px) {
  .cid-vpxsQvV9vo .tabs-wrapper .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-vpxsQvV9vo .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #565661;
  padding: 8px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vpxsQvV9vo .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}
.cid-vpxsQvV9vo .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #565661;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQvV9vo .tab-content {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
.cid-vpxsQvV9vo .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vpxsQvV9vo .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vpxsQvV9vo .tab-content .tab-pane .item-content .card-box {
  width: 60%;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vpxsQvV9vo .tab-content .tab-pane .item-content .card-box {
    padding: 30px 10px 20px;
    width: 100%;
  }
}
.cid-vpxsQvV9vo .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vpxsQvV9vo .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vpxsQvV9vo .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vpxsQvV9vo .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vpxsQvV9vo .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}
.cid-vpxsQvV9vo .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vpxsQvV9vo .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  font-size: 24px;
  top: -2px;
  left: 0;
  color: inherit;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vpxsQvV9vo .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vpxsQvV9vo .tab-content .tab-pane .item-content .image-wrap {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vpxsQvV9vo .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    height: 300px;
  }
}
.cid-vpxsQvV9vo .tab-content .tab-pane .item-content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary:hover,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary:hover,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success:hover,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info:hover,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning:hover,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger:hover,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black:hover,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white:hover,
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary:focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary:focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success:focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info:focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning:focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger:focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black:focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white:focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary.focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary.focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success.focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info.focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning.focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger.focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black.focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white.focus,
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary.active,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary.active,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success.active,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info.active,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning.active,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger.active,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black.active,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary:hover::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary:hover::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success:hover::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info:hover::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning:hover::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger:hover::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black:hover::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white:hover::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary:focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary:focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success:focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info:focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning:focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger:focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black:focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white:focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary.focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary.focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success.focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info.focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning.focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger.focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black.focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white.focus::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary.active::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary.active::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success.active::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info.active::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning.active::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger.active::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black.active::before,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary-outline,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary-outline,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success-outline,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info-outline,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning-outline,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger-outline,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black-outline,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vpxsQvV9vo .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vpxsQvV9vo .mbr-label,
.cid-vpxsQvV9vo .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vpxsQvV9vo .mbr-section-title,
.cid-vpxsQvV9vo .title-wrap,
.cid-vpxsQvV9vo .tabs-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vpxsQvV9vo .item-title {
  color: #171719;
}
.cid-vpxsQvV9vo .item-text {
  color: #565661;
}
.cid-vpxsQvV9vo .list {
  color: #171719;
}
.cid-vpxsQwqamI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpxsQwqamI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQwqamI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQwqamI .content-wrap {
  margin: 0 -25px;
}
.cid-vpxsQwqamI .content-wrap .card {
  padding: 0 25px;
}
.cid-vpxsQwqamI .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vpxsQwqamI .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vpxsQwqamI .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.5;
  z-index: 1;
}
.cid-vpxsQwqamI .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpxsQwqamI .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vpxsQwqamI .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQwqamI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpxsQwqamI .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQwqamI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vpxsQwqamI .items-wrapper {
  position: relative;
  padding-left: 33px;
}
@media (max-width: 992px) {
  .cid-vpxsQwqamI .items-wrapper {
    padding-left: 23px;
  }
}
.cid-vpxsQwqamI .items-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(180deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQwqamI .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vpxsQwqamI .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vpxsQwqamI .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vpxsQwqamI .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vpxsQwqamI .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vpxsQwqamI .mbr-section-btn .btn-primary-outline,
.cid-vpxsQwqamI .mbr-section-btn .btn-secondary-outline,
.cid-vpxsQwqamI .mbr-section-btn .btn-success-outline,
.cid-vpxsQwqamI .mbr-section-btn .btn-info-outline,
.cid-vpxsQwqamI .mbr-section-btn .btn-warning-outline,
.cid-vpxsQwqamI .mbr-section-btn .btn-danger-outline,
.cid-vpxsQwqamI .mbr-section-btn .btn-black-outline,
.cid-vpxsQwqamI .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vpxsQwqamI .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vpxsQwqamI .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vpxsQwqamI .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vpxsQwqamI .mbr-label,
.cid-vpxsQwqamI .label-wrapper {
  color: #171719;
}
.cid-vpxsQwqamI .mbr-section-title {
  color: #171719;
}
.cid-vpxsQwqamI .mbr-desc {
  color: #ffffff;
}
.cid-vpxsQwqamI .item-title {
  color: #171719;
}
.cid-vpxsQwqamI .item-text {
  color: #565661;
}
.cid-vpxsQwR6Zm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #00798c 50%, #ffffff 150%);
}
.cid-vpxsQwR6Zm .item:focus,
.cid-vpxsQwR6Zm span:focus {
  outline: none;
}
.cid-vpxsQwR6Zm .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpxsQwR6Zm .content-head {
  max-width: 800px;
}
.cid-vpxsQwR6Zm .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vpxsQxjsFL {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../../../assets/images/photo-1583119912267-cc97c911e416.webp");
}
.cid-vpxsQxjsFL .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #171719 -30%, transparent 100%);
}
.cid-vpxsQxjsFL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQxjsFL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQxjsFL .content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 300px;
}
@media (max-width: 1440px) {
  .cid-vpxsQxjsFL .content-wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQxjsFL .content-wrapper {
    padding-top: 0;
  }
}
.cid-vpxsQxjsFL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQxjsFL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vpxsQxjsFL .items-wrapper {
  margin: 0 -25px;
}
.cid-vpxsQxjsFL .items-wrapper .item {
  padding: 0 25px;
  margin-bottom: 40px;
}
.cid-vpxsQxjsFL .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vpxsQxjsFL .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vpxsQxjsFL .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vpxsQxjsFL .mbr-section-title {
  color: #ffffff;
}
.cid-vpxsQxjsFL .item-title {
  color: #ffffff;
}
.cid-vpxsQxjsFL .item-text {
  color: #ffffff;
}
.cid-vpxsQxMa1z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vpxsQxMa1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQxMa1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQxMa1z .card-wrapper {
  padding: 40px 40px 50px 40px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 12px 16px -8px #e9e9e9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vpxsQxMa1z .card-wrapper {
    padding: 30px 20px 40px 20px;
  }
}
.cid-vpxsQxMa1z .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQxMa1z .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQxMa1z .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpxsQxMa1z .card-wrapper .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQxMa1z .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vpxsQxMa1z .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQxMa1z .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpxsQxMa1z .card-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vpxsQxMa1z .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vpxsQxMa1z .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-vpxsQxMa1z .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  background-color: transparent;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #565661;
}
.cid-vpxsQxMa1z .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #565661;
}
.cid-vpxsQxMa1z .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vpxsQxMa1z .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #171719 !important;
}
.cid-vpxsQxMa1z .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vpxsQxMa1z .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vpxsQxMa1z .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #565661;
  border-color: #565661;
}
.cid-vpxsQxMa1z .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vpxsQxMa1z .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0.6rem;
  margin-bottom: 0;
}
.cid-vpxsQxMa1z .mbr-label,
.cid-vpxsQxMa1z .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vpxsQxMa1z .mbr-section-title {
  color: #171719;
}
.cid-vpxsQxMa1z label {
  color: #565661;
}
.cid-vpxsQxMa1z .mbr-section-title,
.cid-vpxsQxMa1z .mbr-section-btn,
.cid-vpxsQxMa1z .title-wrap {
  text-align: center;
}
.cid-vpxsQyfk6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpxsQyfk6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQyfk6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQyfk6Y .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQyfk6Y .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpxsQyfk6Y .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQyfk6Y .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vpxsQyfk6Y .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQyfk6Y .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpxsQyfk6Y .content-wrap {
  margin: 0 -25px;
}
.cid-vpxsQyfk6Y .content-wrap .card {
  padding: 0 25px;
}
.cid-vpxsQyfk6Y .items-wrapper .item {
  margin-bottom: 20px;
}
.cid-vpxsQyfk6Y .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vpxsQyfk6Y .items-wrapper .item:hover .item-wrapper .item-text,
.cid-vpxsQyfk6Y .items-wrapper .item:focus .item-wrapper .item-text {
  color: #004d5f;
}
.cid-vpxsQyfk6Y .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vpxsQyfk6Y .items-wrapper .item .item-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vpxsQyfk6Y .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vpxsQyfk6Y .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%);
}
.cid-vpxsQyfk6Y .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vpxsQyfk6Y .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #003960 0%, #b77f16 50%, #004d5f 100%) !important;
}
.cid-vpxsQyfk6Y .items-wrapper .item .item-wrapper .card-box {
  width: 100%;
}
.cid-vpxsQyfk6Y .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vpxsQyfk6Y .items-wrapper .item .item-wrapper .card-box .item-text {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.cid-vpxsQyfk6Y .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-vpxsQyfk6Y .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-top: 20px;
  }
}
.cid-vpxsQyfk6Y .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpxsQyfk6Y .mbr-label,
.cid-vpxsQyfk6Y .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vpxsQyfk6Y .mbr-section-title,
.cid-vpxsQyfk6Y .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vpxsQyfk6Y .item-title {
  color: #565661;
}
.cid-vpxsQyfk6Y .item-text {
  color: #171719;
}
.cid-vpxsQyKOYn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vpxsQyKOYn .showAlerts {
  display: block !important;
}
.cid-vpxsQyKOYn .rowflexrev {
  display: -webkit-flex;
}
.cid-vpxsQyKOYn .title {
  margin-bottom: 2rem;
}
.cid-vpxsQyKOYn .mbr-section-subtitle {
  color: #767676;
}
.cid-vpxsQyKOYn textarea.form-control {
  min-height: 188px;
}
.cid-vpxsQyKOYn LABEL {
  color: #232323;
  display: initial;
}
.cid-vpxsQyKOYn .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vpxsQyKOYn .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vpxsQyKOYn .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vpxsQyKOYn .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vpxsQyKOYn .alert {
  margin-bottom: 0;
}
.cid-vpxsQyKOYn .alert-success {
  background-color: #70c770;
}
.cid-vpxsQyKOYn .alert-danger {
  background-color: #ff4a52;
}
.cid-vpxsQyKOYn .btn {
  display: inline-flex;
}
.cid-vpxsQyKOYn .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-vpxsQyKOYn .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-vpxsQyKOYn .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-vpxsQyKOYn input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vpxsQyKOYn input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vpxsQyKOYn input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vpxsQyKOYn input,
.cid-vpxsQyKOYn option,
.cid-vpxsQyKOYn textarea {
  color: #000000;
}
.cid-vpxsQzg1uy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vpxsQzg1uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpxsQzg1uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpxsQzg1uy .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQzg1uy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpxsQzg1uy .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vpxsQzg1uy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vpxsQzg1uy .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vpxsQzg1uy .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vpxsQzg1uy .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vpxsQzg1uy .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpxsQzg1uy .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vpxsQzg1uy .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vpxsQzg1uy .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vpxsQzg1uy .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vpxsQzg1uy .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vpxsQzg1uy .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpxsQzg1uy .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vpxsQzg1uy .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vpxsQzg1uy .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vpxsQzg1uy .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vpxsQzg1uy .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vpxsQzg1uy .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vpxsQzg1uy .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vpxsQzg1uy .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vpxsQzg1uy .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vpxsQzg1uy .card {
  justify-content: center;
}
.cid-vpxsQzg1uy .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vpxsQzg1uy .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vpxsQzg1uy .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vpxsQzg1uy .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vpxsQzg1uy .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vpxsQzg1uy .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vpxsQzg1uy .social-wrapper .social-wrap .soc-item:hover,
.cid-vpxsQzg1uy .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vpxsQzg1uy .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vpxsQzg1uy .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vpxsQzg1uy .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vpxsQzg1uy .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vpxsQzg1uy .mbr-label {
  color: #ffffff;
}
.cid-vpxsQzg1uy .mbr-section-title {
  color: #ffffff;
}
.cid-vpxsQzg1uy .mbr-text {
  color: #ffffff;
}
.cid-vpxsQzg1uy .mbr-list-title {
  color: #ffffff;
}
.cid-vpxsQzg1uy .list {
  color: #ffffff;
}
.cid-vqx8Wykval {
  z-index: 1000;
  width: 100%;
}
.cid-vqx8Wykval nav.navbar {
  position: fixed;
}
.cid-vqx8Wykval .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vqx8Wykval .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vqx8Wykval .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-vqx8Wykval .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vqx8Wykval .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
  color: #f7f5f0 !important;
}
.cid-vqx8Wykval .dropdown-item:hover,
.cid-vqx8Wykval .dropdown-item:focus {
  color: #f7f5f0 !important;
}
.cid-vqx8Wykval .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqx8Wykval .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqx8Wykval .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqx8Wykval .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vqx8Wykval .nav-link {
  position: relative;
}
.cid-vqx8Wykval .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vqx8Wykval .container {
    flex-wrap: nowrap;
  }
}
.cid-vqx8Wykval .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqx8Wykval .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vqx8Wykval .dropdown-menu,
.cid-vqx8Wykval .navbar.opened {
  background: #ffffff !important;
}
.cid-vqx8Wykval .nav-item:focus,
.cid-vqx8Wykval .nav-link:focus {
  outline: none;
}
.cid-vqx8Wykval .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqx8Wykval .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqx8Wykval .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqx8Wykval .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqx8Wykval .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqx8Wykval .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqx8Wykval .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 245, 240, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}
.cid-vqx8Wykval .navbar.opened {
  transition: all 0.3s;
}
.cid-vqx8Wykval .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vqx8Wykval .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vqx8Wykval .navbar .navbar-logo img {
  width: auto;
}
.cid-vqx8Wykval .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqx8Wykval .navbar.collapsed {
  justify-content: center;
}
.cid-vqx8Wykval .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqx8Wykval .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vqx8Wykval .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqx8Wykval .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-vqx8Wykval .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqx8Wykval .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqx8Wykval .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqx8Wykval .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqx8Wykval .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqx8Wykval .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqx8Wykval .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqx8Wykval .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqx8Wykval .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqx8Wykval .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqx8Wykval .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-vqx8Wykval .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqx8Wykval .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqx8Wykval .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vqx8Wykval .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqx8Wykval .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqx8Wykval .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqx8Wykval .navbar.navbar-short {
  min-height: 100px;
}
.cid-vqx8Wykval .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vqx8Wykval .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqx8Wykval .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vqx8Wykval .navbar-brand .navbar-caption:hover,
.cid-vqx8Wykval .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vqx8Wykval .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqx8Wykval .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqx8Wykval .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vqx8Wykval .dropdown-item.active,
.cid-vqx8Wykval .dropdown-item:active {
  background-color: transparent;
}
.cid-vqx8Wykval .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqx8Wykval .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqx8Wykval .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqx8Wykval .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vqx8Wykval .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqx8Wykval .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqx8Wykval .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqx8Wykval ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqx8Wykval ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqx8Wykval .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vqx8Wykval .navbar-buttons {
    text-align: left;
  }
}
.cid-vqx8Wykval .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vqx8Wykval .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqx8Wykval button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqx8Wykval button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqx8Wykval button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqx8Wykval button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqx8Wykval button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqx8Wykval button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqx8Wykval nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqx8Wykval nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqx8Wykval nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqx8Wykval nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqx8Wykval .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqx8Wykval a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqx8Wykval .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-vqx8Wykval .navbar {
    height: 70px;
  }
  .cid-vqx8Wykval .navbar.opened {
    height: auto;
  }
  .cid-vqx8Wykval .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqx8Wykval .navbar-nav {
  margin: 0 auto;
}
.cid-vqx8Wykval .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vqx8Wykval .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.cid-vqx8Wykval .nav-item:hover::before {
  opacity: 1;
}
.cid-vqx8Wykval .nav-item:hover.dropdown::before {
  opacity: 0.2;
}
.cid-vqx8Wykval .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vqx8Wykval .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vqx8Wykval .nav-item .nav-link:hover,
.cid-vqx8Wykval .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #f7f5f0 !important;
  opacity: 1 !important;
}
.cid-vqx8Wykval .nav-item .nav-link:hover::before,
.cid-vqx8Wykval .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vqx8Wykval .nav-item .nav-link:hover::after,
.cid-vqx8Wykval .nav-item .nav-link:focus::after {
  color: #f7f5f0 !important;
}
.cid-vqx8Wykval .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqx8Wykval .nav-item .nav-link.show::before {
  opacity: 0.2;
}
.cid-vqx8Wykval .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqx8Wykval .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vqx8Wykval .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqx8Wykval .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqx8Wykval .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqx8Wykval .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqx8Wykval .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqx8Wykval .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vqx8Wykval .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vqx8Wykval .content-wrap {
  min-height: 100px;
}
.cid-vqx8WyxIaj {
  background-image: url("../../../assets/images/sound-of-the-party-1728x1296-72ppi-1-1728x1296.webp");
}
.cid-vqx8WyxIaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqx8WyxIaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqx8WyxIaj .image-wrap {
  height: 300px;
}
.cid-vqx8WyEPJn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vqx8WyEPJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqx8WyEPJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqx8WyEPJn .card {
  justify-content: flex-end;
}
.cid-vqx8WyEPJn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vqx8WyEPJn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vqx8WyEPJn .items-wrapper {
  margin: 0 -10px;
}
.cid-vqx8WyEPJn .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vqx8WyEPJn .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vqx8WyEPJn .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.25);
}
.cid-vqx8WyEPJn .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vqx8WyEPJn .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e26600;
}
.cid-vqx8WyEPJn .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #171a2f;
  border: 1px solid #565661;
  box-shadow: 0 12px 16px -4px #000000;
}
.cid-vqx8WyEPJn .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vqx8WyEPJn .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vqx8WyEPJn .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vqx8WyEPJn .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vqx8WyEPJn .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vqx8WyEPJn .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-vqx8WyEPJn .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vqx8WyEPJn .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqx8WyEPJn .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vqx8WyEPJn .mbr-section-title {
  color: #171719;
}
.cid-vqx8WyEPJn .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-vqx8WyEPJn .item-title {
  color: #171719;
}
.cid-vqx8WyEPJn .item-text {
  color: #dedee3;
  text-align: center;
}
.cid-vqx8WyEPJn .item-title,
.cid-vqx8WyEPJn .item-btn {
  text-align: center;
  color: #fecb3e;
}
.cid-vqx8WyEPJn .mbr-section-title,
.cid-vqx8WyEPJn .title-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vqx8WyOvxJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #111317;
  background-image: linear-gradient(0deg, #00798c 50%, #111317 150%);
}
.cid-vqx8WyOvxJ .item:focus,
.cid-vqx8WyOvxJ span:focus {
  outline: none;
}
.cid-vqx8WyOvxJ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vqx8WyOvxJ .content-head {
  max-width: 800px;
}
.cid-vqx8WyOvxJ .item {
  color: #ffffff;
  padding: 10px 0;
  font-weight: 700;
}
.cid-vqx8WyUbUq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171719;
  background-image: linear-gradient(180deg, #00798c 0%, #171719 100%);
}
.cid-vqx8WyUbUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqx8WyUbUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqx8WyUbUq .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vqx8WyUbUq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqx8WyUbUq .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vqx8WyUbUq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vqx8WyUbUq .title-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vqx8WyUbUq .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vqx8WyUbUq .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vqx8WyUbUq .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqx8WyUbUq .nav-wrapper .nav-wrap {
  padding-left: 20px;
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-vqx8WyUbUq .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vqx8WyUbUq .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vqx8WyUbUq .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-vqx8WyUbUq .nav-wrapper .nav-wrap:nth-child(3n) {
    padding-left: 0;
  }
}
.cid-vqx8WyUbUq .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vqx8WyUbUq .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vqx8WyUbUq .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vqx8WyUbUq .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vqx8WyUbUq .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 10px;
  }
}
.cid-vqx8WyUbUq .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vqx8WyUbUq .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vqx8WyUbUq .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vqx8WyUbUq .border-wrap {
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vqx8WyUbUq .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vqx8WyUbUq .card {
  justify-content: center;
}
.cid-vqx8WyUbUq .mbr-copy {
  margin-bottom: 0;
  opacity: 0.7;
  color: #ffffff;
  text-align: center;
}
.cid-vqx8WyUbUq .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vqx8WyUbUq .social-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vqx8WyUbUq .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 992px) {
  .cid-vqx8WyUbUq .social-wrapper .social-wrap {
    justify-content: flex-start;
  }
}
.cid-vqx8WyUbUq .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.cid-vqx8WyUbUq .social-wrapper .social-wrap .soc-item:hover,
.cid-vqx8WyUbUq .social-wrapper .social-wrap .soc-item:hover {
  opacity: 0.7;
}
.cid-vqx8WyUbUq .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vqx8WyUbUq .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  opacity: 0.7;
}
.cid-vqx8WyUbUq .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vqx8WyUbUq .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: block;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-vqx8WyUbUq .mbr-label {
  color: #ffffff;
}
.cid-vqx8WyUbUq .mbr-section-title {
  color: #ffffff;
}
.cid-vqx8WyUbUq .mbr-text {
  color: #ffffff;
}
.cid-vqx8WyUbUq .mbr-list-title {
  color: #ffffff;
}
.cid-vqx8WyUbUq .list {
  color: #ffffff;
}
