body {
  font-family: 'Manrope', sans-serif;
}
.ui-button {
  position: relative;
  border-radius: 0;
  font-weight: 700;
  color: #171b24;
  padding-left: 24px;
  padding-right: 64px;
}
.ui-button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/cache/documents/643bfc69c067e8fb786cd275/arrow-right_2.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 20px;
  height: 16px;
}
.site .ui-button {
  background: #fee444;
}
.site .ui-button:hover {
  background: rgba(254,228,68,0.7);
}
a.ui-button,
div.ui-button {
  min-height: var(--height, 54px);
  padding-top: calc((var(--height, 54px) - 27px) / 2);
  padding-bottom: calc((var(--height, 54px) - 27px) / 2);
}
@media (max-width: 1040px) {
  a.ui-button,
  div.ui-button {
    min-height: var(--height, 48px);
    padding-top: calc((var(--height, 48px) - 27px) / 2);
    padding-bottom: calc((var(--height, 48px) - 27px) / 2);
  }
}
.ui-slideMenu-open2 .ui-button {
  padding-right: var(--spacing);
}
.ui-slideMenu-open2 .ui-button:before {
  display: none;
}
.w-form .ui-button {
  padding-right: 32px;
  padding-left: 32px;
}
.w-form .ui-button:before {
  display: none;
}
body:not(.status-404) .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.status-404 .header {
  background-color: #171b24;
}
@media (max-width: 1040px) {
  .header {
    border-bottom: 1px solid #fff;
  }
}
.imageDecoration .w-holder {
  position: relative;
  z-index: 0;
}
.imageDecoration .w-holder:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(16px, 50%);
  -moz-transform: translate(16px, 50%);
  -o-transform: translate(16px, 50%);
  -ms-transform: translate(16px, 50%);
  transform: translate(16px, 50%);
  width: 350px;
  height: 45px;
  background: #fee444;
  pointer-events: none;
}
.imageDecoration img {
  width: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
@media (max-width: 1040px) {
  .imageDecoration .w-holder:before {
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}
@media (max-width: 500px) {
  .imageDecoration .w-holder:before {
    width: 100%;
  }
}
.w-columns .imageDecoration .w-holder:before {
  right: auto;
  left: 0;
}
@media (min-width: 1041px) {
  .w-columns .imageDecoration .w-holder:before {
    -webkit-transform: translate(-16px, 50%);
    -moz-transform: translate(-16px, 50%);
    -o-transform: translate(-16px, 50%);
    -ms-transform: translate(-16px, 50%);
    transform: translate(-16px, 50%);
  }
}
.menuGrid .w-menu-title {
  max-width: 893px;
}
.menuGrid .w-menu-gridThumb-holder,
.menuGrid .menu-title,
.menuGrid .menu-description,
.menuGrid .image img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menuGrid .image img,
.menuGrid .image img.fit-switch {
  position: relative;
  width: 64px !important;
  height: 64px !important;
}
.menuGrid .image a {
  position: relative;
  display: block;
}
.menuGrid .image a:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 16px;
  pointer-events: none;
  width: 70px;
  height: 70px;
  background: #fee444;
  border-radius: 50%;
}
.menuGrid .read_more {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  margin-right: auto;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 24px;
  padding-right: 64px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 700;
  background: #efefef;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menuGrid .read_more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/cache/documents/643bfc69c067e8fb786cd275/arrow-right_2.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 20px;
  height: 16px;
}
.menuGrid .w-menu-gridThumb-holder:hover .menu-title,
.menuGrid .w-menu-gridThumb-holder:hover .menu-description {
  color: #fff;
}
.menuGrid .w-menu-gridThumb-holder:hover .image img {
  filter: invert(100%);
}
.menuGrid .w-menu-gridThumb-holder:hover .read_more {
  background: #fff;
}
@media (max-width: 1040px) {
  .menuGrid .read_more {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
}
@media (max-width: 500px) {
  .menuGrid .w-holder {
    --columns: 1;
  }
}
.footer {
  position: relative;
  z-index: 0;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/cache/thumbs/643bfc69c067e8fb786cd275/0x0-none/BG.png") no-repeat top right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1464px) {
  .footer .w-columns {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1464px) {
  .spacing {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 500px) {
  .homeBanner {
    --aspect-ratio: 3/4;
  }
}
.bulletPoints .bulletPoint-inner {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .bulletPoints .w-holder {
    --columns: 1;
  }
}
.w-value-cover {
  --height: 450px;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  overflow: visible;
}
.w-value-cover:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 30px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 351px;
  height: 54px;
  background: #fee444;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1040px) {
  .w-value-cover:before {
    width: 250px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .w-value-cover:before {
    width: 150px;
    height: 24px;
    right: 16px;
  }
}
.w-maps .w-maps-content {
  height: 535px !important;
}
.car .w-holder {
  -webkit-box-shadow: 0 0 8px rgba(2,20,49,0.08);
  box-shadow: 0 0 8px rgba(2,20,49,0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.car p {
  display: inline-block;
}
.logic-content .w-rte h2 {
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 1040px) {
  .logic-content .w-rte h2 {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  .logic-content .w-rte h2 {
    font-size: 32px;
  }
}
.w-rte h3 {
  font-weight: bold;
}
.w-value-cover h1 {
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 1040px) {
  .w-value-cover h1 {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  .w-value-cover h1 {
    font-size: 36px;
  }
}
.w-form-style1-v2 .ui-select .ui-select-value {
  white-space: nowrap;
  overflow: hidden;
}
.logic-content .header+div {
  margin-top: 0 !important;
}
