.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #000000;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f7f7f7 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #9c9c9c !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4d5e85 !important;
  border-color: #4d5e85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #6175a4 !important;
  border-color: #6175a4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6175a4 !important;
  border-color: #6175a4 !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: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #b6b6b6 !important;
  border-color: #b6b6b6 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b6b6b6 !important;
  border-color: #b6b6b6 !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: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4d5e85;
  color: #4d5e85;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2d374e !important;
  background-color: transparent !important;
  border-color: #2d374e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d5e85 !important;
  border-color: #4d5e85 !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: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9c9c9c;
  color: #9c9c9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #717171 !important;
  background-color: transparent !important;
  border-color: #717171 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f7f7f7 !important;
}
.text-secondary {
  color: #4d5e85 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #9c9c9c !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c4c4c4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #283044 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !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: #696969 !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: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f7f7f7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #9c9c9c;
}
.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: #f7f7f7;
  border-color: #f7f7f7;
  color: #848484;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7f7f7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.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: #dcdcdc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f7f7f7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f7f7f7;
}
/* 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: #f7f7f7;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7f7f7;
}
.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: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f7f7f7 !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: #4d5e85 !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='%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v9DrcDhicg {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v9DrcDhicg nav.navbar {
  position: fixed;
}
.cid-v9DrcDhicg .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-v9DrcDhicg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9DrcDhicg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9DrcDhicg .dropdown-item:hover,
.cid-v9DrcDhicg .dropdown-item:focus {
  background: #f7f7f7 !important;
  color: white !important;
}
.cid-v9DrcDhicg .dropdown-item:hover span {
  color: white;
}
.cid-v9DrcDhicg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9DrcDhicg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9DrcDhicg .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v9DrcDhicg .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v9DrcDhicg .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v9DrcDhicg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9DrcDhicg .nav-link {
  position: relative;
}
.cid-v9DrcDhicg .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v9DrcDhicg .container {
    flex-wrap: nowrap;
  }
}
.cid-v9DrcDhicg .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9DrcDhicg .dropdown-menu,
.cid-v9DrcDhicg .navbar.opened {
  background: #000000 !important;
}
.cid-v9DrcDhicg .nav-item:focus,
.cid-v9DrcDhicg .nav-link:focus {
  outline: none;
}
.cid-v9DrcDhicg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9DrcDhicg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9DrcDhicg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9DrcDhicg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9DrcDhicg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9DrcDhicg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9DrcDhicg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v9DrcDhicg .navbar.opened {
  transition: all 0.3s;
}
.cid-v9DrcDhicg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9DrcDhicg .navbar .navbar-logo img {
  width: auto;
}
.cid-v9DrcDhicg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9DrcDhicg .navbar.collapsed {
  justify-content: center;
}
.cid-v9DrcDhicg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9DrcDhicg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9DrcDhicg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v9DrcDhicg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9DrcDhicg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9DrcDhicg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v9DrcDhicg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9DrcDhicg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9DrcDhicg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9DrcDhicg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9DrcDhicg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9DrcDhicg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9DrcDhicg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9DrcDhicg .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-v9DrcDhicg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9DrcDhicg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9DrcDhicg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9DrcDhicg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9DrcDhicg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9DrcDhicg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v9DrcDhicg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v9DrcDhicg .navbar.navbar-short {
  min-height: 70px;
}
.cid-v9DrcDhicg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9DrcDhicg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v9DrcDhicg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v9DrcDhicg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9DrcDhicg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9DrcDhicg .dropdown-item.active,
.cid-v9DrcDhicg .dropdown-item:active {
  background-color: transparent;
}
.cid-v9DrcDhicg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9DrcDhicg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9DrcDhicg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9DrcDhicg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v9DrcDhicg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9DrcDhicg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9DrcDhicg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9DrcDhicg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9DrcDhicg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v9DrcDhicg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #9c9c9c;
}
.cid-v9DrcDhicg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v9DrcDhicg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v9DrcDhicg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v9DrcDhicg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v9DrcDhicg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9DrcDhicg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9DrcDhicg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9DrcDhicg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9DrcDhicg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9DrcDhicg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9DrcDhicg .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-v9DrcDhicg .navbar {
    height: 70px;
  }
  .cid-v9DrcDhicg .navbar.opened {
    height: auto;
  }
  .cid-v9DrcDhicg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9DrcDhicg .navbar-short .container {
  background: rgba(0, 0, 0, 0) !important;
}
.cid-v9DrcDhicg .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v9DrcDhicg .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v9DrcDhicg .mbr-section-btn .btn-success:hover,
.cid-v9DrcDhicg .mbr-section-btn .btn-success:focus,
.cid-v9DrcDhicg .mbr-section-btn .btn-success.focus,
.cid-v9DrcDhicg .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v9DrcDhicg .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v9DrcDhicg .navbar {
    transition: .3s all !important;
  }
  .cid-v9DrcDhicg .container {
    padding: 2%;
  }
  .cid-v9DrcDhicg .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v9DrcDhicg .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v9DrcDhicg .navbar.opened {
    background: #000000;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v9DrcDhicg .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v9DrcDhicg .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v9DrcDhicg .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v9DrcDhicg .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v9DrcDhicg .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v9DrcDhicg .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v9DrcDhicg .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v9DrcDhicg .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v9DrcDhicg .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v9DrcDhicg .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v9DrcDhicg .mbr-section-btn {
    text-align: left;
  }
}
.cid-v9Dfd3STeU {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 12rem;
}
@media (min-width: 768px) {
  .cid-v9Dfd3STeU {
    align-items: flex-end;
  }
  .cid-v9Dfd3STeU .row {
    justify-content: center;
  }
  .cid-v9Dfd3STeU .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9Dfd3STeU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9Dfd3STeU {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v9Dfd3STeU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9Dfd3STeU .content-wrap {
    width: 100%;
  }
}
.cid-v9Dfd3STeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Dfd3STeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../assets/images/background1.jpg");
}
.cid-v9Dfd3STeU .mbr-section-title,
.cid-v9Dfd3STeU .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-v9Dfd3STeU .mbr-text,
.cid-v9Dfd3STeU .mbr-section-btn {
  text-align: left;
}
.cid-v9Dfd3STeU .mbr-section-subtitle {
  color: #edefeb;
}
.cid-v9Dfd3STeU .mbr-section-title {
  color: #131419;
}
.cid-v9DAg9RXaR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131419;
}
.cid-v9DAg9RXaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9DAg9RXaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9DAg9RXaR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v9DAg9RXaR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v9DAg9RXaR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #a1a1a1 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v9DAg9RXaR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9DAg9RXaR .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v9DAg9RXaR .mbr-section-title {
  color: #000000;
}
.cid-v9DAg9RXaR .mbr-text,
.cid-v9DAg9RXaR .text-wrapper {
  color: #9c9c9c;
  text-align: center;
}
.cid-v9DAg9RXaR .mbr-section-title,
.cid-v9DAg9RXaR .title-wrapper,
.cid-v9DAg9RXaR .mbr-section-btn {
  text-align: center;
}
.cid-v9DAvEhQgP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #131419;
}
.cid-v9DAvEhQgP .item:focus,
.cid-v9DAvEhQgP span:focus {
  outline: none;
}
.cid-v9DAvEhQgP .item {
  cursor: pointer;
}
.cid-v9DAvEhQgP .grid-container {
  grid-row-gap: 0;
}
.cid-v9DAvEhQgP .grid-container-1,
.cid-v9DAvEhQgP .grid-container-2 {
  gap: 0;
}
.cid-v9DAvEhQgP .mbr-section-title {
  margin-bottom: 40px;
  color: #9c9c9c;
  text-align: center;
}
.cid-v9DAvEhQgP .content-head {
  max-width: 800px;
}
.cid-v9DAvEhQgP .container,
.cid-v9DAvEhQgP .container-fluid {
  overflow: hidden;
}
.cid-v9DAvEhQgP .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v9DAvEhQgP .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9DAvEhQgP .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v9DAvEhQgP .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-v9DAvEhQgP .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v9DAvEhQgP .grid-item img {
    height: 140px;
  }
}
.cid-v9DAvEhQgP .grid-container-1,
.cid-v9DAvEhQgP .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v9DAvEhQgP .grid-container-1 {
  align-items: flex-end;
}
.cid-v9DAvEhQgP .grid-container-2 {
  align-items: flex-start;
}
.cid-v9mCgPCn5g {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #131419;
}
.cid-v9mCgPCn5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9mCgPCn5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9mCgPCn5g .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v9mCgPCn5g .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v9mCgPCn5g .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v9mCgPCn5g .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #131419;
  border-top: 2px solid #131419;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v9mCgPCn5g .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v9mCgPCn5g .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v9mCgPCn5g .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #9c9c9c 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v9mCgPCn5g .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v9mCgPCn5g .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9mCgPCn5g .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9mCgPCn5g .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v9mCgPCn5g .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v9mCgPCn5g .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v9mCgPCn5g .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #131419;
  border-top: 3px solid #131419;
  box-shadow: 0 8px 15px -8px #63666c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v9mCgPCn5g .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v9mCgPCn5g .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v9mCgPCn5g .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9mCgPCn5g .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #131419;
  box-shadow: 0 10px 12px -8px #63666c;
  background-color: #131419;
}
.cid-v9mCgPCn5g .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #131419;
  box-shadow: 0 8px 12px -8px #63666c;
  background-color: #131419;
}
.cid-v9mCgPCn5g .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v9mCgPCn5g .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v9mCgPCn5g .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v9mCgPCn5g .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9mCgPCn5g .mbr-label,
.cid-v9mCgPCn5g .label-wrapper {
  color: #9c9c9c;
  text-align: center;
}
.cid-v9mCgPCn5g .mbr-section-title,
.cid-v9mCgPCn5g .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9mCgPCn5g .mbr-text,
.cid-v9mCgPCn5g .text-wrapper {
  color: #9c9c9c;
  text-align: center;
}
.cid-v9mCgPCn5g .item-title {
  color: #000000;
}
.cid-v9mCgPCn5g .item-text {
  color: #9c9c9c;
}
.cid-v9mCgPCn5g .item-title,
.cid-v9mCgPCn5g .mbr-section-btn {
  color: #9c9c9c;
}
.cid-vgkUCOkAiQ {
  display: flex;
  background-image: url("../../assets/images/g5c75652af58a14628127aa6128b7-h_mkymdvh4.jpg");
}
.cid-vgkUCOkAiQ .mbr-overlay {
  background-color: #131419;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-vgkUCOkAiQ {
    align-items: flex-end;
  }
  .cid-vgkUCOkAiQ .row {
    justify-content: flex-start;
  }
  .cid-vgkUCOkAiQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgkUCOkAiQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgkUCOkAiQ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vgkUCOkAiQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgkUCOkAiQ .content-wrap {
    width: 100%;
  }
}
.cid-vgkUCOkAiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgkUCOkAiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgkUCOkAiQ .mbr-section-title,
.cid-vgkUCOkAiQ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-vgkUCOkAiQ .mbr-text,
.cid-vgkUCOkAiQ .mbr-section-btn {
  text-align: left;
}
.cid-vgkUCOkAiQ .mbr-section-title {
  color: #63666c;
  text-align: justify;
}
.cid-vgkUCOkAiQ .mbr-section-title DIV {
  text-align: left;
}
.cid-vgkUCOkAiQ .mbr-section-subtitle {
  text-align: right;
  color: #9c9c9c;
}
.cid-vgoqSjHwdd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131419;
}
.cid-vgoqSjHwdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoqSjHwdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgoqSjHwdd .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vgoqSjHwdd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgoqSjHwdd .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vgoqSjHwdd .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vgoqSjHwdd .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vgoqSjHwdd .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgoqSjHwdd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #a1a1a1, #a1a1a1 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vgoqSjHwdd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgoqSjHwdd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgoqSjHwdd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgoqSjHwdd .card-wrapper {
  padding: 30px;
  background-color: #131419;
  border-top: 3px solid #131419;
  box-shadow: 0 8px 15px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-vgoqSjHwdd .card-wrapper {
    padding: 24px;
  }
}
.cid-vgoqSjHwdd .card-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vgoqSjHwdd .card-wrapper .nav.nav-tabs {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-vgoqSjHwdd .card-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  flex: 1 0 0;
}
@media (max-width: 992px) {
  .cid-vgoqSjHwdd .card-wrapper .nav.nav-tabs .nav-item {
    flex: none;
    margin-bottom: 16px;
  }
}
.cid-vgoqSjHwdd .card-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a1a1a1;
  padding: 12px 24px;
  background-color: #131419;
  border: none;
  border-top: 3px solid #131419;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-vgoqSjHwdd .card-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    height: 300px;
  }
}
.cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .content-wrap {
    width: 100%;
  }
}
.cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-number {
  margin-bottom: 10px;
}
.cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-title {
  margin-bottom: 10px;
}
.cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper {
    display: block;
  }
}
.cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap {
    margin-bottom: 16px;
  }
  .cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric {
  margin-bottom: 0;
}
.cid-vgoqSjHwdd .card-wrapper .tab-content .tab-pane .item-content .content-wrap .metrics-wrapper .card-wrap .item-metric-title {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-vgoqSjHwdd .mbr-label,
.cid-vgoqSjHwdd .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgoqSjHwdd .mbr-section-title,
.cid-vgoqSjHwdd .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgoqSjHwdd .mbr-text,
.cid-vgoqSjHwdd .text-wrapper {
  color: #9c9c9c;
  text-align: center;
}
.cid-vgoqSjHwdd .item-number {
  color: #000000;
}
.cid-vgoqSjHwdd .item-title {
  color: #a1a1a1;
}
.cid-vgoqSjHwdd .item-text {
  color: #515151;
}
.cid-vgoqSjHwdd .item-metric {
  color: #000000;
  text-align: center;
}
.cid-vgoqSjHwdd .item-metric-title {
  color: #515151;
  text-align: center;
}
.cid-vgkNg4aP7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131419;
}
.cid-vgkNg4aP7h .row {
  align-items: center;
  width: 100%;
}
.cid-vgkNg4aP7h .main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-vgkNg4aP7h .main-container {
    flex-wrap: wrap;
  }
}
.cid-vgkNg4aP7h .title-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 20%;
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgkNg4aP7h .title-container {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.cid-vgkNg4aP7h .title-text {
  margin-right: auto;
  width: 100%;
}
.cid-vgkNg4aP7h .main-title {
  color: #727272;
  width: 100%;
}
.cid-vgkNg4aP7h .main-subtitle {
  color: #727272;
  width: 100%;
}
.cid-vgkNg4aP7h .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1rem;
  max-width: 75%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vgkNg4aP7h .grid-container {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vgkNg4aP7h .img-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  filter: saturate(0%);
  transition: .5s all;
}
@media (max-width: 991px) {
  .cid-vgkNg4aP7h .img-container {
    height: 360px;
  }
}
.cid-vgkNg4aP7h .img-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-vgkNg4aP7h .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid #000000;
  background-color: #131419;
}
@media (max-width: 767px) {
  .cid-vgkNg4aP7h .header-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vgkNg4aP7h .content-container {
  display: flex;
  padding: 0 !important;
}
.cid-vgkNg4aP7h .content-container:hover .img-container {
  filter: saturate(90%);
}
.cid-vgkNg4aP7h .content-container:hover .img-container img {
  transform: scale(1.04);
}
.cid-vgkNg4aP7h .text-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cid-vgkNg4aP7h .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-vgkNg4aP7h .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-vgkNg4aP7h .mbr-text {
  letter-spacing: inherit;
  color: #727272;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-vgkNg4aP7h .mbr-text {
    margin-top: 0.8rem;
  }
}
.cid-vgkNg4aP7h .mbr-section-title,
.cid-vgkNg4aP7h .mbr-section-btn {
  color: #9c9c9c;
}
.cid-vgor33oocU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131419;
}
.cid-vgor33oocU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgor33oocU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgor33oocU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vgor33oocU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgor33oocU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #a1a1a1 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vgor33oocU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgor33oocU .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgor33oocU .mbr-section-title {
  color: #000000;
}
.cid-vgor33oocU .mbr-text,
.cid-vgor33oocU .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vgor33oocU .mbr-section-title,
.cid-vgor33oocU .title-wrapper,
.cid-vgor33oocU .mbr-section-btn {
  text-align: center;
}
.cid-vgkJwDW6vb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131419;
}
.cid-vgkJwDW6vb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgkJwDW6vb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgkJwDW6vb .row {
  margin: 0 -15px;
}
.cid-vgkJwDW6vb .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .cid-vgkJwDW6vb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vgkJwDW6vb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgkJwDW6vb .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgkJwDW6vb .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vgkJwDW6vb .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-vgkJwDW6vb .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vgkJwDW6vb .list-wrapper .list .item-wrap {
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 3px dashed transparent;
  transition: all .3s ease;
}
.cid-vgkJwDW6vb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgkJwDW6vb .list-wrapper .list .item-wrap:hover,
.cid-vgkJwDW6vb .list-wrapper .list .item-wrap:focus {
  color: #a1a1a1;
  border-bottom: 3px dashed #a1a1a1;
}
.cid-vgkJwDW6vb .mbr-section-title {
  color: #9c9c9c;
}
.cid-vgkJwDW6vb .mbr-section-subtitle {
  color: #63666c;
}
.cid-vgkJwDW6vb .mbr-desc {
  color: #fefff5;
}
.cid-vgkJwDW6vb .list {
  color: #994412;
}
.cid-vgkJwDW6vb .mbr-desc,
.cid-vgkJwDW6vb .desc-wrapper {
  color: #9c9c9c;
}
.cid-vgoyaR3y9z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #131419;
}
.cid-vgoyaR3y9z .item:focus,
.cid-vgoyaR3y9z span:focus {
  outline: none;
}
.cid-vgoyaR3y9z .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vgoyaR3y9z .item {
  padding: 30px 0;
}
.cid-vgoyaR3y9z .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #a1a1a1;
  will-change: transform;
}
.cid-vgoyaR3y9z .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #000000;
  will-change: transform;
}
.cid-vgoyaR3y9z .container_1 {
  background-color: #a1a1a1;
}
.cid-vgoyaR3y9z .container_1 .item_1 {
  color: #000000;
  background-color: #a1a1a1;
}
.cid-vgoyaR3y9z .container_2 {
  background-color: #000000;
}
.cid-vgoyaR3y9z .container_2 .item_2 {
  color: #a1a1a1;
  background-color: #000000;
}
