@font-face {
  font-family: Switzer variable;
  src: url('../fonts/Switzer-Variable.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Italic.woff2') format("woff2"), url('../fonts/Switzer-VariableItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-ThinItalic.woff2') format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Bold.woff2') format("woff2"), url('../fonts/Switzer-Extrabold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-ExtraboldItalic.woff2') format("woff2"), url('../fonts/Switzer-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-ExtralightItalic.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-SemiboldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Extralight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-goldenrod: #c09a50;
  --royal-blue-2: #000c1a;
  --gainsboro: #e1e1e1;
  --grey: #333;
  --royal-blue: #185fad;
  --bbbbbb: #bbb;
}

.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: Switzer, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #707070;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

a {
  color: var(--dark-goldenrod);
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid var(--dark-goldenrod);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  background-color: var(--royal-blue-2);
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.under-construction-wrap {
  background-image: linear-gradient(#0e2e47cc, #0e2e47cc), url('../images/zac-gudakov-ztWpwTEx728-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.brand {
  z-index: 10;
  max-width: 250px;
}

.container {
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 195px;
  margin-right: 195px;
  padding-top: 51px;
  display: flex;
}

.body {
  font-family: Switzer, sans-serif;
}

.nav-link {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.nav-link:hover {
  color: #c19b52;
  border-bottom: 3px solid #fff;
}

.nav-link.w--current {
  color: #fff;
  border-bottom: 3px #fff;
  padding-bottom: 14px;
}

.nav-link.w--current:hover {
  color: var(--dark-goldenrod);
  border-bottom-style: solid;
}

.nav-link.drop {
  padding: 20px 0 9px;
  font-size: 17px;
  line-height: 22px;
}

.nav-link.drop:hover {
  border-bottom-style: none;
}

.nav-link.hod {
  display: none;
}

.nav-link.nl {
  padding-bottom: 10px;
}

.heading {
  text-align: center;
  letter-spacing: 4px;
  margin-top: -1px;
  margin-bottom: 30px;
  font-size: 78px;
  font-weight: 500;
  line-height: 90px;
}

.image {
  width: 150px;
}

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

.heading-2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.heading-2.v2 {
  font-size: 22px;
}

.nav-menu {
  height: 60px;
  display: flex;
  position: static;
}

.link_block_wrap {
  justify-content: center;
  display: flex;
}

.link_block_wrap.ar {
  justify-content: flex-end;
  margin-top: 14px;
}

.link_block {
  width: 30px;
  margin-left: 9px;
  margin-right: 9px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 27px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link {
  color: #fff;
  margin-top: 9px;
  font-size: 12px;
}

.heading-size-h4 {
  color: #070707;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.31818em;
}

.footer-form-block {
  margin-top: 40px;
  margin-bottom: 0;
}

.inner-container-400px {
  max-width: 400px;
}

.underline-fill {
  background-color: #070707;
  position: absolute;
  inset: 0%;
}

.underline-fill.white {
  background-color: #fff;
}

.underline-fill.white.about-left {
  margin-left: auto;
}

.underline-fill.gol {
  background-color: var(--dark-goldenrod);
}

.underline-fill.about-story {
  max-width: 130px;
}

.testimonials-v1-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns {
  grid-column-gap: 29px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns.home-hero {
  z-index: 5;
  border-left: 2px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  padding-top: 107px;
  padding-left: 100px;
  padding-right: 100px;
}

.grid-2-columns.no-break {
  grid-template-columns: 1fr 1fr;
}

.page-line-inside {
  z-index: 1;
  opacity: .5;
  background-color: #fff;
  width: .5px;
  min-width: .5px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -.25px;
}

.mg-bottom-0px {
  color: #535353;
  margin-bottom: 77px;
  font-size: 18px;
  font-weight: 300;
}

.mg-bottom-0px.black {
  color: #000;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
}

.mg-bottom-0px.whitetxt {
  color: #fff;
  margin-bottom: 11px;
  font-weight: 200;
}

.false-mask {
  position: relative;
  overflow: visible;
}

.cta-top-stroke {
  opacity: .6;
  background-color: #fff;
  width: 270px;
  min-height: 1px;
  margin-bottom: 40px;
}

.error-message {
  background-color: #ff00002e;
  margin-top: 24px;
  padding: 24px;
}

.gallery-wrapper {
  justify-content: space-between;
  display: flex;
}

.header-navigation {
  margin-bottom: 0;
  margin-right: 64px;
  padding-left: 0;
  list-style-type: none;
}

.header-navigation.hide-in-mobile {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

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

.grid-3-columns._1-col-tablet.mg-bottom-64px {
  align-content: center;
}

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

.button-secondary {
  color: #070707;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #070707;
  padding: 22px 38px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color .3s, color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #070707;
  border-color: #0000;
}

.button-secondary.button-dark {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-secondary.button-dark:hover {
  color: #070707;
  background-color: #fff;
  border-color: #696969;
}

.button-secondary.small {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 24px 56px;
  font-size: 22px;
  line-height: 24px;
}

.decoration-line-wrapper {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg {
  z-index: -1;
  position: absolute;
}

.bg.home-hero-line-wrapper {
  z-index: auto;
  justify-content: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg.cms-page {
  background-color: var(--royal-blue-2);
  min-height: 85vh;
  inset: 0% 0% auto;
}

.footer-contact-text {
  color: #fff;
  font-size: 42px;
  line-height: 1.26em;
  transition: color .3s;
}

.footer-contact-text:hover {
  color: #fffc;
}

.underline-block {
  letter-spacing: normal;
  min-height: 1px;
  position: relative;
  top: 4px;
}

.underline-block.subtitle {
  flex: 1;
  margin-left: 24px;
  top: auto;
  bottom: 6px;
}

.underline-block.about-top {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 140px;
  margin-left: 37px;
  margin-right: 37px;
  display: flex;
  top: 0;
}

.underline-block.about-story {
  background-color: #dadada;
  flex: 1;
  margin-left: 24px;
  top: 0;
}

.cart-quantity {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.nav-menu-link.special {
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
  font-weight: 400;
  transition: border-color .3s, transform .3s, color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-menu-link.special:hover {
  color: #b3b3b3;
  border-bottom-color: #b3b3b3;
}

.big-number {
  color: #fff;
  text-shadow: -1px 0 #070707, 0 1px #070707, 1px 0 #070707, 0 -1px #070707;
  margin-bottom: 20px;
  font-size: 120px;
  font-weight: 400;
  line-height: 130px;
}

.big-number.medium {
  font-size: 80px;
  line-height: 90px;
}

.footer-mid-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #c09a508c;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  padding-top: 50px;
  display: grid;
}

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

.mg-bottom-40px.dark {
  color: #494949;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.order-item-price {
  color: #070707;
}

.footer-bottom-content {
  text-align: center;
  border-top: 1px solid #696969;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 20px;
  line-height: 1.7em;
}

.cta-wrapper.v1 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Jewel-Property-Serve-UK.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: center;
  padding: 69px 0;
  display: flex;
}

.footer-nav-main-container {
  margin-right: 40px;
}

.footer-nav-main-container.last {
  margin-right: 0;
}

.container-default {
  width: 100%;
  max-width: 1303px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-left: 24px;
  padding-right: 0;
}

.container-default.header-container {
  max-width: 1239px;
}

.container-default.home-hero {
  flex: 1;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.inner-container-600px {
  max-width: 600px;
}

.inner-container-600px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.menu-icon {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 42px;
  height: 30px;
  display: flex;
}

.input {
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 0;
  padding: 0 24px 27px 0;
  font-size: 16px;
  line-height: 1.2em;
  transition: border-color .3s;
}

.input:hover {
  border-bottom-color: #fff9;
}

.input:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.input::placeholder {
  color: #fff;
}

.input.footer-input {
  margin-bottom: 22px;
}

.bottom-underline {
  background-color: #b3b3b3;
  min-height: 1px;
  position: relative;
}

.inner-container-550px {
  max-width: 550px;
}

.inner-container-550px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-container-550px.align-center.mg-bottom-40px {
  max-width: 450px;
  margin-bottom: 0;
}

.cart-container {
  max-width: 500px;
}

.nav-menu-main-container {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.page-wrapper {
  display: block;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-bottom-padding.mask {
  padding-top: 42px;
}

.section.bg-neutral-800 {
  color: #fff;
  background-color: #070707;
}

.section.bg-neutral-800.mask {
  background-color: var(--royal-blue-2);
  width: 100%;
  padding-top: 74px;
  padding-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.section.home-hero {
  color: #fff;
  background-image: linear-gradient(#000c1a63, #000c1a63), linear-gradient(#185fada6, #185fada6), url('../images/Jewel-PS.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-direction: row;
  justify-content: center;
  min-height: 100vh;
  display: none;
  position: relative;
}

.section.no-pad-center-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.contact-us {
  background-color: var(--royal-blue-2);
  color: #fff;
  padding-bottom: 0;
}

.section.no-top-padding {
  padding-top: 0;
  padding-bottom: 71px;
}

.footer-top-content {
  border-bottom: 1px solid #696969;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.5em;
}

.success-message {
  color: #070707;
  background-color: #fff;
  padding: 24px;
}

.footer-bottom-link {
  color: #fff;
  text-decoration: none;
}

.footer-bottom-link:hover {
  color: #ffffff80;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider.portfolio {
  margin-bottom: 0;
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav.last {
  margin-right: 0;
}

.gallery-right-column {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 16px;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #c09a50;
  border: 1px solid #0000;
  padding: 22px 38px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color .3s, color .3s, background-color .3s;
}

.button:hover {
  color: #c09a50;
  background-color: #fff0;
  border-color: #c09a50;
}

.button.button-white {
  color: #070707;
  background-color: #fff;
}

.button.button-white:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.full-width {
  align-self: stretch;
  width: 100%;
  display: block;
}

.button.large {
  padding: 24px 56px;
  font-size: 22px;
  line-height: 24px;
}

.button.small {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 18px;
}

.button.secondary {
  border-color: var(--dark-goldenrod);
  color: var(--dark-goldenrod);
  background-color: #07070700;
}

.button.secondary.spaced-left {
  margin-left: 20px;
}

.button.secondary.whitetxt {
  color: #fff;
}

.button.secondary.whitetxt.spaced-left:hover {
  color: var(--dark-goldenrod);
}

.button.secondary.mid {
  margin-left: auto;
  margin-right: auto;
}

.button.push-buttom {
  margin-bottom: 145px;
}

.button.contact {
  margin-top: 16px;
}

.button.v2 {
  border-radius: 5px;
  padding: 19px 15px;
  font-weight: 600;
  transition: all .4s, background-color .3s;
}

.button.v2:hover {
  background-color: var(--dark-goldenrod);
  color: var(--gainsboro);
  transform: translate(0, -5px);
}

.header-navigation-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-column.first {
  flex: 1;
  max-width: 300px;
  margin-right: 0;
}

.footer-column.footer-nav-column {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 580px;
  margin-right: 48px;
  display: flex;
}

.subtitle {
  color: #070707;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.125em;
}

.subtitle.color-white {
  color: #fff;
}

.subtitle.mg-bottom-16px {
  margin-bottom: 9px;
}

.color-white {
  color: #fff;
  font-weight: 200;
}

.color-white.mg-bottom-8px {
  font-weight: 300;
}

.footer-logo {
  width: 100%;
  transform-style: preserve-3d;
  margin-bottom: 0;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.94, .94, 1.01);
}

.menu-button-2 {
  z-index: 10;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 6px;
  padding: 0;
  display: flex;
}

.menu-button-2.w--open {
  background-color: #0000;
}

.slide.blog-item {
  margin-right: 64px;
}

.footer-title {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.8em;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.footer-title:hover {
  color: #fff;
}

.slider-arrow-v2 {
  color: #070707;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -80px 0 auto auto;
}

.slider-arrow-v2:hover {
  transform: translate(0, 2px);
}

.slider-arrow-v2:active {
  transform: translate(0, 6px);
}

.slider-arrow-v2.left {
  margin-right: 64px;
  transform: rotate(180deg);
}

.home-hero-bg-container {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1303px;
  display: flex;
  position: relative;
}

.footer-social-icon {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
}

.subtitle-wrap {
  color: #070707;
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: flex-end;
  font-weight: 400;
  line-height: 1.125em;
  display: flex;
}

.subtitle-wrap.inner-container-300px {
  max-width: 300px;
}

.subtitle-wrap.inner-container-300px.mg-bottom-32px {
  align-items: center;
  max-width: 400px;
  margin-bottom: 19px;
}

.subtitle-wrap.color-white {
  color: #fff;
}

.subtitle-wrap.color-white.mg-bottom-32px {
  margin-bottom: 10px;
}

.subtitle-wrap.about-top-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.subtitle-wrap.align-center {
  align-items: center;
}

.subtitle-wrap.align-center.mg-bottom-48px {
  margin-bottom: 0;
}

.subtitle-wrap.align-center.project-details {
  margin-bottom: 80px;
}

.nav-menu-column {
  text-align: left;
  width: 100%;
  max-width: 48%;
  margin-right: 24px;
}

.nav-menu-column.last {
  margin-right: 0;
}

.cart-close-button {
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.cart-close-button:hover {
  transform: scale(1.15);
}

.image-2.full-image.maxh-500px {
  flex: 0 auto;
  width: 60%;
  max-height: 500px;
}

.image-2.gallery-image {
  transition: opacity .3s, transform .3s;
}

.image-2.gallery-image:hover {
  opacity: .72;
  transform: translate(5px, -5px);
}

.image-2.portfolio-main-image {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  width: 80%;
  height: 100%;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0;
}

.image-2.full-image {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  inset: 0;
}

.nav-menu-2 {
  z-index: 2147483647;
  background-color: #070707;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding-top: 88px;
  padding-bottom: 120px;
  display: flex;
}

.menu-icon-bottom-line {
  background-color: #fff;
  width: 42px;
  min-height: 1px;
}

.decoration-line {
  background-color: var(--dark-goldenrod);
  flex: 1;
  min-height: 1px;
  margin-bottom: 0;
  margin-left: 16px;
  position: relative;
}

.decoration-line.bg-neutral-600 {
  background-color: #696969;
}

.decoration-line.mg-bottom-0px {
  margin-bottom: 0;
}

.menu-icon-top-line {
  background-color: #fff;
  width: 42px;
  min-height: 1px;
}

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

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gallery-left-column {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 16px;
  display: flex;
}

.slide-nav {
  display: none;
}

.footer {
  background-color: var(--royal-blue-2);
  color: #dadada;
  border-top: 1px solid #ffffff21;
}

.scroll-down-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  padding: 35px;
  transition-property: transform;
  display: flex;
  position: absolute;
  bottom: -35px;
  right: 0;
}

.scroll-down-wrap:hover {
  transform: translate(0, 10px);
}

.portfolio-content-main-wrapper {
  justify-content: space-between;
  display: flex;
}

.brand-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brand-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.footer-social-link {
  color: #b3b3b3;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: baseline;
  line-height: 1.8em;
  text-decoration: none;
  transition: transform .3s, color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.footer-social-link:hover {
  color: #fff;
  transform: translate(2px);
}

.overlay {
  z-index: 1;
  background-image: linear-gradient(to right, var(--royal-blue-2), transparent);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 84px 44px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay.service-card-bg {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0000 42%, #000);
}

.overlay.portfolio-item-bg {
  z-index: -1;
  background-image: linear-gradient(to right, var(--royal-blue-2) 23%, #050505bd 37%, #03030369 47%, #0000001a 57%);
}

.cms-empty-state {
  color: #070707;
  text-align: center;
  background-color: #0000;
  border: 1px solid #070707;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.cms-empty-state.color-white {
  color: #fff;
  border-color: #fff;
}

.inner-underline {
  background-color: #070707;
  max-width: 64%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

._2-button-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
  display: flex;
}

._2-button-wrap.align-center {
  justify-content: center;
  margin: 61px auto 29px;
}

.card {
  text-decoration: none;
  transition: none;
  display: block;
}

.card:hover {
  transform: none;
}

.card.service-card {
  color: #fff;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 700px;
  margin-bottom: 55px;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.service-card:hover {
  transform: translate(0, 4px);
}

.card.testimonial-card.last {
  border-top: 1px solid #b3b3b3;
  padding-bottom: 0;
}

.header-logo {
  display: block;
}

.mg-top-32px {
  margin-top: 32px;
}

.menu-icon-mid-line {
  background-color: #fff;
  width: 34px;
  min-height: 1px;
}

.mg-bottom-48px {
  color: #000;
  margin-bottom: 48px;
  font-weight: 200;
  line-height: 48px;
}

.nav-item-wrapper {
  margin-bottom: 10px;
}

.nav-item-wrapper.block {
  margin-bottom: 0;
  margin-right: 0;
}

.header {
  background-color: #0000;
  border-bottom: 1px solid #ffffff80;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu-link-2 {
  color: #b3b3b3;
  white-space: nowrap;
  font-size: 24px;
  line-height: 1.8em;
  text-decoration: none;
  transition: transform .3s, color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.nav-menu-link-2:hover {
  color: #fff;
  transform: translate(4px);
}

.inner-container-650px {
  max-width: 650px;
}

.cart-button {
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0000;
  margin-right: 8px;
  padding: 38px 18px;
  font-size: 16px;
  line-height: 1.8em;
  transition: background-color .3s, color .35s;
}

.cart-button:hover {
  color: #fff;
  background-color: #ffffff26;
}

.service-card-content {
  z-index: 3;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 84px 44px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% -5%;
}

.split-content.footer-top-content-left {
  max-width: 220px;
}

.split-content.portfolio-left-column {
  flex: 1;
  max-width: 600px;
  margin-top: 110px;
  margin-right: 16px;
}

.split-content.footer-top-content-right {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: -35px;
  display: flex;
}

.split-content.header-left {
  z-index: 10;
  position: relative;
}

.split-content.portfolio-right-column {
  flex: 1;
  max-width: 600px;
  margin-left: 16px;
}

.split-content.header-right {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.split-content.testimonials-left {
  flex: 1;
  max-width: 550px;
  margin-right: 48px;
}

.split-content.testimonials-right {
  flex: 1;
  max-width: 550px;
  margin-top: 80px;
}

.split-content.about-story {
  max-width: 88%;
}

.split-content.about-story-right {
  margin-top: 104px;
}

.split-content.offices-left {
  z-index: 1;
  background-color: #fff;
  flex: 0 auto;
  align-self: center;
  min-width: 448px;
  max-width: 400px;
  margin-right: -287px;
  padding: 80px 57px 88px;
  position: relative;
  box-shadow: -1px 1px 10px #0000008c;
}

.footer-contact-link-wrapper {
  color: #b3b3b3;
  white-space: nowrap;
  flex: 1;
  margin-bottom: 35px;
  margin-left: 56px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.footer-contact-link-wrapper:hover {
  color: #fff;
  transform: translate(0, 4px);
}

.footer-contact-link-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

.footer-nav-item {
  margin-bottom: 18px;
}

.footer-logo-container {
  padding-left: 0;
}

.about-home-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.slider-arrow-v1 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 32px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: auto auto 0 0;
}

.slider-arrow-v1:hover {
  transform: translate(0, 2px);
}

.slider-arrow-v1:active {
  transform: translate(0, 6px);
}

.slider-arrow-v1.right {
  margin-bottom: 20px;
  margin-left: 64px;
}

.slider-arrow-v1.left {
  margin-bottom: 20px;
  transform: rotate(180deg);
}

.title.nav-menu-title {
  color: #fff;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
}

.title.faq-title {
  color: var(--grey);
  text-transform: none;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 22px;
  font-weight: 300;
}

.testimonial-client-name {
  color: #070707;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 400;
}

.apple-pay {
  height: 56px;
}

.footer-link {
  color: #ffffffb3;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.8em;
  text-decoration: none;
  transition: transform .3s, color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
  transform: translate(2px);
}

.footer-link.special {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
  font-weight: 400;
  transition: border-color .3s, transform .3s, color .3s cubic-bezier(.25, .46, .45, .94);
}

.footer-link.special:hover {
  color: #b3b3b3;
  border-bottom-color: #b3b3b3;
}

.inner-container-520px {
  width: 100%;
  max-width: 520px;
}

.inner-container-520px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-item {
  margin-bottom: 32px;
}

.gallery-item.last {
  margin-bottom: 0;
}

.nav-link-2 {
  color: #b3b3b3;
  font-size: 24px;
  line-height: 1.8em;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.nav-link-2:hover {
  color: #fff;
}

.nav-link-2.inside-header {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 38px 18px;
  font-size: 16px;
  transition: background-color .3s, color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-link-2.inside-header:hover {
  color: #fff;
  background-color: #ffffff26;
}

.nav-link-2.inside-header.w--current {
  border-bottom: 1px solid #fff;
}

.top-content.title-button {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.top-content.title-button.hafl {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 66px;
}

.top-content.title-button.pushed {
  margin-top: 24px;
}

.top-content.title-paragraph {
  grid-column-gap: 29px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.top-content.title-paragraph._0-8fr---1fr {
  grid-template-columns: .6fr 1fr;
}

.top-content.left-white-stroke {
  color: #dadada;
  border-left: 1px solid #fff;
  padding-left: 5vw;
  position: relative;
}

.top-content.left-white-stroke.mg-bottom {
  margin-bottom: 100px;
}

.footer-nav-container {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.style-guide-content {
  border-radius: 0;
  flex: 1;
  max-width: 80%;
  margin-left: 18px;
  overflow: hidden;
}

.mg-top-24px {
  margin-top: 24px;
}

.style-guide-sidebar-icon {
  width: 60%;
}

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

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-sidebar-title {
  color: #070707;
  border-bottom: 1px solid #dadada;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid #dadada;
  margin-top: 24px;
  padding-top: 24px;
}

.color-content {
  padding: 22px 16px 24px;
}

.paragraph-small {
  font-size: 15px;
  line-height: 24px;
}

.style-guide-subtitle {
  margin-top: 0;
}

.section-styleguide {
  padding-top: 200px;
  padding-bottom: 86px;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-link {
  align-items: center;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
}

.style-guide-link:hover {
  color: #070707;
  background-color: #f5f5f5;
}

.style-guide-link.w--current {
  color: #070707;
  background-color: #f5f5f5;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.rich-text {
  color: var(--grey);
}

.color-container {
  background-color: #fff;
  box-shadow: 0 8px 16px #0000000a, 0 12px 22px #0000000a;
}

.color-block {
  min-height: 120px;
}

.color-block.bg-neutral-300 {
  background-color: #dadada;
}

.color-block.bg-neutral-700 {
  background-color: #222;
}

.color-block.bg-neutral-600 {
  background-color: #696969;
}

.color-block.bg-neutral-200 {
  background-color: #f5f5f5;
}

.color-block.bg-neutral-400 {
  background-color: #b3b3b3;
}

.color-block.bg-neutral-500 {
  background-color: #8c8c8c;
}

.color-block.bg-neutral-800 {
  background-color: #070707;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.style-guide-header {
  padding-bottom: 80px;
}

.style-guide-link-wrapper {
  margin-bottom: 16px;
}

.style-guide-icon-link {
  background-color: #070707;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-button-container {
  position: absolute;
  inset: auto 0% 24px;
}

.style-guide-subheader {
  color: #fff;
  background-color: #c09a50;
  border-top: 1px solid #070707;
  border-bottom: 1px solid #070707;
  padding: 40px 30px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.color-hex {
  color: #8c8c8c;
  line-height: 20px;
}

.mg-top-8px {
  margin-top: 8px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.style-guide-sidebar {
  z-index: 2;
  flex: 0 14em;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  position: sticky;
  top: 32px;
}

.paragraph-large {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

.color-title {
  color: #070707;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.flex {
  display: flex;
}

.style-guide-content-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.typography-container {
  border-bottom: 1px solid #dadada;
  padding-top: 48px;
  padding-bottom: 48px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.typography-details {
  color: #070707;
  margin-top: 15px;
  font-weight: 400;
}

.body-2 {
  font-family: Switzer, sans-serif;
  transition: all .35s;
}

.heading-1 {
  font-size: 45px;
  font-weight: 400;
}

.paragraph {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.link-2 {
  color: var(--dark-goldenrod);
}

.heading-3 {
  font-weight: 400;
}

.heading-4 {
  font-size: 38px;
  font-weight: 400;
}

.heading-5 {
  font-weight: 400;
}

.box-wrap {
  border: 1px solid var(--dark-goldenrod);
  padding: 20px;
}

.inline-flex-horizontal {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.inline-flex-horizontal.spaced {
  margin-bottom: 7px;
}

.jewel-gem {
  width: 30px;
}

.heading-6 {
  color: var(--dark-goldenrod);
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
}

.link-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.white-dash {
  background-color: #fff;
  width: 15px;
  height: 1px;
  margin-left: 16px;
  margin-right: 10px;
}

.white-dash.extended {
  background-color: #636363;
  width: 60px;
  height: 2px;
  margin: 14px 0 10px;
}

.white-dash.extended.spacing-increase {
  margin-top: 33px;
  margin-bottom: 33px;
}

.text-block {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.html-embed {
  color: #6e6e6e;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.flex-wrap-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.flex-wrap-centre._100pxtop {
  padding-top: 25px;
}

.link-4 {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.grid-3vert {
  grid-column-gap: 16px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 189px;
  display: grid;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 14px;
  display: flex;
}

.div-block-6 {
  padding-top: 22px;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.white-link {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.heading-7 {
  font-size: 50px;
}

.paragraph-2 {
  margin-bottom: 49px;
  font-weight: 300;
}

.paragraph-2.italic {
  font-style: italic;
}

.paragraph-2.italic.white {
  color: #fff;
}

.image-3 {
  background-color: var(--royal-blue-2);
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-bottom: 165px;
  display: grid;
}

.accreditation {
  max-width: 200px;
  max-height: 80px;
}

.al-wrap {
  width: 150px;
  height: 150px;
}

.acredditations {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 75%;
  margin: 0 auto;
  padding-top: 21px;
  padding-bottom: 39px;
  display: grid;
}

.acredditations.top-push {
  margin-top: 157px;
  margin-bottom: 0;
}

.div-block-8 {
  padding-top: 42px;
}

.smalllog {
  width: 150px;
  margin-bottom: 23px;
}

.gem-bg {
  opacity: .04;
  background-image: url('../images/Jewel-diamond---White.svg'), url('../images/Jewel-diamond---White.svg');
  background-position: -10% -5%, 130% 110%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20%, 50%;
  position: absolute;
  inset: 0%;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.portfolio-card.absolute-image {
  z-index: -2;
  width: 60%;
  position: relative;
  inset: 0% 10% 0% auto;
}

.h2-size {
  font-size: 42px;
  line-height: 1.26em;
}

.portfolio-top-dash {
  background-color: #fff;
  flex: 1;
  align-self: center;
  min-height: 1px;
  margin-left: 18px;
  margin-right: 18px;
}

.card-bottom-dash {
  background-color: #fff;
  width: 45px;
  min-height: 1px;
  margin-right: 24px;
}

.portfolio-card-top-content {
  align-items: center;
  width: 146px;
  margin-bottom: 26px;
  display: flex;
}

.portfolio-slide-item-content {
  background-image: linear-gradient(to right, var(--royal-blue-2), transparent);
  perspective: 1000px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 520px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.portfolio-slide-item-content:hover {
  color: #fff;
}

.portfolio-item-content {
  z-index: 1;
  position: relative;
}

.card-bottom-content {
  align-items: center;
  display: flex;
}

.card-bottom-content.text-uppercase {
  color: #fff;
  text-decoration: none;
}

.mg-bottom-0px-2 {
  color: #7a7a7a;
  margin-bottom: 0;
}

.h4-size {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.31818em;
}

.container-default-2 {
  width: 100%;
  max-width: 1303px;
  margin: 40px auto 0;
  padding-left: 82px;
  padding-right: 82px;
}

.testimonials-v2-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.color-neutral-800 {
  color: #070707;
}

.testimonial-bottom-content {
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  margin-top: 46px;
  font-weight: 400;
  display: flex;
}

.avatar.small-60px {
  width: 60px;
}

.avatar.small-60px.mg-right-20px {
  width: 50px;
  margin-right: 8px;
}

.heading-8 {
  text-transform: capitalize;
}

.heading-9 {
  color: #000;
  font-size: 42px;
  font-weight: 300;
  line-height: 50px;
}

.text-block-3 {
  color: #797979;
}

.text-block-4 {
  color: #636363;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #070707;
  border: 1px solid #0000;
  padding: 22px 38px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color .3s, color .3s, background-color .3s;
}

.button-primary:hover {
  color: #070707;
  background-color: #fff;
  border-color: #070707;
}

.button-primary.button-white {
  color: var(--dark-goldenrod);
  background-color: #fff;
}

.button-primary.button-white:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.color-white-2 {
  color: #fff;
  font-size: 60px;
  font-weight: 200;
  line-height: 75px;
}

.color-white-2.mg-bottom-32px {
  font-size: 60px;
  font-weight: 200;
  line-height: 70px;
}

.heading-10 {
  font-weight: 300;
  line-height: 75px;
}

.fixed-block {
  width: 100%;
  position: sticky;
  top: 50px;
  overflow: hidden;
}

.sticky-wrap {
  height: 100vh;
  position: relative;
}

.div-block-10.pb {
  padding-bottom: 36px;
}

._80vh-flexed-cen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

._80vh-flexed-cen.about-us {
  background-image: linear-gradient(#0e2e47cc, #0e2e47cc), url('../images/Jewel-PS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 90vh;
}

._80vh-flexed-cen.about-us.service {
  background-image: linear-gradient(#0000, #0000);
}

._80vh-flexed-cen.service {
  background-image: linear-gradient(#0e2e47cc, #0e2e47cc), url('../images/Jewel-Group-Property-Server.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

._80vh-flexed-cen.service.maintenance {
  background-image: linear-gradient(#000c1a7d, #000c1a7d), url('../images/0x0.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

._80vh-flexed-cen.service.fire {
  background-image: linear-gradient(#0e2e47cc, #0e2e47cc), url('../images/nolan-issac-K5sjajgbTFw-unsplash-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.mg-bottom-0px-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.color-white-3 {
  color: #fff;
}

.about-hero-wrapper {
  text-align: center;
  max-width: 870px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
}

.body-3 {
  font-family: Switzer, sans-serif;
}

.jewel-restrictor {
  padding-left: 10%;
  padding-right: 10%;
}

.about-hero-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-hero-image {
  display: block;
}

.about-hero-image._02 {
  align-self: flex-end;
  width: 57%;
}

.about-hero-image._01 {
  align-self: flex-end;
  max-width: 40%;
}

.about-hero-image._03 {
  align-self: flex-start;
  max-width: 48%;
  overflow: visible;
}

.about-hero-image._04 {
  align-self: flex-start;
  max-width: 49%;
  height: 100%;
}

.about-hero-image-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  width: 100%;
  margin-top: 78px;
  display: grid;
}

.narrow-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.narrow-section.no-bottom-padding {
  padding-bottom: 0;
}

.narrow-section.large-160px {
  padding-top: 160px;
  padding-bottom: 160px;
}

.narrow-section.large-160px.bg-neutral-800 {
  color: #dadada;
}

.narrow-section.large-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.narrow-section.large-180px.cut {
  padding-bottom: 0;
}

.narrow-section.medium {
  padding-top: 120px;
  padding-bottom: 120px;
}

.narrow-section.medium.cut {
  padding-top: 0;
  padding-bottom: 47px;
}

.stats-bar {
  justify-content: space-between;
  display: flex;
}

.mg-bottom-0px-4 {
  color: var(--grey);
  margin-bottom: 0;
  font-weight: 300;
}

.mg-bottom-0px-4.padding {
  margin-top: 15px;
  margin-bottom: 48px;
}

.mg-bottom-0px-4.title {
  font-weight: 300;
  line-height: 45px;
}

.section-2 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-2.pd-bottom-0px {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-2.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.no-top-pad {
  padding-top: 0;
  padding-bottom: 27px;
}

.about-story-row {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 345px;
  display: grid;
}

.about-story-row.top {
  margin-bottom: 48px;
}

.about-story-row.top._3rd {
  margin-top: 45px;
  margin-bottom: 0;
}

.about-story-row.top.hide {
  display: none;
}

.about-story-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 500px;
  display: block;
}

.about-story-image.bottom {
  max-width: 96%;
}

.heading-11 {
  color: #000;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 200;
  line-height: 45px;
  text-decoration: none;
}

.heading-11.white-bold {
  color: #fff;
  letter-spacing: 2px;
  font-size: 40px;
  font-weight: 600;
}

.inner-container-350px {
  max-width: 350px;
}

.inner-container-350px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.value-tag {
  text-transform: capitalize;
  font-weight: 400;
}

.div-block-11 {
  border: 1px solid #fff;
  width: 60%;
}

.div-block-11.extended {
  border-style: solid none none;
  width: 80%;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 20px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 650px;
  display: flex;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.link-block {
  color: var(--grey);
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-block:hover {
  color: var(--dark-goldenrod);
  transform: translate(0, -7px);
}

.text-block-5 {
  text-transform: uppercase;
  margin-left: 17px;
}

.relative-img-wrap {
  width: 350px;
  height: 350px;
  position: relative;
}

.gradient-overlay-up {
  background-image: linear-gradient(to top, #000c1a, #0000 29%);
  position: absolute;
  inset: 0%;
}

.image-5 {
  z-index: 10;
  width: 40px;
  position: absolute;
  inset: auto 5% 5% auto;
}

.portfolio-hero {
  padding-top: 32vh;
  padding-bottom: 71px;
}

.inline-block {
  line-height: 2em;
  display: inline-block;
}

.h3-size {
  font-size: 28px;
  line-height: 1.35em;
}

.color-white-4 {
  color: #fff;
}

.about-cms-item-content {
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.inline {
  display: inline;
}

.project-details-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -16px;
  display: flex;
}

.h5-size {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.text-separator.large {
  background-color: #fff;
  width: 5em;
  min-height: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.project-details-item {
  color: #696969;
  margin: 16px;
}

.inner-container-700px {
  max-width: 700px;
}

.inner-container-700px.center-content {
  margin-left: auto;
  margin-right: auto;
}

.inner-container-700px.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-medium {
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.full-block {
  width: 100%;
  height: 100%;
  display: block;
}

.project-gallery-main-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.project-gallery-grid {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.project-gallery-grid.small {
  grid-template-columns: 1fr;
}

.heading-12 {
  margin-bottom: 30px;
  font-weight: 300;
}

.collection-list-wrapper-2 {
  margin-top: 40px;
}

.div-block-12 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.client-review {
  background-color: var(--royal-blue-2);
  color: #fff;
  padding: 123px 162px;
  position: relative;
}

.image-6 {
  width: 45px;
}

.div-block-13 {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.heading-13 {
  color: #fff;
  text-transform: none;
  margin-left: 12px;
  font-size: 38px;
  font-weight: 300;
}

.div-block-14 {
  z-index: 1;
  width: 70%;
  position: relative;
}

.collection-list-wrapper-3 {
  z-index: 1;
  margin-top: 40px;
  position: relative;
}

.collection-item-2 {
  margin-bottom: 19px;
}

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

.text-block-6 {
  white-space: nowrap;
  margin-right: 15px;
}

.text-block-6.v2 {
  font-size: 20px;
  font-weight: 400;
}

.div-block-15 {
  align-items: center;
  display: flex;
}

.div-block-15.spaced {
  margin-top: 60px;
}

.heading-14 {
  white-space: nowrap;
  margin-right: 33px;
}

.link-5 {
  color: var(--gainsboro);
  font-size: 20px;
  text-decoration: none;
}

.div-block-16 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.text-block-7 {
  color: #e1e1e1;
}

.field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gainsboro);
  color: #fff;
  background-color: #0000;
  margin-bottom: 15px;
  font-size: 16px;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gainsboro);
  color: #fff;
  background-color: #0000;
  font-size: 16px;
}

.form-block {
  width: 80%;
  font-size: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
  font-weight: 300;
}

.office-item {
  align-items: flex-start;
  margin-bottom: 22px;
  display: flex;
}

.office-item.last {
  margin-bottom: 0;
}

.container-default-3 {
  width: 100%;
  max-width: 1303px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.office-location-icon {
  margin-top: 9px;
  margin-right: 16px;
}

.inner-container-split {
  justify-content: space-between;
  display: flex;
}

.greyline {
  background-color: var(--gainsboro);
  width: 80%;
  height: 2px;
  margin: 89px auto;
}

.faq-content {
  max-width: 97%;
  overflow: hidden;
}

.mg-bottom-0px-5 {
  color: #868686;
  margin-bottom: 0;
}

.faq-top-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-item {
  cursor: pointer;
  transform-style: preserve-3d;
  border-bottom: 1px solid #dadada;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: transform .3s;
}

.faq-item:hover {
  transform: translate3d(0, 4px, .01px);
}

.faq-item.last {
  border-bottom-style: none;
}

.faq-spacer {
  min-height: 16px;
}

.container-medium-730px {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.faq-icon-wrapper {
  background-color: var(--royal-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  top: 5px;
}

.faq-icon-line {
  background-color: #fff;
  border-radius: 20px;
  width: 12px;
  min-height: 2px;
  position: absolute;
}

.faq-icon-line.second {
  transform: rotate(90deg);
}

.form-success {
  background-color: #0000;
}

.image-8 {
  width: 30px;
  margin-bottom: 17px;
}

.error-message-2 {
  background-color: #af4646;
}

.image-9 {
  width: 100%;
}

.div-block-18 {
  margin-right: 8px;
}

.div-block-19 {
  display: flex;
}

.lottie-animation {
  width: 20px;
}

.div-block-20 {
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding-left: 5px;
  padding-right: 25px;
  display: flex;
}

.div-block-21 {
  position: relative;
}

.div-block-22 {
  position: static;
  inset: auto 0% 0%;
}

.div-block-23 {
  background-color: var(--royal-blue-2);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 450px;
  padding-bottom: 11px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-2 {
  width: 100%;
  height: 90px;
  margin-top: 13px;
}

.image-10 {
  height: 100%;
}

.div-block-24 {
  background-color: var(--dark-goldenrod);
  width: 80%;
  height: 1px;
}

.testimonial {
  padding-left: 60px;
  padding-right: 60px;
}

.collection-list {
  grid-column-gap: 66px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 24px;
  display: block;
}

.link-block-3 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-11 {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-25 {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-26 {
  z-index: 1;
  background-color: #0000004a;
  position: absolute;
  inset: 0%;
}

.div-block-27 {
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 57px;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 112px;
}

.paragraph-4, .heading-16 {
  text-align: center;
}

.heading-16.pb {
  margin-bottom: 99px;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  padding: 22px 20px 14px;
  font-size: 20px;
}

.div-block-28 {
  z-index: 10;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 125px;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-29 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.heading-17 {
  font-weight: 700;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.div-block-31 {
  border-bottom: 1px solid #fff;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-5 {
  font-weight: 200;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-block-10 {
  margin-top: 11px;
}

.overline {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.testimonial-card-e {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  transition: all .3s;
  display: flex;
}

.span-red-500 {
  color: #e56161;
}

.testimonial-slide-b {
  margin-right: 24px;
}

.testimonal-quote {
  background-color: var(--royal-blue);
  width: 56px;
  height: 56px;
  color: var(--dark-goldenrod);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-2.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.h6-heading.text-weight-medium {
  font-weight: 500;
}

.section-regular {
  padding: 0 0%;
  position: relative;
}

.caption-m {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.caption-m.text-color-gray-600 {
  color: #6d767e;
}

.testimonial-slider-b {
  background-color: #0000;
  width: 100%;
  max-width: 996px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 102px;
  padding-right: 102px;
}

.hidden-element {
  display: none;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.testimonial-right-arrow-b {
  border: 1px solid var(--dark-goldenrod);
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-large {
  width: 32px;
  height: 32px;
  color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-left-arrow-b {
  border: 1px solid var(--dark-goldenrod);
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.title-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-2.text-color-gray-600 {
  color: #6d767e;
}

.customer-logo {
  width: 44px;
}

.testimonial-customer-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonal-quote-2 {
  background-color: var(--royal-blue);
  color: #6173e5;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 56px;
  display: flex;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-3.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.section-regular-2 {
  margin-top: 40px;
  padding: 0 5%;
  position: relative;
}

.testimonial-right-arrow-b-2 {
  border: 1px solid var(--dark-goldenrod);
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-large-2 {
  width: 32px;
  height: 32px;
  color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-left-arrow-b-2 {
  border: 1px solid var(--dark-goldenrod);
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.testimonal-quote-3 {
  background-color: var(--royal-blue);
  width: 56px;
  height: 56px;
  color: var(--royal-blue);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-4.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.section-regular-3 {
  padding: 0 5%;
  position: relative;
}

.testimonial-right-arrow-b-3 {
  border: 1px solid var(--dark-goldenrod);
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-large-3 {
  width: 32px;
  height: 32px;
  color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-left-arrow-b-3 {
  border: 1px solid var(--dark-goldenrod);
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.paragraph-6 {
  font-style: italic;
}

@media screen and (min-width: 1920px) {
  ._2-button-wrap.align-center {
    padding-left: 26px;
  }

  .about-hero-image._02 {
    width: 56%;
  }

  .about-hero-image._01 {
    max-width: 41%;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: var(--royal-blue-2);
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    padding-left: 55px;
    padding-right: 55px;
  }

  .nav-link {
    text-align: center;
    border-bottom: 0 solid #000;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 15px;
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

  .nav-link:hover {
    border-bottom-style: none;
  }

  .nav-link.w--current {
    text-align: center;
    border-bottom-style: none;
  }

  .nav-link.hod {
    display: block;
  }

  .icon {
    color: #fff;
    font-size: 29px;
  }

  .nav-menu {
    background-color: var(--royal-blue-2);
    flex-direction: column;
    align-self: auto;
    align-items: flex-end;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 52px;
    padding-bottom: 25px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .div-block-3 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-2-columns.home-hero {
    max-width: none;
    margin-top: 77px;
    margin-left: 24px;
    padding-left: 48px;
    display: block;
  }

  .page-line-inside {
    background-color: #0000;
    background-image: linear-gradient(to top, #fff 63%, #0000 90%);
    left: 48px;
    right: auto;
  }

  .mg-bottom-0px.black {
    font-size: 35px;
    line-height: 40px;
  }

  .mg-bottom-0px.whitetxt {
    text-align: center;
    margin-bottom: 40px;
  }

  .header-navigation {
    flex-direction: column;
  }

  .header-navigation.hide-in-mobile {
    flex-direction: row;
    align-items: stretch;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .bg.cms-page {
    min-height: 90vh;
  }

  .footer-mid-content {
    grid-template-columns: 1fr 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-wrapper.v1 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
    padding-left: 23px;
    padding-right: 23px;
  }

  .container-default.home-hero {
    justify-content: center;
    align-items: stretch;
    padding-left: 24px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.home-hero {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.no-top-padding {
    padding-bottom: 25px;
  }

  .footer-top-content {
    padding-top: 80px;
  }

  .slider.portfolio {
    margin-bottom: 80px;
  }

  .footer-nav {
    margin-right: 32px;
  }

  .gallery-right-column {
    margin-left: 8px;
  }

  .button.contact {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .footer-column.first {
    flex: 0 auto;
    width: 80%;
    max-width: 100%;
    margin-bottom: 100px;
    margin-right: 0;
  }

  .footer-column.footer-nav-column {
    margin-right: 64px;
  }

  .footer-logo {
    width: 50%;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .slide.portfolio-item {
    margin-right: 40px;
  }

  .image-2.full-image.maxh-500px {
    width: 80%;
    max-height: 350px;
  }

  .gallery-left-column {
    margin-right: 8px;
  }

  .portfolio-content-main-wrapper {
    margin-top: 32px;
  }

  .brand-2 {
    margin-right: 24px;
  }

  .overlay.portfolio-item-bg {
    background-image: linear-gradient(to right, #070707 32%, #03030369 69%, #0000);
  }

  .card.service-card {
    height: 600px;
    margin-bottom: 24px;
  }

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

  .nav-item-wrapper {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .nav-item-wrapper.block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-link-2 {
    font-size: 20px;
  }

  .cart-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-card-content {
    padding: 56px 32px;
  }

  .split-content.footer-top-content-left {
    max-width: none;
    margin-bottom: 24px;
    margin-right: 56px;
  }

  .split-content.portfolio-left-column {
    margin-right: 12px;
  }

  .split-content.footer-top-content-right {
    margin-bottom: 0;
  }

  .split-content.portfolio-right-column {
    margin-left: 12px;
  }

  .split-content.about-story.left {
    margin-bottom: 28px;
  }

  .split-content.about-story-right {
    margin-top: 80px;
    margin-bottom: 48px;
  }

  .split-content.offices-left {
    min-width: 350px;
    max-width: 350px;
    padding: 56px 20px 56px 18px;
  }

  .scroll-down-arrow {
    width: 48px;
  }

  .footer-contact-link-wrapper {
    flex: 0 auto;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .footer-logo-container.mg-bottom-24px {
    justify-content: center;
    display: flex;
  }

  .about-home-images {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .title.nav-menu-title {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .gallery-item {
    margin-bottom: 16px;
  }

  .nav-link-2.inside-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-content.title-button {
    grid-row-gap: 24px;
  }

  .top-content.title-button.wrap-in-tablet {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .top-content.title-button.hafl {
    grid-template-columns: 1fr .8fr;
  }

  .top-content.title-paragraph._0-8fr---1fr {
    grid-template-columns: 1fr;
  }

  .top-content.left-white-stroke.mg-bottom {
    margin-bottom: 80px;
  }

  .style-guide-content {
    max-width: 100%;
    margin-left: 0;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .style-guide-header {
    padding-bottom: 80px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .flex-wrap-centre._100pxtop {
    padding-top: 74px;
  }

  .grid-3vert {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 0;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-2 {
    text-align: center;
  }

  .paragraph-2.italic.white {
    color: #fff;
  }

  .image-3 {
    margin-bottom: 0;
  }

  .accreditation {
    max-width: 100px;
  }

  .div-block-8 {
    padding-top: 25px;
  }

  .image-wrapper.portfolio-card.absolute-image {
    right: 0;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .color-neutral-800 {
    color: #070707;
  }

  .color-white-2 {
    font-size: 50px;
  }

  .heading-10 {
    font-size: 45px;
    line-height: 55px;
  }

  .color-white-3 {
    font-size: 50px;
  }

  .about-hero-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-hero-grid, .about-hero-image-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .narrow-section.large-180px {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .stats-bar {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    margin: -12px -12px -12px -13px;
  }

  .stats-item {
    white-space: nowrap;
    margin: 12px;
  }

  .section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .about-story-row {
    grid-template-columns: 1fr;
  }

  .about-story-row.top {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
    margin-bottom: 162px;
  }

  .about-story-row.top._3rd {
    margin-top: 83px;
  }

  .about-story-image {
    object-position: 50% 50%;
    max-height: 500px;
  }

  .about-story-image.bottom {
    max-width: 100%;
  }

  .project-gallery-main-wrapper, .project-gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .client-review {
    padding-left: 51px;
    padding-right: 51px;
  }

  .heading-14 {
    font-size: 45px;
  }

  .form-block {
    width: 100%;
    margin-bottom: 77px;
  }

  .container-default-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .lottie-animation {
    width: 30px;
  }

  .div-block-20 {
    padding-left: 10px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .div-block-28 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 11px;
    padding-right: 11px;
  }

  .nav-link {
    text-align: center;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
    line-height: 72px;
  }

  .heading-2.v2 {
    font-size: 18px;
  }

  .link_block_wrap.ar {
    margin-bottom: 42px;
  }

  .underline-fill.white, .underline-fill.white.about-left {
    display: none;
  }

  .testimonials-v1-wrapper {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.home-hero {
    max-width: 100%;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 25px;
  }

  .grid-2-columns.no-break {
    grid-column-gap: 20px;
  }

  .page-line-inside {
    left: 24px;
  }

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

  .header-navigation {
    margin-right: 48px;
  }

  .header-navigation.hide-in-mobile {
    display: none;
  }

  .grid-3-columns {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .button-secondary {
    padding: 20px 32px;
  }

  .bg.cms-page {
    min-height: 100%;
  }

  .footer-contact-text {
    margin-top: 8px;
    font-size: 32px;
  }

  .underline-block.about-story {
    margin-left: 12px;
  }

  .cart-quantity:hover {
    color: #fff;
  }

  .footer-mid-content {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 80px;
  }

  .footer-bottom-content {
    font-size: 16px;
  }

  .cta-wrapper.v1 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .footer-nav-main-container {
    flex: 1;
    margin-bottom: 0;
  }

  .footer-nav-main-container.last {
    margin-bottom: 0;
  }

  .container-default.home-hero {
    padding-bottom: 0;
  }

  .mg-bottom-64px {
    margin-bottom: 56px;
  }

  .nav-menu-main-container {
    justify-content: flex-start;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 85px;
  }

  .section.home-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider.blog {
    margin-bottom: 120px;
  }

  .slider.portfolio {
    margin-bottom: 64px;
  }

  .button {
    padding: 20px 32px;
  }

  .button.secondary.whitetxt.spaced-left {
    margin-top: 23px;
    margin-left: 0;
  }

  .button.smaller {
    padding: 13px;
    font-size: 14px;
  }

  .footer-column {
    width: 100%;
  }

  .footer-column.first {
    flex: 0 auto;
    max-width: 100%;
    margin-right: 0;
  }

  .footer-column.footer-nav-column {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .color-white.mg-bottom-0px.footer {
    font-size: 28px;
  }

  .footer-logo {
    transition: transform .3s;
  }

  .footer-logo:hover {
    transform: scale(.94);
  }

  .menu-button-2 {
    margin-left: 0;
  }

  .slider-arrow-v2 {
    top: 133%;
    bottom: 0;
  }

  .subtitle-wrap.about-top-content {
    flex-direction: column;
  }

  .nav-menu-column {
    width: auto;
    max-width: none;
    margin-bottom: 56px;
    margin-right: 32px;
  }

  .image-2.full-image.maxh-500px {
    width: 100%;
  }

  .nav-menu-2 {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .decoration-line {
    margin-left: 12px;
  }

  .scroll-down-wrap {
    padding: 24px;
    display: none;
  }

  .portfolio-content-main-wrapper {
    flex-direction: column;
  }

  .overlay {
    padding: 48px 30px;
  }

  .cms-empty-state {
    padding: 24px;
  }

  ._2-button-wrap.align-center {
    flex-direction: column;
    align-items: center;
  }

  ._2-button-wrap.mg-top-40px {
    flex-direction: column;
    margin-bottom: 0;
  }

  .card.service-card {
    min-height: auto;
  }

  .card.testimonial-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .nav-item-wrapper {
    margin-bottom: 14px;
  }

  .header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-link-2 {
    font-size: 18px;
    display: inline;
  }

  .cart-button {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cart-button:hover {
    color: #fff;
  }

  .service-card-content {
    padding: 48px 30px;
  }

  .split-content.footer-top-content-left {
    max-width: none;
    margin-bottom: 32px;
  }

  .split-content.portfolio-left-column {
    margin-top: 0;
    margin-right: 0;
  }

  .split-content.footer-top-content-right {
    margin-bottom: 0;
  }

  .split-content.portfolio-right-column {
    margin-left: 0;
  }

  .split-content.testimonials-left {
    max-width: none;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .split-content.testimonials-right {
    border-top: 1px solid #b3b3b3;
    max-width: none;
    margin-top: 0;
  }

  .split-content.about-story.left {
    max-width: 100%;
    margin-bottom: 19px;
  }

  .split-content.about-story-right {
    margin-top: 0;
  }

  .split-content.offices-left {
    z-index: 50;
    width: 100%;
    min-width: auto;
    max-width: none;
    box-shadow: none;
    background-color: #fff;
    align-self: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 23px;
    padding-right: 32px;
  }

  .footer-contact-link-wrapper {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .footer-nav-item {
    margin-bottom: 14px;
  }

  .about-home-images {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    width: auto;
    height: 350px;
  }

  .slider-arrow-v1 {
    bottom: 20px;
  }

  .title.nav-menu-title {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .title.faq-title {
    font-size: 24px;
    line-height: 1.5em;
  }

  .top-content.title-button, .top-content.title-button.hafl, .top-content.title-paragraph {
    grid-template-columns: 1fr;
  }

  .top-content.left-white-stroke {
    border-left-width: 0;
    padding-left: 0;
  }

  .section-styleguide {
    padding-top: 158px;
  }

  .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-subheader {
    padding-left: 19px;
    padding-right: 19px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 34px;
  }

  .box-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
  }

  .image-3 {
    margin-bottom: 0;
  }

  .acredditations {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 90px;
  }

  .image-wrapper.portfolio-card.absolute-image {
    width: 80%;
  }

  .card-bottom-dash {
    width: 32px;
    margin-right: 20px;
  }

  .portfolio-slide-item-content {
    flex-direction: column;
  }

  .portfolio-item-content {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 24px;
  }

  .testimonials-v2-wrapper {
    flex-direction: column;
  }

  .testimonial-bottom-content {
    margin-top: 30px;
  }

  .avatar.small-60px.mg-right-20px {
    width: 40px;
  }

  .button-primary {
    padding: 20px 32px;
  }

  ._80vh-flexed-cen.about-us {
    height: auto;
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .color-white-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .about-hero-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-hero-grid.top {
    display: none;
  }

  .about-hero-grid.bottom {
    flex-direction: column;
  }

  .about-hero-image {
    margin: 6px;
  }

  .about-hero-image._03, .about-hero-image._04 {
    max-width: 100%;
  }

  .about-hero-image-wrapper {
    margin: -91px -12px -12px;
  }

  .narrow-section.large-160px {
    padding-top: 99px;
    padding-bottom: 99px;
  }

  .narrow-section.large-180px {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .narrow-section.medium {
    padding-top: 69px;
    padding-bottom: 69px;
  }

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

  .about-story-row {
    grid-template-columns: 1fr;
  }

  .about-story-row.top {
    margin-bottom: 120px;
  }

  .about-story-row.top._3rd {
    margin-top: 86px;
  }

  .about-story-image {
    height: 500px;
  }

  .about-story-image.bottom {
    max-width: 100%;
  }

  .collection-item {
    grid-template-columns: 1fr;
  }

  .about-cms-item-content {
    max-width: 100%;
  }

  .text-separator.large {
    width: 3em;
    margin-left: 16px;
    margin-right: 16px;
  }

  .project-gallery-main-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .project-gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .project-gallery-grid.small {
    grid-template-columns: 1fr 1fr;
  }

  .image-6 {
    width: 35px;
  }

  .heading-13 {
    font-size: 28px;
  }

  .div-block-14 {
    width: auto;
  }

  .image-7, .lightbox-link {
    width: 100%;
  }

  .collection-item-3 {
    margin-bottom: 37px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-16 {
    flex-direction: column;
  }

  .inner-container-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-17 {
    margin-top: 18px;
  }

  .testimonial {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card-e {
    padding-left: 44px;
    padding-right: 44px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-slider-b {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-right-arrow-b, .testimonial-left-arrow-b {
    width: 42px;
    height: 42px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-right-arrow-b-2, .testimonial-left-arrow-b-2 {
    width: 42px;
    height: 42px;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-right-arrow-b-3, .testimonial-left-arrow-b-3 {
    width: 42px;
    height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    max-width: 200px;
  }

  .container {
    justify-content: space-around;
    padding-top: 43px;
  }

  .nav-link {
    text-align: center;
  }

  .heading {
    font-size: 52px;
    line-height: 60px;
  }

  .heading-2 {
    font-size: 14px;
  }

  .heading-2.v2 {
    font-size: 15px;
  }

  .div-block-2 {
    align-items: center;
    display: flex;
  }

  .div-block-3 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .link_block_wrap.ar {
    justify-content: flex-start;
  }

  .underline-fill.white {
    display: none;
  }

  .underline-fill.about-story {
    max-width: 80px;
  }

  .testimonials-v1-wrapper {
    grid-row-gap: 50px;
  }

  .grid-2-columns.home-hero {
    border-left-width: 0;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .page-line-inside {
    display: none;
    left: 16px;
  }

  .mg-bottom-0px.black {
    font-size: 30px;
  }

  .grid-3-columns {
    grid-row-gap: 28px;
  }

  .button-secondary {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .bg.cms-page {
    min-height: 88%;
  }

  .footer-contact-text {
    font-size: 27px;
  }

  .big-number {
    font-size: 90px;
    line-height: 86px;
  }

  .big-number.medium {
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 72px;
  }

  .footer-mid-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cta-wrapper.v1 {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .footer-nav-main-container {
    margin-bottom: 40px;
    margin-right: 0;
  }

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

  .container-default.home-hero {
    padding-bottom: 35px;
    padding-left: 16px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 34px;
  }

  .section.home-hero {
    padding-top: 72px;
    padding-bottom: 150px;
  }

  .slider.blog {
    margin-bottom: 100px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .button.button-white._2-buttons {
    margin-right: 0;
  }

  .footer-column.first {
    width: 100%;
  }

  .footer-column.footer-nav-column {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
  }

  .color-white {
    font-size: 30px;
  }

  .color-white.mg-bottom-8px {
    font-size: 25px;
  }

  .menu-button-2 {
    padding: 10px;
    font-size: 26px;
  }

  .footer-title.mg-bottom-32px {
    margin-bottom: 28px;
  }

  .slider-arrow-v2 {
    top: 123%;
  }

  .subtitle-wrap.about-top-content {
    flex-direction: column;
    justify-content: center;
  }

  .subtitle-wrap.align-center.mg-bottom-48px {
    margin-bottom: 0;
  }

  .image-2.full-image {
    object-position: 50% 50%;
  }

  .image-2.full-image.maxh-500px {
    width: 100%;
  }

  .scroll-down-wrap {
    display: none;
  }

  .brand-2 {
    margin-right: 0;
  }

  .overlay.service-card-bg {
    background-image: linear-gradient(#0000007d, #0000007d), linear-gradient(#0000 42%, #000);
  }

  ._2-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  ._2-button-wrap.align-center {
    padding-left: 0;
  }

  .card.service-card {
    height: 500px;
  }

  .cart-button {
    margin-right: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .service-card-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .split-content.about-story-right {
    margin-bottom: 24px;
  }

  .footer-nav-item {
    margin-bottom: 16px;
  }

  .slider-arrow-v1 {
    bottom: 48px;
  }

  .title.faq-title {
    font-size: 22px;
  }

  .top-content.left-white-stroke {
    border-left-width: 0;
    padding-left: 0;
  }

  .style-guide-content {
    max-width: 100%;
  }

  .section-styleguide {
    padding-top: 150px;
    padding-bottom: 32px;
  }

  .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .box-wrap {
    align-items: flex-start;
  }

  .text-block {
    text-align: left;
  }

  .grid-3vert {
    justify-items: center;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .accreditation {
    width: 60px;
  }

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

  .gem-bg {
    display: none;
  }

  .h2-size {
    font-size: 32px;
  }

  .portfolio-slide-item-content {
    min-height: 80vh;
  }

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

  .heading-9 {
    font-size: 35px;
  }

  .button-primary {
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .color-white-2 {
    font-size: 40px;
    line-height: 55px;
  }

  .heading-10 {
    font-size: 40px;
  }

  .about-hero-grid {
    flex-direction: column;
  }

  .about-hero-grid.bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -68px;
  }

  .about-hero-image {
    margin: 6px;
  }

  .about-hero-image._02 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-hero-image._01 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-hero-image-wrapper {
    margin: 0;
  }

  .narrow-section.large-160px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .narrow-section.large-180px {
    padding-top: 80px;
    padding-bottom: 17px;
  }

  .narrow-section.medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .stats-bar {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
  }

  .stats-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-story-row {
    min-height: auto;
  }

  .about-story-row.top {
    margin-bottom: 80px;
  }

  .about-story-row.top._3rd {
    margin-top: 47px;
  }

  .about-story-image {
    height: 300px;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 38px;
  }

  .portfolio-hero {
    padding-top: 19vh;
  }

  .h3-size {
    font-size: 20px;
  }

  .color-white-4 {
    font-size: 45px;
  }

  .about-cms-item-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-cms-item-content.mg-bottom-24px {
    flex-direction: column;
  }

  .inline.color-white {
    font-size: 12px;
  }

  .text-separator.large {
    background-color: #8c8c8c;
    width: 100%;
    margin: 0;
  }

  .container-medium {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-gallery-main-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .client-review {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: center;
  }

  .heading-13, .rich-text-block {
    text-align: center;
  }

  .div-block-16 {
    flex-direction: column;
  }

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

  .greyline {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .faq-item.last {
    padding-bottom: 0;
  }

  .container-medium-730px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-15 {
    font-size: 34px;
  }

  .div-block-17 {
    margin-top: 26px;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-18 {
    margin-right: 0;
  }

  .image-10 {
    object-fit: contain;
  }

  .testimonial {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-16.pb {
    line-height: 40px;
  }
}

#w-node-cc7a2ad8-d933-fbe7-0167-22c6835bdd8f-df91abde, #w-node-cc7a2ad8-d933-fbe7-0167-22c6835bddac-df91abde {
  justify-self: end;
}

#w-node-cc7a2ad8-d933-fbe7-0167-22c6835bde0e-df91abde {
  align-self: center;
}

#w-node-f59e6cc9-c738-14fa-bcf2-18aa592e8c27-592e8c12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f59e6cc9-c738-14fa-bcf2-18aa592e8c28-592e8c12 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-f59e6cc9-c738-14fa-bcf2-18aa592e8c3d-592e8c12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f59e6cc9-c738-14fa-bcf2-18aa592e8c49-592e8c12 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f59e6cc9-c738-14fa-bcf2-18aa592e8c4b-592e8c12, #w-node-_059f194f-cec9-d79d-8543-a94ca014f8ff-a014f8ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_059f194f-cec9-d79d-8543-a94ca014f901-a014f8ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_059f194f-cec9-d79d-8543-a94ca014f902-a014f8ff, #w-node-_059f194f-cec9-d79d-8543-a94ca014f903-a014f8ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cff44b18-08ea-a72a-2ae3-1237be789bdd-becb54d2, #w-node-cff44b18-08ea-a72a-2ae3-1237be789be3-becb54d2, #w-node-cff44b18-08ea-a72a-2ae3-1237be789be9-becb54d2, #w-node-cff44b18-08ea-a72a-2ae3-1237be789bef-becb54d2, #w-node-cff44b18-08ea-a72a-2ae3-1237be789bf5-becb54d2, #w-node-cff44b18-08ea-a72a-2ae3-1237be789bfb-becb54d2 {
  align-self: end;
}

#w-node-_9ea82131-d7f1-9c2e-2e44-e1cf2204dab3-b11b0fb6 {
  place-self: end;
}

#w-node-_1623918c-6bd7-a217-e842-492aa5502ce2-b11b0fb6, #w-node-_5266460b-d027-92bf-8289-6173cd15c810-b11b0fb6 {
  align-self: center;
}

#w-node-_57db6719-d117-6b56-a375-0bccb35ac046-5aeb505f {
  align-self: auto;
}

#w-node-_57db6719-d117-6b56-a375-0bccb35ac057-5aeb505f, #w-node-_40e47ff7-1fbb-11b2-430c-75bf52418ce2-5aeb505f, #w-node-_6878b737-23e7-c948-320d-8ab7917b23e7-5aeb505f, #w-node-d69e6b70-0f2d-910e-4e21-fd8c70a1eaea-5aeb505f {
  align-self: center;
}

#w-node-_250113ed-11b6-50c9-dc80-1eeaed135b5c-f0e3d885 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8dac44ae-3aba-8071-78e6-3b19be11a426-f0e3d885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff8af003-e00d-d217-cc04-8c6f9d90a1df-f0e3d885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-affa5294-2ab3-53c2-2b93-897a41673c24-4e07ca52, #w-node-_5b7aee50-df8c-1085-4f9e-cd7e0eb33625-4e07ca52 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57db6719-d117-6b56-a375-0bccb35ac046-4e07ca52 {
  align-self: auto;
}

#w-node-_57db6719-d117-6b56-a375-0bccb35ac057-4e07ca52, #w-node-_40e47ff7-1fbb-11b2-430c-75bf52418ce2-4e07ca52, #w-node-_6878b737-23e7-c948-320d-8ab7917b23e7-4e07ca52 {
  align-self: center;
}

#w-node-_52a11e28-ff43-33f6-ab85-78768e23e911-3aa1b7d8 {
  justify-self: end;
}

#w-node-_57db6719-d117-6b56-a375-0bccb35ac046-3aa1b7d8 {
  align-self: auto;
}

#w-node-_57db6719-d117-6b56-a375-0bccb35ac057-3aa1b7d8, #w-node-_40e47ff7-1fbb-11b2-430c-75bf52418ce2-3aa1b7d8, #w-node-_6878b737-23e7-c948-320d-8ab7917b23e7-3aa1b7d8, #w-node-_663f3bb5-cb98-5011-e475-91da9a5c2e87-3aa1b7d8, #w-node-d3cf8376-7388-6141-4794-be9d9d10bff9-3aa1b7d8, #w-node-_566609ae-bd01-4dff-f3b5-31f06be40d39-3aa1b7d8, #w-node-e4df6fcc-ff9e-38a5-ad09-cb042e88f767-3aa1b7d8, #w-node-_47a9d156-7bb6-6cca-460d-cbcaad312108-3aa1b7d8, #w-node-_9213c2d2-bbdd-c2d0-2d66-47859d53b3b5-3aa1b7d8, #w-node-d4d3218c-42e9-df9c-6c77-3ce4e9501689-3aa1b7d8, #w-node-_0d3c2dd9-5ffa-7a21-4a08-7578a403cf57-3aa1b7d8, #w-node-_8b6acef2-f9c6-092a-b86d-24f479413316-3aa1b7d8, #w-node-_0da728fa-f4aa-9da5-b2c8-e07514a9d430-3aa1b7d8, #w-node-_668ffb14-6f9d-5186-e37a-18fb526c9cb0-3aa1b7d8, #w-node-e4593ce7-c788-b92a-7b23-04d77f80869f-3aa1b7d8 {
  align-self: center;
}

#w-node-db5d0e2c-bfb8-ae06-21ac-aa9201152645-332c8c58 {
  justify-self: end;
}

#w-node-_668ffb14-6f9d-5186-e37a-18fb526c9cb0-332c8c58 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-cc7a2ad8-d933-fbe7-0167-22c6835bdd9b-df91abde {
    align-self: stretch;
  }

  #w-node-cc7a2ad8-d933-fbe7-0167-22c6835bddac-df91abde {
    justify-self: start;
  }

  #w-node-f59e6cc9-c738-14fa-bcf2-18aa592e8c15-592e8c12 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-f59e6cc9-c738-14fa-bcf2-18aa592e8c27-592e8c12 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-f59e6cc9-c738-14fa-bcf2-18aa592e8c28-592e8c12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ce94d553-c96e-9849-4466-5dd8d36b4f4c-b11b0fb6, #w-node-ce94d553-c96e-9849-4466-5dd8d36b4f4e-b11b0fb6, #w-node-_5266460b-d027-92bf-8289-6173cd15c820-b11b0fb6, #w-node-_57db6719-d117-6b56-a375-0bccb35ac043-5aeb505f, #w-node-_57db6719-d117-6b56-a375-0bccb35ac045-5aeb505f, #w-node-_57db6719-d117-6b56-a375-0bccb35ac06a-5aeb505f, #w-node-_40e47ff7-1fbb-11b2-430c-75bf52418ce1-5aeb505f, #w-node-_6878b737-23e7-c948-320d-8ab7917b23f4-5aeb505f, #w-node-d69e6b70-0f2d-910e-4e21-fd8c70a1eae9-5aeb505f {
    order: 9999;
  }

  #w-node-affa5294-2ab3-53c2-2b93-897a41673c24-4e07ca52, #w-node-_5b7aee50-df8c-1085-4f9e-cd7e0eb33625-4e07ca52 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_57db6719-d117-6b56-a375-0bccb35ac043-4e07ca52, #w-node-_57db6719-d117-6b56-a375-0bccb35ac045-4e07ca52, #w-node-_57db6719-d117-6b56-a375-0bccb35ac06a-4e07ca52, #w-node-_40e47ff7-1fbb-11b2-430c-75bf52418ce1-4e07ca52, #w-node-_6878b737-23e7-c948-320d-8ab7917b23f4-4e07ca52, #w-node-_57db6719-d117-6b56-a375-0bccb35ac043-3aa1b7d8, #w-node-_57db6719-d117-6b56-a375-0bccb35ac045-3aa1b7d8, #w-node-_57db6719-d117-6b56-a375-0bccb35ac06a-3aa1b7d8, #w-node-_40e47ff7-1fbb-11b2-430c-75bf52418ce1-3aa1b7d8, #w-node-_6878b737-23e7-c948-320d-8ab7917b23f4-3aa1b7d8, #w-node-_663f3bb5-cb98-5011-e475-91da9a5c2e86-3aa1b7d8, #w-node-d3cf8376-7388-6141-4794-be9d9d10c002-3aa1b7d8, #w-node-_566609ae-bd01-4dff-f3b5-31f06be40d38-3aa1b7d8, #w-node-e4df6fcc-ff9e-38a5-ad09-cb042e88f770-3aa1b7d8, #w-node-_47a9d156-7bb6-6cca-460d-cbcaad312107-3aa1b7d8, #w-node-_9213c2d2-bbdd-c2d0-2d66-47859d53b3be-3aa1b7d8, #w-node-d4d3218c-42e9-df9c-6c77-3ce4e9501688-3aa1b7d8, #w-node-_0d3c2dd9-5ffa-7a21-4a08-7578a403cf60-3aa1b7d8, #w-node-_8b6acef2-f9c6-092a-b86d-24f479413315-3aa1b7d8, #w-node-_0da728fa-f4aa-9da5-b2c8-e07514a9d439-3aa1b7d8, #w-node-_668ffb14-6f9d-5186-e37a-18fb526c9caf-3aa1b7d8, #w-node-e4593ce7-c788-b92a-7b23-04d77f8086a8-3aa1b7d8, #w-node-_57db6719-d117-6b56-a375-0bccb35ac043-332c8c58, #w-node-_668ffb14-6f9d-5186-e37a-18fb526c9caf-332c8c58 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cc7a2ad8-d933-fbe7-0167-22c6835bdd8f-df91abde, #w-node-cc7a2ad8-d933-fbe7-0167-22c6835bddac-df91abde, #w-node-_52a11e28-ff43-33f6-ab85-78768e23e911-3aa1b7d8, #w-node-db5d0e2c-bfb8-ae06-21ac-aa9201152645-332c8c58 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f59e6cc9-c738-14fa-bcf2-18aa592e8c15-592e8c12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f59e6cc9-c738-14fa-bcf2-18aa592e8c27-592e8c12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-f59e6cc9-c738-14fa-bcf2-18aa592e8c28-592e8c12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f59e6cc9-c738-14fa-bcf2-18aa592e8c49-592e8c12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Switzer variable';
  src: url('../fonts/Switzer-Variable.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Italic.woff2') format('woff2'), url('../fonts/Switzer-VariableItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.woff2') format('woff2'), url('../fonts/Switzer-Extrabold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtraboldItalic.woff2') format('woff2'), url('../fonts/Switzer-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtralightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-SemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

.brochure-download-link {
  color: #000;
  letter-spacing: .04em;
  align-items: center;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
  display: inline-flex;
}

.brochure-download-link:hover {
  color: var(--dark-goldenrod);
}

.brochure-download-icon {
  color: var(--dark-goldenrod);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  display: flex;
  transition: color .25s;
}