body {
  font-style: normal;
  line-height: 1.5;
  font-family: DM Sans;
  font-weight: 400;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #e1201d;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray!important;
  border-bottom-color: gray!important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e1201d !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none!important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
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='%23e1201d' %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;
}
.cid-ulxEWoGK1t .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ulxEWoGK1t .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ulxEWoGK1t a {
  font-style: normal;
}
.cid-ulxEWoGK1t .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ulxEWoGK1t .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-ulxEWoGK1t .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ulxEWoGK1t .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ulxEWoGK1t .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ulxEWoGK1t .nav-item:focus,
.cid-ulxEWoGK1t .nav-link:focus {
  outline: none;
}
.cid-ulxEWoGK1t .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ulxEWoGK1t .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ulxEWoGK1t .menu-logo {
  margin-right: auto;
}
.cid-ulxEWoGK1t .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ulxEWoGK1t .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ulxEWoGK1t .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ulxEWoGK1t .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ulxEWoGK1t .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ulxEWoGK1t .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ulxEWoGK1t .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ulxEWoGK1t .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ulxEWoGK1t .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ulxEWoGK1t .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulxEWoGK1t .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ulxEWoGK1t .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ulxEWoGK1t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ulxEWoGK1t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulxEWoGK1t .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ulxEWoGK1t .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulxEWoGK1t .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ulxEWoGK1t .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ulxEWoGK1t .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ulxEWoGK1t .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ulxEWoGK1t .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ulxEWoGK1t .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ulxEWoGK1t .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ulxEWoGK1t button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ulxEWoGK1t button.navbar-toggler:focus {
  outline: none;
}
.cid-ulxEWoGK1t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulxEWoGK1t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulxEWoGK1t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulxEWoGK1t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulxEWoGK1t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulxEWoGK1t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulxEWoGK1t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulxEWoGK1t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulxEWoGK1t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulxEWoGK1t .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ulxEWoGK1t .collapsed .btn {
  display: -webkit-flex;
}
.cid-ulxEWoGK1t .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ulxEWoGK1t .collapsed .navbar-collapse.collapsing,
.cid-ulxEWoGK1t .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ulxEWoGK1t .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ulxEWoGK1t .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ulxEWoGK1t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ulxEWoGK1t .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ulxEWoGK1t .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ulxEWoGK1t .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ulxEWoGK1t .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ulxEWoGK1t .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ulxEWoGK1t .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ulxEWoGK1t .collapsed button.navbar-toggler {
  display: block;
}
.cid-ulxEWoGK1t .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ulxEWoGK1t .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ulxEWoGK1t .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ulxEWoGK1t .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ulxEWoGK1t .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ulxEWoGK1t .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ulxEWoGK1t.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ulxEWoGK1t img {
    height: 3.8rem !important;
  }
  .cid-ulxEWoGK1t .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ulxEWoGK1t .menu-wrap {
    flex-direction: column;
  }
  .cid-ulxEWoGK1t .btn {
    display: -webkit-flex;
  }
  .cid-ulxEWoGK1t button.navbar-toggler {
    display: block;
  }
  .cid-ulxEWoGK1t .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ulxEWoGK1t .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ulxEWoGK1t .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ulxEWoGK1t .navbar-collapse.collapsing,
  .cid-ulxEWoGK1t .navbar-collapse.show {
    display: block !important;
  }
  .cid-ulxEWoGK1t .navbar-collapse.collapsing .navbar-nav,
  .cid-ulxEWoGK1t .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ulxEWoGK1t .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ulxEWoGK1t .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ulxEWoGK1t .navbar-collapse.collapsing .navbar-buttons,
  .cid-ulxEWoGK1t .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ulxEWoGK1t .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ulxEWoGK1t .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ulxEWoGK1t .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ulxEWoGK1t .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ulxEWoGK1t .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ulxEWoGK1t .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ulxEWoGK1t .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ulxEWoGK1t .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ulxEWoGK1t .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ulxEWoGK1t .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ulxEWoGK1t .nav-link:hover,
.cid-ulxEWoGK1t .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-ulxEYK5EbM {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/volkswagen-1.8l-turbo-ea888-tsi-engine-in-2015-golf-tsi-1-2000x1333.webp");
}
.cid-ulxEYK5EbM .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem!important;
}
.cid-ulxEYK5EbM .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-ulxEYK5EbM .link {
  margin: 0;
}
.cid-ulxEYK5EbM .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ulxEYK5EbM .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-ulxEYK5EbM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ulxEYK5EbM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulxEYK5EbM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulxEYK5EbM .btn {
  margin: 0.2rem!important;
}
.cid-ulxGNqtScq {
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ulxGNqtScq .mbr-text {
    text-align: center;
  }
}
.cid-ulxGNqtScq .container-fluid {
  padding: 0;
}
.cid-ulxGNqtScq .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ulxGNqtScq img {
  height: 100%;
  object-fit: cover;
}
.cid-ulxGNqtScq .mbr-figure {
  height: 100%;
}
.cid-ulxGNqtScq .col-lg-6 {
  padding: 0;
}
.cid-ulxGNqtScq .row {
  margin: 0;
}
.cid-ulxGOlbIKG {
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ulxGOlbIKG .mbr-text {
    text-align: center;
  }
}
.cid-ulxGOlbIKG .container-fluid {
  padding: 0;
}
.cid-ulxGOlbIKG .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-ulxGOlbIKG img {
  height: 100%;
  object-fit: cover;
}
.cid-ulxGOlbIKG .mbr-figure {
  height: 100%;
}
.cid-ulxGOlbIKG .col-lg-6 {
  padding: 0;
}
.cid-ulxGOlbIKG .row {
  margin: 0;
}
.cid-ulxGOlbIKG .mbr-text,
.cid-ulxGOlbIKG .mbr-section-btn {
  text-align: left;
}
.cid-ulZIHDEfY8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ulZIHDEfY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZIHDEfY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZIHDEfY8 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ulZIHDEfY8 .icon-box {
  background: #e1201d;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ulZIHDEfY8 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ulZIHDEfY8 .card {
    margin-bottom: 2rem;
  }
  .cid-ulZIHDEfY8 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ulZIHDEfY8 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulZIHDEfY8 .card-title,
.cid-ulZIHDEfY8 .card-box {
  color: #ffffff;
}
.cid-ulZIHDEfY8 .icon-text {
  color: #ffffff;
}
.cid-ulZIHDEfY8 .icon-title {
  color: #e1201d;
}
.cid-um0gaTPRkv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-um0gaTPRkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-um0gaTPRkv .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-um0gaTPRkv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um0gaTPRkv .row {
  flex-direction: row-reverse;
}
.cid-um0gaTPRkv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-um0gaTPRkv .text-wrapper {
    padding: 2rem;
  }
}
.cid-um0gaTPRkv .mbr-section-title {
  color: #ffffff;
}
.cid-um0gaTPRkv .mbr-text {
  color: #ffffff;
}
.cid-ulZI5iuQm7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ulZI5iuQm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZI5iuQm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZI5iuQm7 .video-wrapper iframe {
  width: 100%;
}
.cid-ulZI5iuQm7 .mbr-section-title,
.cid-ulZI5iuQm7 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulZI5iuQm7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulZI5iuQm7 .mbr-section-title {
  color: #ffffff;
}
.cid-ulZI5iuQm7 .mbr-section-subtitle {
  color: #efefef;
}
.cid-ulZI5iuQm7 .mbr-text {
  color: #ffffff;
}
.cid-um0l5crehP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-um0l5crehP .mbr-text {
  color: #ffffff;
}
.cid-um0l5crehP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulxIyowe1n {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulxIyowe1n h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulxIyowe1n h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulxIyowe1n h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulxIyowe1n .mbr-text,
.cid-ulxIyowe1n .mbr-section-btn {
  color: #767676;
}
.cid-ulxIyowe1n H1 {
  color: #ffffff;
}
.cid-ulxIhX1ZDQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ulxIhX1ZDQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ulxIhX1ZDQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulxIhX1ZDQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulxIhX1ZDQ .mbr-gallery-item {
  width: 33.3%;
}
.cid-ulxIhX1ZDQ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-ulxIhX1ZDQ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-ulxIhX1ZDQ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-ulxIhX1ZDQ .mbr-gallery-row {
  justify-content: center;
}
.cid-ulxIhX1ZDQ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-ulxIhX1ZDQ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-ulxIhX1ZDQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ulxIhX1ZDQ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-ulxIhX1ZDQ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-ulxIhX1ZDQ .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-ulxIhX1ZDQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ulxIhX1ZDQ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-ulxIhX1ZDQ img {
  transition: all 2s!important;
}
.cid-ulxIhX1ZDQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ulxIhX1ZDQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-ulxIhX1ZDQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ulZ99bckkz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulZ99bckkz h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulZ99bckkz h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulZ99bckkz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulZ99bckkz .mbr-text,
.cid-ulZ99bckkz .mbr-section-btn {
  color: #767676;
}
.cid-ulZ99bckkz H1 {
  color: #ffffff;
}
.cid-ulZ984fuzc {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-ulZ984fuzc .mbr-text {
  color: #767676;
}
.cid-ulZ984fuzc .mbr-iconfont {
  color: #e1201d !important;
  font-size: 3.5rem!important;
}
.cid-ulZ984fuzc .link {
  margin: 0;
}
.cid-ulZ984fuzc .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ulZ984fuzc .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-ulZ984fuzc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ulZ984fuzc .card {
    margin-bottom: 3rem;
  }
}
.cid-ulZ984fuzc .card-title,
.cid-ulZ984fuzc .card-img {
  color: #ffffff;
}
.cid-ulZb7mjrsG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulZb7mjrsG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulZb7mjrsG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulZb7mjrsG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulZb7mjrsG .mbr-text,
.cid-ulZb7mjrsG .mbr-section-btn {
  color: #767676;
}
.cid-ulZb7mjrsG H1 {
  color: #ffffff;
}
.cid-ulZb4dEa90 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ulZb4dEa90 .mbr-section-subtitle {
  color: #767676;
}
.cid-ulZb4dEa90 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ulZb4dEa90 .container {
    max-width: 1600px;
  }
}
.cid-ulZb4dEa90 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ulZb4dEa90 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ulZb4dEa90 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ulZb4dEa90 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ulZb4dEa90 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ulZb4dEa90 .team-item .item-image img {
  width: 100%;
}
.cid-ulZb4dEa90 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ulZb4dEa90 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ulZb4dEa90 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ulZb4dEa90 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ulZb4dEa90 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ulZb4dEa90 .item-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ulZb4dEa90 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ulZb4dEa90 .item-social {
    opacity: 1;
  }
}
.cid-ulZb4dEa90 .item-name {
  text-align: center;
  color: #ffffff;
}
.cid-ulZtelO53C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-ulZtelO53C .mbr-section-subtitle {
  color: #767676;
}
.cid-ulZtelO53C .container-table {
  margin: 0 auto;
}
.cid-ulZtelO53C .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ulZtelO53C .dataTables_wrapper {
  display: block;
}
.cid-ulZtelO53C .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ulZtelO53C .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ulZtelO53C table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ulZtelO53C table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ulZtelO53C table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ulZtelO53C table td {
  border-top: 1px solid #cccccc;
}
.cid-ulZtelO53C table.table {
  background: #000000;
}
.cid-ulZtelO53C .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ulZtelO53C .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ulZtelO53C .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ulZtelO53C .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-ulZtelO53C .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ulZtelO53C .dataTables_filter {
    text-align: center;
  }
  .cid-ulZtelO53C .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ulZtelO53C .body-item {
  text-align: left;
  color: #ffffff;
}
.cid-ulZtelO53C .mbr-section-title {
  color: #ffffff;
}
.cid-ulZtelO53C .searchInfo {
  color: #ffffff;
}
.cid-ulZtelO53C .head-item {
  color: #ffffff;
}
.cid-ulZNXFDg6n {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #0a0909;
}
.cid-ulZNXFDg6n h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulZNXFDg6n h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulZNXFDg6n h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulZNXFDg6n .mbr-text,
.cid-ulZNXFDg6n .mbr-section-btn {
  color: #767676;
}
.cid-ulZNXFDg6n H1 {
  color: #ffffff;
}
.cid-ulZKCC2n8e {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-ulZKCC2n8e .carousel {
  z-index: 2;
  position: relative;
}
.cid-ulZKCC2n8e .user {
  padding: 0!important;
}
.cid-ulZKCC2n8e .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 0%;
  margin: 0 auto 0.5rem auto;
  border: 1px solid lightgray;
  position: relative;
}
.cid-ulZKCC2n8e .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ulZKCC2n8e .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 0%;
  border: 7px solid #ffffff;
  z-index: 0;
}
.cid-ulZKCC2n8e .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ulZKCC2n8e .carousel-item.active,
.cid-ulZKCC2n8e .carousel-item-next,
.cid-ulZKCC2n8e .carousel-item-prev {
  display: flex;
}
.cid-ulZKCC2n8e .user_name {
  margin: 0;
  color: #767676;
}
.cid-ulZKCC2n8e .carousel-controls a {
  font-size: 2rem;
}
.cid-ulZKCC2n8e .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #e1201d;
  background: transparent;
  opacity: 0.5;
}
.cid-ulZKCC2n8e .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-ulZKCC2n8e ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-ulZKCC2n8e .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #e1201d;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-ulZKCC2n8e .carousel-indicators li:hover {
  opacity: 1;
}
.cid-ulZKCC2n8e .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-ulZKCC2n8e .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #e1201d;
  z-index: -1;
}
.cid-ulZKCC2n8e .user_status {
  color: #767676;
}
.cid-ulZKCC2n8e .user_text {
  color: #ffffff;
}
.cid-ulZh7FG76x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-ulZh7FG76x p {
  color: #767676;
}
.cid-ulZh7FG76x .mbr-section-subtitle {
  color: #767676;
}
.cid-ulZh7FG76x .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ulZh7FG76x .panel-group {
  width: 100%;
}
.cid-ulZh7FG76x .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ulZh7FG76x .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ulZh7FG76x .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ulZh7FG76x .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ulZh7FG76x .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-ulZh7FG76x .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ulZh7FG76x .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-ulZh7FG76x .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-ulZh7FG76x H4 {
  color: #ffffff;
}
.cid-ulZh7FG76x .panel-text {
  color: #efefef;
}
.cid-ulZh7FG76x H2 {
  color: #ffffff;
}
.cid-ulZxoM6Te7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ulZxoM6Te7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ulZxoM6Te7 .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-ulZxoM6Te7 .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-ulZxoM6Te7 .media-content {
  padding-left: 2rem;
}
.cid-ulZxoM6Te7 textarea {
  min-height: 150px;
}
.cid-ulZxoM6Te7 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-ulZxoM6Te7 .form-control,
.cid-ulZxoM6Te7 .field-input {
  padding: 1rem;
  background-color: #000000;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-ulZxoM6Te7 .form-control input::-webkit-input-placeholder,
.cid-ulZxoM6Te7 .field-input input::-webkit-input-placeholder,
.cid-ulZxoM6Te7 .form-control textarea::-webkit-input-placeholder,
.cid-ulZxoM6Te7 .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-ulZxoM6Te7 .form-control input:-moz-placeholder,
.cid-ulZxoM6Te7 .field-input input:-moz-placeholder,
.cid-ulZxoM6Te7 .form-control textarea:-moz-placeholder,
.cid-ulZxoM6Te7 .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-ulZxoM6Te7 .form-control:hover,
.cid-ulZxoM6Te7 .field-input:hover,
.cid-ulZxoM6Te7 .form-control:focus,
.cid-ulZxoM6Te7 .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ulZxoM6Te7 .form-control:hover input::-webkit-input-placeholder,
.cid-ulZxoM6Te7 .field-input:hover input::-webkit-input-placeholder,
.cid-ulZxoM6Te7 .form-control:focus input::-webkit-input-placeholder,
.cid-ulZxoM6Te7 .field-input:focus input::-webkit-input-placeholder,
.cid-ulZxoM6Te7 .form-control:hover textarea::-webkit-input-placeholder,
.cid-ulZxoM6Te7 .field-input:hover textarea::-webkit-input-placeholder,
.cid-ulZxoM6Te7 .form-control:focus textarea::-webkit-input-placeholder,
.cid-ulZxoM6Te7 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ulZxoM6Te7 .form-control:hover input:-moz-placeholder,
.cid-ulZxoM6Te7 .field-input:hover input:-moz-placeholder,
.cid-ulZxoM6Te7 .form-control:focus input:-moz-placeholder,
.cid-ulZxoM6Te7 .field-input:focus input:-moz-placeholder,
.cid-ulZxoM6Te7 .form-control:hover textarea:-moz-placeholder,
.cid-ulZxoM6Te7 .field-input:hover textarea:-moz-placeholder,
.cid-ulZxoM6Te7 .form-control:focus textarea:-moz-placeholder,
.cid-ulZxoM6Te7 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-ulZxoM6Te7 .jq-number__spin:hover,
.cid-ulZxoM6Te7 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ulZxoM6Te7 .jq-number__spin {
  background-color: #000000;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ulZxoM6Te7 .jq-selectbox li,
.cid-ulZxoM6Te7 .jq-selectbox li {
  background-color: #000000;
  color: #ffffff;
}
.cid-ulZxoM6Te7 .jq-selectbox li:hover,
.cid-ulZxoM6Te7 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ulZxoM6Te7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ulZxoM6Te7 .jq-number__spin.minus:hover:after,
.cid-ulZxoM6Te7 .jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.cid-ulZxoM6Te7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ulZxoM6Te7 .jq-number__spin.minus:after,
.cid-ulZxoM6Te7 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ulZxoM6Te7 input::-webkit-clear-button {
  display: none;
}
.cid-ulZxoM6Te7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-ulZxoM6Te7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-ulZxoM6Te7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ulZxoM6Te7 .mbr-text,
.cid-ulZxoM6Te7 .mbr-section-btn {
  color: #767676;
}
.cid-ulZxoM6Te7 .text2,
.cid-ulZxoM6Te7 .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ulZxoM6Te7 .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-ulZxoM6Te7 H3 {
  color: #ffffff;
}
.cid-ulZxoM6Te7 H1 {
  color: #ffffff;
}
.cid-ulZuvlbV7G .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-ulZuvlbV7G .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulZuvlbV7G .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulZuvlbV7G .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulZuvlbV7G .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulZAyZZqJK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ulZAyZZqJK .content {
    text-align: center;
  }
  .cid-ulZAyZZqJK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulZAyZZqJK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ulZAyZZqJK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ulZAyZZqJK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ulZAyZZqJK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ulZAyZZqJK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ulZAyZZqJK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ulZAyZZqJK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ulZAyZZqJK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ulZAyZZqJK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ulZAyZZqJK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulZAyZZqJK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ulZAyZZqJK P {
  color: #232323;
}
.cid-ulZAyZZqJK H5 {
  color: #ffffff;
}
.cid-ulZAyZZqJK .copyright > p {
  color: #ffffff;
}
.cid-ulZQNaYs9O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ulZQNaYs9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZQNaYs9O .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-ulZQNaYs9O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulZQNaYs9O .row {
  flex-direction: row-reverse;
}
.cid-ulZQNaYs9O img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulZQNaYs9O .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulZQNaYs9O .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ulZQNaYs9O .mbr-text {
  color: #ffffff;
}
