body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.45rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.92rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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: 1.47rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 0.6125rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.5075rem + (2.45 - 1.5075) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5075rem + (2.45 - 1.5075) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ffcc00 !important;
}
.bg-success {
  background-color: #ffcc00 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffcc00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !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: #997a00;
  color: #997a00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #997a00;
  color: #997a00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #997a00;
  color: #997a00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !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: #ffcc00 !important;
}
.text-secondary {
  color: #808080 !important;
}
.text-success {
  color: #ffcc00 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ffcc00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffe066 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b3b3b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe066 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #333333 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffe066 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffcc00;
}
.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: #ffcc00;
  border-color: #ffcc00;
  color: #191400;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffcc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #fff5cc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #ffcc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffcc00;
  color: #000000;
}
.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: #ffcc00;
  border-bottom-color: #ffcc00;
}
.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: #ffcc00 !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: #808080 !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='%23ffcc00' %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-sQ8dfTwTbL .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ8dfTwTbL .nav-item:focus,
.cid-sQ8dfTwTbL .nav-link:focus {
  outline: none;
}
.cid-sQ8dfTwTbL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ8dfTwTbL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQ8dfTwTbL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQ8dfTwTbL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQ8dfTwTbL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQ8dfTwTbL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQ8dfTwTbL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQ8dfTwTbL .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQ8dfTwTbL .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sQ8dfTwTbL .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sQ8dfTwTbL .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sQ8dfTwTbL .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sQ8dfTwTbL .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sQ8dfTwTbL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sQ8dfTwTbL .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sQ8dfTwTbL .navbar.collapsed .navbar-collapse.show,
.cid-sQ8dfTwTbL .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQ8dfTwTbL .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sQ8dfTwTbL .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sQ8dfTwTbL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQ8dfTwTbL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQ8dfTwTbL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQ8dfTwTbL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sQ8dfTwTbL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQ8dfTwTbL .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQ8dfTwTbL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQ8dfTwTbL .navbar.collapsed .right-menu,
.cid-sQ8dfTwTbL .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sQ8dfTwTbL .navbar .navbar-collapse.show,
  .cid-sQ8dfTwTbL .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQ8dfTwTbL .navbar .navbar-collapse.show .brand-container,
  .cid-sQ8dfTwTbL .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sQ8dfTwTbL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQ8dfTwTbL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQ8dfTwTbL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQ8dfTwTbL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQ8dfTwTbL .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sQ8dfTwTbL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQ8dfTwTbL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQ8dfTwTbL .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQ8dfTwTbL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sQ8dfTwTbL .navbar .right-menu,
  .cid-sQ8dfTwTbL .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sQ8dfTwTbL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQ8dfTwTbL .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sQ8dfTwTbL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQ8dfTwTbL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQ8dfTwTbL .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQ8dfTwTbL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQ8dfTwTbL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQ8dfTwTbL .dropdown-item.active,
.cid-sQ8dfTwTbL .dropdown-item:active {
  background-color: transparent;
}
.cid-sQ8dfTwTbL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQ8dfTwTbL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQ8dfTwTbL .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQ8dfTwTbL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQ8dfTwTbL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQ8dfTwTbL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQ8dfTwTbL ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sQ8dfTwTbL ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sQ8dfTwTbL .navbar-buttons {
  margin-left: auto;
}
.cid-sQ8dfTwTbL button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQ8dfTwTbL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQ8dfTwTbL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQ8dfTwTbL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQ8dfTwTbL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQ8dfTwTbL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQ8dfTwTbL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQ8dfTwTbL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sQ8dfTwTbL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sQ8dfTwTbL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQ8dfTwTbL .navbar-dropdown {
  position: fixed;
}
.cid-sQ8dfTwTbL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQ8dfTwTbL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQ8dfTwTbL .right-menu,
.cid-sQ8dfTwTbL .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sQ8dfTwTbL .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sQ8dfTwTbL .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sQ8dfTwTbL .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQ8dfTwTbL .menu-top {
  text-align: center;
  width: 100%;
  background-color: #ffcc00;
  padding: 0.5rem 0;
  color: #ffffff;
}
.cid-sQ8dfTwTbL .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sQ8dfTwTbL .card-wrapper {
  z-index: 3;
}
.cid-sQ8dfTwTbL .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sQ8dfTwTbL .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQ8dfTwTbL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQnFxutLfQ {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQnFxutLfQ h3 {
  line-height: 1;
  letter-spacing: -3px;
  position: relative;
}
.cid-sQnFxutLfQ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sQnFxutLfQ h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -120px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sQnFxutLfQ .mbr-iconfont {
  margin-top: 150px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-sRaFOztr3m {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}
.cid-sRaFOztr3m .carousel {
  width: 100%;
}
.cid-sRaFOztr3m .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sRaFOztr3m .carousel-item img {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sRaFOztr3m .mbr-overlay {
  z-index: 1;
}
.cid-sRaFOztr3m .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-sRaFOztr3m .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sRaFOztr3m .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sRaFOztr3m .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-sRaFOztr3m .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sRaFOztr3m .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRaFOztr3m .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRaFOztr3m .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sRaFOztr3m .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-sRaFOztr3m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRaFOztr3m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRaFOztr3m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRaFOztr3m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sRaFOztr3m .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #000000;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-sRaFOztr3m .carousel-indicators li.active {
  background-color: #ffcc00;
}
.cid-sRaFOztr3m .carousel-indicators li.active,
.cid-sRaFOztr3m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRaFOztr3m .carousel-indicators li::after,
.cid-sRaFOztr3m .carousel-indicators li::before {
  content: none;
}
.cid-sRaFOztr3m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRaFOztr3m .carousel-indicators {
    display: none !important;
  }
}
.cid-sRaFOztr3m .btn.btn-primary-outline {
  border: 1px solid #ffcc00;
}
.cid-sRaFOztr3m .btn.btn-primary-outline:hover {
  background-color: #ffcc00 !important;
  color: #ffffff !important;
}
.cid-sRaFOztr3m .btn.btn-secondary-outline {
  border: 1px solid #808080;
}
.cid-sRaFOztr3m .btn.btn-secondary-outline:hover {
  background-color: #808080 !important;
  color: #ffffff !important;
}
.cid-sRaFOztr3m .btn.btn-success-outline {
  border: 1px solid #ffcc00;
}
.cid-sRaFOztr3m .btn.btn-success-outline:hover {
  background-color: #ffcc00 !important;
  color: #ffffff !important;
}
.cid-sRaFOztr3m .btn.btn-info-outline {
  border: 1px solid #000000;
}
.cid-sRaFOztr3m .btn.btn-info-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sRaFOztr3m .btn.btn-warning-outline {
  border: 1px solid #ffffff;
}
.cid-sRaFOztr3m .btn.btn-warning-outline:hover {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.cid-sRaFOztr3m .btn.btn-danger-outline {
  border: 1px solid #ffcc00;
}
.cid-sRaFOztr3m .btn.btn-danger-outline:hover {
  background-color: #ffcc00 !important;
  color: #ffffff !important;
}
.cid-sRaFOztr3m .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sRaFOztr3m .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sRaFOztr3m .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sRaFOztr3m .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sRaFOztr3m .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-sRaFOztr3m .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-sRaFOztr3m .carousel-control {
    display: none;
  }
  .cid-sRaFOztr3m .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-sRaFOztr3m .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-sRaFOztr3m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sQnITI787o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQnITI787o h2,
.cid-sQnITI787o h3,
.cid-sQnITI787o h4,
.cid-sQnITI787o h5 {
  margin: 0;
}
.cid-sQnITI787o .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sQnITI787o .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sQnITI787o .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sQnITI787o .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sQnITI787o .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sQnITI787o .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sQnITI787o .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sQnITI787o .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sQnITI787o .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sQnITI787o .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sQnITI787o .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sQnITI787o .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sQnITI787o .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sQnITI787o .card:hover {
  cursor: pointer;
}
.cid-sQnITI787o .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-sQnITI787o .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-sQnITI787o .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-sQnITI787o .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-sQ8KnYR6p7 {
  overflow: hidden !important;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/seamless-pattern-black-paint-dripping-1000x1080.jpeg");
}
.cid-sQ8KnYR6p7 .container-fluid {
  padding: 0 5rem;
}
.cid-sQ8KnYR6p7 .animated-element {
  color: #ffcc00;
}
.cid-sQ8KnYR6p7 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-sQ8KnYR6p7 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sQ8KnYR6p7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sQ8KnYR6p7 .mbr-figure {
    margin-top: 1rem;
  }
}
.cid-sQ8KnYR6p7 .mbr-section-subtitle,
.cid-sQ8KnYR6p7 .mbr-section-btn {
  text-align: center;
}
.cid-sQ8KnYR6p7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sQMpCFUk5m {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sQMpCFUk5m img {
  max-width: 140px;
  margin: auto;
}
.cid-sQMpCFUk5m .card {
  background: white;
  padding: 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-sQMpCFUk5m .card:hover {
  transform: scale(0.9);
}
.cid-sQMpCFUk5m .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffcc00;
}
.cid-sQMpCFUk5m .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-sQMpCFUk5m .svg-top {
    width: 1000px;
  }
}
.cid-sQMpCFUk5m .mbr-section-title {
  color: #ffcc00;
}
.cid-sQMpCFUk5m .mbr-section-subtitle {
  color: #949393;
}
.cid-sQMqTCzeYF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sQMqTCzeYF .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sQMqTCzeYF .content {
    padding: 1rem 0;
  }
}
.cid-sQMqTCzeYF .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-sQMqTCzeYF .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-sQMqTCzeYF .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sQMm7eD1fx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sQMm7eD1fx .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQMm7eD1fx .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffcc00;
}
.cid-sQMm7eD1fx .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-sQMm7eD1fx .svg-top {
    width: 1000px;
  }
}
.cid-sQMm7eD1fx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sQMm7eD1fx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sQMm7eD1fx .mbr-text {
  color: #ffffff;
}
.cid-sQMm7eD1fx .name {
  color: #ffffff;
}
.cid-sQMm7eD1fx .position {
  color: #1a449a;
}
.cid-sQMm7eD1fx .mbr-section-title {
  color: #ffffff;
}
.cid-sR9Uapyc5J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sR9Uapyc5J .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sR9Uapyc5J .content {
    padding: 1rem 0;
  }
}
.cid-sR9Uapyc5J .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-sR9Uapyc5J .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-sR9Uapyc5J .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sQ8i3Uuo8P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQ8i3Uuo8P .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQ8i3Uuo8P .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sQ8i3Uuo8P .google-map {
  height: 100%;
  position: relative;
}
.cid-sQ8i3Uuo8P .google-map iframe {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.cid-sQ8i3Uuo8P .google-map [data-state-details] {
  color: #fafafa;
  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-sQ8i3Uuo8P .google-map[data-state] {
  background: #fafafa;
}
.cid-sQ8i3Uuo8P .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sQ8i3Uuo8P .card-wrapper {
  display: flex;
  border-radius: 30px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQ8i3Uuo8P .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sQ8i3Uuo8P .card-wrapper {
    padding: 44px 40px;
  }
}
.cid-sQ8i3Uuo8P .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffcc00;
}
.cid-sQ8i3Uuo8P .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sQ8i3Uuo8P .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sQ8i3Uuo8P P {
  text-align: right;
  color: #000000;
}
.cid-sQ8i3Uuo8P .card-title {
  text-align: right;
  color: #949393;
}
.cid-sR9U9lYbMD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sR9U9lYbMD .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sR9U9lYbMD .content {
    padding: 1rem 0;
  }
}
.cid-sR9U9lYbMD .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-sR9U9lYbMD .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-sR9U9lYbMD .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sQo58rjMYW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQo58rjMYW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQo58rjMYW .row {
  flex-direction: row-reverse;
}
.cid-sQo58rjMYW img {
  width: 100%;
}
.cid-sQo58rjMYW .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffcc00;
}
.cid-sQo58rjMYW .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-sQo58rjMYW .svg-top {
    width: 1000px;
  }
}
.cid-sQo58rjMYW .mbr-description {
  color: #ffffff;
}
.cid-sQMlc96DJ5 {
  padding-top: 375px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/seamless-pattern-black-paint-dripping-1000x1080.jpeg");
}
.cid-sQMlc96DJ5 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-sQMlc96DJ5 h1 span {
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-sQMlc96DJ5 .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-sQMlc96DJ5 .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-sQMlc96DJ5 .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-sQMlc96DJ5 h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sQMlc96DJ5 .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-sQMlc96DJ5 h1 {
    margin-bottom: 8rem;
  }
}
.cid-sQohXztfhm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-sQohXztfhm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sQohXztfhm .team-card:hover {
  transform: translateY(-10px);
}
.cid-sQohXztfhm .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffcc00;
}
.cid-sQohXztfhm .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-sQohXztfhm .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sQohXztfhm .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-sQohXztfhm .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-sQohXztfhm .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sQohXztfhm .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-sQohXztfhm .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-sQohXztfhm .card-title,
.cid-sQohXztfhm .social-row {
  color: #1a449a;
}
.cid-sQohXztfhm .mbr-role,
.cid-sQohXztfhm .social-row {
  color: #1a449a;
}
.cid-sQohXztfhm .card-text,
.cid-sQohXztfhm .mbr-section-btn,
.cid-sQohXztfhm .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-sQohXztfhm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sQohXztfhm .card-title,
.cid-sQohXztfhm .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-sQohXztfhm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sQ8S7sWcxQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sQoacOMroX .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQoacOMroX .nav-item:focus,
.cid-sQoacOMroX .nav-link:focus {
  outline: none;
}
.cid-sQoacOMroX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQoacOMroX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQoacOMroX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sQoacOMroX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sQoacOMroX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sQoacOMroX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQoacOMroX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQoacOMroX .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sQoacOMroX .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sQoacOMroX .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sQoacOMroX .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sQoacOMroX .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sQoacOMroX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sQoacOMroX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sQoacOMroX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sQoacOMroX .navbar.collapsed .navbar-collapse.show,
.cid-sQoacOMroX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQoacOMroX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sQoacOMroX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sQoacOMroX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sQoacOMroX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQoacOMroX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQoacOMroX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sQoacOMroX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQoacOMroX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sQoacOMroX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQoacOMroX .navbar.collapsed .right-menu,
.cid-sQoacOMroX .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sQoacOMroX .navbar .navbar-collapse.show,
  .cid-sQoacOMroX .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQoacOMroX .navbar .navbar-collapse.show .brand-container,
  .cid-sQoacOMroX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sQoacOMroX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQoacOMroX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQoacOMroX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQoacOMroX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQoacOMroX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sQoacOMroX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sQoacOMroX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQoacOMroX .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sQoacOMroX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sQoacOMroX .navbar .right-menu,
  .cid-sQoacOMroX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sQoacOMroX .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQoacOMroX .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sQoacOMroX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sQoacOMroX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQoacOMroX .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQoacOMroX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQoacOMroX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQoacOMroX .dropdown-item.active,
.cid-sQoacOMroX .dropdown-item:active {
  background-color: transparent;
}
.cid-sQoacOMroX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQoacOMroX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQoacOMroX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQoacOMroX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sQoacOMroX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQoacOMroX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQoacOMroX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sQoacOMroX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sQoacOMroX .navbar-buttons {
  margin-left: auto;
}
.cid-sQoacOMroX button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQoacOMroX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQoacOMroX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQoacOMroX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQoacOMroX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQoacOMroX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQoacOMroX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQoacOMroX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sQoacOMroX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sQoacOMroX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQoacOMroX .navbar-dropdown {
  position: fixed;
}
.cid-sQoacOMroX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQoacOMroX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQoacOMroX .right-menu,
.cid-sQoacOMroX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sQoacOMroX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sQoacOMroX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sQoacOMroX .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sQoacOMroX .menu-top {
  text-align: center;
  width: 100%;
  background-color: #ffcc00;
  padding: 0.5rem 0;
  color: #ffffff;
}
.cid-sQoacOMroX .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sQoacOMroX .card-wrapper {
  z-index: 3;
}
.cid-sQoacOMroX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sQoacOMroX .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQoacOMroX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQoacT6B0R {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQoacT6B0R h3 {
  line-height: 1;
  letter-spacing: -3px;
  position: relative;
}
.cid-sQoacT6B0R h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sQoacT6B0R h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -120px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sQoacT6B0R .mbr-iconfont {
  margin-top: 150px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-sRaRacFgEj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sRaRacFgEj .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRaRacFgEj .modal-body .close {
  background: #1b1b1b;
}
.cid-sRaRacFgEj .modal-body .close span {
  font-style: normal;
}
.cid-sRaRacFgEj .carousel-inner > .active,
.cid-sRaRacFgEj .carousel-inner > .next,
.cid-sRaRacFgEj .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sRaRacFgEj .carousel-control .icon-next,
.cid-sRaRacFgEj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sRaRacFgEj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sRaRacFgEj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRaRacFgEj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRaRacFgEj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sRaRacFgEj .boxed-slider > div {
  position: relative;
}
.cid-sRaRacFgEj .container img {
  width: 100%;
}
.cid-sRaRacFgEj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sRaRacFgEj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sRaRacFgEj .mbr-table-cell {
  padding: 0;
}
.cid-sRaRacFgEj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sRaRacFgEj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sRaRacFgEj .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-sRaRacFgEj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sRaRacFgEj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sRaRacFgEj .carousel-item.active.right,
.cid-sRaRacFgEj .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sRaRacFgEj .carousel-item.active.left,
.cid-sRaRacFgEj .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sRaRacFgEj .carousel-item.active,
.cid-sRaRacFgEj .carousel-item.next.left,
.cid-sRaRacFgEj .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sRaRacFgEj .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sRaRacFgEj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRaRacFgEj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRaRacFgEj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sRaRacFgEj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRaRacFgEj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sRaRacFgEj .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sRaRacFgEj .mbr-slider .carousel-indicators li.active,
.cid-sRaRacFgEj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sRaRacFgEj .mbr-slider .carousel-indicators li::after,
.cid-sRaRacFgEj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sRaRacFgEj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sRaRacFgEj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sRaRacFgEj .mbr-slider > .container img {
  width: 100%;
}
.cid-sRaRacFgEj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sRaRacFgEj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sRaRacFgEj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sRaRacFgEj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sRaRacFgEj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sRaRacFgEj .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sRaRacFgEj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sRaRacFgEj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sRaRacFgEj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sRaRacFgEj .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sRaRacFgEj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sRaRacFgEj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sRaRacFgEj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sRaRacFgEj .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sRaRacFgEj .carousel-inner {
  height: 100%;
}
.cid-sRaRacFgEj .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sRaRacFgEj .image_wrapper {
  height: 560px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sRaRacFgEj .image_wrapper img {
  width: 100% !important;
  height: 100%;
}
.cid-sRaRacFgEj .carousel-item .container-slide {
  text-align: center;
}
.cid-sRaRacFgEj .content-slider-wrap {
  width: 52%;
}
.cid-sQodw3E5Qn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQodw3E5Qn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQodw3E5Qn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQodw3E5Qn .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQodw3E5Qn .mbr-section-title {
  color: #ffcc00;
}
.cid-sQodw3E5Qn .mbr-text {
  color: #000000;
}
.cid-sQoad5qCJ5 {
  overflow: hidden !important;
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/seamless-pattern-black-paint-dripping-1000x1080.jpeg");
}
.cid-sQoad5qCJ5 .container-fluid {
  padding: 0 5rem;
}
.cid-sQoad5qCJ5 .animated-element {
  color: #ffcc00;
}
.cid-sQoad5qCJ5 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-sQoad5qCJ5 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sQoad5qCJ5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sQoad5qCJ5 .mbr-figure {
    margin-top: 1rem;
  }
}
.cid-sQoad5qCJ5 .mbr-section-subtitle,
.cid-sQoad5qCJ5 .mbr-section-btn {
  text-align: center;
}
.cid-sQoad5qCJ5 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sQoadh5O9z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQoadh5O9z .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sQoadh5O9z .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sQoadh5O9z .google-map {
  height: 100%;
  position: relative;
}
.cid-sQoadh5O9z .google-map iframe {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.cid-sQoadh5O9z .google-map [data-state-details] {
  color: #fafafa;
  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-sQoadh5O9z .google-map[data-state] {
  background: #fafafa;
}
.cid-sQoadh5O9z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sQoadh5O9z .card-wrapper {
  display: flex;
  border-radius: 30px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQoadh5O9z .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sQoadh5O9z .card-wrapper {
    padding: 44px 40px;
  }
}
.cid-sQoadh5O9z .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffcc00;
}
.cid-sQoadh5O9z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sQoadh5O9z .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sQoadh5O9z P {
  text-align: right;
  color: #000000;
}
.cid-sQoadh5O9z .card-title {
  text-align: right;
  color: #949393;
}
.cid-sQoadkrNFT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQoadkrNFT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQoadkrNFT .row {
  flex-direction: row-reverse;
}
.cid-sQoadkrNFT img {
  width: 100%;
}
.cid-sQoadkrNFT .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffcc00;
}
.cid-sQoadkrNFT .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-sQoadkrNFT .svg-top {
    width: 1000px;
  }
}
.cid-sQoadkrNFT .mbr-description {
  color: #ffffff;
}
.cid-sQoadnfFvb {
  padding-top: 375px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/seamless-pattern-black-paint-dripping-1000x1080.jpeg");
}
.cid-sQoadnfFvb h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-sQoadnfFvb h1 span {
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-sQoadnfFvb .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-sQoadnfFvb .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-sQoadnfFvb .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-sQoadnfFvb h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sQoadnfFvb .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-sQoadnfFvb h1 {
    margin-bottom: 8rem;
  }
}
.cid-sQoacVXC4p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-sQoacVXC4p .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sQoacVXC4p .team-card:hover {
  transform: translateY(-10px);
}
.cid-sQoacVXC4p .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffcc00;
}
.cid-sQoacVXC4p .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-sQoacVXC4p .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sQoacVXC4p .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-sQoacVXC4p .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-sQoacVXC4p .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sQoacVXC4p .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-sQoacVXC4p .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-sQoacVXC4p .card-title,
.cid-sQoacVXC4p .social-row {
  color: #1a449a;
}
.cid-sQoacVXC4p .mbr-role,
.cid-sQoacVXC4p .social-row {
  color: #1a449a;
}
.cid-sQoacVXC4p .card-text,
.cid-sQoacVXC4p .mbr-section-btn,
.cid-sQoacVXC4p .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-sQoacVXC4p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sQoacVXC4p .card-title,
.cid-sQoacVXC4p .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-sQoacVXC4p .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sQoadqwaNO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
