body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffe161 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #379683 !important;
  border-color: #379683 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #379683;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #20574c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #379683 !important;
  border-color: #379683 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffe161 !important;
}
.text-secondary {
  color: #379683 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #facb00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c4b42 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #ffe161;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffe161;
  border-color: #ffe161;
  color: #7a6300;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffe161;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #ffe161 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffe161;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #ffe161;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffe161;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffe161;
  border-bottom-color: #ffe161;
}
.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: #ffe161 !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: #379683 !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='%23ffe161' %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;
}
.cid-sFGzlAXw3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGzlAXw3z nav.navbar {
  position: fixed;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #000000 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGzlAXw3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unBxtGj9qF {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/chiptuning-background.jpg");
}
.cid-unBxtGj9qF .mbr-fallback-image.disabled {
  display: none;
}
.cid-unBxtGj9qF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpVzOOSlv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpVzOOSlv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpVzOOSlv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpVzOOSlv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpVzOOSlv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpVzOOSlv .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpVzOOSlv .panel-body,
.cid-uqpVzOOSlv .card-header {
  padding: 1rem 0;
}
.cid-uqpVzOOSlv .panel-title-edit {
  color: #ffe161;
}
.cid-uqpVzOOSlv .panel-text {
  color: #ffffff;
}
.cid-uqpW9cxCZK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpW9cxCZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpW9cxCZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpW9cxCZK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpW9cxCZK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpW9cxCZK .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpW9cxCZK .panel-body,
.cid-uqpW9cxCZK .card-header {
  padding: 1rem 0;
}
.cid-uqpW9cxCZK .panel-title-edit {
  color: #ffe161;
}
.cid-uqpW9cxCZK .panel-text {
  color: #ffffff;
}
.cid-uqpWEMW6iT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpWEMW6iT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpWEMW6iT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpWEMW6iT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpWEMW6iT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpWEMW6iT .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpWEMW6iT .panel-body,
.cid-uqpWEMW6iT .card-header {
  padding: 1rem 0;
}
.cid-uqpWEMW6iT .panel-title-edit {
  color: #ffe161;
}
.cid-uqpWEMW6iT .panel-text {
  color: #ffffff;
}
.cid-vg7VHBtnTv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-vg7VHBtnTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg7VHBtnTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg7VHBtnTv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vg7VHBtnTv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vg7VHBtnTv .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-vg7VHBtnTv .panel-body,
.cid-vg7VHBtnTv .card-header {
  padding: 1rem 0;
}
.cid-vg7VHBtnTv .panel-title-edit {
  color: #ffe161;
}
.cid-vg7VHBtnTv .panel-text {
  color: #ffffff;
}
.cid-uqpWSLTjsB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpWSLTjsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpWSLTjsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpWSLTjsB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpWSLTjsB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpWSLTjsB .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpWSLTjsB .panel-body,
.cid-uqpWSLTjsB .card-header {
  padding: 1rem 0;
}
.cid-uqpWSLTjsB .panel-title-edit {
  color: #ffe161;
}
.cid-uqpWSLTjsB .panel-text {
  color: #ffffff;
}
.cid-uOXaYeHE0o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uOXaYeHE0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXaYeHE0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXaYeHE0o .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOXaYeHE0o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOXaYeHE0o .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uOXaYeHE0o .panel-body,
.cid-uOXaYeHE0o .card-header {
  padding: 1rem 0;
}
.cid-uOXaYeHE0o .panel-title-edit {
  color: #ffe161;
}
.cid-uOXaYeHE0o .panel-text {
  color: #ffffff;
}
.cid-uqpX619mCc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpX619mCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpX619mCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpX619mCc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpX619mCc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpX619mCc .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpX619mCc .panel-body,
.cid-uqpX619mCc .card-header {
  padding: 1rem 0;
}
.cid-uqpX619mCc .panel-title-edit {
  color: #ffe161;
}
.cid-uqpX619mCc .panel-text {
  color: #ffffff;
}
.cid-uqpXdxPXBi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpXdxPXBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpXdxPXBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpXdxPXBi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpXdxPXBi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpXdxPXBi .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpXdxPXBi .panel-body,
.cid-uqpXdxPXBi .card-header {
  padding: 1rem 0;
}
.cid-uqpXdxPXBi .panel-title-edit {
  color: #ffe161;
}
.cid-uqpXdxPXBi .panel-text {
  color: #ffffff;
}
.cid-uqpXrTliPa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpXrTliPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpXrTliPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpXrTliPa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpXrTliPa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpXrTliPa .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpXrTliPa .panel-body,
.cid-uqpXrTliPa .card-header {
  padding: 1rem 0;
}
.cid-uqpXrTliPa .panel-title-edit {
  color: #ffe161;
}
.cid-uqpXrTliPa .panel-text {
  color: #ffffff;
}
.cid-uqpXLJpEXR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpXLJpEXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpXLJpEXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpXLJpEXR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpXLJpEXR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpXLJpEXR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpXLJpEXR .panel-body,
.cid-uqpXLJpEXR .card-header {
  padding: 1rem 0;
}
.cid-uqpXLJpEXR .panel-title-edit {
  color: #ffe161;
}
.cid-uqpXLJpEXR .panel-text {
  color: #ffffff;
}
.cid-uqpXUeZjLX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpXUeZjLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpXUeZjLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpXUeZjLX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpXUeZjLX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpXUeZjLX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpXUeZjLX .panel-body,
.cid-uqpXUeZjLX .card-header {
  padding: 1rem 0;
}
.cid-uqpXUeZjLX .panel-title-edit {
  color: #ffe161;
}
.cid-uqpXUeZjLX .panel-text {
  color: #ffffff;
}
.cid-uqpY4w6Oov {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpY4w6Oov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpY4w6Oov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpY4w6Oov .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpY4w6Oov .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpY4w6Oov .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpY4w6Oov .panel-body,
.cid-uqpY4w6Oov .card-header {
  padding: 1rem 0;
}
.cid-uqpY4w6Oov .panel-title-edit {
  color: #ffe161;
}
.cid-uqpY4w6Oov .panel-text {
  color: #ffffff;
}
.cid-uqpYcXwOn2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpYcXwOn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpYcXwOn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpYcXwOn2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpYcXwOn2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpYcXwOn2 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpYcXwOn2 .panel-body,
.cid-uqpYcXwOn2 .card-header {
  padding: 1rem 0;
}
.cid-uqpYcXwOn2 .panel-title-edit {
  color: #ffe161;
}
.cid-uqpYcXwOn2 .panel-text {
  color: #ffffff;
}
.cid-utgLdkJzDX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-utgLdkJzDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-utgLdkJzDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utgLdkJzDX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-utgLdkJzDX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-utgLdkJzDX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-utgLdkJzDX .panel-body,
.cid-utgLdkJzDX .card-header {
  padding: 1rem 0;
}
.cid-utgLdkJzDX .panel-title-edit {
  color: #ffe161;
}
.cid-utgLdkJzDX .panel-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFkUoQuuxi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uFkUoQuuxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkUoQuuxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkUoQuuxi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uFkUoQuuxi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFkUoQuuxi .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uFkUoQuuxi .panel-body,
.cid-uFkUoQuuxi .card-header {
  padding: 1rem 0;
}
.cid-uFkUoQuuxi .panel-title-edit {
  color: #ffe161;
}
.cid-uFkUoQuuxi .panel-text {
  color: #ffffff;
}
.cid-v000FITKpU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-v000FITKpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v000FITKpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v000FITKpU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v000FITKpU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v000FITKpU .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-v000FITKpU .panel-body,
.cid-v000FITKpU .card-header {
  padding: 1rem 0;
}
.cid-v000FITKpU .panel-title-edit {
  color: #ffe161;
}
.cid-v000FITKpU .panel-text {
  color: #ffffff;
}
.cid-uqpYujr7QV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpYujr7QV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpYujr7QV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpYujr7QV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpYujr7QV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpYujr7QV .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpYujr7QV .panel-body,
.cid-uqpYujr7QV .card-header {
  padding: 1rem 0;
}
.cid-uqpYujr7QV .panel-title-edit {
  color: #ffe161;
}
.cid-uqpYujr7QV .panel-text {
  color: #ffffff;
}
.cid-us83K15GyQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-us83K15GyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-us83K15GyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us83K15GyQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-us83K15GyQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-us83K15GyQ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-us83K15GyQ .panel-body,
.cid-us83K15GyQ .card-header {
  padding: 1rem 0;
}
.cid-us83K15GyQ .panel-title-edit {
  color: #ffe161;
}
.cid-us83K15GyQ .panel-text {
  color: #ffffff;
}
.cid-uATLqElGyD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uATLqElGyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uATLqElGyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uATLqElGyD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uATLqElGyD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uATLqElGyD .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uATLqElGyD .panel-body,
.cid-uATLqElGyD .card-header {
  padding: 1rem 0;
}
.cid-uATLqElGyD .panel-title-edit {
  color: #ffe161;
}
.cid-uATLqElGyD .panel-text {
  color: #ffffff;
}
.cid-uqpYD1vhsH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpYD1vhsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpYD1vhsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpYD1vhsH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpYD1vhsH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpYD1vhsH .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpYD1vhsH .panel-body,
.cid-uqpYD1vhsH .card-header {
  padding: 1rem 0;
}
.cid-uqpYD1vhsH .panel-title-edit {
  color: #ffe161;
}
.cid-uqpYD1vhsH .panel-text {
  color: #ffffff;
}
.cid-uqpZ1LR7rR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpZ1LR7rR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpZ1LR7rR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpZ1LR7rR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpZ1LR7rR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpZ1LR7rR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpZ1LR7rR .panel-body,
.cid-uqpZ1LR7rR .card-header {
  padding: 1rem 0;
}
.cid-uqpZ1LR7rR .panel-title-edit {
  color: #ffe161;
}
.cid-uqpZ1LR7rR .panel-text {
  color: #ffffff;
}
.cid-uqIqkAiQvb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqIqkAiQvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIqkAiQvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIqkAiQvb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqIqkAiQvb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqIqkAiQvb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqIqkAiQvb .panel-body,
.cid-uqIqkAiQvb .card-header {
  padding: 1rem 0;
}
.cid-uqIqkAiQvb .panel-title-edit {
  color: #ffe161;
}
.cid-uqIqkAiQvb .panel-text {
  color: #ffffff;
}
.cid-uqpZjqQ2Zp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpZjqQ2Zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpZjqQ2Zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpZjqQ2Zp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpZjqQ2Zp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpZjqQ2Zp .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpZjqQ2Zp .panel-body,
.cid-uqpZjqQ2Zp .card-header {
  padding: 1rem 0;
}
.cid-uqpZjqQ2Zp .panel-title-edit {
  color: #ffe161;
}
.cid-uqpZjqQ2Zp .panel-text {
  color: #ffffff;
}
.cid-uqpZrKIWjo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpZrKIWjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpZrKIWjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpZrKIWjo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpZrKIWjo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpZrKIWjo .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpZrKIWjo .panel-body,
.cid-uqpZrKIWjo .card-header {
  padding: 1rem 0;
}
.cid-uqpZrKIWjo .panel-title-edit {
  color: #ffe161;
}
.cid-uqpZrKIWjo .panel-text {
  color: #ffffff;
}
.cid-uqpZFeJSSi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqpZFeJSSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqpZFeJSSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqpZFeJSSi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqpZFeJSSi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqpZFeJSSi .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqpZFeJSSi .panel-body,
.cid-uqpZFeJSSi .card-header {
  padding: 1rem 0;
}
.cid-uqpZFeJSSi .panel-title-edit {
  color: #ffe161;
}
.cid-uqpZFeJSSi .panel-text {
  color: #ffffff;
}
.cid-uZwjVnhohQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uZwjVnhohQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZwjVnhohQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZwjVnhohQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uZwjVnhohQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uZwjVnhohQ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uZwjVnhohQ .panel-body,
.cid-uZwjVnhohQ .card-header {
  padding: 1rem 0;
}
.cid-uZwjVnhohQ .panel-title-edit {
  color: #ffe161;
}
.cid-uZwjVnhohQ .panel-text {
  color: #ffffff;
}
.cid-uATMeVHrZx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uATMeVHrZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uATMeVHrZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uATMeVHrZx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uATMeVHrZx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uATMeVHrZx .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uATMeVHrZx .panel-body,
.cid-uATMeVHrZx .card-header {
  padding: 1rem 0;
}
.cid-uATMeVHrZx .panel-title-edit {
  color: #ffe161;
}
.cid-uATMeVHrZx .panel-text {
  color: #ffffff;
}
.cid-uqq0cCjG4P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-uqq0cCjG4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqq0cCjG4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqq0cCjG4P .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqq0cCjG4P .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqq0cCjG4P .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqq0cCjG4P .panel-body,
.cid-uqq0cCjG4P .card-header {
  padding: 1rem 0;
}
.cid-uqq0cCjG4P .panel-title-edit {
  color: #ffe161;
}
.cid-uqq0cCjG4P .panel-text {
  color: #ffffff;
}
.cid-uqq0p3pA5c {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #0b0b0b;
}
.cid-uqq0p3pA5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqq0p3pA5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqq0p3pA5c .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqq0p3pA5c .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqq0p3pA5c .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-uqq0p3pA5c .panel-body,
.cid-uqq0p3pA5c .card-header {
  padding: 1rem 0;
}
.cid-uqq0p3pA5c .panel-title-edit {
  color: #ffe161;
}
.cid-uqq0p3pA5c .panel-text {
  color: #ffffff;
}
.cid-umWaDZiz3q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-umWaDZiz3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-umWaDZiz3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umWaDZiz3q .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-umWaDZiz3q .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umWaDZiz3q .row {
    text-align: center;
  }
  .cid-umWaDZiz3q .row > div {
    margin: auto;
  }
  .cid-umWaDZiz3q .social-row {
    justify-content: center;
  }
}
.cid-umWaDZiz3q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umWaDZiz3q .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-umWaDZiz3q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umWaDZiz3q .list {
    margin-bottom: 0rem;
  }
}
.cid-umWaDZiz3q .mbr-text {
  color: #bbbbbb;
}
.cid-umWaDZiz3q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-umWaDZiz3q .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-umWaDZiz3q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFGzlAXw3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGzlAXw3z nav.navbar {
  position: fixed;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #000000 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGzlAXw3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unF3DDkG0S {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/screenshot-1.png");
}
.cid-unF3DDkG0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-unF3DDkG0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unF9gGSywa {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-unF9gGSywa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-unF9gGSywa .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-unF9gGSywa .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-unF9gGSywa .mbr-text {
  color: #ffffff;
}
.cid-unF9gGSywa .mbr-section-title {
  color: #ffffff;
}
.cid-uo5zqvllzi {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #131313;
}
.cid-uo5zqvllzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo5zqvllzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uo5zqvllzi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo5zqvllzi .row {
  flex-direction: row-reverse;
}
.cid-uo5zqvllzi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uo5zqvllzi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uo5zqvllzi .mbr-section-title {
  color: #ffffff;
}
.cid-uo5zqvllzi .mbr-text {
  color: #ffffff;
}
.cid-uol82IdHci {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol82IdHci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol82IdHci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unF76JEYan {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-unF76JEYan .mbr-fallback-image.disabled {
  display: none;
}
.cid-unF76JEYan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unF76JEYan .mbr-section-title {
  color: #ffffff;
}
.cid-unF76JEYan .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqaOj7kBL {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqaOj7kBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqaOj7kBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqaOj7kBL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqaOj7kBL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqaOj7kBL .embla__button--next,
.cid-uqqaOj7kBL .embla__button--prev {
  display: flex;
}
.cid-uqqaOj7kBL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqaOj7kBL .embla__button {
    display: none;
  }
}
.cid-uqqaOj7kBL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqaOj7kBL .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqaOj7kBL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqaOj7kBL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqaOj7kBL .embla__button {
    top: auto;
  }
}
.cid-uqqaOj7kBL .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqaOj7kBL .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqaOj7kBL .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqaOj7kBL .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqaOj7kBL .embla {
  position: relative;
  width: 100%;
}
.cid-uqqaOj7kBL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqaOj7kBL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqaOj7kBL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqaOj7kBL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqaOj7kBL H3 {
  color: #ffffff;
}
.cid-uqqaOj7kBL .user_text {
  color: #ffffff;
}
.cid-uqqaOj7kBL .user_name {
  color: #ffe161;
}
.cid-uqqaOj7kBL .user_desk {
  color: #ffffff;
}
.cid-umWaDZiz3q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-umWaDZiz3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-umWaDZiz3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umWaDZiz3q .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-umWaDZiz3q .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umWaDZiz3q .row {
    text-align: center;
  }
  .cid-umWaDZiz3q .row > div {
    margin: auto;
  }
  .cid-umWaDZiz3q .social-row {
    justify-content: center;
  }
}
.cid-umWaDZiz3q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umWaDZiz3q .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-umWaDZiz3q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umWaDZiz3q .list {
    margin-bottom: 0rem;
  }
}
.cid-umWaDZiz3q .mbr-text {
  color: #bbbbbb;
}
.cid-umWaDZiz3q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-umWaDZiz3q .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-umWaDZiz3q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uoagUV87d5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoagUV87d5 nav.navbar {
  position: fixed;
}
.cid-uoagUV87d5 .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-uoagUV87d5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoagUV87d5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoagUV87d5 .dropdown-item:hover,
.cid-uoagUV87d5 .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uoagUV87d5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoagUV87d5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoagUV87d5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoagUV87d5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoagUV87d5 .nav-link {
  position: relative;
}
.cid-uoagUV87d5 .container {
  display: flex;
  margin: auto;
}
.cid-uoagUV87d5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoagUV87d5 .dropdown-menu,
.cid-uoagUV87d5 .navbar.opened {
  background: #000000 !important;
}
.cid-uoagUV87d5 .nav-item:focus,
.cid-uoagUV87d5 .nav-link:focus {
  outline: none;
}
.cid-uoagUV87d5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoagUV87d5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoagUV87d5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoagUV87d5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoagUV87d5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoagUV87d5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoagUV87d5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uoagUV87d5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoagUV87d5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoagUV87d5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoagUV87d5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoagUV87d5 .navbar.collapsed {
  justify-content: center;
}
.cid-uoagUV87d5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoagUV87d5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoagUV87d5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uoagUV87d5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoagUV87d5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoagUV87d5 .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-uoagUV87d5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoagUV87d5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoagUV87d5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoagUV87d5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoagUV87d5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoagUV87d5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoagUV87d5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoagUV87d5 .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-uoagUV87d5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoagUV87d5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoagUV87d5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoagUV87d5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoagUV87d5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoagUV87d5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoagUV87d5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoagUV87d5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoagUV87d5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoagUV87d5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoagUV87d5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoagUV87d5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoagUV87d5 .dropdown-item.active,
.cid-uoagUV87d5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoagUV87d5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoagUV87d5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoagUV87d5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoagUV87d5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uoagUV87d5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoagUV87d5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoagUV87d5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoagUV87d5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoagUV87d5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoagUV87d5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoagUV87d5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoagUV87d5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoagUV87d5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoagUV87d5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoagUV87d5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoagUV87d5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoagUV87d5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoagUV87d5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoagUV87d5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoagUV87d5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoagUV87d5 .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-uoagUV87d5 .navbar {
    height: 70px;
  }
  .cid-uoagUV87d5 .navbar.opened {
    height: auto;
  }
  .cid-uoagUV87d5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoagUVhVCQ {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/haval-dargo-bg.png");
}
.cid-uoagUVhVCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoagUVhVCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoagUVoPyx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uoagUVoPyx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uoagUVoPyx .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uoagUVoPyx .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uoagUVoPyx .mbr-text {
  color: #ffffff;
}
.cid-uoagUVoPyx .mbr-section-title {
  color: #ffffff;
}
.cid-uoagUVtcTI {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #131313;
}
.cid-uoagUVtcTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoagUVtcTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoagUVtcTI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoagUVtcTI .row {
  flex-direction: row-reverse;
}
.cid-uoagUVtcTI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoagUVtcTI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoagUVtcTI .mbr-section-title {
  color: #ffffff;
}
.cid-uoagUVtcTI .mbr-text {
  color: #ffffff;
}
.cid-uoaiYpiJug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0b0b;
}
.cid-uoaiYpiJug .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoaiYpiJug .mbr-text {
  color: #ffffff;
}
.cid-uol9RCyB2j {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol9RCyB2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol9RCyB2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoagUVAe4K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uoagUVAe4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoagUVAe4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoagUVAe4K .mbr-section-title {
  color: #ffffff;
}
.cid-uoagUVAe4K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqbtoWoFt {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqbtoWoFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqbtoWoFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqbtoWoFt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqbtoWoFt .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqbtoWoFt .embla__button--next,
.cid-uqqbtoWoFt .embla__button--prev {
  display: flex;
}
.cid-uqqbtoWoFt .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqbtoWoFt .embla__button {
    display: none;
  }
}
.cid-uqqbtoWoFt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqbtoWoFt .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqbtoWoFt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqbtoWoFt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqbtoWoFt .embla__button {
    top: auto;
  }
}
.cid-uqqbtoWoFt .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqbtoWoFt .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqbtoWoFt .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqbtoWoFt .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqbtoWoFt .embla {
  position: relative;
  width: 100%;
}
.cid-uqqbtoWoFt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqbtoWoFt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqbtoWoFt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqbtoWoFt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqbtoWoFt H3 {
  color: #ffffff;
}
.cid-uqqbtoWoFt .user_text {
  color: #ffffff;
}
.cid-uqqbtoWoFt .user_name {
  color: #ffe161;
}
.cid-uqqbtoWoFt .user_desk {
  color: #ffffff;
}
.cid-uoagUVXvG4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uoagUVXvG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoagUVXvG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoagUVXvG4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoagUVXvG4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoagUVXvG4 .row {
    text-align: center;
  }
  .cid-uoagUVXvG4 .row > div {
    margin: auto;
  }
  .cid-uoagUVXvG4 .social-row {
    justify-content: center;
  }
}
.cid-uoagUVXvG4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uoagUVXvG4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uoagUVXvG4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoagUVXvG4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uoagUVXvG4 .mbr-text {
  color: #bbbbbb;
}
.cid-uoagUVXvG4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uoagUVXvG4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uoagUVXvG4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uoalNcX8EL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoalNcX8EL nav.navbar {
  position: fixed;
}
.cid-uoalNcX8EL .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-uoalNcX8EL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoalNcX8EL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoalNcX8EL .dropdown-item:hover,
.cid-uoalNcX8EL .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uoalNcX8EL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoalNcX8EL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoalNcX8EL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoalNcX8EL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoalNcX8EL .nav-link {
  position: relative;
}
.cid-uoalNcX8EL .container {
  display: flex;
  margin: auto;
}
.cid-uoalNcX8EL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoalNcX8EL .dropdown-menu,
.cid-uoalNcX8EL .navbar.opened {
  background: #000000 !important;
}
.cid-uoalNcX8EL .nav-item:focus,
.cid-uoalNcX8EL .nav-link:focus {
  outline: none;
}
.cid-uoalNcX8EL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoalNcX8EL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoalNcX8EL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoalNcX8EL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoalNcX8EL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoalNcX8EL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoalNcX8EL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uoalNcX8EL .navbar.opened {
  transition: all 0.3s;
}
.cid-uoalNcX8EL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoalNcX8EL .navbar .navbar-logo img {
  width: auto;
}
.cid-uoalNcX8EL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoalNcX8EL .navbar.collapsed {
  justify-content: center;
}
.cid-uoalNcX8EL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoalNcX8EL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoalNcX8EL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uoalNcX8EL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoalNcX8EL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoalNcX8EL .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-uoalNcX8EL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoalNcX8EL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoalNcX8EL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoalNcX8EL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoalNcX8EL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoalNcX8EL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoalNcX8EL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoalNcX8EL .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-uoalNcX8EL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoalNcX8EL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoalNcX8EL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoalNcX8EL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoalNcX8EL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoalNcX8EL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoalNcX8EL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoalNcX8EL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoalNcX8EL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoalNcX8EL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoalNcX8EL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoalNcX8EL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoalNcX8EL .dropdown-item.active,
.cid-uoalNcX8EL .dropdown-item:active {
  background-color: transparent;
}
.cid-uoalNcX8EL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoalNcX8EL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoalNcX8EL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoalNcX8EL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uoalNcX8EL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoalNcX8EL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoalNcX8EL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoalNcX8EL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoalNcX8EL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoalNcX8EL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoalNcX8EL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoalNcX8EL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoalNcX8EL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoalNcX8EL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoalNcX8EL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoalNcX8EL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoalNcX8EL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoalNcX8EL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoalNcX8EL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoalNcX8EL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoalNcX8EL .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-uoalNcX8EL .navbar {
    height: 70px;
  }
  .cid-uoalNcX8EL .navbar.opened {
    height: auto;
  }
  .cid-uoalNcX8EL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoalNd7JrM {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/haval-h5-bg.jpg");
}
.cid-uoalNd7JrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoalNd7JrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoalNdg5u2 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uoalNdg5u2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uoalNdg5u2 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uoalNdg5u2 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uoalNdg5u2 .mbr-text {
  color: #ffffff;
}
.cid-uoalNdg5u2 .mbr-section-title {
  color: #ffffff;
}
.cid-uoamHrD8zl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uoamHrD8zl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoamHrD8zl .mbr-text {
  color: #ffffff;
}
.cid-uol90ncEdG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol90ncEdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol90ncEdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoalNduDe5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uoalNduDe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoalNduDe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoalNduDe5 .mbr-section-title {
  color: #ffffff;
}
.cid-uoalNduDe5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqbbNEzwH {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqbbNEzwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqbbNEzwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqbbNEzwH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqbbNEzwH .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqbbNEzwH .embla__button--next,
.cid-uqqbbNEzwH .embla__button--prev {
  display: flex;
}
.cid-uqqbbNEzwH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqbbNEzwH .embla__button {
    display: none;
  }
}
.cid-uqqbbNEzwH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqbbNEzwH .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqbbNEzwH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqbbNEzwH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqbbNEzwH .embla__button {
    top: auto;
  }
}
.cid-uqqbbNEzwH .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqbbNEzwH .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqbbNEzwH .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqbbNEzwH .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqbbNEzwH .embla {
  position: relative;
  width: 100%;
}
.cid-uqqbbNEzwH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqbbNEzwH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqbbNEzwH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqbbNEzwH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqbbNEzwH H3 {
  color: #ffffff;
}
.cid-uqqbbNEzwH .user_text {
  color: #ffffff;
}
.cid-uqqbbNEzwH .user_name {
  color: #ffe161;
}
.cid-uqqbbNEzwH .user_desk {
  color: #ffffff;
}
.cid-uoalNdUE55 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uoalNdUE55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoalNdUE55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoalNdUE55 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoalNdUE55 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoalNdUE55 .row {
    text-align: center;
  }
  .cid-uoalNdUE55 .row > div {
    margin: auto;
  }
  .cid-uoalNdUE55 .social-row {
    justify-content: center;
  }
}
.cid-uoalNdUE55 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uoalNdUE55 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uoalNdUE55 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoalNdUE55 .list {
    margin-bottom: 0rem;
  }
}
.cid-uoalNdUE55 .mbr-text {
  color: #bbbbbb;
}
.cid-uoalNdUE55 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uoalNdUE55 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uoalNdUE55 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uoanjIsGEK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoanjIsGEK nav.navbar {
  position: fixed;
}
.cid-uoanjIsGEK .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-uoanjIsGEK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoanjIsGEK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoanjIsGEK .dropdown-item:hover,
.cid-uoanjIsGEK .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uoanjIsGEK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoanjIsGEK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoanjIsGEK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoanjIsGEK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoanjIsGEK .nav-link {
  position: relative;
}
.cid-uoanjIsGEK .container {
  display: flex;
  margin: auto;
}
.cid-uoanjIsGEK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoanjIsGEK .dropdown-menu,
.cid-uoanjIsGEK .navbar.opened {
  background: #000000 !important;
}
.cid-uoanjIsGEK .nav-item:focus,
.cid-uoanjIsGEK .nav-link:focus {
  outline: none;
}
.cid-uoanjIsGEK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoanjIsGEK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoanjIsGEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoanjIsGEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoanjIsGEK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoanjIsGEK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoanjIsGEK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uoanjIsGEK .navbar.opened {
  transition: all 0.3s;
}
.cid-uoanjIsGEK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoanjIsGEK .navbar .navbar-logo img {
  width: auto;
}
.cid-uoanjIsGEK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoanjIsGEK .navbar.collapsed {
  justify-content: center;
}
.cid-uoanjIsGEK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoanjIsGEK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoanjIsGEK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uoanjIsGEK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoanjIsGEK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoanjIsGEK .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-uoanjIsGEK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoanjIsGEK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoanjIsGEK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoanjIsGEK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoanjIsGEK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoanjIsGEK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoanjIsGEK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoanjIsGEK .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-uoanjIsGEK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoanjIsGEK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoanjIsGEK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoanjIsGEK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoanjIsGEK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoanjIsGEK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoanjIsGEK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoanjIsGEK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoanjIsGEK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoanjIsGEK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoanjIsGEK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoanjIsGEK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoanjIsGEK .dropdown-item.active,
.cid-uoanjIsGEK .dropdown-item:active {
  background-color: transparent;
}
.cid-uoanjIsGEK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoanjIsGEK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoanjIsGEK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoanjIsGEK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uoanjIsGEK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoanjIsGEK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoanjIsGEK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoanjIsGEK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoanjIsGEK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoanjIsGEK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoanjIsGEK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoanjIsGEK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoanjIsGEK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoanjIsGEK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoanjIsGEK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoanjIsGEK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoanjIsGEK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoanjIsGEK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoanjIsGEK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoanjIsGEK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoanjIsGEK .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-uoanjIsGEK .navbar {
    height: 70px;
  }
  .cid-uoanjIsGEK .navbar.opened {
    height: auto;
  }
  .cid-uoanjIsGEK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoanjICkXc {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/haval-h9-bg-3.png");
}
.cid-uoanjICkXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoanjICkXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoanjIJz21 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uoanjIJz21 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uoanjIJz21 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uoanjIJz21 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uoanjIJz21 .mbr-text {
  color: #ffffff;
}
.cid-uoanjIJz21 .mbr-section-title {
  color: #ffffff;
}
.cid-uoanjIOGkB {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #131313;
}
.cid-uoanjIOGkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoanjIOGkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoanjIOGkB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoanjIOGkB .row {
  flex-direction: row-reverse;
}
.cid-uoanjIOGkB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoanjIOGkB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoanjIOGkB .mbr-section-title {
  color: #ffffff;
}
.cid-uoanjIOGkB .mbr-text {
  color: #ffffff;
}
.cid-uol8RyiNX5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol8RyiNX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol8RyiNX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoanjIV8pc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uoanjIV8pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoanjIV8pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoanjIV8pc .mbr-section-title {
  color: #ffffff;
}
.cid-uoanjIV8pc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqb7hvExW {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqb7hvExW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqb7hvExW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqb7hvExW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqb7hvExW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqb7hvExW .embla__button--next,
.cid-uqqb7hvExW .embla__button--prev {
  display: flex;
}
.cid-uqqb7hvExW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqb7hvExW .embla__button {
    display: none;
  }
}
.cid-uqqb7hvExW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqb7hvExW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqb7hvExW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqb7hvExW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqb7hvExW .embla__button {
    top: auto;
  }
}
.cid-uqqb7hvExW .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqb7hvExW .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqb7hvExW .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqb7hvExW .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqb7hvExW .embla {
  position: relative;
  width: 100%;
}
.cid-uqqb7hvExW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqb7hvExW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqb7hvExW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqb7hvExW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqb7hvExW H3 {
  color: #ffffff;
}
.cid-uqqb7hvExW .user_text {
  color: #ffffff;
}
.cid-uqqb7hvExW .user_name {
  color: #ffe161;
}
.cid-uqqb7hvExW .user_desk {
  color: #ffffff;
}
.cid-uoanjJjyJ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uoanjJjyJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoanjJjyJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoanjJjyJ4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoanjJjyJ4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoanjJjyJ4 .row {
    text-align: center;
  }
  .cid-uoanjJjyJ4 .row > div {
    margin: auto;
  }
  .cid-uoanjJjyJ4 .social-row {
    justify-content: center;
  }
}
.cid-uoanjJjyJ4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uoanjJjyJ4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uoanjJjyJ4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoanjJjyJ4 .list {
    margin-bottom: 0rem;
  }
}
.cid-uoanjJjyJ4 .mbr-text {
  color: #bbbbbb;
}
.cid-uoanjJjyJ4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uoanjJjyJ4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uoanjJjyJ4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uoapxsQNkC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoapxsQNkC nav.navbar {
  position: fixed;
}
.cid-uoapxsQNkC .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-uoapxsQNkC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoapxsQNkC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoapxsQNkC .dropdown-item:hover,
.cid-uoapxsQNkC .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uoapxsQNkC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoapxsQNkC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoapxsQNkC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoapxsQNkC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoapxsQNkC .nav-link {
  position: relative;
}
.cid-uoapxsQNkC .container {
  display: flex;
  margin: auto;
}
.cid-uoapxsQNkC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoapxsQNkC .dropdown-menu,
.cid-uoapxsQNkC .navbar.opened {
  background: #000000 !important;
}
.cid-uoapxsQNkC .nav-item:focus,
.cid-uoapxsQNkC .nav-link:focus {
  outline: none;
}
.cid-uoapxsQNkC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoapxsQNkC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoapxsQNkC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoapxsQNkC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoapxsQNkC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoapxsQNkC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoapxsQNkC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uoapxsQNkC .navbar.opened {
  transition: all 0.3s;
}
.cid-uoapxsQNkC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoapxsQNkC .navbar .navbar-logo img {
  width: auto;
}
.cid-uoapxsQNkC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoapxsQNkC .navbar.collapsed {
  justify-content: center;
}
.cid-uoapxsQNkC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoapxsQNkC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoapxsQNkC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uoapxsQNkC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoapxsQNkC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoapxsQNkC .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-uoapxsQNkC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoapxsQNkC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoapxsQNkC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoapxsQNkC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoapxsQNkC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoapxsQNkC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoapxsQNkC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoapxsQNkC .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-uoapxsQNkC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoapxsQNkC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoapxsQNkC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoapxsQNkC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoapxsQNkC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoapxsQNkC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoapxsQNkC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoapxsQNkC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoapxsQNkC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoapxsQNkC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoapxsQNkC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoapxsQNkC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoapxsQNkC .dropdown-item.active,
.cid-uoapxsQNkC .dropdown-item:active {
  background-color: transparent;
}
.cid-uoapxsQNkC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoapxsQNkC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoapxsQNkC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoapxsQNkC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uoapxsQNkC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoapxsQNkC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoapxsQNkC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoapxsQNkC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoapxsQNkC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoapxsQNkC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoapxsQNkC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoapxsQNkC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoapxsQNkC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoapxsQNkC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoapxsQNkC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoapxsQNkC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoapxsQNkC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoapxsQNkC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoapxsQNkC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoapxsQNkC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoapxsQNkC .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-uoapxsQNkC .navbar {
    height: 70px;
  }
  .cid-uoapxsQNkC .navbar.opened {
    height: auto;
  }
  .cid-uoapxsQNkC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoapxsYGbo {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/haval-m6-bg.jpeg");
}
.cid-uoapxsYGbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoapxsYGbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoapxt6H48 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uoapxt6H48 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uoapxt6H48 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uoapxt6H48 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uoapxt6H48 .mbr-text {
  color: #ffffff;
}
.cid-uoapxt6H48 .mbr-section-title {
  color: #ffffff;
}
.cid-uoapxtcNFL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uoapxtcNFL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoapxtcNFL .mbr-text {
  color: #ffffff;
}
.cid-uoaqGQS1Xj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0b0b;
}
.cid-uoaqGQS1Xj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoaqGQS1Xj .mbr-text {
  color: #ffffff;
}
.cid-uol9MWvq17 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol9MWvq17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol9MWvq17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoapxth74z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uoapxth74z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoapxth74z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoapxth74z .mbr-section-title {
  color: #ffffff;
}
.cid-uoapxth74z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqbrdYdva {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqbrdYdva .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqbrdYdva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqbrdYdva .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqbrdYdva .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqbrdYdva .embla__button--next,
.cid-uqqbrdYdva .embla__button--prev {
  display: flex;
}
.cid-uqqbrdYdva .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqbrdYdva .embla__button {
    display: none;
  }
}
.cid-uqqbrdYdva .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqbrdYdva .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqbrdYdva .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqbrdYdva .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqbrdYdva .embla__button {
    top: auto;
  }
}
.cid-uqqbrdYdva .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqbrdYdva .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqbrdYdva .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqbrdYdva .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqbrdYdva .embla {
  position: relative;
  width: 100%;
}
.cid-uqqbrdYdva .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqbrdYdva .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqbrdYdva .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqbrdYdva .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqbrdYdva H3 {
  color: #ffffff;
}
.cid-uqqbrdYdva .user_text {
  color: #ffffff;
}
.cid-uqqbrdYdva .user_name {
  color: #ffe161;
}
.cid-uqqbrdYdva .user_desk {
  color: #ffffff;
}
.cid-uoapxtFnV8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uoapxtFnV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoapxtFnV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoapxtFnV8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoapxtFnV8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoapxtFnV8 .row {
    text-align: center;
  }
  .cid-uoapxtFnV8 .row > div {
    margin: auto;
  }
  .cid-uoapxtFnV8 .social-row {
    justify-content: center;
  }
}
.cid-uoapxtFnV8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uoapxtFnV8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uoapxtFnV8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoapxtFnV8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uoapxtFnV8 .mbr-text {
  color: #bbbbbb;
}
.cid-uoapxtFnV8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uoapxtFnV8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uoapxtFnV8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uoasstzlQf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoasstzlQf nav.navbar {
  position: fixed;
}
.cid-uoasstzlQf .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-uoasstzlQf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoasstzlQf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoasstzlQf .dropdown-item:hover,
.cid-uoasstzlQf .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uoasstzlQf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoasstzlQf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoasstzlQf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoasstzlQf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoasstzlQf .nav-link {
  position: relative;
}
.cid-uoasstzlQf .container {
  display: flex;
  margin: auto;
}
.cid-uoasstzlQf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoasstzlQf .dropdown-menu,
.cid-uoasstzlQf .navbar.opened {
  background: #000000 !important;
}
.cid-uoasstzlQf .nav-item:focus,
.cid-uoasstzlQf .nav-link:focus {
  outline: none;
}
.cid-uoasstzlQf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoasstzlQf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoasstzlQf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoasstzlQf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoasstzlQf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoasstzlQf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoasstzlQf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uoasstzlQf .navbar.opened {
  transition: all 0.3s;
}
.cid-uoasstzlQf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoasstzlQf .navbar .navbar-logo img {
  width: auto;
}
.cid-uoasstzlQf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoasstzlQf .navbar.collapsed {
  justify-content: center;
}
.cid-uoasstzlQf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoasstzlQf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoasstzlQf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uoasstzlQf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoasstzlQf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoasstzlQf .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-uoasstzlQf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoasstzlQf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoasstzlQf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoasstzlQf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoasstzlQf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoasstzlQf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoasstzlQf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoasstzlQf .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-uoasstzlQf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoasstzlQf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoasstzlQf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoasstzlQf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoasstzlQf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoasstzlQf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoasstzlQf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoasstzlQf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoasstzlQf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoasstzlQf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoasstzlQf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoasstzlQf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoasstzlQf .dropdown-item.active,
.cid-uoasstzlQf .dropdown-item:active {
  background-color: transparent;
}
.cid-uoasstzlQf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoasstzlQf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoasstzlQf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoasstzlQf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uoasstzlQf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoasstzlQf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoasstzlQf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoasstzlQf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoasstzlQf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoasstzlQf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoasstzlQf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoasstzlQf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoasstzlQf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoasstzlQf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoasstzlQf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoasstzlQf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoasstzlQf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoasstzlQf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoasstzlQf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoasstzlQf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoasstzlQf .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-uoasstzlQf .navbar {
    height: 70px;
  }
  .cid-uoasstzlQf .navbar.opened {
    height: auto;
  }
  .cid-uoasstzlQf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoasstLMBJ {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/haval-jolion-bg.jpeg");
}
.cid-uoasstLMBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoasstLMBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoasstTy7S {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uoasstTy7S .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uoasstTy7S .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uoasstTy7S .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uoasstTy7S .mbr-text {
  color: #ffffff;
}
.cid-uoasstTy7S .mbr-section-title {
  color: #ffffff;
}
.cid-uoasstYPKH {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #131313;
}
.cid-uoasstYPKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoasstYPKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoasstYPKH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoasstYPKH .row {
  flex-direction: row-reverse;
}
.cid-uoasstYPKH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoasstYPKH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoasstYPKH .mbr-section-title {
  color: #ffffff;
}
.cid-uoasstYPKH .mbr-text {
  color: #ffffff;
}
.cid-uoatNvBPrj {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uoatNvBPrj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoatNvBPrj .mbr-text {
  color: #ffffff;
}
.cid-uol8XqWhnQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol8XqWhnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol8XqWhnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoassu5fdn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uoassu5fdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoassu5fdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoassu5fdn .mbr-section-title {
  color: #ffffff;
}
.cid-uoassu5fdn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqb9wBK5O {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqb9wBK5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqb9wBK5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqb9wBK5O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqb9wBK5O .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqb9wBK5O .embla__button--next,
.cid-uqqb9wBK5O .embla__button--prev {
  display: flex;
}
.cid-uqqb9wBK5O .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqb9wBK5O .embla__button {
    display: none;
  }
}
.cid-uqqb9wBK5O .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqb9wBK5O .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqb9wBK5O .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqb9wBK5O .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqb9wBK5O .embla__button {
    top: auto;
  }
}
.cid-uqqb9wBK5O .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqb9wBK5O .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqb9wBK5O .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqb9wBK5O .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqb9wBK5O .embla {
  position: relative;
  width: 100%;
}
.cid-uqqb9wBK5O .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqb9wBK5O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqb9wBK5O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqb9wBK5O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqb9wBK5O H3 {
  color: #ffffff;
}
.cid-uqqb9wBK5O .user_text {
  color: #ffffff;
}
.cid-uqqb9wBK5O .user_name {
  color: #ffe161;
}
.cid-uqqb9wBK5O .user_desk {
  color: #ffffff;
}
.cid-uoassur7KO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uoassur7KO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoassur7KO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoassur7KO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoassur7KO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoassur7KO .row {
    text-align: center;
  }
  .cid-uoassur7KO .row > div {
    margin: auto;
  }
  .cid-uoassur7KO .social-row {
    justify-content: center;
  }
}
.cid-uoassur7KO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uoassur7KO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uoassur7KO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoassur7KO .list {
    margin-bottom: 0rem;
  }
}
.cid-uoassur7KO .mbr-text {
  color: #bbbbbb;
}
.cid-uoassur7KO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uoassur7KO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uoassur7KO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uoauyVPkk8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoauyVPkk8 nav.navbar {
  position: fixed;
}
.cid-uoauyVPkk8 .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-uoauyVPkk8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoauyVPkk8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoauyVPkk8 .dropdown-item:hover,
.cid-uoauyVPkk8 .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uoauyVPkk8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoauyVPkk8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoauyVPkk8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoauyVPkk8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoauyVPkk8 .nav-link {
  position: relative;
}
.cid-uoauyVPkk8 .container {
  display: flex;
  margin: auto;
}
.cid-uoauyVPkk8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoauyVPkk8 .dropdown-menu,
.cid-uoauyVPkk8 .navbar.opened {
  background: #000000 !important;
}
.cid-uoauyVPkk8 .nav-item:focus,
.cid-uoauyVPkk8 .nav-link:focus {
  outline: none;
}
.cid-uoauyVPkk8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoauyVPkk8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoauyVPkk8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoauyVPkk8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoauyVPkk8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoauyVPkk8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoauyVPkk8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uoauyVPkk8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoauyVPkk8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoauyVPkk8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoauyVPkk8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoauyVPkk8 .navbar.collapsed {
  justify-content: center;
}
.cid-uoauyVPkk8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoauyVPkk8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoauyVPkk8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uoauyVPkk8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoauyVPkk8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoauyVPkk8 .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-uoauyVPkk8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoauyVPkk8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoauyVPkk8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoauyVPkk8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoauyVPkk8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoauyVPkk8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoauyVPkk8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoauyVPkk8 .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-uoauyVPkk8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoauyVPkk8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoauyVPkk8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoauyVPkk8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoauyVPkk8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoauyVPkk8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoauyVPkk8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoauyVPkk8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoauyVPkk8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoauyVPkk8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoauyVPkk8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoauyVPkk8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoauyVPkk8 .dropdown-item.active,
.cid-uoauyVPkk8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoauyVPkk8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoauyVPkk8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoauyVPkk8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoauyVPkk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uoauyVPkk8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoauyVPkk8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoauyVPkk8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoauyVPkk8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoauyVPkk8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoauyVPkk8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoauyVPkk8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoauyVPkk8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoauyVPkk8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoauyVPkk8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoauyVPkk8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoauyVPkk8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoauyVPkk8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoauyVPkk8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoauyVPkk8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoauyVPkk8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoauyVPkk8 .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-uoauyVPkk8 .navbar {
    height: 70px;
  }
  .cid-uoauyVPkk8 .navbar.opened {
    height: auto;
  }
  .cid-uoauyVPkk8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoauyW2iCK {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/haval-h3-bg.jpg");
}
.cid-uoauyW2iCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoauyW2iCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoauyWaypF {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uoauyWaypF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uoauyWaypF .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uoauyWaypF .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uoauyWaypF .mbr-text {
  color: #ffffff;
}
.cid-uoauyWaypF .mbr-section-title {
  color: #ffffff;
}
.cid-uoauyWfRnN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uoauyWfRnN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoauyWfRnN .mbr-text {
  color: #ffffff;
}
.cid-uoawawfL91 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uoawawfL91 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoawawfL91 .mbr-text {
  color: #ffffff;
}
.cid-uol9Jt5RJA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol9Jt5RJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol9Jt5RJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoauyWkoWK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uoauyWkoWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoauyWkoWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoauyWkoWK .mbr-section-title {
  color: #ffffff;
}
.cid-uoauyWkoWK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqbpjJFsr {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqbpjJFsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqbpjJFsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqbpjJFsr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqbpjJFsr .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqbpjJFsr .embla__button--next,
.cid-uqqbpjJFsr .embla__button--prev {
  display: flex;
}
.cid-uqqbpjJFsr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqbpjJFsr .embla__button {
    display: none;
  }
}
.cid-uqqbpjJFsr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqbpjJFsr .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqbpjJFsr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqbpjJFsr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqbpjJFsr .embla__button {
    top: auto;
  }
}
.cid-uqqbpjJFsr .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqbpjJFsr .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqbpjJFsr .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqbpjJFsr .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqbpjJFsr .embla {
  position: relative;
  width: 100%;
}
.cid-uqqbpjJFsr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqbpjJFsr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqbpjJFsr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqbpjJFsr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqbpjJFsr H3 {
  color: #ffffff;
}
.cid-uqqbpjJFsr .user_text {
  color: #ffffff;
}
.cid-uqqbpjJFsr .user_name {
  color: #ffe161;
}
.cid-uqqbpjJFsr .user_desk {
  color: #ffffff;
}
.cid-uoauyWHNBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uoauyWHNBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoauyWHNBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoauyWHNBX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoauyWHNBX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoauyWHNBX .row {
    text-align: center;
  }
  .cid-uoauyWHNBX .row > div {
    margin: auto;
  }
  .cid-uoauyWHNBX .social-row {
    justify-content: center;
  }
}
.cid-uoauyWHNBX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uoauyWHNBX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uoauyWHNBX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoauyWHNBX .list {
    margin-bottom: 0rem;
  }
}
.cid-uoauyWHNBX .mbr-text {
  color: #bbbbbb;
}
.cid-uoauyWHNBX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uoauyWHNBX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uoauyWHNBX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uoayVK64T7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoayVK64T7 nav.navbar {
  position: fixed;
}
.cid-uoayVK64T7 .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-uoayVK64T7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoayVK64T7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoayVK64T7 .dropdown-item:hover,
.cid-uoayVK64T7 .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uoayVK64T7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoayVK64T7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoayVK64T7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoayVK64T7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoayVK64T7 .nav-link {
  position: relative;
}
.cid-uoayVK64T7 .container {
  display: flex;
  margin: auto;
}
.cid-uoayVK64T7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoayVK64T7 .dropdown-menu,
.cid-uoayVK64T7 .navbar.opened {
  background: #000000 !important;
}
.cid-uoayVK64T7 .nav-item:focus,
.cid-uoayVK64T7 .nav-link:focus {
  outline: none;
}
.cid-uoayVK64T7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoayVK64T7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoayVK64T7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoayVK64T7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoayVK64T7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoayVK64T7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoayVK64T7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uoayVK64T7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoayVK64T7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoayVK64T7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoayVK64T7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoayVK64T7 .navbar.collapsed {
  justify-content: center;
}
.cid-uoayVK64T7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoayVK64T7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoayVK64T7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uoayVK64T7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoayVK64T7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoayVK64T7 .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-uoayVK64T7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoayVK64T7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoayVK64T7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoayVK64T7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoayVK64T7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoayVK64T7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoayVK64T7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoayVK64T7 .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-uoayVK64T7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoayVK64T7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoayVK64T7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoayVK64T7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoayVK64T7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoayVK64T7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uoayVK64T7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoayVK64T7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoayVK64T7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoayVK64T7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoayVK64T7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoayVK64T7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoayVK64T7 .dropdown-item.active,
.cid-uoayVK64T7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoayVK64T7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoayVK64T7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoayVK64T7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoayVK64T7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uoayVK64T7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoayVK64T7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoayVK64T7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoayVK64T7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoayVK64T7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoayVK64T7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uoayVK64T7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoayVK64T7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoayVK64T7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoayVK64T7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoayVK64T7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoayVK64T7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoayVK64T7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoayVK64T7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoayVK64T7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoayVK64T7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoayVK64T7 .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-uoayVK64T7 .navbar {
    height: 70px;
  }
  .cid-uoayVK64T7 .navbar.opened {
    height: auto;
  }
  .cid-uoayVK64T7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoayVKfmwj {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/poer-bg.jpg");
}
.cid-uoayVKfmwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoayVKfmwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoayVKnywp {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uoayVKnywp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uoayVKnywp .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uoayVKnywp .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uoayVKnywp .mbr-text {
  color: #ffffff;
}
.cid-uoayVKnywp .mbr-section-title {
  color: #ffffff;
}
.cid-uoayVKtIbn {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #131313;
}
.cid-uoayVKtIbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoayVKtIbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoayVKtIbn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoayVKtIbn .row {
  flex-direction: row-reverse;
}
.cid-uoayVKtIbn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoayVKtIbn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoayVKtIbn .mbr-section-title {
  color: #ffffff;
}
.cid-uoayVKtIbn .mbr-text {
  color: #ffffff;
}
.cid-uol8KE35SI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol8KE35SI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol8KE35SI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoayVKAqIY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uoayVKAqIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoayVKAqIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoayVKAqIY .mbr-section-title {
  color: #ffffff;
}
.cid-uoayVKAqIY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqb4IFpMw {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqb4IFpMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqb4IFpMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqb4IFpMw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqb4IFpMw .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqb4IFpMw .embla__button--next,
.cid-uqqb4IFpMw .embla__button--prev {
  display: flex;
}
.cid-uqqb4IFpMw .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqb4IFpMw .embla__button {
    display: none;
  }
}
.cid-uqqb4IFpMw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqb4IFpMw .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqb4IFpMw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqb4IFpMw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqb4IFpMw .embla__button {
    top: auto;
  }
}
.cid-uqqb4IFpMw .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqb4IFpMw .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqb4IFpMw .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqb4IFpMw .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqb4IFpMw .embla {
  position: relative;
  width: 100%;
}
.cid-uqqb4IFpMw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqb4IFpMw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqb4IFpMw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqb4IFpMw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqb4IFpMw H3 {
  color: #ffffff;
}
.cid-uqqb4IFpMw .user_text {
  color: #ffffff;
}
.cid-uqqb4IFpMw .user_name {
  color: #ffe161;
}
.cid-uqqb4IFpMw .user_desk {
  color: #ffffff;
}
.cid-uoayVKYf6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uoayVKYf6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoayVKYf6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoayVKYf6S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoayVKYf6S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoayVKYf6S .row {
    text-align: center;
  }
  .cid-uoayVKYf6S .row > div {
    margin: auto;
  }
  .cid-uoayVKYf6S .social-row {
    justify-content: center;
  }
}
.cid-uoayVKYf6S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uoayVKYf6S .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uoayVKYf6S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoayVKYf6S .list {
    margin-bottom: 0rem;
  }
}
.cid-uoayVKYf6S .mbr-text {
  color: #bbbbbb;
}
.cid-uoayVKYf6S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uoayVKYf6S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uoayVKYf6S div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uob7vflQnw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uob7vflQnw nav.navbar {
  position: fixed;
}
.cid-uob7vflQnw .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-uob7vflQnw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uob7vflQnw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uob7vflQnw .dropdown-item:hover,
.cid-uob7vflQnw .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uob7vflQnw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uob7vflQnw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uob7vflQnw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uob7vflQnw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uob7vflQnw .nav-link {
  position: relative;
}
.cid-uob7vflQnw .container {
  display: flex;
  margin: auto;
}
.cid-uob7vflQnw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uob7vflQnw .dropdown-menu,
.cid-uob7vflQnw .navbar.opened {
  background: #000000 !important;
}
.cid-uob7vflQnw .nav-item:focus,
.cid-uob7vflQnw .nav-link:focus {
  outline: none;
}
.cid-uob7vflQnw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uob7vflQnw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uob7vflQnw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uob7vflQnw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uob7vflQnw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uob7vflQnw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uob7vflQnw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uob7vflQnw .navbar.opened {
  transition: all 0.3s;
}
.cid-uob7vflQnw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uob7vflQnw .navbar .navbar-logo img {
  width: auto;
}
.cid-uob7vflQnw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uob7vflQnw .navbar.collapsed {
  justify-content: center;
}
.cid-uob7vflQnw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uob7vflQnw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uob7vflQnw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uob7vflQnw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uob7vflQnw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uob7vflQnw .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-uob7vflQnw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uob7vflQnw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uob7vflQnw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uob7vflQnw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uob7vflQnw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uob7vflQnw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uob7vflQnw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uob7vflQnw .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-uob7vflQnw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uob7vflQnw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uob7vflQnw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uob7vflQnw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uob7vflQnw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uob7vflQnw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uob7vflQnw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uob7vflQnw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uob7vflQnw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uob7vflQnw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uob7vflQnw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uob7vflQnw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uob7vflQnw .dropdown-item.active,
.cid-uob7vflQnw .dropdown-item:active {
  background-color: transparent;
}
.cid-uob7vflQnw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uob7vflQnw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uob7vflQnw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uob7vflQnw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uob7vflQnw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uob7vflQnw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uob7vflQnw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uob7vflQnw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uob7vflQnw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uob7vflQnw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uob7vflQnw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uob7vflQnw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob7vflQnw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uob7vflQnw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uob7vflQnw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob7vflQnw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uob7vflQnw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uob7vflQnw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uob7vflQnw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uob7vflQnw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uob7vflQnw .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-uob7vflQnw .navbar {
    height: 70px;
  }
  .cid-uob7vflQnw .navbar.opened {
    height: auto;
  }
  .cid-uob7vflQnw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uob7vfuM47 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/haval-h6.jpg");
}
.cid-uob7vfuM47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uob7vfuM47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uob7vfAN7F {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uob7vfAN7F .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uob7vfAN7F .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uob7vfAN7F .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uob7vfAN7F .mbr-text {
  color: #ffffff;
}
.cid-uob7vfAN7F .mbr-section-title {
  color: #ffffff;
}
.cid-uob7vfFFmI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uob7vfFFmI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uob7vfFFmI .mbr-text {
  color: #ffffff;
}
.cid-uol991fiQj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol991fiQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol991fiQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uob7vfKmgV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uob7vfKmgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uob7vfKmgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uob7vfKmgV .mbr-section-title {
  color: #ffffff;
}
.cid-uob7vfKmgV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqbfVzfUJ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqbfVzfUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqbfVzfUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqbfVzfUJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqbfVzfUJ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqbfVzfUJ .embla__button--next,
.cid-uqqbfVzfUJ .embla__button--prev {
  display: flex;
}
.cid-uqqbfVzfUJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqbfVzfUJ .embla__button {
    display: none;
  }
}
.cid-uqqbfVzfUJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqbfVzfUJ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqbfVzfUJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqbfVzfUJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqbfVzfUJ .embla__button {
    top: auto;
  }
}
.cid-uqqbfVzfUJ .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqbfVzfUJ .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqbfVzfUJ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqbfVzfUJ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqbfVzfUJ .embla {
  position: relative;
  width: 100%;
}
.cid-uqqbfVzfUJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqbfVzfUJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqbfVzfUJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqbfVzfUJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqbfVzfUJ H3 {
  color: #ffffff;
}
.cid-uqqbfVzfUJ .user_text {
  color: #ffffff;
}
.cid-uqqbfVzfUJ .user_name {
  color: #ffe161;
}
.cid-uqqbfVzfUJ .user_desk {
  color: #ffffff;
}
.cid-uob7vg6CGM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uob7vg6CGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uob7vg6CGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uob7vg6CGM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uob7vg6CGM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uob7vg6CGM .row {
    text-align: center;
  }
  .cid-uob7vg6CGM .row > div {
    margin: auto;
  }
  .cid-uob7vg6CGM .social-row {
    justify-content: center;
  }
}
.cid-uob7vg6CGM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uob7vg6CGM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uob7vg6CGM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uob7vg6CGM .list {
    margin-bottom: 0rem;
  }
}
.cid-uob7vg6CGM .mbr-text {
  color: #bbbbbb;
}
.cid-uob7vg6CGM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uob7vg6CGM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uob7vg6CGM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uobay0sgVn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobay0sgVn nav.navbar {
  position: fixed;
}
.cid-uobay0sgVn .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-uobay0sgVn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobay0sgVn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobay0sgVn .dropdown-item:hover,
.cid-uobay0sgVn .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uobay0sgVn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobay0sgVn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobay0sgVn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobay0sgVn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobay0sgVn .nav-link {
  position: relative;
}
.cid-uobay0sgVn .container {
  display: flex;
  margin: auto;
}
.cid-uobay0sgVn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobay0sgVn .dropdown-menu,
.cid-uobay0sgVn .navbar.opened {
  background: #000000 !important;
}
.cid-uobay0sgVn .nav-item:focus,
.cid-uobay0sgVn .nav-link:focus {
  outline: none;
}
.cid-uobay0sgVn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobay0sgVn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobay0sgVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobay0sgVn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobay0sgVn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobay0sgVn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobay0sgVn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uobay0sgVn .navbar.opened {
  transition: all 0.3s;
}
.cid-uobay0sgVn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobay0sgVn .navbar .navbar-logo img {
  width: auto;
}
.cid-uobay0sgVn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobay0sgVn .navbar.collapsed {
  justify-content: center;
}
.cid-uobay0sgVn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobay0sgVn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobay0sgVn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uobay0sgVn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobay0sgVn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobay0sgVn .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-uobay0sgVn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobay0sgVn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobay0sgVn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobay0sgVn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobay0sgVn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobay0sgVn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobay0sgVn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobay0sgVn .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-uobay0sgVn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobay0sgVn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobay0sgVn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobay0sgVn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobay0sgVn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobay0sgVn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uobay0sgVn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobay0sgVn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobay0sgVn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobay0sgVn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobay0sgVn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobay0sgVn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobay0sgVn .dropdown-item.active,
.cid-uobay0sgVn .dropdown-item:active {
  background-color: transparent;
}
.cid-uobay0sgVn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobay0sgVn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobay0sgVn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobay0sgVn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uobay0sgVn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobay0sgVn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobay0sgVn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobay0sgVn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobay0sgVn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobay0sgVn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobay0sgVn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobay0sgVn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobay0sgVn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobay0sgVn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobay0sgVn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobay0sgVn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobay0sgVn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobay0sgVn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobay0sgVn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobay0sgVn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobay0sgVn .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-uobay0sgVn .navbar {
    height: 70px;
  }
  .cid-uobay0sgVn .navbar.opened {
    height: auto;
  }
  .cid-uobay0sgVn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobay0CNjA {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/haval-h9-bg-3.png");
}
.cid-uobay0CNjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobay0CNjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobay0J2cJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uobay0J2cJ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uobay0J2cJ .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uobay0J2cJ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uobay0J2cJ .mbr-text {
  color: #ffffff;
}
.cid-uobay0J2cJ .mbr-section-title {
  color: #ffffff;
}
.cid-uobay0OqP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uobay0OqP0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uobay0OqP0 .mbr-text {
  color: #ffffff;
}
.cid-uol9dUXSeF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol9dUXSeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol9dUXSeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobay0T86a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uobay0T86a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobay0T86a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobay0T86a .mbr-section-title {
  color: #ffffff;
}
.cid-uobay0T86a .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqbhUxYI7 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqbhUxYI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqbhUxYI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqbhUxYI7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqbhUxYI7 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqbhUxYI7 .embla__button--next,
.cid-uqqbhUxYI7 .embla__button--prev {
  display: flex;
}
.cid-uqqbhUxYI7 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqbhUxYI7 .embla__button {
    display: none;
  }
}
.cid-uqqbhUxYI7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqbhUxYI7 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqbhUxYI7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqbhUxYI7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqbhUxYI7 .embla__button {
    top: auto;
  }
}
.cid-uqqbhUxYI7 .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqbhUxYI7 .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqbhUxYI7 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqbhUxYI7 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqbhUxYI7 .embla {
  position: relative;
  width: 100%;
}
.cid-uqqbhUxYI7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqbhUxYI7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqbhUxYI7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqbhUxYI7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqbhUxYI7 H3 {
  color: #ffffff;
}
.cid-uqqbhUxYI7 .user_text {
  color: #ffffff;
}
.cid-uqqbhUxYI7 .user_name {
  color: #ffe161;
}
.cid-uqqbhUxYI7 .user_desk {
  color: #ffffff;
}
.cid-uobay1fGRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uobay1fGRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobay1fGRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobay1fGRX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uobay1fGRX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uobay1fGRX .row {
    text-align: center;
  }
  .cid-uobay1fGRX .row > div {
    margin: auto;
  }
  .cid-uobay1fGRX .social-row {
    justify-content: center;
  }
}
.cid-uobay1fGRX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uobay1fGRX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uobay1fGRX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uobay1fGRX .list {
    margin-bottom: 0rem;
  }
}
.cid-uobay1fGRX .mbr-text {
  color: #bbbbbb;
}
.cid-uobay1fGRX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uobay1fGRX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uobay1fGRX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uobbTJnbMD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobbTJnbMD nav.navbar {
  position: fixed;
}
.cid-uobbTJnbMD .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-uobbTJnbMD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobbTJnbMD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobbTJnbMD .dropdown-item:hover,
.cid-uobbTJnbMD .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uobbTJnbMD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobbTJnbMD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobbTJnbMD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobbTJnbMD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobbTJnbMD .nav-link {
  position: relative;
}
.cid-uobbTJnbMD .container {
  display: flex;
  margin: auto;
}
.cid-uobbTJnbMD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobbTJnbMD .dropdown-menu,
.cid-uobbTJnbMD .navbar.opened {
  background: #000000 !important;
}
.cid-uobbTJnbMD .nav-item:focus,
.cid-uobbTJnbMD .nav-link:focus {
  outline: none;
}
.cid-uobbTJnbMD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobbTJnbMD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobbTJnbMD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobbTJnbMD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobbTJnbMD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobbTJnbMD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobbTJnbMD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uobbTJnbMD .navbar.opened {
  transition: all 0.3s;
}
.cid-uobbTJnbMD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobbTJnbMD .navbar .navbar-logo img {
  width: auto;
}
.cid-uobbTJnbMD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobbTJnbMD .navbar.collapsed {
  justify-content: center;
}
.cid-uobbTJnbMD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobbTJnbMD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobbTJnbMD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uobbTJnbMD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobbTJnbMD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobbTJnbMD .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-uobbTJnbMD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobbTJnbMD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobbTJnbMD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobbTJnbMD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobbTJnbMD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobbTJnbMD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobbTJnbMD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobbTJnbMD .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-uobbTJnbMD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobbTJnbMD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobbTJnbMD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobbTJnbMD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobbTJnbMD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobbTJnbMD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uobbTJnbMD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobbTJnbMD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobbTJnbMD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobbTJnbMD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobbTJnbMD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobbTJnbMD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobbTJnbMD .dropdown-item.active,
.cid-uobbTJnbMD .dropdown-item:active {
  background-color: transparent;
}
.cid-uobbTJnbMD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobbTJnbMD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobbTJnbMD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobbTJnbMD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uobbTJnbMD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobbTJnbMD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobbTJnbMD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobbTJnbMD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobbTJnbMD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobbTJnbMD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobbTJnbMD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobbTJnbMD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobbTJnbMD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobbTJnbMD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobbTJnbMD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobbTJnbMD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobbTJnbMD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobbTJnbMD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobbTJnbMD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobbTJnbMD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobbTJnbMD .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-uobbTJnbMD .navbar {
    height: 70px;
  }
  .cid-uobbTJnbMD .navbar.opened {
    height: auto;
  }
  .cid-uobbTJnbMD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobbTJxarN {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/haval-h6.jpg");
}
.cid-uobbTJxarN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobbTJxarN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobbTJGbg1 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uobbTJGbg1 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uobbTJGbg1 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uobbTJGbg1 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uobbTJGbg1 .mbr-text {
  color: #ffffff;
}
.cid-uobbTJGbg1 .mbr-section-title {
  color: #ffffff;
}
.cid-uobbTJLq6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uobbTJLq6x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uobbTJLq6x .mbr-text {
  color: #ffffff;
}
.cid-uol9gJw8z8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol9gJw8z8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol9gJw8z8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobbTJQFRt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uobbTJQFRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobbTJQFRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobbTJQFRt .mbr-section-title {
  color: #ffffff;
}
.cid-uobbTJQFRt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqbjRgPeW {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqbjRgPeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqbjRgPeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqbjRgPeW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqbjRgPeW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqbjRgPeW .embla__button--next,
.cid-uqqbjRgPeW .embla__button--prev {
  display: flex;
}
.cid-uqqbjRgPeW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqbjRgPeW .embla__button {
    display: none;
  }
}
.cid-uqqbjRgPeW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqbjRgPeW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqbjRgPeW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqbjRgPeW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqbjRgPeW .embla__button {
    top: auto;
  }
}
.cid-uqqbjRgPeW .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqbjRgPeW .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqbjRgPeW .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqbjRgPeW .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqbjRgPeW .embla {
  position: relative;
  width: 100%;
}
.cid-uqqbjRgPeW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqbjRgPeW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqbjRgPeW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqbjRgPeW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqbjRgPeW H3 {
  color: #ffffff;
}
.cid-uqqbjRgPeW .user_text {
  color: #ffffff;
}
.cid-uqqbjRgPeW .user_name {
  color: #ffe161;
}
.cid-uqqbjRgPeW .user_desk {
  color: #ffffff;
}
.cid-uobbTKeFhk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uobbTKeFhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobbTKeFhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobbTKeFhk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uobbTKeFhk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uobbTKeFhk .row {
    text-align: center;
  }
  .cid-uobbTKeFhk .row > div {
    margin: auto;
  }
  .cid-uobbTKeFhk .social-row {
    justify-content: center;
  }
}
.cid-uobbTKeFhk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uobbTKeFhk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uobbTKeFhk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uobbTKeFhk .list {
    margin-bottom: 0rem;
  }
}
.cid-uobbTKeFhk .mbr-text {
  color: #bbbbbb;
}
.cid-uobbTKeFhk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uobbTKeFhk .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uobbTKeFhk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uobdWdVW6L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobdWdVW6L nav.navbar {
  position: fixed;
}
.cid-uobdWdVW6L .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-uobdWdVW6L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobdWdVW6L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobdWdVW6L .dropdown-item:hover,
.cid-uobdWdVW6L .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uobdWdVW6L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobdWdVW6L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobdWdVW6L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobdWdVW6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobdWdVW6L .nav-link {
  position: relative;
}
.cid-uobdWdVW6L .container {
  display: flex;
  margin: auto;
}
.cid-uobdWdVW6L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobdWdVW6L .dropdown-menu,
.cid-uobdWdVW6L .navbar.opened {
  background: #000000 !important;
}
.cid-uobdWdVW6L .nav-item:focus,
.cid-uobdWdVW6L .nav-link:focus {
  outline: none;
}
.cid-uobdWdVW6L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobdWdVW6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobdWdVW6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobdWdVW6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobdWdVW6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobdWdVW6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobdWdVW6L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uobdWdVW6L .navbar.opened {
  transition: all 0.3s;
}
.cid-uobdWdVW6L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobdWdVW6L .navbar .navbar-logo img {
  width: auto;
}
.cid-uobdWdVW6L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobdWdVW6L .navbar.collapsed {
  justify-content: center;
}
.cid-uobdWdVW6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobdWdVW6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobdWdVW6L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uobdWdVW6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobdWdVW6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobdWdVW6L .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-uobdWdVW6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobdWdVW6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobdWdVW6L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobdWdVW6L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobdWdVW6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobdWdVW6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobdWdVW6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobdWdVW6L .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-uobdWdVW6L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobdWdVW6L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobdWdVW6L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobdWdVW6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobdWdVW6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobdWdVW6L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uobdWdVW6L .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobdWdVW6L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobdWdVW6L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobdWdVW6L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobdWdVW6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobdWdVW6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobdWdVW6L .dropdown-item.active,
.cid-uobdWdVW6L .dropdown-item:active {
  background-color: transparent;
}
.cid-uobdWdVW6L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobdWdVW6L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobdWdVW6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobdWdVW6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uobdWdVW6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobdWdVW6L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobdWdVW6L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobdWdVW6L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobdWdVW6L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobdWdVW6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobdWdVW6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobdWdVW6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobdWdVW6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobdWdVW6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobdWdVW6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobdWdVW6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobdWdVW6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobdWdVW6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobdWdVW6L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobdWdVW6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobdWdVW6L .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-uobdWdVW6L .navbar {
    height: 70px;
  }
  .cid-uobdWdVW6L .navbar.opened {
    height: auto;
  }
  .cid-uobdWdVW6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobdWe6q2H {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/wingle-7-bg.jpeg");
}
.cid-uobdWe6q2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobdWe6q2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobdWee0J6 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uobdWee0J6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uobdWee0J6 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uobdWee0J6 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uobdWee0J6 .mbr-text {
  color: #ffffff;
}
.cid-uobdWee0J6 .mbr-section-title {
  color: #ffffff;
}
.cid-uol9lw6hAy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol9lw6hAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol9lw6hAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobdWepq8E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uobdWepq8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobdWepq8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobdWepq8E .mbr-section-title {
  color: #ffffff;
}
.cid-uobdWepq8E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqblPllEm {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqblPllEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqblPllEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqblPllEm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqblPllEm .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqblPllEm .embla__button--next,
.cid-uqqblPllEm .embla__button--prev {
  display: flex;
}
.cid-uqqblPllEm .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqblPllEm .embla__button {
    display: none;
  }
}
.cid-uqqblPllEm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqblPllEm .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqblPllEm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqblPllEm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqblPllEm .embla__button {
    top: auto;
  }
}
.cid-uqqblPllEm .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqblPllEm .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqblPllEm .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqblPllEm .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqblPllEm .embla {
  position: relative;
  width: 100%;
}
.cid-uqqblPllEm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqblPllEm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqblPllEm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqblPllEm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqblPllEm H3 {
  color: #ffffff;
}
.cid-uqqblPllEm .user_text {
  color: #ffffff;
}
.cid-uqqblPllEm .user_name {
  color: #ffe161;
}
.cid-uqqblPllEm .user_desk {
  color: #ffffff;
}
.cid-uobdWeMMwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uobdWeMMwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobdWeMMwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobdWeMMwK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uobdWeMMwK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uobdWeMMwK .row {
    text-align: center;
  }
  .cid-uobdWeMMwK .row > div {
    margin: auto;
  }
  .cid-uobdWeMMwK .social-row {
    justify-content: center;
  }
}
.cid-uobdWeMMwK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uobdWeMMwK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uobdWeMMwK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uobdWeMMwK .list {
    margin-bottom: 0rem;
  }
}
.cid-uobdWeMMwK .mbr-text {
  color: #bbbbbb;
}
.cid-uobdWeMMwK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uobdWeMMwK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uobdWeMMwK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uobfUwq6vM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobfUwq6vM nav.navbar {
  position: fixed;
}
.cid-uobfUwq6vM .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-uobfUwq6vM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobfUwq6vM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobfUwq6vM .dropdown-item:hover,
.cid-uobfUwq6vM .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uobfUwq6vM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobfUwq6vM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobfUwq6vM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobfUwq6vM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobfUwq6vM .nav-link {
  position: relative;
}
.cid-uobfUwq6vM .container {
  display: flex;
  margin: auto;
}
.cid-uobfUwq6vM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobfUwq6vM .dropdown-menu,
.cid-uobfUwq6vM .navbar.opened {
  background: #000000 !important;
}
.cid-uobfUwq6vM .nav-item:focus,
.cid-uobfUwq6vM .nav-link:focus {
  outline: none;
}
.cid-uobfUwq6vM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobfUwq6vM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobfUwq6vM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobfUwq6vM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobfUwq6vM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobfUwq6vM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobfUwq6vM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uobfUwq6vM .navbar.opened {
  transition: all 0.3s;
}
.cid-uobfUwq6vM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobfUwq6vM .navbar .navbar-logo img {
  width: auto;
}
.cid-uobfUwq6vM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobfUwq6vM .navbar.collapsed {
  justify-content: center;
}
.cid-uobfUwq6vM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobfUwq6vM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobfUwq6vM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uobfUwq6vM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobfUwq6vM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobfUwq6vM .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-uobfUwq6vM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobfUwq6vM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobfUwq6vM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobfUwq6vM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobfUwq6vM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobfUwq6vM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobfUwq6vM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobfUwq6vM .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-uobfUwq6vM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobfUwq6vM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobfUwq6vM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobfUwq6vM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobfUwq6vM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobfUwq6vM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uobfUwq6vM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobfUwq6vM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobfUwq6vM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobfUwq6vM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobfUwq6vM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobfUwq6vM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobfUwq6vM .dropdown-item.active,
.cid-uobfUwq6vM .dropdown-item:active {
  background-color: transparent;
}
.cid-uobfUwq6vM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobfUwq6vM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobfUwq6vM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobfUwq6vM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uobfUwq6vM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobfUwq6vM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobfUwq6vM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobfUwq6vM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobfUwq6vM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobfUwq6vM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobfUwq6vM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobfUwq6vM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobfUwq6vM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobfUwq6vM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobfUwq6vM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobfUwq6vM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobfUwq6vM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobfUwq6vM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobfUwq6vM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobfUwq6vM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobfUwq6vM .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-uobfUwq6vM .navbar {
    height: 70px;
  }
  .cid-uobfUwq6vM .navbar.opened {
    height: auto;
  }
  .cid-uobfUwq6vM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobfUwz3Nh {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/haval-f7-bg.jpeg");
}
.cid-uobfUwz3Nh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobfUwz3Nh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobfUwFluL {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uobfUwFluL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uobfUwFluL .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uobfUwFluL .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uobfUwFluL .mbr-text {
  color: #ffffff;
}
.cid-uobfUwFluL .mbr-section-title {
  color: #ffffff;
}
.cid-uobfUwKoVG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uobfUwKoVG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uobfUwKoVG .mbr-text {
  color: #ffffff;
}
.cid-uZNYe5E7GG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0b0b;
}
.cid-uZNYe5E7GG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZNYe5E7GG .mbr-text {
  color: #ffffff;
}
.cid-uol96I7lG8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol96I7lG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol96I7lG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobfUwP541 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uobfUwP541 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobfUwP541 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobfUwP541 .mbr-section-title {
  color: #ffffff;
}
.cid-uobfUwP541 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqbdLQQNt {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqbdLQQNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqbdLQQNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqbdLQQNt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqbdLQQNt .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqbdLQQNt .embla__button--next,
.cid-uqqbdLQQNt .embla__button--prev {
  display: flex;
}
.cid-uqqbdLQQNt .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqbdLQQNt .embla__button {
    display: none;
  }
}
.cid-uqqbdLQQNt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqbdLQQNt .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqbdLQQNt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqbdLQQNt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqbdLQQNt .embla__button {
    top: auto;
  }
}
.cid-uqqbdLQQNt .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqbdLQQNt .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqbdLQQNt .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqbdLQQNt .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqbdLQQNt .embla {
  position: relative;
  width: 100%;
}
.cid-uqqbdLQQNt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqbdLQQNt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqbdLQQNt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqbdLQQNt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqbdLQQNt H3 {
  color: #ffffff;
}
.cid-uqqbdLQQNt .user_text {
  color: #ffffff;
}
.cid-uqqbdLQQNt .user_name {
  color: #ffe161;
}
.cid-uqqbdLQQNt .user_desk {
  color: #ffffff;
}
.cid-uobfUxaYXV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uobfUxaYXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobfUxaYXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobfUxaYXV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uobfUxaYXV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uobfUxaYXV .row {
    text-align: center;
  }
  .cid-uobfUxaYXV .row > div {
    margin: auto;
  }
  .cid-uobfUxaYXV .social-row {
    justify-content: center;
  }
}
.cid-uobfUxaYXV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uobfUxaYXV .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uobfUxaYXV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uobfUxaYXV .list {
    margin-bottom: 0rem;
  }
}
.cid-uobfUxaYXV .mbr-text {
  color: #bbbbbb;
}
.cid-uobfUxaYXV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uobfUxaYXV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uobfUxaYXV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uobhPCfr3P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobhPCfr3P nav.navbar {
  position: fixed;
}
.cid-uobhPCfr3P .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-uobhPCfr3P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobhPCfr3P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobhPCfr3P .dropdown-item:hover,
.cid-uobhPCfr3P .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uobhPCfr3P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobhPCfr3P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobhPCfr3P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobhPCfr3P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobhPCfr3P .nav-link {
  position: relative;
}
.cid-uobhPCfr3P .container {
  display: flex;
  margin: auto;
}
.cid-uobhPCfr3P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobhPCfr3P .dropdown-menu,
.cid-uobhPCfr3P .navbar.opened {
  background: #000000 !important;
}
.cid-uobhPCfr3P .nav-item:focus,
.cid-uobhPCfr3P .nav-link:focus {
  outline: none;
}
.cid-uobhPCfr3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobhPCfr3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobhPCfr3P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobhPCfr3P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobhPCfr3P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobhPCfr3P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobhPCfr3P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uobhPCfr3P .navbar.opened {
  transition: all 0.3s;
}
.cid-uobhPCfr3P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobhPCfr3P .navbar .navbar-logo img {
  width: auto;
}
.cid-uobhPCfr3P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobhPCfr3P .navbar.collapsed {
  justify-content: center;
}
.cid-uobhPCfr3P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobhPCfr3P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobhPCfr3P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uobhPCfr3P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobhPCfr3P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobhPCfr3P .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-uobhPCfr3P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobhPCfr3P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobhPCfr3P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobhPCfr3P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobhPCfr3P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobhPCfr3P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobhPCfr3P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobhPCfr3P .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-uobhPCfr3P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobhPCfr3P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobhPCfr3P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobhPCfr3P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobhPCfr3P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobhPCfr3P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uobhPCfr3P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobhPCfr3P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobhPCfr3P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobhPCfr3P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobhPCfr3P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobhPCfr3P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobhPCfr3P .dropdown-item.active,
.cid-uobhPCfr3P .dropdown-item:active {
  background-color: transparent;
}
.cid-uobhPCfr3P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobhPCfr3P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobhPCfr3P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobhPCfr3P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uobhPCfr3P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobhPCfr3P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobhPCfr3P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobhPCfr3P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobhPCfr3P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobhPCfr3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobhPCfr3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobhPCfr3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobhPCfr3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobhPCfr3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobhPCfr3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobhPCfr3P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobhPCfr3P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobhPCfr3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobhPCfr3P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobhPCfr3P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobhPCfr3P .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-uobhPCfr3P .navbar {
    height: 70px;
  }
  .cid-uobhPCfr3P .navbar.opened {
    height: auto;
  }
  .cid-uobhPCfr3P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobhPCoHyw {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/tank-500-bg.jpg");
}
.cid-uobhPCoHyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobhPCoHyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobhPCvylU {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uobhPCvylU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uobhPCvylU .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uobhPCvylU .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uobhPCvylU .mbr-text {
  color: #ffffff;
}
.cid-uobhPCvylU .mbr-section-title {
  color: #ffffff;
}
.cid-uobhPCAo3v {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #131313;
}
.cid-uobhPCAo3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobhPCAo3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uobhPCAo3v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uobhPCAo3v .row {
  flex-direction: row-reverse;
}
.cid-uobhPCAo3v img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uobhPCAo3v .text-wrapper {
    padding: 2rem;
  }
}
.cid-uobhPCAo3v .mbr-section-title {
  color: #ffffff;
}
.cid-uobhPCAo3v .mbr-text {
  color: #ffffff;
}
.cid-uol8CvZBvX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol8CvZBvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol8CvZBvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobhPCHWkG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uobhPCHWkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobhPCHWkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobhPCHWkG .mbr-section-title {
  color: #ffffff;
}
.cid-uobhPCHWkG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqb0ijHku {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqb0ijHku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqb0ijHku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqb0ijHku .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqb0ijHku .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqb0ijHku .embla__button--next,
.cid-uqqb0ijHku .embla__button--prev {
  display: flex;
}
.cid-uqqb0ijHku .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqb0ijHku .embla__button {
    display: none;
  }
}
.cid-uqqb0ijHku .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqb0ijHku .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqb0ijHku .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqb0ijHku .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqb0ijHku .embla__button {
    top: auto;
  }
}
.cid-uqqb0ijHku .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqb0ijHku .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqb0ijHku .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqb0ijHku .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqb0ijHku .embla {
  position: relative;
  width: 100%;
}
.cid-uqqb0ijHku .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqb0ijHku .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqb0ijHku .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqb0ijHku .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqb0ijHku H3 {
  color: #ffffff;
}
.cid-uqqb0ijHku .user_text {
  color: #ffffff;
}
.cid-uqqb0ijHku .user_name {
  color: #ffe161;
}
.cid-uqqb0ijHku .user_desk {
  color: #ffffff;
}
.cid-uobhPD3xAZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uobhPD3xAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobhPD3xAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobhPD3xAZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uobhPD3xAZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uobhPD3xAZ .row {
    text-align: center;
  }
  .cid-uobhPD3xAZ .row > div {
    margin: auto;
  }
  .cid-uobhPD3xAZ .social-row {
    justify-content: center;
  }
}
.cid-uobhPD3xAZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uobhPD3xAZ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uobhPD3xAZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uobhPD3xAZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uobhPD3xAZ .mbr-text {
  color: #bbbbbb;
}
.cid-uobhPD3xAZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uobhPD3xAZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uobhPD3xAZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uobivQ3X6z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uobivQ3X6z nav.navbar {
  position: fixed;
}
.cid-uobivQ3X6z .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-uobivQ3X6z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uobivQ3X6z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uobivQ3X6z .dropdown-item:hover,
.cid-uobivQ3X6z .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uobivQ3X6z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uobivQ3X6z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uobivQ3X6z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uobivQ3X6z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uobivQ3X6z .nav-link {
  position: relative;
}
.cid-uobivQ3X6z .container {
  display: flex;
  margin: auto;
}
.cid-uobivQ3X6z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uobivQ3X6z .dropdown-menu,
.cid-uobivQ3X6z .navbar.opened {
  background: #000000 !important;
}
.cid-uobivQ3X6z .nav-item:focus,
.cid-uobivQ3X6z .nav-link:focus {
  outline: none;
}
.cid-uobivQ3X6z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uobivQ3X6z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uobivQ3X6z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uobivQ3X6z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uobivQ3X6z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uobivQ3X6z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uobivQ3X6z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uobivQ3X6z .navbar.opened {
  transition: all 0.3s;
}
.cid-uobivQ3X6z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uobivQ3X6z .navbar .navbar-logo img {
  width: auto;
}
.cid-uobivQ3X6z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uobivQ3X6z .navbar.collapsed {
  justify-content: center;
}
.cid-uobivQ3X6z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uobivQ3X6z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uobivQ3X6z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uobivQ3X6z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uobivQ3X6z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uobivQ3X6z .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-uobivQ3X6z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uobivQ3X6z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uobivQ3X6z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uobivQ3X6z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uobivQ3X6z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uobivQ3X6z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uobivQ3X6z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uobivQ3X6z .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-uobivQ3X6z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uobivQ3X6z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uobivQ3X6z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uobivQ3X6z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uobivQ3X6z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uobivQ3X6z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uobivQ3X6z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uobivQ3X6z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uobivQ3X6z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uobivQ3X6z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uobivQ3X6z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uobivQ3X6z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uobivQ3X6z .dropdown-item.active,
.cid-uobivQ3X6z .dropdown-item:active {
  background-color: transparent;
}
.cid-uobivQ3X6z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uobivQ3X6z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uobivQ3X6z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uobivQ3X6z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uobivQ3X6z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uobivQ3X6z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uobivQ3X6z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uobivQ3X6z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uobivQ3X6z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uobivQ3X6z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uobivQ3X6z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uobivQ3X6z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobivQ3X6z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uobivQ3X6z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uobivQ3X6z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobivQ3X6z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uobivQ3X6z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uobivQ3X6z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uobivQ3X6z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uobivQ3X6z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uobivQ3X6z .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-uobivQ3X6z .navbar {
    height: 70px;
  }
  .cid-uobivQ3X6z .navbar.opened {
    height: auto;
  }
  .cid-uobivQ3X6z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uobivQc2qf {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/tank-500-bg.jpg");
}
.cid-uobivQc2qf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobivQc2qf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobivQjmU5 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-uobivQjmU5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uobivQjmU5 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uobivQjmU5 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uobivQjmU5 .mbr-text {
  color: #ffffff;
}
.cid-uobivQjmU5 .mbr-section-title {
  color: #ffffff;
}
.cid-uobivQoC5v {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #131313;
}
.cid-uobivQoC5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobivQoC5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uobivQoC5v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uobivQoC5v .row {
  flex-direction: row-reverse;
}
.cid-uobivQoC5v img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uobivQoC5v .text-wrapper {
    padding: 2rem;
  }
}
.cid-uobivQoC5v .mbr-section-title {
  color: #ffffff;
}
.cid-uobivQoC5v .mbr-text {
  color: #ffffff;
}
.cid-uol8GLmHNh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-uol8GLmHNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uol8GLmHNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobivQushr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uobivQushr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobivQushr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobivQushr .mbr-section-title {
  color: #ffffff;
}
.cid-uobivQushr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqb2tMGkK {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqb2tMGkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqb2tMGkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqb2tMGkK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqb2tMGkK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqb2tMGkK .embla__button--next,
.cid-uqqb2tMGkK .embla__button--prev {
  display: flex;
}
.cid-uqqb2tMGkK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqb2tMGkK .embla__button {
    display: none;
  }
}
.cid-uqqb2tMGkK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqb2tMGkK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqb2tMGkK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqb2tMGkK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqb2tMGkK .embla__button {
    top: auto;
  }
}
.cid-uqqb2tMGkK .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqb2tMGkK .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqb2tMGkK .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqb2tMGkK .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqb2tMGkK .embla {
  position: relative;
  width: 100%;
}
.cid-uqqb2tMGkK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqb2tMGkK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqb2tMGkK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqb2tMGkK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqb2tMGkK H3 {
  color: #ffffff;
}
.cid-uqqb2tMGkK .user_text {
  color: #ffffff;
}
.cid-uqqb2tMGkK .user_name {
  color: #ffe161;
}
.cid-uqqb2tMGkK .user_desk {
  color: #ffffff;
}
.cid-uobivQQen3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uobivQQen3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uobivQQen3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uobivQQen3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uobivQQen3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uobivQQen3 .row {
    text-align: center;
  }
  .cid-uobivQQen3 .row > div {
    margin: auto;
  }
  .cid-uobivQQen3 .social-row {
    justify-content: center;
  }
}
.cid-uobivQQen3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uobivQQen3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uobivQQen3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uobivQQen3 .list {
    margin-bottom: 0rem;
  }
}
.cid-uobivQQen3 .mbr-text {
  color: #bbbbbb;
}
.cid-uobivQQen3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uobivQQen3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uobivQQen3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sFGzlAXw3z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFGzlAXw3z nav.navbar {
  position: fixed;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #000000 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGzlAXw3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-un2a3yVpfw {
  background-color: #0b0b0b;
}
.cid-un2a3yVpfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-un2a3yVpfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un2a3yVpfw .row {
  flex-direction: row-reverse;
}
.cid-un2a3yVpfw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-un2a3yVpfw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-un2a3yVpfw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-un2a3yVpfw .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-un2a3yVpfw .mbr-text,
.cid-un2a3yVpfw .mbr-section-btn {
  color: #ffe161;
  text-align: left;
}
.cid-umWJx85FMq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #131313;
}
.cid-umWJx85FMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-umWJx85FMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-umWJx85FMq .container {
    max-width: 1400px;
  }
}
.cid-umWJx85FMq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-umWJx85FMq .row {
  justify-content: center;
}
.cid-umWJx85FMq .mbr-section-title {
  color: #ffffff;
}
.cid-umWJx85FMq .card-text {
  color: #ffffff;
}
.cid-umWJx85FMq .card-title,
.cid-umWJx85FMq .iconfont-wrapper {
  color: #ffe161;
}
.cid-umWJx85FMq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upzrVgEtuN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #131313;
}
.cid-upzrVgEtuN .mbr-text {
  color: #ffe161;
  text-align: center;
}
.cid-umWMNDSBXf {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/chiptuning-background.jpg");
}
.cid-umWMNDSBXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umWMNDSBXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umWMNDSBXf .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-umWMNDSBXf .icon-box {
  background: #ffe161;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umWMNDSBXf .mbr-iconfont {
  font-size: 2rem;
  color: #614f00;
}
@media (max-width: 991px) {
  .cid-umWMNDSBXf .card {
    margin-bottom: 2rem;
  }
  .cid-umWMNDSBXf .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-umWMNDSBXf .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umWMNDSBXf .card-title,
.cid-umWMNDSBXf .card-box {
  color: #ffffff;
}
.cid-umWMNDSBXf .icon-title {
  color: #ffe161;
}
.cid-umWMNDSBXf .icon-text {
  color: #ffffff;
}
.cid-umWTydIwtC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #131313;
}
.cid-umWTydIwtC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umWTydIwtC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umWTydIwtC .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-umWTydIwtC .item {
    margin-bottom: 4rem;
  }
}
.cid-umWTydIwtC .item:last-child .icon-box:before {
  display: none;
}
.cid-umWTydIwtC .item.last .icon-box:before {
  display: none;
}
.cid-umWTydIwtC .icon-box {
  background: #ffe161;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-umWTydIwtC .icon-box {
    margin-right: 1rem;
  }
}
.cid-umWTydIwtC span {
  font-size: 2rem;
  color: #614f00;
}
@media (max-width: 991px) {
  .cid-umWTydIwtC .card {
    margin-bottom: 2rem;
  }
  .cid-umWTydIwtC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-umWTydIwtC .card-title,
.cid-umWTydIwtC .card-box {
  color: #ffffff;
}
.cid-umWTydIwtC .icon-text {
  color: #ffffff;
}
.cid-umWRXGHxRt {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/chiptuning-background.jpg");
}
.cid-umWRXGHxRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-umWRXGHxRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umWRXGHxRt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-umWRXGHxRt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-umWRXGHxRt .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffe161;
}
.cid-umWRXGHxRt .panel-body,
.cid-umWRXGHxRt .card-header {
  padding: 1rem 0;
}
.cid-umWRXGHxRt .panel-title-edit {
  color: #ffe161;
}
.cid-umWRXGHxRt H3 {
  color: #ffffff;
}
.cid-umWRXGHxRt .panel-text {
  color: #ffffff;
}
.cid-umWRXGHxRt H4 {
  color: #ffffff;
}
.cid-umX2zCWEsq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #131313;
}
.cid-umX2zCWEsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-umX2zCWEsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umX2zCWEsq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-umX2zCWEsq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upyQcI8XHs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #131313;
}
.cid-umWYOLXGuL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #131313;
}
.cid-umWYOLXGuL img,
.cid-umWYOLXGuL .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-umWYOLXGuL .item:focus,
.cid-umWYOLXGuL span:focus {
  outline: none;
}
.cid-umWYOLXGuL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umWYOLXGuL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umWYOLXGuL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-umWYOLXGuL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umWYOLXGuL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-umWYOLXGuL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-umWYOLXGuL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umWYOLXGuL .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-umWYOLXGuL .mbr-text,
.cid-umWYOLXGuL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-umWYOLXGuL .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-umWYOLXGuL .item-subtitle {
  text-align: left;
}
.cid-umWYOLXGuL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umX2ULrz59 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #131313;
}
.cid-umX2ULrz59 img,
.cid-umX2ULrz59 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-umX2ULrz59 .item:focus,
.cid-umX2ULrz59 span:focus {
  outline: none;
}
.cid-umX2ULrz59 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umX2ULrz59 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umX2ULrz59 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-umX2ULrz59 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umX2ULrz59 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-umX2ULrz59 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-umX2ULrz59 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umX2ULrz59 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-umX2ULrz59 .mbr-text,
.cid-umX2ULrz59 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-umX2ULrz59 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-umX2ULrz59 .item-subtitle {
  text-align: left;
}
.cid-umX2ULrz59 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umX49McIJE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #131313;
}
.cid-umX49McIJE img,
.cid-umX49McIJE .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-umX49McIJE .item:focus,
.cid-umX49McIJE span:focus {
  outline: none;
}
.cid-umX49McIJE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umX49McIJE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umX49McIJE .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-umX49McIJE .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umX49McIJE .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-umX49McIJE .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-umX49McIJE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umX49McIJE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-umX49McIJE .mbr-text,
.cid-umX49McIJE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-umX49McIJE .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-umX49McIJE .item-subtitle {
  text-align: left;
}
.cid-umX49McIJE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upyREMUT7m {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #131313;
}
.cid-upyREMUT7m img,
.cid-upyREMUT7m .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-upyREMUT7m .item:focus,
.cid-upyREMUT7m span:focus {
  outline: none;
}
.cid-upyREMUT7m .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upyREMUT7m .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upyREMUT7m .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upyREMUT7m .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upyREMUT7m .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upyREMUT7m .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upyREMUT7m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upyREMUT7m .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-upyREMUT7m .mbr-text,
.cid-upyREMUT7m .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-upyREMUT7m .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-upyREMUT7m .item-subtitle {
  text-align: left;
}
.cid-upyREMUT7m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upyT32tgoa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #131313;
}
.cid-upyT32tgoa img,
.cid-upyT32tgoa .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-upyT32tgoa .item:focus,
.cid-upyT32tgoa span:focus {
  outline: none;
}
.cid-upyT32tgoa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upyT32tgoa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upyT32tgoa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upyT32tgoa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upyT32tgoa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upyT32tgoa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upyT32tgoa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upyT32tgoa .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-upyT32tgoa .mbr-text,
.cid-upyT32tgoa .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-upyT32tgoa .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-upyT32tgoa .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upyT32tgoa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upyTBjqng1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #131313;
}
.cid-upyTBjqng1 img,
.cid-upyTBjqng1 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-upyTBjqng1 .item:focus,
.cid-upyTBjqng1 span:focus {
  outline: none;
}
.cid-upyTBjqng1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upyTBjqng1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upyTBjqng1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upyTBjqng1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upyTBjqng1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upyTBjqng1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upyTBjqng1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upyTBjqng1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-upyTBjqng1 .mbr-text,
.cid-upyTBjqng1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-upyTBjqng1 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-upyTBjqng1 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upyTBjqng1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upyTBBxCR1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #131313;
}
.cid-upyTBBxCR1 img,
.cid-upyTBBxCR1 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-upyTBBxCR1 .item:focus,
.cid-upyTBBxCR1 span:focus {
  outline: none;
}
.cid-upyTBBxCR1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upyTBBxCR1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upyTBBxCR1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upyTBBxCR1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upyTBBxCR1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upyTBBxCR1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upyTBBxCR1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upyTBBxCR1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-upyTBBxCR1 .mbr-text,
.cid-upyTBBxCR1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-upyTBBxCR1 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-upyTBBxCR1 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upyTBBxCR1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upyTSum0P8 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #131313;
}
.cid-upyTSum0P8 img,
.cid-upyTSum0P8 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-upyTSum0P8 .item:focus,
.cid-upyTSum0P8 span:focus {
  outline: none;
}
.cid-upyTSum0P8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upyTSum0P8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upyTSum0P8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upyTSum0P8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upyTSum0P8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upyTSum0P8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upyTSum0P8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upyTSum0P8 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-upyTSum0P8 .mbr-text,
.cid-upyTSum0P8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-upyTSum0P8 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-upyTSum0P8 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-upyTSum0P8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umX4UI5Ppf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-umX4UI5Ppf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umX4UI5Ppf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umX4UI5Ppf .mbr-section-title {
  color: #ffffff;
}
.cid-umX4UI5Ppf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unBvQQnpBh {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-unBvQQnpBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-unBvQQnpBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unBvQQnpBh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-unBvQQnpBh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-unBvQQnpBh .embla__button--next,
.cid-unBvQQnpBh .embla__button--prev {
  display: flex;
}
.cid-unBvQQnpBh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-unBvQQnpBh .embla__button {
    display: none;
  }
}
.cid-unBvQQnpBh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-unBvQQnpBh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-unBvQQnpBh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unBvQQnpBh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-unBvQQnpBh .embla__button {
    top: auto;
  }
}
.cid-unBvQQnpBh .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-unBvQQnpBh .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-unBvQQnpBh .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-unBvQQnpBh .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-unBvQQnpBh .embla {
  position: relative;
  width: 100%;
}
.cid-unBvQQnpBh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-unBvQQnpBh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-unBvQQnpBh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-unBvQQnpBh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-unBvQQnpBh H3 {
  color: #ffffff;
}
.cid-unBvQQnpBh .user_text {
  color: #ffffff;
}
.cid-unBvQQnpBh .user_name {
  color: #ffe161;
}
.cid-unBvQQnpBh .user_desk {
  color: #ffffff;
}
.cid-umWaDZiz3q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-umWaDZiz3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-umWaDZiz3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umWaDZiz3q .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-umWaDZiz3q .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-umWaDZiz3q .row {
    text-align: center;
  }
  .cid-umWaDZiz3q .row > div {
    margin: auto;
  }
  .cid-umWaDZiz3q .social-row {
    justify-content: center;
  }
}
.cid-umWaDZiz3q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umWaDZiz3q .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-umWaDZiz3q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umWaDZiz3q .list {
    margin-bottom: 0rem;
  }
}
.cid-umWaDZiz3q .mbr-text {
  color: #bbbbbb;
}
.cid-umWaDZiz3q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-umWaDZiz3q .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-umWaDZiz3q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-upLfzPyte2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upLfzPyte2 nav.navbar {
  position: fixed;
}
.cid-upLfzPyte2 .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-upLfzPyte2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upLfzPyte2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upLfzPyte2 .dropdown-item:hover,
.cid-upLfzPyte2 .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-upLfzPyte2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upLfzPyte2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upLfzPyte2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upLfzPyte2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upLfzPyte2 .nav-link {
  position: relative;
}
.cid-upLfzPyte2 .container {
  display: flex;
  margin: auto;
}
.cid-upLfzPyte2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upLfzPyte2 .dropdown-menu,
.cid-upLfzPyte2 .navbar.opened {
  background: #000000 !important;
}
.cid-upLfzPyte2 .nav-item:focus,
.cid-upLfzPyte2 .nav-link:focus {
  outline: none;
}
.cid-upLfzPyte2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upLfzPyte2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upLfzPyte2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upLfzPyte2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upLfzPyte2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upLfzPyte2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upLfzPyte2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-upLfzPyte2 .navbar.opened {
  transition: all 0.3s;
}
.cid-upLfzPyte2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upLfzPyte2 .navbar .navbar-logo img {
  width: auto;
}
.cid-upLfzPyte2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upLfzPyte2 .navbar.collapsed {
  justify-content: center;
}
.cid-upLfzPyte2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upLfzPyte2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upLfzPyte2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-upLfzPyte2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upLfzPyte2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upLfzPyte2 .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-upLfzPyte2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upLfzPyte2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upLfzPyte2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upLfzPyte2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upLfzPyte2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upLfzPyte2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upLfzPyte2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upLfzPyte2 .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-upLfzPyte2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upLfzPyte2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upLfzPyte2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upLfzPyte2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upLfzPyte2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upLfzPyte2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upLfzPyte2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upLfzPyte2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upLfzPyte2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upLfzPyte2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upLfzPyte2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upLfzPyte2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upLfzPyte2 .dropdown-item.active,
.cid-upLfzPyte2 .dropdown-item:active {
  background-color: transparent;
}
.cid-upLfzPyte2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upLfzPyte2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upLfzPyte2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upLfzPyte2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upLfzPyte2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upLfzPyte2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upLfzPyte2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upLfzPyte2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upLfzPyte2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upLfzPyte2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upLfzPyte2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upLfzPyte2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upLfzPyte2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upLfzPyte2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upLfzPyte2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upLfzPyte2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upLfzPyte2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upLfzPyte2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upLfzPyte2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upLfzPyte2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upLfzPyte2 .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-upLfzPyte2 .navbar {
    height: 70px;
  }
  .cid-upLfzPyte2 .navbar.opened {
    height: auto;
  }
  .cid-upLfzPyte2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upLfzPH7xG {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/geely-atlas-bg.jpeg");
}
.cid-upLfzPH7xG .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLfzPH7xG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLfzPNLbp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-upLfzPNLbp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-upLfzPNLbp .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-upLfzPNLbp .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-upLfzPNLbp .mbr-text {
  color: #ffffff;
}
.cid-upLfzPNLbp .mbr-section-title {
  color: #ffffff;
}
.cid-upLfScWua3 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #0b0b0b;
}
.cid-upLfScWua3 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-upLfScWua3 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-upLfScWua3 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-upLfScWua3 .mbr-text {
  color: #ffffff;
}
.cid-upLfScWua3 .mbr-section-title {
  color: #ffffff;
}
.cid-upLiAJ5j2O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #131313;
}
.cid-upLiAJ5j2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLiAJ5j2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLiAJ5j2O .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffe161;
  margin-left: 1rem;
}
.cid-upLiAJ5j2O .panel-group {
  border: none;
}
.cid-upLiAJ5j2O .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-upLiAJ5j2O .panel-body,
.cid-upLiAJ5j2O .card-header {
  padding: 1rem 0;
}
.cid-upLiAJ5j2O .panel-title-edit {
  color: #ffe161;
}
.cid-upLiAJ5j2O .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-upLiAJ5j2O H3 {
  color: #ffffff;
}
.cid-upLiAJ5j2O H4 {
  color: #ffffff;
}
.cid-upLiAJ5j2O .panel-text {
  color: #ffffff;
}
.cid-upLfzQ4dj8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upLfzQ4dj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLfzQ4dj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLfzQ4dj8 .mbr-section-title {
  color: #ffffff;
}
.cid-upLfzQ4dj8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqaRNdyTc {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqaRNdyTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqaRNdyTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqaRNdyTc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqaRNdyTc .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqaRNdyTc .embla__button--next,
.cid-uqqaRNdyTc .embla__button--prev {
  display: flex;
}
.cid-uqqaRNdyTc .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqaRNdyTc .embla__button {
    display: none;
  }
}
.cid-uqqaRNdyTc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqaRNdyTc .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqaRNdyTc .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqaRNdyTc .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqaRNdyTc .embla__button {
    top: auto;
  }
}
.cid-uqqaRNdyTc .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqaRNdyTc .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqaRNdyTc .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqaRNdyTc .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqaRNdyTc .embla {
  position: relative;
  width: 100%;
}
.cid-uqqaRNdyTc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqaRNdyTc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqaRNdyTc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqaRNdyTc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqaRNdyTc H3 {
  color: #ffffff;
}
.cid-uqqaRNdyTc .user_text {
  color: #ffffff;
}
.cid-uqqaRNdyTc .user_name {
  color: #ffe161;
}
.cid-uqqaRNdyTc .user_desk {
  color: #ffffff;
}
.cid-upLfzQrMk9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-upLfzQrMk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLfzQrMk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLfzQrMk9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLfzQrMk9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLfzQrMk9 .row {
    text-align: center;
  }
  .cid-upLfzQrMk9 .row > div {
    margin: auto;
  }
  .cid-upLfzQrMk9 .social-row {
    justify-content: center;
  }
}
.cid-upLfzQrMk9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLfzQrMk9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-upLfzQrMk9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLfzQrMk9 .list {
    margin-bottom: 0rem;
  }
}
.cid-upLfzQrMk9 .mbr-text {
  color: #bbbbbb;
}
.cid-upLfzQrMk9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-upLfzQrMk9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLfzQrMk9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-upLmbJvykk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upLmbJvykk nav.navbar {
  position: fixed;
}
.cid-upLmbJvykk .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-upLmbJvykk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upLmbJvykk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upLmbJvykk .dropdown-item:hover,
.cid-upLmbJvykk .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-upLmbJvykk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upLmbJvykk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upLmbJvykk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upLmbJvykk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upLmbJvykk .nav-link {
  position: relative;
}
.cid-upLmbJvykk .container {
  display: flex;
  margin: auto;
}
.cid-upLmbJvykk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upLmbJvykk .dropdown-menu,
.cid-upLmbJvykk .navbar.opened {
  background: #000000 !important;
}
.cid-upLmbJvykk .nav-item:focus,
.cid-upLmbJvykk .nav-link:focus {
  outline: none;
}
.cid-upLmbJvykk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upLmbJvykk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upLmbJvykk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upLmbJvykk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upLmbJvykk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upLmbJvykk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upLmbJvykk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-upLmbJvykk .navbar.opened {
  transition: all 0.3s;
}
.cid-upLmbJvykk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upLmbJvykk .navbar .navbar-logo img {
  width: auto;
}
.cid-upLmbJvykk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upLmbJvykk .navbar.collapsed {
  justify-content: center;
}
.cid-upLmbJvykk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upLmbJvykk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upLmbJvykk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-upLmbJvykk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upLmbJvykk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upLmbJvykk .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-upLmbJvykk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upLmbJvykk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upLmbJvykk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upLmbJvykk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upLmbJvykk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upLmbJvykk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upLmbJvykk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upLmbJvykk .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-upLmbJvykk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upLmbJvykk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upLmbJvykk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upLmbJvykk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upLmbJvykk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upLmbJvykk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upLmbJvykk .navbar.navbar-short {
  min-height: 60px;
}
.cid-upLmbJvykk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upLmbJvykk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upLmbJvykk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upLmbJvykk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upLmbJvykk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upLmbJvykk .dropdown-item.active,
.cid-upLmbJvykk .dropdown-item:active {
  background-color: transparent;
}
.cid-upLmbJvykk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upLmbJvykk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upLmbJvykk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upLmbJvykk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upLmbJvykk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upLmbJvykk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upLmbJvykk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upLmbJvykk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upLmbJvykk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upLmbJvykk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upLmbJvykk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upLmbJvykk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upLmbJvykk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upLmbJvykk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upLmbJvykk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upLmbJvykk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upLmbJvykk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upLmbJvykk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upLmbJvykk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upLmbJvykk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upLmbJvykk .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-upLmbJvykk .navbar {
    height: 70px;
  }
  .cid-upLmbJvykk .navbar.opened {
    height: auto;
  }
  .cid-upLmbJvykk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upLmbJE1Vz {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/omoda-bg.png");
}
.cid-upLmbJE1Vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLmbJE1Vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLmbJL3kS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-upLmbJL3kS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-upLmbJL3kS .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-upLmbJL3kS .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-upLmbJL3kS .mbr-text {
  color: #ffffff;
}
.cid-upLmbJL3kS .mbr-section-title {
  color: #ffffff;
}
.cid-upLmbJRbDA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b0b0b;
}
.cid-upLmbJRbDA .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-upLmbJRbDA .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-upLmbJRbDA .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-upLmbJRbDA .mbr-text {
  color: #ffffff;
}
.cid-upLmbJRbDA .mbr-section-title {
  color: #ffffff;
}
.cid-upLn7SAL1y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-upLn7SAL1y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upLn7SAL1y .mbr-text {
  color: #ffffff;
}
.cid-upLnIFE0bi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-upLnIFE0bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLnIFE0bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLmbK5x52 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upLmbK5x52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLmbK5x52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLmbK5x52 .mbr-section-title {
  color: #ffffff;
}
.cid-upLmbK5x52 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqaTWhQ8V {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqaTWhQ8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqaTWhQ8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqaTWhQ8V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqaTWhQ8V .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqaTWhQ8V .embla__button--next,
.cid-uqqaTWhQ8V .embla__button--prev {
  display: flex;
}
.cid-uqqaTWhQ8V .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqaTWhQ8V .embla__button {
    display: none;
  }
}
.cid-uqqaTWhQ8V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqaTWhQ8V .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqaTWhQ8V .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqaTWhQ8V .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqaTWhQ8V .embla__button {
    top: auto;
  }
}
.cid-uqqaTWhQ8V .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqaTWhQ8V .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqaTWhQ8V .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqaTWhQ8V .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqaTWhQ8V .embla {
  position: relative;
  width: 100%;
}
.cid-uqqaTWhQ8V .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqaTWhQ8V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqaTWhQ8V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqaTWhQ8V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqaTWhQ8V H3 {
  color: #ffffff;
}
.cid-uqqaTWhQ8V .user_text {
  color: #ffffff;
}
.cid-uqqaTWhQ8V .user_name {
  color: #ffe161;
}
.cid-uqqaTWhQ8V .user_desk {
  color: #ffffff;
}
.cid-upLmbKszj5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-upLmbKszj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLmbKszj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLmbKszj5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLmbKszj5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLmbKszj5 .row {
    text-align: center;
  }
  .cid-upLmbKszj5 .row > div {
    margin: auto;
  }
  .cid-upLmbKszj5 .social-row {
    justify-content: center;
  }
}
.cid-upLmbKszj5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLmbKszj5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-upLmbKszj5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLmbKszj5 .list {
    margin-bottom: 0rem;
  }
}
.cid-upLmbKszj5 .mbr-text {
  color: #bbbbbb;
}
.cid-upLmbKszj5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-upLmbKszj5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLmbKszj5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-upLomdiCIV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upLomdiCIV nav.navbar {
  position: fixed;
}
.cid-upLomdiCIV .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-upLomdiCIV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upLomdiCIV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upLomdiCIV .dropdown-item:hover,
.cid-upLomdiCIV .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-upLomdiCIV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upLomdiCIV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upLomdiCIV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upLomdiCIV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upLomdiCIV .nav-link {
  position: relative;
}
.cid-upLomdiCIV .container {
  display: flex;
  margin: auto;
}
.cid-upLomdiCIV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upLomdiCIV .dropdown-menu,
.cid-upLomdiCIV .navbar.opened {
  background: #000000 !important;
}
.cid-upLomdiCIV .nav-item:focus,
.cid-upLomdiCIV .nav-link:focus {
  outline: none;
}
.cid-upLomdiCIV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upLomdiCIV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upLomdiCIV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upLomdiCIV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upLomdiCIV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upLomdiCIV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upLomdiCIV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-upLomdiCIV .navbar.opened {
  transition: all 0.3s;
}
.cid-upLomdiCIV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upLomdiCIV .navbar .navbar-logo img {
  width: auto;
}
.cid-upLomdiCIV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upLomdiCIV .navbar.collapsed {
  justify-content: center;
}
.cid-upLomdiCIV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upLomdiCIV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upLomdiCIV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-upLomdiCIV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upLomdiCIV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upLomdiCIV .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-upLomdiCIV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upLomdiCIV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upLomdiCIV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upLomdiCIV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upLomdiCIV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upLomdiCIV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upLomdiCIV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upLomdiCIV .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-upLomdiCIV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upLomdiCIV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upLomdiCIV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upLomdiCIV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upLomdiCIV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upLomdiCIV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upLomdiCIV .navbar.navbar-short {
  min-height: 60px;
}
.cid-upLomdiCIV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upLomdiCIV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upLomdiCIV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upLomdiCIV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upLomdiCIV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upLomdiCIV .dropdown-item.active,
.cid-upLomdiCIV .dropdown-item:active {
  background-color: transparent;
}
.cid-upLomdiCIV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upLomdiCIV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upLomdiCIV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upLomdiCIV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upLomdiCIV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upLomdiCIV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upLomdiCIV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upLomdiCIV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upLomdiCIV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upLomdiCIV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upLomdiCIV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upLomdiCIV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upLomdiCIV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upLomdiCIV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upLomdiCIV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upLomdiCIV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upLomdiCIV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upLomdiCIV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upLomdiCIV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upLomdiCIV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upLomdiCIV .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-upLomdiCIV .navbar {
    height: 70px;
  }
  .cid-upLomdiCIV .navbar.opened {
    height: auto;
  }
  .cid-upLomdiCIV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upLomdsWNb {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/exeed-bg.png");
}
.cid-upLomdsWNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLomdsWNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLomdB2se {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-upLomdB2se .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-upLomdB2se .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-upLomdB2se .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-upLomdB2se .mbr-text {
  color: #ffffff;
}
.cid-upLomdB2se .mbr-section-title {
  color: #ffffff;
}
.cid-upLomdITpv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b0b0b;
}
.cid-upLomdITpv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-upLomdITpv .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-upLomdITpv .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-upLomdITpv .mbr-text {
  color: #ffffff;
}
.cid-upLomdITpv .mbr-section-title {
  color: #ffffff;
}
.cid-upLomdN9nY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-upLomdN9nY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upLomdN9nY .mbr-text {
  color: #ffffff;
}
.cid-upLomdTRXi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffe161;
}
.cid-upLomdTRXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLomdTRXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLome0ybp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-upLome0ybp .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLome0ybp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLome0ybp .mbr-section-title {
  color: #ffffff;
}
.cid-upLome0ybp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqaYeJIu6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqaYeJIu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqaYeJIu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqaYeJIu6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqaYeJIu6 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqaYeJIu6 .embla__button--next,
.cid-uqqaYeJIu6 .embla__button--prev {
  display: flex;
}
.cid-uqqaYeJIu6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqaYeJIu6 .embla__button {
    display: none;
  }
}
.cid-uqqaYeJIu6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqaYeJIu6 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqaYeJIu6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqaYeJIu6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqaYeJIu6 .embla__button {
    top: auto;
  }
}
.cid-uqqaYeJIu6 .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqaYeJIu6 .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqaYeJIu6 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqaYeJIu6 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqaYeJIu6 .embla {
  position: relative;
  width: 100%;
}
.cid-uqqaYeJIu6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqaYeJIu6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqaYeJIu6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqaYeJIu6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqaYeJIu6 H3 {
  color: #ffffff;
}
.cid-uqqaYeJIu6 .user_text {
  color: #ffffff;
}
.cid-uqqaYeJIu6 .user_name {
  color: #ffe161;
}
.cid-uqqaYeJIu6 .user_desk {
  color: #ffffff;
}
.cid-upLomenoEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-upLomenoEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLomenoEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLomenoEL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-upLomenoEL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upLomenoEL .row {
    text-align: center;
  }
  .cid-upLomenoEL .row > div {
    margin: auto;
  }
  .cid-upLomenoEL .social-row {
    justify-content: center;
  }
}
.cid-upLomenoEL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upLomenoEL .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-upLomenoEL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upLomenoEL .list {
    margin-bottom: 0rem;
  }
}
.cid-upLomenoEL .mbr-text {
  color: #bbbbbb;
}
.cid-upLomenoEL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-upLomenoEL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-upLomenoEL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqq3GlWvlk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqq3GlWvlk nav.navbar {
  position: fixed;
}
.cid-uqq3GlWvlk .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-uqq3GlWvlk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqq3GlWvlk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqq3GlWvlk .dropdown-item:hover,
.cid-uqq3GlWvlk .dropdown-item:focus {
  background: #ffe161 !important;
  color: white !important;
}
.cid-uqq3GlWvlk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqq3GlWvlk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqq3GlWvlk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqq3GlWvlk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqq3GlWvlk .nav-link {
  position: relative;
}
.cid-uqq3GlWvlk .container {
  display: flex;
  margin: auto;
}
.cid-uqq3GlWvlk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqq3GlWvlk .dropdown-menu,
.cid-uqq3GlWvlk .navbar.opened {
  background: #000000 !important;
}
.cid-uqq3GlWvlk .nav-item:focus,
.cid-uqq3GlWvlk .nav-link:focus {
  outline: none;
}
.cid-uqq3GlWvlk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqq3GlWvlk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqq3GlWvlk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqq3GlWvlk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqq3GlWvlk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqq3GlWvlk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqq3GlWvlk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uqq3GlWvlk .navbar.opened {
  transition: all 0.3s;
}
.cid-uqq3GlWvlk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqq3GlWvlk .navbar .navbar-logo img {
  width: auto;
}
.cid-uqq3GlWvlk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqq3GlWvlk .navbar.collapsed {
  justify-content: center;
}
.cid-uqq3GlWvlk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqq3GlWvlk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqq3GlWvlk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uqq3GlWvlk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqq3GlWvlk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqq3GlWvlk .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-uqq3GlWvlk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqq3GlWvlk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqq3GlWvlk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqq3GlWvlk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqq3GlWvlk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqq3GlWvlk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqq3GlWvlk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqq3GlWvlk .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-uqq3GlWvlk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqq3GlWvlk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqq3GlWvlk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqq3GlWvlk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqq3GlWvlk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqq3GlWvlk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqq3GlWvlk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqq3GlWvlk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqq3GlWvlk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqq3GlWvlk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqq3GlWvlk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqq3GlWvlk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqq3GlWvlk .dropdown-item.active,
.cid-uqq3GlWvlk .dropdown-item:active {
  background-color: transparent;
}
.cid-uqq3GlWvlk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqq3GlWvlk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqq3GlWvlk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqq3GlWvlk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uqq3GlWvlk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqq3GlWvlk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqq3GlWvlk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqq3GlWvlk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqq3GlWvlk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqq3GlWvlk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqq3GlWvlk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqq3GlWvlk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqq3GlWvlk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqq3GlWvlk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqq3GlWvlk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqq3GlWvlk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqq3GlWvlk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqq3GlWvlk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqq3GlWvlk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqq3GlWvlk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqq3GlWvlk .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-uqq3GlWvlk .navbar {
    height: 70px;
  }
  .cid-uqq3GlWvlk .navbar.opened {
    height: auto;
  }
  .cid-uqq3GlWvlk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqq3Gm5FiF {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/cherry-bg.jpg");
}
.cid-uqq3Gm5FiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqq3Gm5FiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqq3GmdkvL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0b0b0b;
}
.cid-uqq3GmdkvL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uqq3GmdkvL .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uqq3GmdkvL .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uqq3GmdkvL .mbr-text {
  color: #ffffff;
}
.cid-uqq3GmdkvL .mbr-section-title {
  color: #ffffff;
}
.cid-uqq3Gmo5zf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uqq3Gmo5zf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqq3Gmo5zf .mbr-text {
  color: #ffffff;
}
.cid-uqq59rnKUi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uqq59rnKUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqq59rnKUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqq59rnKUi .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffe161;
  margin-left: 1rem;
}
.cid-uqq59rnKUi .panel-group {
  border: none;
}
.cid-uqq59rnKUi .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqq59rnKUi .panel-body,
.cid-uqq59rnKUi .card-header {
  padding: 1rem 0;
}
.cid-uqq59rnKUi .panel-title-edit {
  color: #ffe161;
}
.cid-uqq59rnKUi .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqq59rnKUi H3 {
  color: #ffffff;
}
.cid-uqq59rnKUi H4 {
  color: #ffffff;
}
.cid-uqq59rnKUi .panel-text {
  color: #ffffff;
}
.cid-uqq3GmyTer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uqq3GmyTer .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqq3GmyTer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqq3GmyTer .mbr-section-title {
  color: #ffffff;
}
.cid-uqq3GmyTer .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqqaW0LpEt {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uqqaW0LpEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqqaW0LpEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqqaW0LpEt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uqqaW0LpEt .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqqaW0LpEt .embla__button--next,
.cid-uqqaW0LpEt .embla__button--prev {
  display: flex;
}
.cid-uqqaW0LpEt .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uqqaW0LpEt .embla__button {
    display: none;
  }
}
.cid-uqqaW0LpEt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqqaW0LpEt .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uqqaW0LpEt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqqaW0LpEt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uqqaW0LpEt .embla__button {
    top: auto;
  }
}
.cid-uqqaW0LpEt .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uqqaW0LpEt .user_image .item-wrapper {
  width: 100px;
  height: 100px;
}
.cid-uqqaW0LpEt .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uqqaW0LpEt .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uqqaW0LpEt .embla {
  position: relative;
  width: 100%;
}
.cid-uqqaW0LpEt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqqaW0LpEt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqqaW0LpEt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqqaW0LpEt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqqaW0LpEt H3 {
  color: #ffffff;
}
.cid-uqqaW0LpEt .user_text {
  color: #ffffff;
}
.cid-uqqaW0LpEt .user_name {
  color: #ffe161;
}
.cid-uqqaW0LpEt .user_desk {
  color: #ffffff;
}
.cid-uqq3GmWIPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #131313;
}
.cid-uqq3GmWIPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqq3GmWIPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqq3GmWIPq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqq3GmWIPq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqq3GmWIPq .row {
    text-align: center;
  }
  .cid-uqq3GmWIPq .row > div {
    margin: auto;
  }
  .cid-uqq3GmWIPq .social-row {
    justify-content: center;
  }
}
.cid-uqq3GmWIPq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqq3GmWIPq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uqq3GmWIPq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqq3GmWIPq .list {
    margin-bottom: 0rem;
  }
}
.cid-uqq3GmWIPq .mbr-text {
  color: #bbbbbb;
}
.cid-uqq3GmWIPq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqq3GmWIPq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqq3GmWIPq div > *:last-child {
    margin-top: 0 !important;
  }
}
