:root {
  --gold: #fce200;
  --untitled-ui-gray900: #101828;
  --elements-webflow-library-neutral--100: white;
  --black: black;
  --untitled-ui-gray50: #f9fafb;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --relume-library-lite-rl-black: black;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-neutral--200: #f7f7fc;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-general--shadow-03: #14142b1a;
  --lynx-white: white;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-primary100: #f4ebff;
  --coral: #fc721d;
  --coral-llinght: #fd8033;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray600: #475467;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --untitled-ui-gray200: #eaecf0;
  --elements-webflow-library-general--shadow-04: #14142b24;
  --elements-webflow-library-neutral--400: #dcddeb;
  --elements-webflow-library-neutral--500: #a0a3bd;
  --elements-webflow-library-general--shadow-05: #14142b29;
  --lynx-black: #1f2022;
  --lynx-medium-purple: #8979ec;
  --untitled-ui-primary800: #53389e;
  --relume-library-lite-rl-white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.brix---btn-primary {
  background-color: var(--gold);
  color: var(--untitled-ui-gray900);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.3s,
    color 0.3s;
}

.brix---btn-primary:hover {
  border: 2px solid var(--gold);
  background-color: var(--elements-webflow-library-neutral--100);
  color: #000;
  transform: translate3d(0, -3px, 0.01px);
}

.brix---btn-primary.c {
  color: var(--black);
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-default {
  margin-bottom: 0;
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-default.black {
  color: var(--untitled-ui-gray900);
  max-width: 600px;
}

.paragraph-default.white {
  color: var(--elements-webflow-library-neutral--100);
}

.heading-h1-custom {
  color: var(--gold);
  text-shadow: 0 4px 5px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 66px;
}

.heading-h1-custom.black {
  color: #000;
  margin-bottom: 0;
}

.heading-h1-custom.black.left {
  text-align: left;
}

.heading-h1-custom.medium {
  font-size: 6vw;
  line-height: 6vw;
}

.brix---heading-h3-size {
  color: var(--untitled-ui-gray50);
  margin-top: 0;
  margin-bottom: 12px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size.black {
  color: var(--black);
  font-family:
    Cobe Heavy,
    sans-serif;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---color-accent-1 {
  color: #fff;
}

.brix---display-2 {
  color: #000;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 84px;
}

.brix---text-center {
  text-align: center;
}

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size.black {
  color: var(--black);
  font-weight: 900;
  line-height: 40px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 0;
}

.brix---container-default-2 {
  max-width: 1920px;
  padding: 10px 24px 0;
  position: relative;
}

.brix---section {
  background-color: var(--gold);
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.icon-wrapper.left {
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image {
  width: 30px;
  transform: rotate(60deg);
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---img-below-card {
  max-width: 976px;
  margin-left: auto;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-wrapper {
  color: var(--elements-webflow-library-neutral--600);
  max-width: 600px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---card-over-image {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  max-width: 728px;
  padding: 80px 72px;
  position: absolute;
}

.brix---flex-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---section-2 {
  background-color: var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-2.orange {
  color: #fff;
  font-weight: 900;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---mg-bottom-24px {
  width: 50px;
  margin-bottom: 24px;
}

.brix---card-content-center {
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  text-align: center;
  background-color: #1c1c1c;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 20px;
  display: flex;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---section-3 {
  background-color: var(--gold);
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---mg-bottom-16px-3 {
  display: flex;
}

.heading-info-item---centered {
  text-align: center;
}

.heading-info-wrapper {
  margin-bottom: 48px;
}

.brix---border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---link-icon-right-2 {
  color: var(--black);
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  color: #fff;
  text-transform: none;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
}

.brix---text-200-bold-2.black {
  color: #000;
}

.heading-wrapper.btm-padding-10px {
  margin-bottom: 10px;
}

.brix---grid-2-columns-gap-56px {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---tabs-content-card {
  background-color: var(--gold);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border: 1px solid #00000024;
  border-radius: 24px;
  width: 100%;
  padding: 48px 56px;
  overflow: visible;
}

.brix---mg-left-12px {
  color: var(--gold);
  margin-left: 12px;
}

.brix---square-icon-48px {
  border-radius: 10px;
  width: 48px;
}

.brix---tab-small-center {
  border: 2px solid var(--elements-webflow-library-neutral--200);
  background-color: var(--black);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--800);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition:
    box-shadow 0.3s,
    border-width 0.3s,
    border-color 0.3s,
    color 0.3s;
  display: flex;
}

.brix---tab-small-center:hover {
  border-color: #000;
}

.brix---tab-small-center.w--current {
  border-color: var(--gold);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  background-color: #1c1c1c;
}

.brix---tab-small-center.w--current:hover {
  border-color: #000;
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-info-inner-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-info-component {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-5 {
  max-width: 1920px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  background-color: var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.text-block-2,
.text-block-3,
.text-block-4 {
  color: var(--gold);
  font-family:
    Cobe Heavy,
    sans-serif;
}

.brix---link-wrapper-white {
  color: var(--elements-webflow-library-neutral--100);
  align-items: center;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white:hover,
.brix---color-neutral-809.white {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---section-overflow-hidden {
  background-color: var(--gold);
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.arrow-down-splitter-yellow {
  color: var(--elements-webflow-library-neutral--100);
  background-image: url("../images/trianglenegative-yellow.svg");
  background-position: 0 0;
  background-size: auto;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---icon-square-acent-36px {
  background-color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition:
    transform 0.3s,
    background-color 0.3s,
    color 0.3s;
  display: flex;
}

.brix---icon-square-acent-36px:hover {
  transform: scale(0.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h3-size-5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-5.brix---link-wrapper-white {
  color: var(--black);
}

.brix---divider-64px {
  background-color: #000;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.brix---link {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

.brix---link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---mg-top-16px {
  margin-top: 16px;
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
}

.brix---text-200-bold-3 {
  letter-spacing: 2px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
}

.brix---text-200-bold-3.black {
  color: var(--black);
  text-decoration: underline;
}

.brix---contact-details-mg {
  margin-right: 32px;
}

.brix---contact-details-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---contact-form-right-side {
  background-color: var(--gold);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 88px 56px;
}

.brix---contact-form-right-side.a {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-811 {
  color: #000;
  font-family:
    Cobe Heavy,
    sans-serif;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--gold);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition:
    box-shadow 0.3s,
    color 0.3s,
    border-color 0.3s;
}

.brix---text-area:hover {
  border-color: var(--black);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--black);
  color: var(--relume-library-lite-rl-black);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--relume-library-lite-rl-black);
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition:
    box-shadow 0.3s,
    color 0.3s,
    border-color 0.3s;
}

.brix---input:hover {
  border-color: var(--untitled-ui-gray900);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input:focus {
  border-color: var(--black);
  color: var(--relume-library-lite-rl-black);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---contact-form-left-side {
  padding: 88px 56px;
}

.brix---grid-contact-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-7 {
  background-color: var(--elements-webflow-library-neutral--300);
  padding-top: 50px;
  padding-bottom: 50px;
}

.brix---container-default-6 {
  max-width: 1920px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library-general--shadow-02);
  background-color: var(--elements-webflow-library-neutral--300);
}

.slider-arrow-item {
  border: 1px solid #ffffff4d;
  border-left-style: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button.light {
  border-color: var(--gold);
  color: #fff;
  height: 60px;
}

.outline-button.light.small {
  border-color: var(--gold);
  height: 40px;
}

.hero-section {
  background-image: url("../images/pexels-kindel-media-9800009.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  justify-content: center;
  min-height: 105vh;
  margin-top: -170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.circle-link-text.left {
  justify-content: start;
  padding-left: 44px;
  padding-right: 0;
}

.button-text {
  z-index: 10;
  padding-left: 0;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}

.button-text.small {
  font-size: 15px;
}

.slider-background-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mask {
  overflow: visible;
}

.circle-outline {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.verticle-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line.bottom {
  height: 120px;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.circle-hover-clip.two {
  top: auto;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  inset: 0% auto 0% 0%;
}

.arrow {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.verticle-hero-line {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 100px 24px 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end center;
  width: 1px;
  margin-left: 0;
  display: grid;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.hero-slide-arrow {
  z-index: 20;
  border: 1px #ffffff4d;
  width: 100px;
  height: 100px;
  margin-right: -50px;
  inset: auto 15% 120px auto;
  overflow: visible;
}

.hero-slide-arrow.right {
  margin-bottom: 124px;
}

.slide-nav {
  display: none;
}

.heading-1-custom--xxl {
  font-size: 52px;
}

.heading-1-custom--xxl.xxxl {
  margin-top: 10px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
}

.heading-1-custom--xxl.yellow {
  color: var(--gold);
  margin-bottom: 0;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 55px;
}

.slider-background {
  background-image: url("../images/61.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  width: 105vw;
  height: 100%;
  min-height: 800px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.slider-background.two {
  background-image: url("../images/6.webp");
  height: 100%;
}

.slider-background.three {
  background-image: url("../images/22.webp");
  background-position: 0 0;
  height: 100%;
}

.hero-slider {
  background-color: #fff0;
  height: 100%;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.hero-slider-wrapper {
  padding-top: 70px;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.medium-width {
  max-width: 500px;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.slider-background-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 150vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  max-width: 1920px;
  display: grid;
  position: relative;
}

.clip {
  overflow: hidden;
}

.clip._1 {
  display: flex;
}

.solid-button-outline {
  border: 1px solid #cfdae2;
  border-radius: 100px;
  width: 100px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.solid-button-outline.light {
  border-color: #fff;
}

.solid-button-outline.middle {
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 100%;
}

.solid-button-outline.right {
  inset: 0% auto 0% -74px;
}

.overlay {
  background-color: #000000b5;
  position: absolute;
  inset: 0%;
}

.slider-link-text {
  font-family:
    Cobe Heavy,
    sans-serif;
  font-weight: 900;
}

.brix---btn-header-hidden-on-mbl-3 {
  margin-left: 0;
}

.brix---hamburger-menu-bar-bottom-2,
.brix---hamburger-menu-bar-top-2 {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-3 {
  padding: 0;
  transition: transform 0.3s;
}

.brix---hamburger-menu-wrapper-3:hover {
  transform: scale(0.96);
}

.brix---hamburger-menu-wrapper-3.w--open {
  background-color: #0000;
}

.brix---header-right-col-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-link-2 {
  color: var(--black);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color 0.3s;
}

.brix---header-nav-link-2:hover {
  color: #ffe500;
}

.brix---header-nav-link-2.w--current {
  color: var(--gold);
}

.brix---header-nav-list-item-left-2 {
  color: var(--black);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-weight: 900;
}

.brix---header-nav-menu-list-3 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-content-wrapper-3 {
  flex-wrap: wrap;
  place-content: space-between space-around;
  align-items: center;
  display: flex;
}

.brix---container-default-9 {
  max-width: 1920px;
}

.brix---header-wrapper-rounded-2 {
  background-color: var(--elements-webflow-library-neutral--100);
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 0 3px 10px #211f5414;
}

.btn-ouline {
  margin-top: 20px;
  overflow: hidden;
}

.call-button {
  z-index: 99;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-4 {
  background-color: #000;
  border-radius: 100%;
}

.menu-btn-mobile {
  background-color: var(--gold);
  color: var(--untitled-ui-gray900);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.3s,
    color 0.3s;
  display: none;
}

.menu-btn-mobile:hover {
  border: 2px solid var(--gold);
  background-color: var(--elements-webflow-library-neutral--100);
  color: #000;
  transform: translate3d(0, -3px, 0.01px);
}

.brix---footer-bottom-2 {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-link-2 {
  color: var(--black);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s;
}

.brix---footer-list-item-2 {
  color: var(--black);
  margin-bottom: 18px;
  padding-left: 0;
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
}

.brix---footer-list-wrapper-2 {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title-2 {
  color: var(--relume-library-lite-rl-black);
  margin-bottom: 40px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-logo-2 {
  transform-style: preserve-3d;
  transition: transform 0.3s;
}

.brix---footer-logo-2:hover {
  transform: scale3d(0.97, 0.97, 1.01);
}

.brix---footer-logo-wrapper-2 {
  width: 200px;
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---grid-footer-v1-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.brix---footer-top-2 {
  padding-top: 120px;
}

.brix---container-default-10 {
  background-color: var(--elements-webflow-library-neutral--300);
  max-width: 1920px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---mg-top-80px-2 {
  object-fit: cover;
  min-height: 100%;
}

.intro-section-heading-wrapper {
  color: var(--elements-webflow-library-neutral--800);
}

.intro-section-heading-wrapper._20px-margin-bottom {
  margin-bottom: 20px;
}

.intro-section {
  height: 110vh;
  margin-top: -170px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.intro-section-bg {
  height: 100%;
  position: relative;
}

.intro-section-cta-component {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  padding-top: 70px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---container-default-16 {
  max-width: 1920px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-9 {
  z-index: 2;
  background-color: var(--gold);
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
}

.brix---section-9.p {
  padding-bottom: 50px;
}

.uui-text-size-medium {
  color: var(--elements-webflow-library-neutral--100);
  letter-spacing: normal;
  width: 100%;
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: 0.5rem;
}

.uui-heading-xxsmall {
  color: var(--elements-webflow-library-neutral--100);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
}

.uui-layout32_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.abut-us-icon {
  color: var(--gold);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  color: var(--untitled-ui-primary600);
  background-color: #1c1c1c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout32_timeline-icon-wrapper {
  z-index: 1;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-layout32_progress-bar {
  background-color: var(--gold);
  width: 2px;
  height: 100%;
}

.uui-layout32_progress-bar-wrapper {
  background-color: #969696;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_timeline-wrapper {
  position: relative;
}

.uui-layout32_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  background-color: #000;
  border-radius: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.brix---hidden-desktop-2 {
  display: none;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform 0.3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(0.95) translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform 0.3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(0.95) translate(0, -50%);
}

.brix---text-200 {
  color: #000;
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-accent-4 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---heading-h4-size {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---color-neutral-829 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-11 {
  color: #000;
  margin-bottom: 0;
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---color-neutral-830 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.brix---card-testimonial-v13 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 450px;
  padding: 48px 32px 56px;
  display: flex;
}

.brix---slide-item-mg-2 {
  margin-right: 28px;
}

.brix---slider-mask-width-390px {
  max-width: 390px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper-2 {
  background-color: #0000;
  height: 100%;
}

.lighting-rating-wrappe {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.brix---button-row-left-7 {
  margin-right: 24px;
}

.brix---buttons-row-5 {
  align-items: center;
  display: flex;
}

.brix---color-neutral-832 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---paragraph-default-12 {
  color: #000;
  margin-bottom: 0;
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-12.white {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---container-default-19 {
  max-width: 1920px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---full-width-image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---half-bg-image-right-content-v2-3 {
  z-index: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---mg-bottom-48px-5 {
  margin-bottom: 48px;
}

.brix---grid-2-columns-text-left-5 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 0.8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.services-section-yellow {
  background-color: var(--gold);
  text-align: left;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.btn-primary-black {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #1c1c1c;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.3s,
    color 0.3s;
}

.btn-primary-black:hover {
  border: 2px solid var(--gold);
  background-color: var(--elements-webflow-library-neutral--100);
  color: #000;
  transform: translate3d(0, -3px, 0.01px);
}

.services-section-black {
  background-color: #1c1c1c;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.div-block-9,
.div-block-10 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.intro-section-cta-wrapper {
  width: 100%;
}

.into-section-cta-inner-wrappe {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.intro-section-cta {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro-section-paragraph-wrapper {
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.intro-section-image {
  object-fit: cover;
  min-height: 100%;
}

.area-cover-section {
  z-index: 2;
  background-color: var(--gold);
  color: var(--elements-webflow-library-neutral--100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px 100px;
  display: flex;
  position: relative;
}

.area-cover-section.less-padding {
  padding-bottom: 50px;
}

.area-cover-inner-wrapper {
  max-width: 1920px;
}

.map_wrapper {
  display: none;
}

.map-wrapper {
  background-image: url("../images/london-map.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60vh;
  margin-bottom: 50px;
  position: relative;
}

.dot-wrapper {
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: absolute;
  inset: 18% 0% auto 42%;
}

.dot-wrapper._2 {
  width: 400px;
  height: 400px;
  margin: auto;
  inset: 0%;
}

.back-dot {
  border: 3px solid var(--gold);
  opacity: 0.5;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.front-dot {
  z-index: 1;
  background-color: var(--gold);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.areas-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.areas-inner-wrapper {
  background-color: var(--black);
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 5px 12px 1px #000000a3;
}

.area-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bolt-icon-wrappe {
  width: 30px;
}

.bullet-points {
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-weight: 900;
}

.areas-items-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.commercial-service-section {
  z-index: 2;
  background-color: var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.uui-button-row {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: 0.5rem;
}

.uui-text-align-center {
  text-align: center;
}

.uui-text-align-center.mg-top-25px {
  margin-top: 25px;
}

.uui-faq06_cta {
  background-color: #000;
  border-radius: 1rem;
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.uui-text-size-medium-2 {
  color: var(--black);
  letter-spacing: normal;
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.uui-heading-tiny {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-icon-featured-outline-large-2 {
  border: 0.5rem solid var(--untitled-ui-primary50);
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-icon-featured-outline-large-2.align-center {
  color: var(--black);
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-faq06_item {
  text-align: center;
}

.uui-faq06_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-21 {
  background-image: url("../images/trianglenegative-yellow.svg");
  background-position: 0 0;
  background-size: auto;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.arrow-down-splitter-white {
  background-image: url("../images/trianglenegative-1.svg");
  background-position: 0 0;
  background-size: auto;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform 0.3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  transform: scale3d(0.94, 0.94, 1.01);
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default {
  color: #000;
  margin-bottom: 0;
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Cobe Heavy,
    sans-serif;
}

.brix---color-neutral-836 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-item-wrapper-v3-last {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform 0.3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-last:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform 0.3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform 0.3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-v3-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  padding: 88px 74px;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.faq {
  background-color: var(--gold);
  padding-top: 50px;
  padding-bottom: 120px;
  position: relative;
}

.btn-header {
  background-color: var(--gold);
  color: var(--black);
  text-align: center;
  border-radius: 48px;
  justify-content: center;
  padding: 20px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.3s,
    color 0.3s;
}

.btn-header:hover {
  border: 1px none var(--gold);
}

.pre-loader {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gold);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.bodymovin {
  width: 300px;
}

.link,
.link-2 {
  color: var(--gold);
  text-decoration: none;
}

.logo-wrappe {
  width: 200px;
  padding-left: 0;
}

.logo-wrappe.w--current {
  width: 200px;
}

.pat-testing,
.eicr-testing {
  background-color: #1c1c1c;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.choose-us {
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-24 {
  padding: 50px 25px;
}

.grid-8 {
  grid-row-gap: 16px;
  grid-template:
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    "."
    / 1fr 1fr 1fr 1fr;
}

.pricing-tab {
  background-color: var(--gold);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border: 1px solid #00000024;
  border-radius: 24px;
  width: 100%;
  padding: 48px 56px;
  overflow: visible;
}

.pricing-heading {
  color: var(--black);
  text-align: center;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.price {
  color: var(--black);
  text-align: center;
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.landlord-pricing-tabs {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.prcing-tab-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.grid-line {
  background-color: var(--black);
  height: 1px;
}

.price-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-type-sub {
  font-size: 15px;
}

.text-block-5 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.image-6 {
  width: 100px;
  margin-left: 20px;
}

.image-7 {
  border-radius: 10px;
  width: 100px;
  margin-left: 20px;
}

.image-7._0 {
  width: 130px;
}

.text-block-6 {
  color: #050000;
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
}

.brix---header-nav-link-2-copy {
  color: var(--black);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color 0.3s;
}

.brix---header-nav-link-2-copy:hover {
  color: #ffe500;
}

.brix---header-nav-link-2-copy.w--current {
  color: var(--untitled-ui-gray900);
}

.heading {
  color: var(--gold);
  text-align: left;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.list-item {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.list {
  font-family:
    Avenirnextltpro Regular,
    sans-serif;
}

.content-block {
  margin-bottom: 20px;
}

.text-block-7 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  color: var(--gold);
}

.link-3 {
  color: var(--elements-webflow-library-neutral--300);
}

.google {
  width: 100px;
}

.div-block-27 {
  background-color: var(--elements-webflow-library-neutral--200);
  border-radius: 100px;
  padding: 10px 20px;
}

.image-9 {
  width: 25px;
}

.div-block-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  margin-top: 10px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.image-10 {
  width: 50px;
}

.div-block-29 {
  margin-right: 10px;
}

.image-7-copy {
  border-radius: 10px;
  width: 150px;
  margin-left: 20px;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: var(--black);
  margin-bottom: 10px;
  font-family:
    Cobe Heavy,
    sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

@media screen and (min-width: 1280px) {
  .brix---link-icon-right-2 {
    color: var(--relume-library-lite-rl-black);
  }

  .brix---header-content-wrapper-3 {
    flex-wrap: nowrap;
  }

  .landlord-pricing-tabs {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-footer-v1-2 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .intro-section {
    max-width: 1920px;
  }
}

@media screen and (min-width: 1920px) {
  .intro-section {
    max-width: none;
  }

  .intro-section-cta-component {
    margin-left: auto;
    margin-right: auto;
  }

  .area-cover-section {
    flex-direction: column;
    align-items: center;
  }

  .landlord-pricing-tabs {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-h1-custom {
    font-size: 48px;
    line-height: 60px;
  }

  .heading-h1-custom.medium {
    font-size: 8vw;
    line-height: 8vw;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-4-columns {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .icon-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---card-over-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .brix---flex-card---image-wrapper {
    display: block;
  }

  .brix---section-2 {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .heading-info-wrapper {
    margin-bottom: 40px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---tab-small-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-5 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .arrow-down-splitter-yellow {
    padding-top: 0;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---social-media-grid-left.c {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---heading-h3-size-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---contact-form-right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding: 64px 40px;
  }

  .brix---contact-form-left-side {
    padding: 64px 40px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1.2fr;
  }

  .brix---section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .verticle-hero-line,
  .hero-slide-arrow {
    right: 7%;
  }

  .heading-1-custom--xxl {
    font-size: 48px;
  }

  .heading-1-custom--xxl.xxxl {
    font-size: 100px;
    line-height: 80px;
  }

  .heading-1-custom--xxl.yellow {
    font-size: 60px;
  }

  .slider-background {
    min-width: 105vw;
  }

  .hero-slider {
    width: 100%;
    max-width: 100%;
  }

  .hero-slider-wrapper {
    max-width: 90vw;
  }

  .hero-intro {
    padding-left: 0;
  }

  .hero-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    background-color: var(--relume-library-lite-rl-black);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-2 {
    background-color: var(--relume-library-lite-rl-black);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper-3 {
    order: -1;
    transition: transform 0.3s;
  }

  .brix---hamburger-menu-wrapper-3:hover {
    transform: scale(0.96);
  }

  .brix---hamburger-menu-wrapper-3.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-left-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-menu-list-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper-v2-2 {
    border: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    border-radius: 5px;
    margin-top: 5px;
    padding: 24px;
  }

  .brix---header-content-wrapper-3 {
    justify-content: space-between;
  }

  .menu-btn-mobile {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .brix---footer-bottom-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
  }

  .brix---grid-footer-v1-2 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-columns: 0%;
  }

  .brix---footer-top-2,
  .brix---section-9 {
    padding-top: 50px;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_component {
    grid-column-gap: 2rem;
  }

  .uui-page-padding {
    width: 100%;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-mask-width-390px {
    position: static;
  }

  .brix---half-bg-image-right-content-v2-3 {
    width: 100%;
    height: 100%;
    min-height: 580px;
    margin-top: 48px;
    position: static;
    inset: auto 0% 0%;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .brix---grid-2-columns-text-left-5 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .services-section-yellow {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .btn-primary-black {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .services-section-black {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .area-cover-section {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .map_wrapper {
    background-image: url("../images/london-map.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
    margin-bottom: 50px;
    display: block;
    position: relative;
  }

  .map-wrapper {
    font-family: Inconsolata, monospace;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .dot-wrapper {
    inset: 0% 0% auto auto;
  }

  .dot-wrapper._2 {
    width: 300px;
    height: 300px;
    inset: 0%;
  }

  .front-dot {
    width: 200px;
    height: 200px;
  }

  .areas-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .areas-items-wrapper {
    justify-content: flex-start;
  }

  .commercial-service-section {
    padding-top: 50px;
  }

  .uui-faq06_layout {
    grid-template-columns: 1fr 1fr;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3-last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---accordion-item-wrapper-v3-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-v3-card {
    padding: 64px 48px;
  }

  .brix---inner-container-1012px-center {
    margin-left: 15px;
    margin-right: 15px;
  }

  .btn-header {
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
  }

  .pat-testing,
  .eicr-testing {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .pricing-tab {
    padding: 40px 32px 48px;
  }

  .div-block-25,
  .div-block-26 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .brix---btn-primary {
    padding: 20px 32px;
  }

  .paragraph-default.white {
    font-size: 15px;
    line-height: 25px;
  }

  .heading-h1-custom {
    font-size: 38px;
    line-height: 46px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---grid-4-columns {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .paragraph-wrapper.padding-horizonal {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---card-over-image {
    padding: 45px 32px;
  }

  .brix---section-2 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .heading-info-wrapper {
    margin-bottom: 32px;
  }

  .brix---link-icon-right-2 {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-template-columns: 1fr;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---tab-small-center {
    justify-content: center;
    margin: 10px 0;
  }

  .brix---tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---section-5 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .arrow-down-splitter-yellow {
    padding-top: 0;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---divider-64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---contact-details-mg {
    margin-right: 24px;
  }

  .brix---contact-form-right-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---contact-form-left-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1fr;
  }

  .brix---section-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider-arrow-item {
    height: 70px;
  }

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 40px;
  }

  .circle-outline {
    width: 80px;
    height: 80px;
  }

  .verticle-line.bottom {
    display: none;
  }

  .verticle-hero-line {
    grid-template-rows: 80px 24px 80px auto;
    justify-content: end;
    display: none;
  }

  .hero-slide-arrow {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    margin-right: 0;
    inset: auto auto 0% 0%;
  }

  .hero-slide-arrow.right {
    margin-bottom: 20px;
    margin-right: 7%;
    left: auto;
    right: 0%;
  }

  .heading-1-custom--xxl {
    font-size: 40px;
  }

  .heading-1-custom--xxl.xxxl {
    font-size: 15vw;
    line-height: 15vw;
  }

  .heading-1-custom--xxl.yellow {
    font-size: 40px;
    line-height: 30px;
  }

  .circle-button {
    width: 80px;
    height: 80px;
  }

  .hero-intro,
  .hero-content {
    padding-right: 0;
  }

  .stacked-title {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
  }

  .slider-background-circle {
    width: 300vw;
    height: 300vw;
  }

  .slider-link-text {
    display: block;
  }

  .brix---btn-header-hidden-on-mbl-3 {
    display: none;
  }

  .brix---header-wrapper-rounded-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-btn-mobile {
    padding: 20px 32px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 10px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-logo-wrapper-2 {
    width: 239px;
  }

  .brix---grid-footer-v1-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-flow: column;
  }

  .brix---footer-top-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .intro-section {
    padding-top: 70px;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
    font-weight: 900;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---button-row-left-7 {
    margin-right: 16px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---grid-2-columns-text-left-5 {
    grid-template-columns: 1fr;
  }

  .services-section-yellow {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .btn-primary-black {
    padding: 20px 32px;
  }

  .services-section-black {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .intro-section-paragraph-wrapper {
    margin-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .map_wrapper {
    background-image: url("../images/london-map.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    position: relative;
  }

  .pulse_wrapper {
    margin: 100px 120px 70px;
    position: absolute;
    inset: 0%;
  }

  .areas-inner-wrapper {
    padding-left: 20px;
  }

  .areas-items-wrapper {
    flex-flow: wrap-reverse;
    place-content: flex-start;
  }

  .commercial-service-section {
    padding-bottom: 50px;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape,
  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-faq06_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-faq06_layout {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3-last,
  .brix---accordion-item-wrapper-v3,
  .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---accordion-v3-card {
    padding: 40px 32px;
  }

  .btn-header {
    padding: 20px 32px;
  }

  .pat-testing,
  .eicr-testing {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .div-block-24 {
    padding-bottom: 100px;
  }

  .pricing-tab {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .prcing-tab-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .price-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-30 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brix---btn-primary {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
    display: inline-block;
  }

  .paragraph-default {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-default.black {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-default.black.left {
    text-align: left;
  }

  .paragraph-default.white {
    font-size: 15px;
    line-height: 25px;
  }

  .heading-h1-custom {
    font-size: 35px;
    line-height: 37px;
  }

  .heading-h1-custom.black.left {
    text-align: center;
  }

  .heading-h1-custom.medium {
    font-size: 10vw;
    line-height: 10vw;
  }

  .brix---heading-h3-size {
    color: var(--elements-webflow-library-neutral--100);
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---text-center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 0;
  }

  .brix---container-default-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .paragraph-wrapper.padding-horizonal {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---card-over-image {
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    display: flex;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-3 {
    align-items: center;
    margin-bottom: 0;
  }

  .heading-info-wrapper {
    margin-bottom: 32px;
  }

  .brix---link-icon-right-2 {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .brix---tabs-content-card {
    border-color: #00000026;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-48px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---tab-small-center {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---container-default-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---section-overflow-hidden {
    padding-bottom: 110px;
  }

  .arrow-down-splitter-yellow {
    padding-top: 0;
  }

  .brix---icon-square-acent-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---social-media-grid-left.c {
    justify-content: center;
    place-items: stretch center;
    display: flex;
  }

  .brix---heading-h3-size-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---divider-64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---link {
    font-size: 16px;
    line-height: 26px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---contact-details-mg {
    margin-bottom: 20px;
  }

  .brix---contact-details-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---contact-form-right-side {
    padding: 48px 24px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---contact-form-left-side {
    padding: 48px 24px;
  }

  .brix---container-default-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .outline-button.light {
    height: 50px;
  }

  .hero-section {
    margin-top: -110px;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .button-text {
    font-size: 17px;
  }

  .hero-slide-arrow {
    inset: auto auto 0% 0%;
  }

  .hero-slide-arrow.right {
    margin-right: 2%;
  }

  .heading-1-custom--xxl {
    font-size: 8.5vw;
  }

  .heading-1-custom--xxl.xxxl {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15vw;
    line-height: 15vw;
  }

  .heading-1-custom--xxl.yellow {
    color: var(--gold);
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
  }

  .slider-background.three {
    background-position: 0 0;
  }

  .hero-intro {
    width: 100%;
    max-width: 90vw;
  }

  .hero-content {
    grid-template-columns: 1fr 0.65fr;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .stacked-title {
    grid-row-gap: 10px;
  }

  .slider-background-circle {
    width: 400vw;
    height: 400vw;
  }

  .clip._1 {
    align-items: flex-end;
  }

  .solid-button-outline.light,
  .solid-button-outline.right.light {
    border-color: var(--gold);
  }

  .slider-link-text {
    display: block;
  }

  .brix---header-nav-list-item-left-2 {
    text-align: left;
    width: 100%;
  }

  .brix---header-menu-wrapper-v2-2 {
    border-radius: 6px;
    margin-top: 5px;
  }

  .brix---header-wrapper-rounded-2 {
    background-color: var(--lynx-white);
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-btn-mobile {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
    display: flex;
  }

  .brix---footer-link-2 {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 8px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-logo-2 {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---grid-footer-v1-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-flow: column;
  }

  .brix---footer-top-2 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .brix---container-default-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---mg-top-80px-2 {
    object-fit: cover;
  }

  .intro-section-heading-wrapper._20px-margin-bottom {
    margin-bottom: 20px;
  }

  .intro-section {
    height: 110vh;
    padding-top: 70px;
  }

  .brix---container-default-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-text-size-medium {
    color: var(--elements-webflow-library-neutral--100);
  }

  .uui-heading-xxsmall {
    color: var(--elements-webflow-library-neutral--100);
    font-weight: 900;
  }

  .uui-layout32_progress-bar {
    background-color: var(--gold);
  }

  .uui-layout32_progress-bar-wrapper {
    background-color: #868686;
    height: 78%;
    top: 6%;
  }

  .uui-page-padding {
    background-color: var(--black);
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-page-padding.l {
    padding-left: 15px;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 31%;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---paragraph-default-11 {
    font-size: 15px;
    line-height: 25px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---card-testimonial-v13 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---button-row-left-7 {
    width: 100%;
    margin-right: 0;
  }

  .brix---buttons-row-5 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-12 {
    font-size: 15px;
    line-height: 25px;
  }

  .brix---container-default-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---half-bg-image-right-content-v2-3 {
    min-height: auto;
    position: relative;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .services-section-yellow {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-primary-black {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
    display: inline-block;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .intro-section-cta-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-section-paragraph-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-section-image {
    object-fit: cover;
  }

  .map_wrapper {
    background-image: url("../images/london-map.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
  }

  .dot-wrapper._2 {
    inset: 0%;
  }

  .pulse_wrapper {
    margin: 0;
    position: absolute;
    inset: 0%;
  }

  .areas-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .area-item.centered {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .bullet-points {
    line-height: 40px;
  }

  .areas-items-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .commercial-service-section {
    padding-bottom: 50px;
  }

  .uui-text-size-medium-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .uui-faq06_layout {
    grid-template-columns: 1fr;
  }

  .arrow-down-splitter-white {
    inset: auto 0% 0%;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---paragraph-default {
    font-size: 15px;
    line-height: 25px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-v3-card {
    padding: 16px 22px;
  }

  .btn-header {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
    display: inline-block;
  }

  .pre-loader {
    display: none;
  }

  .bold-text {
    font-weight: 900;
  }

  .choose-us {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-24 {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-8 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-areas: "Area";
  }

  .pricing-tab {
    background-color: var(--elements-webflow-library-neutral--300);
    box-shadow: none;
    border: 0 #0000;
    border-radius: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-heading,
  .price {
    font-size: 15px;
  }

  .prcing-tab-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .price-type-sub {
    font-size: 10px;
    line-height: 10px;
  }

  .disclaimer-wrapper {
    background-color: var(--gold);
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px 10px;
  }

  .text-block-5 {
    margin-top: 0;
  }

  .image-6 {
    width: 80px;
    margin-left: 0;
  }

  .image-7 {
    width: 80px;
    margin-top: 10px;
    margin-left: 0;
  }

  .image-7._0 {
    width: 80px;
    margin-top: 10px;
  }

  .brix---header-nav-link-2-copy.w--current {
    color: var(--untitled-ui-gray900);
  }

  .list {
    padding-left: 25px;
  }

  .div-block-25,
  .div-block-26 {
    text-align: center;
  }

  .image-7-copy {
    width: 150px;
    margin-top: 10px;
    margin-left: 0;
  }

  .div-block-30,
  .text-block-9 {
    margin-top: 10px;
  }
}

#w-node-da539448-77db-a9d8-e73f-987e67f6ad54-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6ad58-8e3620ba {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6ad59-8e3620ba {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8df0ceb4-0595-7ab0-b4cf-9706f3b62149-8e3620ba {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_8df0ceb4-0595-7ab0-b4cf-9706f3b62156-8e3620ba {
  justify-self: start;
}

#w-node-_8df0ceb4-0595-7ab0-b4cf-9706f3b62158-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8df0ceb4-0595-7ab0-b4cf-9706f3b6215a-8e3620ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8df0ceb4-0595-7ab0-b4cf-9706f3b6215c-8e3620ba {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_8df0ceb4-0595-7ab0-b4cf-9706f3b6215e-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08961eeb-be29-0af5-9f8c-5765cea6413a-8e3620ba {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_08961eeb-be29-0af5-9f8c-5765cea64147-8e3620ba {
  justify-self: start;
}

#w-node-_08961eeb-be29-0af5-9f8c-5765cea64149-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08961eeb-be29-0af5-9f8c-5765cea6414b-8e3620ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_08961eeb-be29-0af5-9f8c-5765cea6414d-8e3620ba {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_08961eeb-be29-0af5-9f8c-5765cea6414f-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6ad61-8e3620ba {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6ad6e-8e3620ba {
  justify-self: start;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6ad70-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6ad72-8e3620ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6ad74-8e3620ba {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6ad76-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6adb4-8e3620ba {
  grid-area: 1 / 1 / 4 / 2;
  place-self: center;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6adb8-8e3620ba {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6adbc-8e3620ba {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6adc0-8e3620ba {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6adc6-8e3620ba {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6adca-8e3620ba {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6adce-8e3620ba {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6add2-8e3620ba {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: end;
}

#w-node-da539448-77db-a9d8-e73f-987e67f6add5-8e3620ba {
  justify-self: end;
}

#w-node-_752f1210-7969-e102-e4e7-e1f8e34c9ba1-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_752f1210-7969-e102-e4e7-e1f8e34c9ba3-8e3620ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_752f1210-7969-e102-e4e7-e1f8e34c9ba5-8e3620ba {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_752f1210-7969-e102-e4e7-e1f8e34c9ba7-8e3620ba,
#w-node-b09bdf73-f8c1-cb16-385a-457a119ac31c-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b09bdf73-f8c1-cb16-385a-457a119ac31e-8e3620ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b09bdf73-f8c1-cb16-385a-457a119ac320-8e3620ba {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b09bdf73-f8c1-cb16-385a-457a119ac322-8e3620ba,
#w-node-fe4e2c23-272d-3dad-9393-6400787f0cec-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe4e2c23-272d-3dad-9393-6400787f0cee-8e3620ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe4e2c23-272d-3dad-9393-6400787f0cf0-8e3620ba {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-fe4e2c23-272d-3dad-9393-6400787f0cf2-8e3620ba,
#w-node-ab67e8ab-7844-7f7b-4a1c-83304dde0f2c-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ab67e8ab-7844-7f7b-4a1c-83304dde0f2e-8e3620ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ab67e8ab-7844-7f7b-4a1c-83304dde0f30-8e3620ba {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ab67e8ab-7844-7f7b-4a1c-83304dde0f32-8e3620ba,
#w-node-_0eccca5b-4462-440b-bb0d-5f766e961deb-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0eccca5b-4462-440b-bb0d-5f766e961ded-8e3620ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0eccca5b-4462-440b-bb0d-5f766e961def-8e3620ba {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_0eccca5b-4462-440b-bb0d-5f766e961df1-8e3620ba,
#w-node-_76567c23-9fc2-566d-0d06-72e5b0e69eaf-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76567c23-9fc2-566d-0d06-72e5b0e69eb1-8e3620ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76567c23-9fc2-566d-0d06-72e5b0e69eb3-8e3620ba {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_76567c23-9fc2-566d-0d06-72e5b0e69eb5-8e3620ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_07137d00-b064-d84e-a042-18b920bbbc10-20bbbc10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74db0cc5-a6f5-f895-71dc-05d301fe67bd-01fe67ae {
  align-self: center;
}

#w-node-_74db0cc5-a6f5-f895-71dc-05d301fe67d1-01fe67ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74db0cc5-a6f5-f895-71dc-05d301fe67d5-01fe67ae {
  justify-self: start;
}

#w-node-_44866f8a-a5d4-557b-5b5f-390748f9059b-ba5de992,
#w-node-ce1de978-95ca-ae17-fee5-4499be903558-ba5de992,
#w-node-e4229c95-1789-cdb9-61a2-fd1b6436e227-ba5de992,
#w-node-_0563036a-5e89-20c5-7382-5a98a258e69c-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17817827-1ae9-28ee-025b-0c09ac52a4b1-ba5de992 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a9b3ba16-38ab-4cbb-3252-f7e86d77aa3d-ba5de992,
#w-node-eecf0bcd-56b5-7c0b-8039-76c2a34d5d51-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5aa5a310-2412-6db8-9db6-3bd09d25c538-ba5de992,
#w-node-_818b792b-e642-8c7c-1f34-dc8a5e68aa6c-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4130cd7-5685-0571-d1e6-94377116cac0-ba5de992 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a8749969-72b1-8e5f-e444-d5a3b2ad8668-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7f759e17-f29c-71b8-c913-43c7125dcd07-ba5de992,
#w-node-b859f153-9a04-0cf2-ac3f-dc4fc136fa50-ba5de992,
#w-node-_730bb10c-acb8-f0d2-cd17-4d39aa5918de-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93f439cf-7721-ab73-8c70-d20c78c5f76f-ba5de992 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9b285e31-5ed6-01c9-89ff-9b34812fb298-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_688e4ea1-883c-fcac-bf98-5644c79c2078-ba5de992,
#w-node-_26d63896-7e22-448b-15ca-d638da0bc73d-ba5de992,
#w-node-_8469a587-c010-1757-ed6e-557019eba554-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_437b094a-0c30-4d98-4887-c88dbfcbe515-ba5de992 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_24ec6eb2-5c0b-9311-4bc5-39b513281fea-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_688e9c17-cafa-6d77-7e93-682affe4f783-ba5de992,
#w-node-_3251295e-ef18-922a-4d80-381443666585-ba5de992,
#w-node-a5cb46d2-c85e-8e94-3448-aa7a086abd9b-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fde9e3cd-ab0e-8c29-482f-96a3c814092e-ba5de992 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2325e1a0-c153-f34e-23b8-1dd8b5f4cb9e-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1e55b51c-5a95-24ce-dd90-88474f122e2a-ba5de992,
#w-node-_142db126-a866-2b7a-ed98-23890ee81c8d-ba5de992,
#w-node-e7759ccc-5a05-74d2-988a-1b3282feffbf-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcab65db-b880-c9b5-d36e-4af7c6425692-ba5de992 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8397457e-581d-20bb-cf8e-72434c8f33ff-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1e24e785-8fea-b632-9187-6cbedcb4ea14-ba5de992,
#w-node-_647cef09-7cf1-6f9e-5dc8-6f6b2c88dfd4-ba5de992,
#w-node-_71201be2-0913-09a4-a637-ce73840b7dea-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3aa233d8-7603-063f-c7ed-85becd63826b-ba5de992 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6b126fd0-98c6-2d39-6889-1ead212a1acd-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ebcb903b-ce04-3b6b-df3f-6ce941b7abc6-ba5de992,
#w-node-_4e9c04a3-4957-9633-948d-6fa77e2adaff-ba5de992,
#w-node-_38733601-b6b2-f681-f34e-0c9a6fa92b13-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1fea9b-ba5de992,
#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1fea9e-ba5de992,
#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feaa3-ba5de992,
#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feaa6-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feaab-ba5de992 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feaac-ba5de992,
#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feaaf-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feab2-ba5de992,
#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feab5-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feab8-ba5de992 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feab9-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feabc-ba5de992,
#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feabf-ba5de992,
#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feac2-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feac5-ba5de992 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feac6-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feac9-ba5de992,
#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feacc-ba5de992,
#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feacf-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1fead2-ba5de992 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1fead3-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1fead6-ba5de992,
#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1fead9-ba5de992,
#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feadc-ba5de992 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feadf-ba5de992 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ea76ea32-00d4-4081-f5d4-d463392be5d0-93bed6d4 {
  align-self: center;
}

#w-node-ea76ea32-00d4-4081-f5d4-d463392be5e4-93bed6d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ea76ea32-00d4-4081-f5d4-d463392be5e8-93bed6d4 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d3ddc891-8341-7cbd-8bb4-57d7f048155a-f0481536,
  #w-node-d3ddc891-8341-7cbd-8bb4-57d7f0481578-f0481536 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-da539448-77db-a9d8-e73f-987e67f6ad58-8e3620ba {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-da539448-77db-a9d8-e73f-987e67f6ad59-8e3620ba {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center stretch;
  }

  #w-node-_8df0ceb4-0595-7ab0-b4cf-9706f3b62149-8e3620ba,
  #w-node-_08961eeb-be29-0af5-9f8c-5765cea6413a-8e3620ba,
  #w-node-da539448-77db-a9d8-e73f-987e67f6ad61-8e3620ba {
    grid-column: span 4 / span 4;
  }

  #w-node-d3ddc891-8341-7cbd-8bb4-57d7f048155a-f0481536 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8df0ceb4-0595-7ab0-b4cf-9706f3b62149-8e3620ba,
  #w-node-_08961eeb-be29-0af5-9f8c-5765cea6413a-8e3620ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-_08961eeb-be29-0af5-9f8c-5765cea64149-8e3620ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-da539448-77db-a9d8-e73f-987e67f6ad61-8e3620ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-da539448-77db-a9d8-e73f-987e67f6add5-8e3620ba {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6205a519-975f-b7e5-f073-5a91cb51cf23-8e3620ba,
  #w-node-_6205a519-975f-b7e5-f073-5a91cb51cf35-8e3620ba,
  #w-node-_6205a519-975f-b7e5-f073-5a91cb51cf3e-8e3620ba,
  #w-node-_81c9b109-4aa6-edcb-4af6-277b353334be-8e3620ba,
  #w-node-_4d76cdef-a762-c6f0-9e61-9fabacee848b-8e3620ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74db0cc5-a6f5-f895-71dc-05d301fe67d1-01fe67ae {
    grid-column: span 1 / span 1;
  }

  #w-node-_7498e727-0e9f-0792-8fdc-390076840928-3688a2bc,
  #w-node-_7498e727-0e9f-0792-8fdc-390076840928-c259f890 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f759e17-f29c-71b8-c913-43c7125dcd07-ba5de992,
  #w-node-_0f2998a0-21b8-bedc-1b84-a2d33d1feabc-ba5de992 {
    place-self: auto;
  }

  #w-node-ea76ea32-00d4-4081-f5d4-d463392be5e4-93bed6d4 {
    grid-column: span 1 / span 1;
  }
}

@font-face {
  font-family: "Body Text Fit";
  src: url("../fonts/body-text-fit-extrabold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cobe Heavy";
  src: url("../fonts/cobe-heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenirnextltpro Regular";
  src: url("../fonts/avenirnextltpro-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cobe";
  src: url("../fonts/Cobe-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cobe";
  src: url("../fonts/Cobe-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cobe";
  src: url("../fonts/Cobe-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cobe";
  src: url("../fonts/Cobe-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cobe";
  src: url("../fonts/Cobe-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cobe";
  src: url("../fonts/Cobe-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cobe";
  src: url("../fonts/Cobe-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cobe";
  src: url("../fonts/Cobe-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cobe";
  src: url("../fonts/cobe-heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
