@font-face {
  font-family: Almarai;
  src: url('../fonts/Almarai-ExtraBold.ttf') format("truetype"), url('../fonts/Almarai-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #141414;
  --website-font: Montserrat, sans-serif;
  --white: white;
  --light-grey: #dfe0e1;
  --corners: 3px;
  --white-50: #ffffff80;
  --heavy-metal: #2d2f30;
  --light-brown: #ffd2b3cc;
  --pirate-gold: #c27300;
  --potters-clay: #955a33;
  --slate-grey: #505254;
  --gull-grey: #abaeb1;
  --white-70: #ffffffb3;
  --pale-copper: #d18c5d;
  --burnt-yellow: #e5ad00;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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 {
  background-color: var(--black);
  font-family: var(--website-font);
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--light-grey);
  letter-spacing: -.3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  color: var(--light-grey);
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

h5 {
  color: var(--light-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

h6 {
  color: var(--light-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

p {
  font-family: var(--website-font);
  color: var(--white);
  flex: 1;
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

a:hover {
  color: var(--white);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 1rem;
  padding-left: .75rem;
}

img {
  border-radius: var(--corners);
  object-fit: fill;
  display: block;
  overflow: hidden;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 2px solid var(--white-50);
  letter-spacing: -.05rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2rem 2rem 2rem 3rem;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4;
}

figcaption {
  opacity: 1;
  text-align: left;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-field {
  border-bottom: 1px solid var(--white);
  background-color: var(--heavy-metal);
  height: 4rem;
  color: var(--white);
  margin-bottom: 2.3rem;
  padding: 1.25rem 1rem;
  font-size: 1rem;
  line-height: 4;
}

.contact-field:hover {
  border-color: #e3e6eb;
}

.contact-field:active, .contact-field:focus {
  border-color: #43464d;
}

.contact-field::placeholder {
  color: #32343a66;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protect-section {
  justify-content: center;
  padding-top: 12.5rem;
  padding-bottom: 5rem;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 3rem;
}

.section {
  background-image: none;
  background-position: 0 0;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: clip;
}

.section.hero {
  min-height: auto;
  padding-top: 12.5rem;
}

.section.hero.bg-image {
  background-image: url('../images/black-bg-gradient.svg'), url('../images/Asset-1.avif');
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 950px, contain;
  position: relative;
}

.section.hero.our-work {
  background-color: var(--light-brown);
  background-image: none;
  background-position: 0 0;
}

.section.no-padding {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-text {
  min-height: auto;
  padding-bottom: 0;
}

.section.banner-text.bg-image {
  background-image: linear-gradient(#141414f2, #141414f2), url('../images/logo-1.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.image-banner {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 80vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.section.image-banner.small {
  min-height: 60vh;
}

.section.image-banner.medium {
  min-height: 80vh;
}

.section.light-brown {
  background-color: var(--light-brown);
  background-image: none;
  background-position: 0 0;
}

.section.no-min-height {
  min-height: 0;
}

.section.no-min-height.light-brown {
  background-image: none;
  background-position: 0 0;
}

.section.no-min-height.light-brown.lighter {
  background-color: #ffe6d5;
}

.section.no-min-height.bg-black {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, var(--black), var(--heavy-metal));
}

.section.no-min-height.bg-black.bg-logo-copper {
  background-image: linear-gradient(180deg, var(--black), var(--heavy-metal));
  position: relative;
}

.section.no-min-height.bg-image {
  background-image: linear-gradient(#141414f2, #141414f2), url('../images/gallery_outdoor_entire_treehouse.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
}

.section.no-min-height.white {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
}

.section.no-min-height.big-padding {
  background-color: var(--potters-clay);
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section.small-hieght {
  min-height: 80vh;
}

.section.small-min-height {
  min-height: 70vh;
}

.section.process {
  min-height: auto;
  padding-top: 12.5rem;
  padding-bottom: 0;
}

.section.process.bg-image {
  background-image: linear-gradient(#141414f2, #141414f2), url('../images/shape-image-9-min_1shape-image-9-min.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.section.process.our-work {
  background-color: var(--light-brown);
  background-image: none;
  background-position: 0 0;
}

.section.products {
  min-height: auto;
  padding-top: 12.5rem;
}

.section.products.bg-image {
  background-image: linear-gradient(#141414f2, #141414f2), url('../images/shape-image-9-min_1shape-image-9-min.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.section.products.our-work {
  background-color: var(--light-brown);
  background-image: none;
  background-position: 0 0;
}

.section.light-brown-copy {
  background-color: var(--light-brown);
}

.section.dark-brown {
  background-color: var(--slate-grey);
  background-image: none;
  background-position: 0 0;
}

.section.white {
  background-image: none;
  background-position: 0 0;
}

.container {
  z-index: 10;
  max-width: 1500px;
  min-height: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container.hero {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13vw;
}

.container.narrow {
  padding-left: 8%;
  padding-right: 8%;
}

.container.narrow.top-padding {
  padding-top: 8rem;
}

.container.narrow.top-padding.bottom-padding {
  text-align: right;
  padding-bottom: 3rem;
}

.container.narrow.top-padding.bg-video {
  z-index: 5;
  padding-top: 0;
  position: relative;
}

.container.wide {
  width: 100%;
  max-width: 100em;
  min-height: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.container.footer {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.style-guide-title {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.style-guide-title.brown {
  border-bottom-color: var(--heavy-metal);
}

.display {
  font-weight: 400;
  line-height: 1;
}

.display.small {
  letter-spacing: -.03rem;
  font-size: 2rem;
}

.display.xxl {
  letter-spacing: -.3rem;
  font-size: 9rem;
}

.display.xl {
  letter-spacing: -.3rem;
  font-size: 7.5rem;
}

.display.xl.black {
  color: var(--heavy-metal);
}

.display.l {
  letter-spacing: -.3rem;
  font-size: 6rem;
}

.display.l.text-white {
  color: var(--white);
}

.display.l.text-black {
  color: var(--black);
}

.display.m {
  letter-spacing: 0;
  width: 100%;
  font-size: 4.5rem;
}

.display.m.text-center.text-white {
  color: var(--white);
}

.display.m.text-center.our-work {
  color: var(--potters-clay);
}

.display.m.text-center.products {
  margin-bottom: 15px;
}

.display.m.margin-bottom {
  box-sizing: border-box;
  overflow-wrap: normal;
  object-fit: fill;
  width: auto;
  margin-bottom: 30px;
  font-size: 4.5rem;
  font-weight: 400;
  position: static;
}

.display.s {
  letter-spacing: -.1rem;
  font-size: 3rem;
}

.display.s.highlight.light-brown {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.display.xs {
  letter-spacing: 0;
  font-size: 1.5rem;
}

.style-guide-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  margin-bottom: 4rem;
  display: flex;
}

.paragraph.large {
  font-size: 1.75rem;
}

.paragraph.large.why-shape {
  z-index: 20;
  text-align: center;
  width: 70%;
  font-size: 1.8rem;
  line-height: 40px;
  position: relative;
}

.paragraph.small {
  font-size: 1rem;
}

.paragraph.small.text-brown {
  color: var(--potters-clay);
  font-size: 1.2rem;
  font-weight: 400;
}

.paragraph.small.text-light-brown {
  color: var(--potters-clay);
}

.paragraph.x-large {
  font-size: 3.5rem;
  line-height: 59px;
}

.paragraph.x-large.why-shape {
  z-index: 20;
  text-align: center;
  width: 70%;
  font-size: 1.8rem;
  line-height: 40px;
  position: relative;
}

.style-guide-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.style-guide-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  display: flex;
}

.style-guide-color-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.style-guide-color-box {
  border: 1px solid var(--white);
  width: 100px;
  height: 100px;
  padding: .5rem;
}

.dark-brown {
  background-color: var(--heavy-metal);
}

.dark-brown.style-guide-color-box {
  border: 1px solid #ffffff80;
}

.light-brown {
  background-color: var(--light-brown);
}

.grey {
  background-color: var(--gull-grey);
}

.white {
  background-color: var(--white);
}

.white-70, .white-50 {
  background-color: var(--white-70);
}

.white-50.style-guide-color-box {
  background-color: var(--white-50);
}

.brown-50 {
  background-color: var(--white-70);
}

.brown-50.style-guide-color-box {
  background-color: var(--potters-clay);
}

.spacer {
  width: 1rem;
  height: 1rem;
}

.spacer._24 {
  width: 1.5rem;
  height: 1.5rem;
}

.spacer._48 {
  width: 3rem;
  height: 3rem;
}

.spacer._60 {
  width: 3.75rem;
  height: 3.75rem;
}

.spacer._80 {
  width: 5rem;
  height: 5rem;
}

.spacer._100 {
  width: 6.25rem;
  height: 6.25rem;
}

.spacer._120 {
  width: 7.5rem;
  height: 7.5rem;
}

.spacer._32 {
  width: 2rem;
  height: 2rem;
}

.spacer._160 {
  width: 10rem;
  height: 10rem;
}

.spacer._70 {
  width: 4rem;
  height: 4rem;
}

.ordered-list {
  list-style: decimal;
}

.rich-text h1 {
  color: var(--light-brown);
  letter-spacing: -.2rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
  margin-left: 25%;
  font-size: 4rem;
  font-weight: 700;
}

.rich-text h2 {
  color: var(--light-brown);
  letter-spacing: -.15rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  margin-left: 25%;
  font-size: 3.25rem;
  font-weight: 600;
}

.rich-text h3 {
  color: var(--light-brown);
  margin-top: 1rem;
  margin-bottom: 3rem;
  margin-left: 25%;
  font-size: 2.5rem;
  font-weight: 500;
}

.rich-text h4 {
  color: var(--light-brown);
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-left: 25%;
  font-size: 2rem;
  font-weight: 400;
}

.rich-text h5 {
  color: var(--light-brown);
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-left: 25%;
  font-size: 1.75rem;
}

.rich-text h6 {
  color: var(--light-brown);
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-left: 25%;
}

.rich-text p {
  color: var(--white);
  margin-bottom: 2rem;
  margin-left: 25%;
}

.rich-text blockquote {
  border-left-color: var(--heavy-metal);
  color: var(--light-brown);
  margin-left: 25%;
  font-size: 2rem;
}

.rich-text ul, .rich-text ol {
  color: var(--white);
  margin-left: 25%;
}

.rich-text figure {
  color: var(--heavy-metal);
}

.rich-text img {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.navbar {
  z-index: 999;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  position: fixed;
}

.nav-link {
  border-bottom: .5px solid var(--light-brown);
  color: var(--pale-copper);
  background-image: none;
  padding: 2rem 10px;
  font-size: 40px;
  font-weight: 400;
  transition: all .5s;
}

.nav-link:hover {
  background-color: var(--light-brown);
  color: var(--potters-clay);
  background-image: none;
  padding-left: 30px;
}

.nav-link.w--current {
  border-bottom-color: var(--black);
  background-image: linear-gradient(140deg, var(--potters-clay), #d28957);
  color: var(--white);
}

.nav-link.gradient-copper-small {
  background-image: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.nav-link.gradient-copper-small:hover, .nav-link.gradient-copper-small.w--current {
  background-image: linear-gradient(123deg, var(--potters-clay), #d28957);
}

.hero-image-wrapper {
  z-index: 1;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

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

._12-column {
  justify-content: center;
  width: 100%;
  min-height: 2rem;
  margin-left: -.625rem;
  margin-right: -.625rem;
  display: flex;
}

._12-column.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.column {
  min-height: 2rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-2.tablet-2.mobile-6.bigger {
  width: 30%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-5.tablet-hide.auto {
  width: 35%;
}

.column.desk-5.tablet-4.mobile-6.reverse-mobile.bigger {
  width: 70%;
}

.column.desk-5.tablet-6.big {
  width: 66.6%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-6.mobile-6.title._100 {
  width: 100%;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-4.tablet-3.mobile-6._50 {
  width: 50%;
}

.column.desk-4.tablet-6.top-bottom-padding {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.column.desk-1 {
  width: 8.33%;
}

.column.desk-8 {
  width: 66.66%;
}

.column.desk-3 {
  width: 25%;
}

.column.desk-3.tablet-2.mobile-6.bigger {
  width: 31%;
}

.column.desk-3.tablet-2.mobile-6.bigger.contact._45 {
  width: 45%;
}

.column.desk-3.tablet-2.mobile-6.bigger.contact._100 {
  width: auto;
}

.column.desk-3.tablet-2.mobile-6.bigger._50 {
  width: 50%;
}

.column.desk-3.tablet-2.mobile-6.bigger._50.no-padding {
  padding-right: 0;
}

.column.desk-3.small {
  width: 16.6%;
}

.button {
  border-radius: var(--corners);
  background-color: var(--pale-copper);
  color: var(--black);
  background-image: url('../images/grey-bg-gradient.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  align-items: center;
  padding: 15px 20px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 10px #0000001a;
}

.button:hover {
  color: var(--white);
  background-image: url('../images/brown-bg-gradient.svg'), url('../images/grey-bg-gradient.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.button.no-bg {
  box-shadow: none;
  color: var(--white);
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.text-button {
  margin-right: 1.5rem;
  display: inline-block;
}

.text-button.right {
  margin-left: 1.5rem;
  margin-right: 0;
}

.arrow-icon {
  cursor: pointer;
  background-image: url('../images/button-arrows.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  width: 50px;
  height: 50px;
  display: inline-block;
}

.arrow-icon:hover {
  background-position: 100% 0;
}

.arrow-icon.left {
  transform: rotate(180deg);
}

.arrow-icon.white {
  background-color: #fff0;
  background-position: 100% 100%;
}

.arrow-icon.white:hover {
  background-position: 0 100%;
}

.arrow-icon.white.black:hover {
  background-position: 100% 0;
}

.arrow-icon.white.brown.project {
  z-index: 100;
  background-position: 100% 100%;
  position: absolute;
}

.arrow-icon.brown {
  background-position: 0 100%;
}

.arrow-icon.brown.white:hover {
  background-position: 100% 100%;
}

.arrow-icon.absolute {
  position: absolute;
}

.bottom-align {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.project-list-wrapper {
  display: none;
}

.project-list {
  position: relative;
}

.project-item {
  justify-content: flex-end;
  display: flex;
}

.project-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-image.hide {
  display: none;
}

.project-name-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: flex-start;
  width: 41.66%;
  margin-bottom: 3rem;
  display: flex;
}

.project-name {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  display: inline-block;
}

.project-year {
  color: var(--light-brown);
  font-size: 1rem;
}

.all-project-button {
  color: var(--potters-clay);
  letter-spacing: -.1rem;
  margin-right: 1.5rem;
  font-size: 2.5rem;
  transition: all .2s;
  display: inline-block;
}

.all-project-button:hover {
  color: var(--white);
}

.all-project-button-wrapper {
  align-items: center;
  width: 41.66%;
  margin-top: 2.5rem;
  display: flex;
}

.all-project-button-wrapper:hover {
  color: var(--white);
}

.left-align {
  justify-content: flex-end;
  display: flex;
}

.journal-heading {
  margin-right: 1.5rem;
  display: inline-block;
}

.journal-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-list._3-grid {
  grid-row-gap: 4.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-item {
  flex-direction: column;
  align-items: flex-start;
}

.blog-title {
  margin-top: 2.5rem;
  font-size: 2rem;
  font-weight: 300;
}

.blog-date {
  color: var(--light-brown);
  margin-top: 2.5rem;
  font-size: 1rem;
}

.blog-date.text-grey {
  color: var(--heavy-metal);
}

.blog-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow {
  z-index: 2;
  background-image: url('../images/logo-symbol-transparent.png');
  background-position: 0 0;
  background-size: 80px 80px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.arrow.brown {
  background-image: url('../images/button-arrows.png');
  background-position: 0 100%;
}

.overlay-50 {
  z-index: 1;
  background-color: #955a3380;
  position: absolute;
  inset: 0%;
}

.overlay-50.lighter {
  background-color: #ffd2b380;
}

.blog-item-link-home {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo {
  width: 200px;
  line-height: 20px;
}

.footer {
  z-index: 100;
  background-color: var(--light-grey);
  background-image: url('../images/grey-bg-gradient.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 2rem;
  position: relative;
}

.footer-button-wrapper {
  border-radius: var(--corners);
  align-items: center;
  margin-top: 2rem;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  line-height: 45px;
  display: flex;
}

.footer-button-wrapper:hover {
  color: var(--white);
}

.footer-button-wrapper.w--current {
  background-color: var(--light-brown);
}

.footer-button-wrapper.top {
  margin-top: 0;
}

.footer-button {
  color: var(--heavy-metal);
  letter-spacing: -.1rem;
  margin-right: 1rem;
  font-size: 2rem;
  display: inline-block;
}

.footer-button:hover {
  color: var(--black);
}

.text-brown {
  color: var(--potters-clay);
}

.text-brown.center-align, .text-brown.normal {
  font-weight: 400;
}

.text-brown.footer-title {
  margin-bottom: .5rem;
  font-weight: 700;
}

.text-brown.left-align {
  text-align: right;
}

.text-brown.form-success {
  color: var(--black);
  font-weight: 600;
}

.text-brown.gallery {
  color: var(--pirate-gold);
  font-weight: 600;
}

.footer-link {
  color: var(--potters-clay);
  font-weight: 500;
}

.footer-link:hover {
  color: var(--heavy-metal);
}

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

.footer-copyright {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.webflow-link {
  color: var(--heavy-metal);
  transition-property: all;
  transition-duration: .3s;
  display: inline-block;
}

.webflow-link:hover {
  color: var(--black);
}

.webflow-link.text-brown {
  color: var(--potters-clay);
}

.webflow-link.text-brown.white {
  background-color: #fff0;
}

.webflow-link.text-brown.white:hover {
  color: var(--black);
  text-decoration: none;
}

.hero-text {
  z-index: 10;
  text-align: right;
  font-size: 7vw;
  position: relative;
}

.banner-about-image-wrapper {
  width: 1000.64px;
  height: 55vh;
  margin-right: 8%;
  position: relative;
  overflow: hidden;
}

.banner-about-image {
  text-align: center;
}

.middle-align {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.about-image-wrapper {
  width: 100%;
  height: 55vw;
}

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

.about-image.move {
  object-position: 32% 50%;
}

.blog-item-link {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-banner {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-image-banner {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-banner-overlay {
  z-index: -1;
  object-fit: fill;
  background-color: #ffd2b359;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-banner-overlay.lighter {
  background-color: #ffd2b333;
}

.project-collection-heading {
  z-index: 5;
  color: var(--white);
  position: relative;
}

.project-category-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.project-category-item {
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.project-category-title {
  color: var(--potters-clay);
  font-size: 1.3rem;
  font-weight: 700;
}

.project-category-text {
  color: var(--black);
  font-size: 1.3rem;
  font-weight: 400;
}

.project-category-text.margin-bottom {
  margin-bottom: 30px;
}

.project-gallery-item {
  margin-bottom: 8.75rem;
}

.project-gallery-item:nth-child(2n) {
  justify-content: flex-end;
  display: flex;
}

.project-gallery-image {
  width: 66.66%;
}

.next-project {
  grid-column-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.button-back {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-back.project {
  align-items: center;
  transition-property: all;
  display: flex;
}

.button-back.project:hover {
  color: var(--black);
}

.blog-image-banner {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-item-link-collection {
  color: var(--heavy-metal);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-title {
  color: var(--light-brown);
  font-weight: 400;
}

.contact-text {
  color: var(--white-70);
  font-weight: 400;
}

.contact-item {
  flex-flow: column;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  display: flex;
}

.contact-social {
  grid-column-gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.social-button {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.social-button:hover {
  opacity: 1;
}

.social-button.brown {
  border: 1px solid var(--potters-clay);
  opacity: 1;
  color: var(--potters-clay);
  cursor: pointer;
  border-radius: 3px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-duration: .4s;
}

.social-button.brown:hover {
  background-color: var(--potters-clay);
  color: var(--white);
}

.social-button.brown.download {
  border-radius: var(--corners);
  background-color: var(--potters-clay);
  width: 65%;
  color: var(--white);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.social-button.brown.download:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--potters-clay);
}

.social-button.white {
  opacity: 1;
  color: var(--white);
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 3px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-duration: .4s;
}

.social-button.white:hover {
  background-color: var(--white);
  color: var(--potters-clay);
}

.contact-form {
  flex: 1;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--pirate-gold);
  background-color: var(--white);
  height: 3.9rem;
  color: var(--black);
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 1.45rem;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}

.text-field:focus {
  color: var(--black);
  box-shadow: 0 0 20px 2px #ffd2b366;
}

.text-field::placeholder {
  color: var(--black);
}

.text-field.text-area {
  width: 100%;
  max-width: 100%;
  height: 10rem;
  max-height: 12rem;
}

.text-field.single {
  margin-top: 1rem;
}

.submit-button {
  border: 2px solid var(--white);
  border-radius: var(--corners);
  color: var(--white);
  cursor: pointer;
  background-color: #fff0;
  margin-top: 2rem;
  padding: 1rem 2rem;
  line-height: 1;
  transition: all .4s ease-in-out;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--potters-clay);
}

.contact-inner {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-category-collection-title {
  text-align: center;
}

.project-category-button-wrapper {
  grid-column-gap: 0rem;
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.project-category-button {
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.project-category-button.w--current, .project-category-button.current {
  color: var(--white);
}

.project-category-list {
  grid-column-gap: 2rem;
  display: flex;
}

.project-collection-item {
  margin-bottom: 6rem;
}

.project-collection-link {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-collection-image-wrapper {
  border-radius: var(--corners);
  justify-content: center;
  align-items: center;
  width: 58.33%;
  max-height: 430px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-collection-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 41.66%;
  padding-left: 5rem;
  display: flex;
}

.project-collection-image {
  object-fit: cover;
}

.project-collection-tag-wrapper {
  grid-column-gap: 1rem;
  color: var(--light-brown);
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.project-collection-empty {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-link:hover {
  transform: scale(1.05);
}

.licence-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.licence-photo {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.licence-text-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.licence-text {
  max-width: 50rem;
}

.licence-font-image {
  object-fit: contain;
  height: 25rem;
}

.button-square {
  background-color: var(--white);
  color: var(--black);
  padding: 1rem 2rem;
}

.button-square:hover {
  background-color: var(--light-brown);
  color: var(--black);
}

.password-text {
  margin-bottom: 1rem;
}

.blog-item-collection {
  color: var(--heavy-metal);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-image-overlay {
  z-index: 2;
  background-color: #ffd2b380;
  display: block;
  position: absolute;
  inset: 0%;
}

.overlay-100 {
  z-index: 2;
  background-color: var(--potters-clay);
  display: none;
  position: absolute;
  inset: 0%;
}

.text-wrapper {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

.banner-about-image-overlay {
  background-color: var(--potters-clay);
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.footer-arrow-icon {
  display: inline-block;
}

.menu-lottie-icon {
  filter: invert();
}

.nav-menu {
  background-color: var(--black);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.menu-button {
  border-radius: var(--corners);
  background-color: var(--potters-clay);
  background-image: radial-gradient(circle closest-corner at 50% 50%, var(--pirate-gold), var(--potters-clay));
  max-width: 70px;
  max-height: 70px;
  color: var(--potters-clay);
  cursor: pointer;
  padding: 8px 12px 5px;
  transition: all .3s;
}

.menu-button:hover {
  background-color: var(--pale-copper);
  background-image: none;
}

.menu-button.w--open {
  background-color: var(--light-brown);
  background-image: none;
}

.empty-state {
  background-color: var(--heavy-metal);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.block-quote {
  border-left-color: var(--white);
}

.body {
  background-color: var(--black);
}

.highlight {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(105deg, #000, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 5px;
  padding-right: 5px;
}

.highlight.copper {
  background-image: linear-gradient(105deg, #955a33, #d28957 33%, #955a33 66%, #d28957);
}

.highlight.metal {
  background-image: linear-gradient(105deg, #f1f1f1, #dfe0e1 33%, #f7f7f7 66%, #dfe0e1);
}

.highlight.bold {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-weight: 900;
}

.footer-icon-arrow {
  cursor: pointer;
  background-image: url('../images/92516838_2644400589128461_3702072710331891712_n.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.footer-icon-arrow:hover {
  background-position: 100% 0;
}

.footer-icon-arrow.brown {
  background-image: url('../images/button-arrows.png');
  background-position: 0 100%;
  min-width: 40px;
  min-height: 40px;
}

.image-arrow {
  z-index: 5;
  cursor: pointer;
  background-image: url('../images/button-arrows.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
}

.image-arrow:hover {
  background-position: 0 0;
}

.mobile-logo {
  width: 25rem;
  display: none;
}

.fa-social {
  font-family: "Fa Brands 400", sans-serif;
}

.fa-social.logo {
  width: auto;
  font-size: 5rem;
  line-height: 5rem;
}

.gradient-copper {
  background-image: linear-gradient(125deg, #955a33, #d28957 33%, var(--potters-clay) 66%, #d28957);
}

.gradient-copper-small {
  background-image: linear-gradient(123deg, var(--potters-clay), #d28957);
}

.quote-wrapper {
  background-color: var(--heavy-metal);
  padding: 2em;
}

.quote-marks {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.number-text {
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 15em;
  line-height: 1em;
}

.testimonial-wrapper {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  display: flex;
}

.company-name {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.number {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.testimonial {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  flex: 0 70%;
  padding-right: 7.4em;
  display: flex;
}

.logo-wrapper {
  flex-direction: column;
  align-self: center;
}

.testimonial-top {
  display: flex;
}

.quote-paragraph {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.quote-icon {
  width: 2em;
}

.testimonial-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-link-block {
  width: 6px;
  height: 1.4px;
  transition-property: transform;
  transition-duration: .3s;
  top: auto;
  left: auto;
  right: 0%;
}

.testimonial-link-block:hover {
  transform: scale(1.1);
}

.testimonial-link-block.arrow {
  background-image: url('../images/arrows.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 200%;
  width: 6rem;
  height: 1.7rem;
  position: absolute;
  right: 280px;
}

.testimonial-link-block.arrow.right {
  background-position: 100% 0;
  right: 120px;
}

.testimonial-link-block.arrow.right.brown:hover {
  background-position: 100% 100%;
}

.testimonial-link-block.arrow.brown:hover {
  background-position: 0 100%;
  transform: scale(1.1);
}

.arrows {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: center;
  display: flex;
}

.company-name-wrapper {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.client-details {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.client-name {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
}

.big-quote {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
}

.hide {
  display: none;
}

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

.left-arrow, .right-arrow {
  inset: auto 0% 0% auto;
}

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

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

.loader-dot {
  background-image: radial-gradient(circle, #1e1d1f, #030303), linear-gradient(#222124, #050505);
  border-radius: 50%;
  width: 70%;
  height: 70%;
  margin-top: -35%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% 0 0;
}

.loading {
  text-align: center;
  letter-spacing: 1px;
}

.loader-wrapper {
  z-index: 9999;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-wrapper.is-last {
  z-index: 9999;
  background-color: var(--black);
  position: fixed;
  inset: 0%;
}

.margin-top {
  margin: 10px 0 0;
}

.loader-inside {
  z-index: -1;
  filter: none;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loader-inside.gradient-copper {
  background-image: linear-gradient(to bottom, var(--potters-clay), #be8155);
}

.loader-component {
  width: 9rem;
  height: 9rem;
  box-shadow: none;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.text-animation.small {
  font-size: 5.8rem;
}

.figure-caption {
  color: var(--white);
  text-align: center;
}

.is-txt-small {
  color: var(--pirate-gold);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.page-padding-m {
  padding: 6em 15%;
}

.page-padding-m.no-top-padding {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.page-padding-m.no-top-padding.process {
  padding-left: 5%;
  padding-right: 5%;
}

.timeline_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

.timeline_inner {
  grid-row-gap: 6em;
  flex-direction: column;
  align-items: center;
}

.timeline_grid-wrap {
  position: relative;
}

.timeline_progress-overlay-bottom {
  background-image: linear-gradient(to bottom, #0a227d00, var(--light-brown));
  width: 6px;
  height: 4em;
  position: absolute;
  inset: auto 0% 0 47%;
}

.timeline_heading-wrap {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline_track-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.is-h2 {
  color: #94bac7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.is-h4 {
  color: var(--heavy-metal);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.timeline_progress {
  z-index: 1;
  background-color: var(--light-brown);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 6px;
  height: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.timeline {
  position: relative;
}

.timeline_progress-overlay-top {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--light-brown), #0a227d00);
  width: 6px;
  height: 3em;
  margin-left: 2px;
  position: absolute;
  inset: 0% 0% auto -2px;
}

.timeline_track {
  background-color: var(--heavy-metal);
  flex-direction: column;
  align-items: center;
  width: 6px;
  height: 100%;
}

.timeline_dot {
  z-index: 1;
  border: 4px solid var(--black);
  background-color: var(--potters-clay);
  border-radius: 99px;
  width: 24px;
  height: 24px;
  position: relative;
}

.timeline_dot.gradient-copper-small.shadow {
  box-shadow: 0 0 30px 1px var(--light-brown);
  border-style: none;
}

.timeline_item {
  grid-row-gap: 1em;
  border-radius: var(--corners);
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.9em;
  margin-bottom: 1.9em;
  padding: 1em;
  display: flex;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

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

.process-number {
  font-size: 3.5rem;
}

.text-black {
  color: var(--black);
}

.text-black.normal {
  font-weight: 400;
}

.text-black.gallery {
  color: var(--black);
  font-weight: 700;
}

.hide-menu {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.swiper__next-wrap {
  z-index: 2;
  transition: all .5s;
  position: absolute;
  top: 250px;
  left: 45px;
}

.swiper__next-wrap.active {
  z-index: 0;
  opacity: 0;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.mod--lectures {
  max-width: 990px;
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}

.lectures__content {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--lectures {
  flex: none;
  width: 100%;
}

.swiper-slide.mod--lectures.hide {
  display: none;
}

.slider__next-arrows {
  transition: all .3s;
  position: relative;
  left: 0;
}

.slider__next-arrow {
  display: block;
  position: relative;
  bottom: 0;
}

.slider__next-arrow.mod--2 {
  position: absolute;
  bottom: 0;
  left: -30px;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lectures__type {
  text-transform: none;
  margin-bottom: 48px;
  font-weight: 300;
  transition: all .8s;
  display: inline-block;
  position: relative;
  left: -100px;
}

.lectures__type.active {
  left: 0;
}

.swiper__next {
  background-color: var(--potters-clay);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .2s;
  display: flex;
}

.lectures__numb-columns {
  border-top: 2px solid #2d3c49;
  justify-content: space-between;
  padding-top: 40px;
  transition: all .8s;
  display: flex;
  position: relative;
  bottom: -220px;
}

.lectures__numb-columns.active {
  bottom: 0;
}

.lectures__img {
  z-index: 0;
  object-fit: none;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  transition: all .8s;
  display: block;
  position: relative;
}

.lectures__img.active {
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.lectures__title {
  color: var(--potters-clay);
  margin-bottom: 48px;
  margin-right: -10px;
  transition: all .8s;
  position: relative;
  left: -110%;
}

.lectures__title.active {
  left: 0%;
}

.lectures__dot-orange {
  background-color: var(--light-brown);
  border-radius: 0;
  width: 18px;
  height: 18px;
  transition: all .2s;
  position: absolute;
  top: 68px;
  left: 66px;
}

.lectures__dot-orange.active {
  opacity: 0;
}

.lectures__img-over {
  z-index: 1;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lectures__img-over.active {
  opacity: 1;
}

.lectures__numb-txt {
  color: #2d3c49e6;
  font-weight: 300;
  line-height: 22px;
}

.lectures__columns {
  justify-content: flex-start;
  display: flex;
}

.lectures__col {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.lectures__col.mod--1 {
  justify-content: center;
  align-items: center;
  max-width: 448px;
  min-height: 490px;
  display: flex;
}

.lectures__col.mod--2 {
  flex-direction: column;
  justify-content: space-between;
  max-width: 440px;
  margin-left: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.lectures__numb-title {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
}

.lectures__content-2 {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.lectures__type-2 {
  color: var(--black);
  text-transform: none;
  margin-bottom: 48px;
  font-weight: 300;
  transition: all .8s;
  display: inline-block;
  position: relative;
  left: -100px;
}

.lectures__type-2.active {
  left: 0;
}

.wrap-s-1 {
  z-index: 5;
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--heavy-metal), var(--black));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
}

.wrap-s-1.hide {
  display: none;
}

.text-block {
  z-index: 2;
  margin-top: 25px;
  position: relative;
}

.wrap-s-2 {
  z-index: 4;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
}

.wrap-s-2.hide {
  display: none;
}

.black-overlay-2 {
  z-index: 2;
  background-color: #141414d9;
  position: absolute;
  inset: 0%;
}

.wrap-s-4 {
  z-index: 2;
  background-color: #000;
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
}

.wrap-s-4.hide {
  display: none;
}

.wrap-s-3 {
  z-index: 3;
  background-color: #000;
  background-image: url('../images/shape-image-9-min_1shape-image-9-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
}

.wrap-s-3.hide {
  display: none;
}

.s-main {
  z-index: 3;
  justify-content: center;
  align-items: center;
  min-height: 600vh;
  display: block;
  position: static;
  inset: 0%;
}

.bg-2 {
  z-index: 1;
  background-image: url('../images/Asset-37.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-4 {
  z-index: 1;
  background-image: url('../images/Asset-16.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-3 {
  z-index: 1;
  background-image: url('../images/Asset-31.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ab-2 {
  z-index: 2;
  color: var(--white);
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  position: relative;
}

.wrap-s-5 {
  z-index: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
}

.wrap-s-5.hide {
  display: none;
}

.transition-wrapper {
  z-index: 999;
  background-color: #000;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.content-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-container.why-shape {
  z-index: 20;
  position: relative;
}

.copper-overlay {
  z-index: 2;
  background-color: #955a33d9;
  position: absolute;
  inset: 0%;
}

.bg-6 {
  z-index: 1;
  background-image: url('../images/Asset-8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrap-s-6 {
  z-index: 0;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
}

.wrap-s-6.hide {
  display: none;
}

.bg-5 {
  z-index: 1;
  background-image: url('../images/Asset-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.black-overlay-3, .black-overlay-4, .black-overlay-5, .black-overlay-6 {
  z-index: 2;
  background-color: #141414d9;
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  width: 200px;
}

.teaser-copy {
  max-width: 650px;
  padding-right: 20%;
}

.p-xs-start {
  padding-top: 1em;
}

.teaser-container {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

.title1 {
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.2em;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.copy-small {
  font-size: .95em;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.teaser-column._40 {
  width: 40%;
}

.teaser-column._60 {
  width: 60%;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._4 {
  z-index: 1;
}

.teaser-img._1 {
  z-index: 4;
}

.p-teaser-img-wrap {
  height: 60vh;
  position: sticky;
  top: 15vh;
  overflow: hidden;
}

.teaser-img-tablet-down {
  display: none;
}

.section-video {
  color: #fff;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 7.4rem;
  padding-bottom: 7.4rem;
  display: flex;
  position: relative;
}

.section_background {
  z-index: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--heavy-metal), var(--black));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.my-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.container-3 {
  z-index: 2;
  width: 100%;
  max-width: 70rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.title {
  margin-bottom: 2rem;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 1000vw;
  padding: .8rem 2.2rem;
}

.full-width-image-wrapper {
  z-index: 1;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.title-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.title-2.h2 {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.title-2.h1 {
  font-size: 8em;
  font-weight: 300;
  line-height: .8em;
}

.title-2.h1.me-work {
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 7em;
  font-weight: 700;
  position: absolute;
  inset: 12% 0% auto;
}

.portfolio-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1020px;
  text-decoration: none;
  display: grid;
}

.portfolio-block:hover {
  color: #6445e5;
}

.portfolio-image {
  object-fit: contain;
  width: 100%;
  height: 50vh;
}

.portfolio-detail {
  display: none;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 120px;
  display: flex;
}

.frame-item.hide {
  display: none;
}

.frame {
  height: 100%;
  display: flex;
}

.frame.hide {
  display: none;
}

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

.section-work.our-work {
  width: 100%;
  height: 400vh;
  padding-top: 0;
  padding-bottom: 0;
}

.success-message {
  border-radius: var(--corners);
  background-color: var(--light-brown);
  color: var(--black);
  overflow: hidden;
}

.error-message {
  border-radius: var(--corners);
  background-color: var(--potters-clay);
  text-align: center;
  margin-top: 31px;
  overflow: hidden;
}

.fa-font {
  font-family: "Fa Solid 900", sans-serif;
}

.fa-font.logo {
  width: auto;
  font-size: 5rem;
  line-height: 5rem;
}

.fa-font.right-margin {
  padding-right: 10px;
}

.sub-title {
  letter-spacing: 0;
  font-size: 3rem;
  line-height: 1.3;
}

.card-container {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
}

.card-container.image {
  border-style: none;
  overflow: hidden;
}

.sub-heading-wrapper {
  z-index: 20;
  color: #281e35;
  text-align: center;
  width: 100%;
  font-size: 4rem;
  line-height: 4rem;
}

.sub-heading-wrapper.gallery-section {
  z-index: 0;
  margin-bottom: 50px;
  position: relative;
}

.big-card_03 {
  z-index: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  height: 600px;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
  overflow: hidden;
}

.big-card_03.image-3 {
  margin-bottom: 4vw;
}

.big-card_01 {
  z-index: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  height: 600px;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
  overflow: hidden;
}

.big-card_01.image-1 {
  margin-bottom: 4vw;
}

.page-wrapper-cards {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5rem;
  position: relative;
}

.big-card_02 {
  z-index: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  height: 600px;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
  overflow: hidden;
}

.big-card_02.image-2 {
  margin-bottom: 4vw;
}

.section-cards {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.sub-heading.left-align {
  text-align: left;
}

.main-wrapper-cards {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.big-card_04 {
  z-index: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  height: 600px;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
  overflow: hidden;
}

.big-card_04.image-4 {
  margin-bottom: 4vw;
}

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

.radio-button-container {
  padding: 15px;
}

.radio-field-parent {
  float: none;
  clear: none;
  background-color: var(--white);
  text-align: center;
  border-radius: 3px;
  flex-flow: wrap;
  flex: 1;
  align-content: center;
  align-self: stretch;
  align-items: center;
  width: 200px;
  height: 90px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.h3 {
  color: #fff;
}

.h3.price-label {
  z-index: 10;
  clear: both;
  color: var(--pirate-gold);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
  position: relative;
}

.h3.price-label.edit-mode {
  z-index: 30;
}

.h3.price-label {
  z-index: 10;
  clear: both;
  text-align: left;
  z-index: 10;
  clear: both;
  text-align: center;
  z-index: 10;
  clear: both;
  text-align: left;
  z-index: 10;
  clear: both;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 500;
  display: block;
  position: relative;
}

.bodytext3 {
  clear: both;
  color: #cecece;
  text-align: left;
  margin-bottom: 0;
  font-size: .7rem;
  line-height: 1.2rem;
  position: relative;
}

.bodytext3.price-label {
  z-index: 10;
  margin-left: 0;
  display: block;
  position: relative;
}

.actual-radio-button {
  opacity: 1;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: -30px;
}

.radio-field-label {
  z-index: 20;
  clear: both;
  border: 3px solid var(--white);
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: lowercase;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 3px;
  align-self: center;
  width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
  display: block;
  position: absolute;
  inset: 0%;
}

.radio-field-label:hover {
  border-color: var(--light-brown);
  box-shadow: 0 0 20px #ffd2b359;
}

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

.contact-wrapper.last {
  margin-bottom: 30px;
}

.contact-wrapper._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.form-bullet-title {
  border-bottom: 1px solid var(--light-brown);
  margin-top: 30px;
  padding-bottom: 2px;
}

.radio-field-parent-2 {
  float: none;
  clear: none;
  text-align: center;
  background-color: #0000;
  border: 0 solid #ffffff1a;
  border-radius: 0;
  flex-flow: wrap;
  flex: 1;
  align-content: center;
  align-self: stretch;
  align-items: center;
  width: 184px;
  height: 90px;
  margin-right: 16px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.radio-field-label-2 {
  z-index: 20;
  clear: both;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: lowercase;
  background-color: #ffffff1a;
  border: 1px solid #fff0;
  border-radius: 0;
  align-self: center;
  width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 0%;
}

.radio-button-old {
  float: none;
  clear: none;
  background-color: var(--white);
  text-align: center;
  border-radius: 3px;
  flex-flow: wrap;
  flex: 1;
  align-content: center;
  align-self: stretch;
  align-items: center;
  width: 200px;
  height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.radio-button-old.last {
  background-color: var(--white);
  margin-right: 0;
}

.radio-label-old {
  z-index: 20;
  clear: both;
  border: 3px solid var(--white);
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: lowercase;
  border-radius: 3px;
  align-self: center;
  width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 0%;
}

.radio-field-parent-3 {
  float: none;
  clear: none;
  text-align: center;
  background-color: #0000;
  border: 0 solid #ffffff1a;
  border-radius: 0;
  flex-flow: wrap;
  flex: 1;
  align-content: center;
  align-self: stretch;
  align-items: center;
  width: 184px;
  height: 90px;
  margin-right: 16px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.radio-field-parent-3.last {
  margin-right: 0;
}

.radio-field-label-3 {
  z-index: 20;
  clear: both;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: lowercase;
  background-color: #ffffff1a;
  border: 1px solid #fff0;
  border-radius: 0;
  align-self: center;
  width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 0%;
}

.radio-button {
  float: none;
  clear: none;
  background-color: var(--white);
  text-align: center;
  border-radius: 3px;
  flex-flow: wrap;
  flex: 1;
  align-content: center;
  align-self: stretch;
  align-items: center;
  width: 200px;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.radio-button.last {
  margin-right: 0;
}

.radio-label {
  z-index: 20;
  clear: both;
  border: 3px solid var(--white);
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: lowercase;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 3px;
  align-self: center;
  width: 100%;
  height: 100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
  display: block;
  position: absolute;
  inset: 0%;
}

.radio-label:hover {
  border-color: var(--light-brown);
  box-shadow: 0 2px 25px 1px #ffd2b366;
}

.project-collection-tag-wrapper-2 {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.container-gallery {
  min-height: 3rem;
  padding-left: 5%;
  padding-right: 5%;
}

.overlay-75 {
  z-index: 1;
  background-color: #3e3636bf;
  position: absolute;
  inset: 0%;
}

.overlay-75.light-brown {
  background-color: #ffd2b380;
}

.heading-wrapper.products {
  margin-bottom: 50px;
}

.products-sub-heading {
  text-align: center;
}

.section-2 {
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-2.image-banner {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.section-2.no-min-height {
  min-height: 0;
}

.image-banner-overlay-2 {
  z-index: -1;
  object-fit: fill;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-collection-heading-2 {
  z-index: 0;
  color: #fff;
}

.arrow-icon-2 {
  display: inline-block;
}

.arrow-icon-2.left {
  transform: rotate(180deg);
}

.text-button-2 {
  margin-right: 1.5rem;
  display: inline-block;
}

.text-button-2.right {
  margin-left: 1.5rem;
  margin-right: 0;
}

.project-category-text-2 {
  color: #3d3636;
  font-size: 1rem;
  font-weight: 400;
}

.project-category-title-2 {
  color: #3d3636;
  font-size: 1rem;
  font-weight: 700;
}

._12-column-2 {
  justify-content: center;
  width: 100%;
  min-height: 2rem;
  margin-left: -.625rem;
  margin-right: -.625rem;
  display: flex;
}

.text-brown-2 {
  color: #3d3636;
}

.product-rich-text h1 {
  color: var(--light-brown);
  letter-spacing: -.2rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
  margin-left: 10%;
  font-size: 4rem;
  font-weight: 700;
}

.product-rich-text h2 {
  color: var(--potters-clay);
  letter-spacing: -.15rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  margin-left: 10%;
  font-size: 3.25rem;
  font-weight: 600;
}

.product-rich-text h3 {
  color: var(--potters-clay);
  margin-top: 1rem;
  margin-bottom: 3rem;
  margin-left: 10%;
  font-size: 2.5rem;
  font-weight: 500;
}

.product-rich-text h4 {
  color: var(--light-brown);
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-left: 10%;
  font-size: 2rem;
  font-weight: 400;
}

.product-rich-text h5 {
  color: var(--light-brown);
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-left: 10%;
  font-size: 1.75rem;
}

.product-rich-text h6 {
  color: var(--light-brown);
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-left: 10%;
}

.product-rich-text p {
  color: var(--black);
  margin-bottom: 2rem;
  margin-left: 10%;
  font-weight: 400;
  line-height: 30px;
}

.product-rich-text blockquote {
  border-left-color: var(--heavy-metal);
  color: var(--light-brown);
  margin-left: 10%;
  font-size: 2rem;
}

.product-rich-text ul {
  color: var(--black);
  margin-left: 10%;
}

.product-rich-text ol {
  color: var(--white);
  margin-left: 10%;
}

.product-rich-text figure {
  color: var(--heavy-metal);
}

.product-rich-text img {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-image-title {
  background-color: #955a33b3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  display: flex;
}

.recaptcha {
  margin-bottom: 0;
}

.container-4 {
  min-height: 3rem;
  padding-left: 5%;
  padding-right: 5%;
}

.arrow-2 {
  z-index: 2;
  position: absolute;
}

.blog-date-2 {
  color: #ffffff80;
  margin-top: 2.5rem;
  font-size: 1rem;
}

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

.arrow-3 {
  z-index: 2;
  position: absolute;
}

.project-collection-tag-wrapper-3 {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.image-item-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 150px;
  display: flex;
}

.image-item-container.margin-bottom-0px {
  margin-bottom: 0;
}

.project-collection-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 58.33%;
  display: flex;
  position: relative;
}

.overlay-101 {
  z-index: 1;
  background-color: #3e3636bf;
  position: absolute;
  inset: 0%;
}

.video-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding-left: 5rem;
  display: flex;
}

.video-text-wrapper.left-padding-0px {
  padding-left: 0;
}

.play-icon {
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
}

.video-content {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.ui-video {
  cursor: pointer;
  background-color: #afe46680;
  border-radius: 0;
  padding-top: 56.25%;
}

.ui-video.blue {
  background-color: #53e3ff80;
  background-image: url('../images/ai-render-407888.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.play-trigger {
  cursor: pointer;
  border-radius: 10px;
  transition: all .3s ease-in-out;
  position: relative;
}

.play-trigger:hover {
  box-shadow: 0 0 10px 5px #3333;
}

.play-container {
  background-color: var(--potters-clay);
  border-radius: 50%;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 15px;
  display: flex;
}

.video-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.check-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.check-wrap {
  margin-bottom: 35px;
}

.checked-icon {
  background-color: #c8e87cb3;
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.checked-icon.blue {
  background-color: #53e3ff80;
  background-size: 18px;
}

.checked-icon.gold {
  background-color: var(--pale-copper);
  background-image: url('../images/check-form-brix-templates-webflow.svg'), radial-gradient(circle farthest-corner at 50% 50%, var(--pale-copper), var(--potters-clay));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
}

.feature-video {
  align-items: center;
  max-width: 100%;
  max-height: 640px;
  padding: 30px 5% 90px;
  display: flex;
}

.play-ux {
  width: 100%;
  display: block;
  position: static;
}

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

.focus-colour {
  color: #b3d84c;
}

.focus-colour.blue {
  color: #00d5ff;
}

.play-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-ui {
  position: relative;
}

.image-wrapper {
  order: -1;
  justify-content: center;
  align-items: center;
  width: 58.33%;
  display: flex;
  position: relative;
}

.image-wrapper.swap-order {
  order: 1;
}

.image-wrapper.big {
  border-radius: var(--corners);
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: block;
  overflow: clip;
}

.featured-image {
  width: 100%;
  height: 100%;
}

.featured-image.shadow {
  box-shadow: 0 0 15px 4px #dfe0e11a;
}

.modal-popup {
  z-index: 9999;
  background-color: var(--light-brown);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-close {
  background-color: var(--potters-clay);
  cursor: pointer;
  border-radius: 50%;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close:focus-visible, .modal-close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.item-image {
  background-color: var(--white);
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px 2px #1c1c4f33;
}

.play-button {
  z-index: 4;
  text-align: center;
  background-color: #ff78c3;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 23px 23px 23px 30px;
  font-size: 55px;
  line-height: 55px;
  transition: all .3s;
  position: absolute;
}

.play-button:hover {
  color: #ff78c3;
  background-color: #f7f7fc;
  transform: rotate(120deg);
}

.modal-cover {
  position: absolute;
  inset: 0%;
}

.modal-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: flex;
}

.image-90 {
  display: none;
}

.modal-link {
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.modal-link:focus-visible, .modal-link[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.play-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.play-animation.video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.video {
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.modal-embed {
  margin-bottom: 0;
  display: none;
}

.modal-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 60em;
  height: 70%;
  display: grid;
  position: relative;
}

.modal-close-icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -5px;
}

.play-icon-1, .play-icon-2, .play-icon-3 {
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
}

.my-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.paragraph-2 {
  width: 100%;
}

.big-card-image {
  object-fit: cover;
  width: 100%;
}

.big-card_05 {
  z-index: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  height: 600px;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 10rem;
  overflow: hidden;
}

.big-card_05.image-5 {
  margin-bottom: 4vw;
}

.flame-bg-image {
  opacity: .4;
  mix-blend-mode: normal;
  height: 900px;
  position: absolute;
  inset: -8% auto auto -5%;
  transform: rotate(39deg);
}

.flame-bg-image.bottom-right {
  opacity: 6;
  inset: auto -8% -5% auto;
}

.footer-logo {
  height: 160px;
}

.shadow {
  box-shadow: 0 0 15px 4px #0003;
}

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

.image-91 {
  flex: 1;
}

.small-h2 {
  font-size: 5.7rem;
  line-height: 1.2;
}

.timeline-flame {
  mix-blend-mode: color-dodge;
  max-height: 200vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph-link {
  text-decoration: underline;
  display: inline-block;
}

.paragraph-link:hover {
  color: var(--pale-copper);
  text-decoration: underline;
}

.field-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.field-description {
  border-bottom-width: 1px;
  border-bottom-color: var(--light-brown);
  margin-top: 30px;
  padding-bottom: 2px;
  font-size: 1rem;
  line-height: 25px;
}

.field-description.no-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 1280px) {
  .hero-text {
    font-size: 6vw;
  }
}

@media screen and (min-width: 1440px) {
  .section.hero.bg-image.overflow-hidden {
    background-image: url('../images/black-bg-gradient.svg'), url('../images/Asset-1.avif');
    background-size: cover, contain;
  }
}

@media screen and (min-width: 1920px) {
  .container.hero {
    padding-top: 5vw;
  }

  .project-image-wrapper {
    max-width: 55%;
  }

  .page-padding-m.no-top-padding {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .timeline_inner {
    align-items: center;
  }

  .card-container.image {
    border-style: none;
    border-radius: 30px;
    overflow: hidden;
  }

  .timeline-flame {
    width: 100%;
    max-height: 150vh;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.3rem;
    font-size: 6rem;
  }

  h2 {
    letter-spacing: -.2rem;
    font-size: 4rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.75rem;
  }

  blockquote {
    padding-left: 2rem;
    font-size: 1.5rem;
  }

  .section.hero.bg-image.overflow-hidden {
    background-image: url('../images/black-bg-gradient.svg'), url('../images/Asset-1.avif');
    background-size: auto 950px, contain;
  }

  .section.image-banner {
    height: 75vh;
    min-height: auto;
    padding-bottom: 4rem;
  }

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

  .section.products {
    padding-top: 9.5rem;
  }

  .container.hero {
    padding-top: 0;
  }

  .display.xxl {
    font-size: 6rem;
  }

  .display.xl {
    letter-spacing: -.2rem;
    font-size: 4.5rem;
  }

  .display.l {
    letter-spacing: -.2rem;
    font-size: 3.5rem;
  }

  .display.m {
    letter-spacing: -.1rem;
    font-size: 2rem;
  }

  .display.m.text-center.our-work {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .display.m.text-center.products {
    font-size: 3.5rem;
  }

  .display.s {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .paragraph.large {
    font-size: 1.5rem;
  }

  .paragraph.small {
    font-size: .875rem;
  }

  .spacer._60.tablet-40 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .spacer._100 {
    height: 3rem;
  }

  .spacer._160 {
    display: none;
  }

  .spacer._70 {
    height: 3rem;
  }

  .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6, .rich-text p, .rich-text blockquote, .rich-text ul, .rich-text ol {
    margin-left: 10%;
    margin-right: 10%;
  }

  .rich-text figure {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .navbar-container {
    grid-column-gap: 15px;
    grid-template-columns: .75fr 1fr .75fr;
  }

  .navbar {
    height: 6rem;
  }

  .hero-image-wrapper {
    height: 50vh;
  }

  .hero-image {
    height: 100%;
  }

  ._12-column {
    flex-wrap: wrap;
  }

  .column.desk-2.tablet-2 {
    width: 33.3333%;
  }

  .column.desk-2.tablet-2.mobile-6.bigger {
    flex: 1;
  }

  .column.desk-2.tablet-hide, .column.desk-5.tablet-hide {
    display: none;
  }

  .column.desk-5.tablet-4 {
    width: 66.6667%;
  }

  .column.desk-5.tablet-4.mobile-6.reverse-mobile.bigger {
    width: 75%;
  }

  .column.desk-5.tablet-6 {
    width: 100%;
    margin-top: 2rem;
  }

  .column.desk-5.tablet-3 {
    width: 50%;
  }

  .column.desk-6.tablet-4 {
    width: 66.6667%;
  }

  .column.desk-6.tablet-4.mobile-6.top-padding {
    padding-left: 0;
  }

  .column.desk-6.mobile-6.title {
    width: 100%;
    margin-bottom: 0;
  }

  .column.desk-4.tablet-3 {
    width: 50%;
  }

  .column.desk-4.tablet-6 {
    width: 100%;
    margin-top: 0;
  }

  .column.desk-4.tablet-6.top-bottom-padding {
    margin-top: 3rem;
  }

  .column.desk-4.tablet-6.top-bottom-padding.mobile-small {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .column.desk-1.tablet-hide {
    display: none;
  }

  .column.desk-8.tablet-6 {
    width: 100%;
  }

  .column.desk-3.tablet-2 {
    width: 33.33%;
  }

  .column.desk-3.tablet-2.mobile-6.bigger.contact {
    width: 100%;
  }

  .button {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .button.no-bg {
    flex-flow: column;
  }

  .text-button {
    margin-bottom: 5px;
    margin-right: auto;
    padding-right: 20px;
    display: block;
  }

  .arrow-icon {
    width: 40px;
    height: 40px;
  }

  .project-list-wrapper {
    margin-top: 2rem;
  }

  .project-item {
    flex-direction: column;
    margin-bottom: 6.25rem;
  }

  .project-image-wrapper {
    z-index: 0;
    opacity: .3;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }

  .project-image.hide {
    opacity: .3;
  }

  .project-name-wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .project-name {
    font-size: 2rem;
  }

  .all-project-button {
    color: var(--white);
    letter-spacing: 0;
    font-size: 1.25rem;
  }

  .all-project-button-wrapper {
    margin-top: 0;
  }

  .left-align, .journal-button {
    justify-content: flex-start;
  }

  .blog-list {
    grid-row-gap: 6.25rem;
    grid-template: "Area"
                   "."
                   / 1fr;
  }

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

  .blog-item {
    margin-bottom: 0;
  }

  .blog-title {
    font-size: 2rem;
  }

  .arrow, .overlay-50, .logo {
    display: none;
  }

  .footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .footer-button-wrapper {
    margin-top: 2rem;
  }

  .footer-button {
    font-size: 1.6rem;
  }

  .text-brown.center-align {
    font-size: 2rem;
    line-height: 2rem;
  }

  .text-brown.footer-title.left-align, .text-brown.left-align {
    justify-content: flex-end;
    align-items: stretch;
  }

  .footer-link {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 2rem;
  }

  .footer-link.left-align {
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .hero-text {
    letter-spacing: 0;
    font-size: 3.8rem;
  }

  .middle-align {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-banner {
    height: 120%;
  }

  .project-category-grid {
    margin-left: 10%;
    margin-right: 10%;
  }

  .project-gallery-item {
    margin-bottom: 4rem;
  }

  .contact-text {
    font-size: 1rem;
  }

  .contact-social {
    grid-column-gap: 1rem;
  }

  .contact-social.left-align {
    justify-content: flex-end;
    align-items: stretch;
  }

  .contact-form {
    margin-left: 1rem;
  }

  .text-field {
    height: 3.75rem;
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
  }

  .submit-button {
    font-size: 1rem;
  }

  .contact-inner {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .project-category-collection-title {
    margin-bottom: 20px;
  }

  .project-collection-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
  }

  .project-collection-image-wrapper {
    width: 100%;
  }

  .project-collection-text-wrapper {
    width: 100%;
    padding-top: 32px;
    padding-left: 0;
  }

  .project-collection-tag-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: .875rem;
  }

  .project-collection-empty {
    margin-bottom: 8rem;
  }

  .blog-item-collection {
    margin-bottom: 0;
  }

  .footer-arrow-icon {
    width: 2rem;
    display: none;
  }

  .mobile-logo {
    width: 9rem;
    display: block;
  }

  .mobile-small {
    letter-spacing: 0;
    font-size: 5rem;
    line-height: 5rem;
  }

  .fa-social {
    font-size: 2rem;
    line-height: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-m {
    padding-left: 4%;
    padding-right: 4%;
  }

  .timeline_item {
    padding: 1.2em 1em;
  }

  .wrap-s-1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .ab-2 {
    letter-spacing: 0;
    font-size: 50px;
  }

  .wrap-s-5, .wrap-s-6 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
    padding-right: 0%;
  }

  .title1 {
    font-size: 3em;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
  }

  .teaser-column, .teaser-column._40 {
    width: 100%;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .container-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .full-width-image-wrapper {
    height: 70vh;
  }

  .title-2.h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .title-2.h1.me-work {
    font-size: 3.8em;
    left: 16px;
  }

  .frame-item {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .sub-title {
    text-align: left;
    font-size: 2rem;
  }

  .sub-heading-wrapper {
    font-size: 3rem;
    line-height: 3rem;
  }

  .big-card_03.image-3, .big-card_01.image-1 {
    height: 500px;
  }

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

  .big-card_02.image-2, .big-card_04.image-4 {
    height: 500px;
  }

  .form {
    flex-flow: column;
  }

  .radio-button-container {
    width: 45%;
  }

  .radio-button-container._45-mobile {
    width: 40%;
  }

  .contact-wrapper {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .form-bullet-title {
    width: 100%;
  }

  .heading {
    text-align: left;
  }

  .project-collection-tag-wrapper-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: .875rem;
  }

  .overlay-75 {
    display: none;
  }

  .section-2.image-banner {
    height: 75vh;
    min-height: auto;
    padding-bottom: 4rem;
  }

  .arrow-icon-2 {
    width: 2rem;
  }

  ._12-column-2 {
    flex-wrap: wrap;
  }

  .product-rich-text h1, .product-rich-text h2, .product-rich-text h3, .product-rich-text h4, .product-rich-text h5, .product-rich-text h6, .product-rich-text p, .product-rich-text blockquote, .product-rich-text ul, .product-rich-text ol {
    margin-left: 10%;
    margin-right: 10%;
  }

  .product-rich-text figure {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .arrow-2, .arrow-3 {
    display: none;
  }

  .project-collection-tag-wrapper-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: .875rem;
  }

  .image-item-container {
    flex-flow: column;
    align-items: flex-start;
  }

  .project-collection-image-wrapper-2 {
    width: 50%;
  }

  .overlay-101 {
    display: none;
  }

  .video-text-wrapper {
    width: 100%;
    padding-left: 3rem;
  }

  .video-content {
    width: 100%;
  }

  .video-container {
    flex-direction: column;
  }

  .check-wrap {
    margin-bottom: 0;
  }

  .mg-bottom-0 {
    font-size: 20px;
  }

  .image-wrapper {
    width: 100%;
  }

  .featured-image {
    align-self: center;
    align-items: center;
    width: 80%;
    margin-bottom: 20px;
  }

  .modal-wrapper {
    grid-template-columns: 1fr;
  }

  .big-card_05.image-5 {
    height: 500px;
  }

  .flame-bg-image {
    height: 600px;
    top: -6%;
  }

  .field-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .field-description {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -4px;
    font-size: 64px;
    line-height: 1.3;
  }

  h2 {
    letter-spacing: -3px;
    font-size: 58px;
    line-height: 1.4;
  }

  h3 {
    letter-spacing: -1px;
    font-size: 48px;
    line-height: 1.4;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  ul {
    font-size: 16px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

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

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

  .section.hero.our-work {
    padding-bottom: 50px;
  }

  .section.image-banner {
    height: 500px;
  }

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

  .section.process.our-work {
    padding-bottom: 50px;
  }

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

  .section.products.our-work {
    padding-bottom: 50px;
  }

  .container.narrow.top-padding {
    padding-top: 80px;
  }

  .container.narrow.bottom-padding {
    padding-left: 2%;
    padding-right: 2%;
  }

  .display.xxl {
    letter-spacing: -3px;
    font-size: 64px;
  }

  .display.xl {
    letter-spacing: -3px;
    font-size: 48px;
  }

  .display.l {
    letter-spacing: -2px;
    font-size: 40px;
  }

  .display.m {
    letter-spacing: -1px;
  }

  .display.m.text-center.our-work {
    font-size: 1.9rem;
  }

  .display.s {
    letter-spacing: -1px;
  }

  .paragraph {
    font-size: 16px;
  }

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

  .paragraph.large.why-shape {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .paragraph.small {
    font-size: 14px;
  }

  .paragraph.x-large {
    font-size: 20px;
  }

  .spacer._80.mobile-hide {
    display: none;
  }

  .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6, .rich-text p, .rich-text blockquote, .rich-text ul, .rich-text ol {
    margin-left: 0%;
    margin-right: 0%;
  }

  .navbar-container {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-link:hover, .nav-link.w--current {
    padding-left: 20px;
  }

  .nav-link.gradient-copper-small {
    border-bottom: 1px solid var(--light-brown);
    transition: all .5s ease-in-out;
    display: flex;
  }

  .nav-link.gradient-copper-small:hover {
    background-image: linear-gradient(123deg, var(--potters-clay), #d28957);
    color: var(--white);
  }

  .hero-image-wrapper {
    height: 320px;
  }

  .hero-image {
    height: 150%;
  }

  .column.desk-2.tablet-2.mobile-6 {
    width: 100%;
  }

  .column.desk-2.tablet-2.mobile-6.bigger {
    order: -1;
  }

  .column.desk-5.tablet-4.mobile-6 {
    width: 100%;
  }

  .column.desk-5.tablet-4.mobile-6.reverse-mobile {
    order: -1;
  }

  .column.desk-5.tablet-3.mobile-6 {
    width: 100%;
  }

  .column.desk-5.tablet-3.mobile-6.top-bottom-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .column.desk-6.tablet-4.mobile-6 {
    width: 100%;
  }

  .column.desk-6.tablet-4.mobile-6.top-padding {
    padding-top: 60px;
  }

  .column.desk-6.mobile-hide {
    display: none;
  }

  .column.desk-6.mobile-6, .column.desk-4.tablet-3.mobile-6 {
    width: 100%;
  }

  .column.desk-4.tablet-3.mobile-6.order-last {
    text-align: center;
    order: 1;
  }

  .column.desk-4.tablet-3.mobile-6._50 {
    display: none;
  }

  .column.desk-4.tablet-6.top-bottom-padding {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .column.desk-3.tablet-2.mobile-6 {
    width: 100%;
  }

  .column.desk-3.tablet-2.mobile-6.bigger._50.no-padding {
    flex: 1;
  }

  .button.mobile-hide {
    display: none;
  }

  .bottom-align {
    padding-top: 80px;
  }

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

  .blog-date {
    margin-top: 24px;
  }

  .footer-button-wrapper {
    justify-content: center;
    padding-left: 30px;
    display: none;
  }

  .footer-button-wrapper.inline {
    display: inline-block;
  }

  .footer-button {
    max-width: none;
    font-size: 2rem;
  }

  .footer-button.text-small {
    letter-spacing: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 18px;
  }

  .text-brown.center-align, .footer-link {
    text-align: center;
  }

  .hero-text {
    letter-spacing: -2px;
    font-size: 4.5rem;
    line-height: 1.2;
  }

  .banner-about-image-wrapper {
    height: 300px;
    margin-right: 0%;
  }

  .project-category-grid {
    margin-left: 0%;
    margin-right: 0%;
  }

  .project-gallery-image {
    width: 100%;
  }

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

  .contact-social {
    justify-content: center;
  }

  .contact-social.not-center {
    justify-content: flex-start;
  }

  .contact-form {
    margin-left: 0;
  }

  .submit-button {
    width: 100%;
  }

  .contact-inner, .project-category-button-wrapper, .project-category-list {
    flex-wrap: wrap;
  }

  .project-collection-item {
    margin-bottom: 80px;
  }

  .project-collection-link {
    flex-wrap: wrap;
  }

  .project-collection-image-wrapper {
    width: 100%;
  }

  .project-collection-text-wrapper {
    width: 100%;
    padding-top: 32px;
    padding-left: 0;
  }

  .project-collection-empty {
    margin-top: 2rem;
  }

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

  .text-wrapper.portrait-left {
    text-align: left;
  }

  .menu-lottie-icon {
    filter: invert();
  }

  .nav-menu {
    background-color: var(--black);
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100svh;
    padding-top: 10%;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .menu-button {
    z-index: 5;
    background-color: var(--potters-clay);
    background-image: radial-gradient(circle closest-corner at 50% 50%, var(--pirate-gold), var(--potters-clay));
    padding: 7px 7px 2px;
  }

  .testimonial {
    padding-right: 4.2em;
  }

  .loader-wrapper {
    border-bottom: 1px #161616;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .loader-wrapper.is-last {
    border-bottom-style: none;
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-m {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .timeline_grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .timeline_progress-overlay-bottom {
    height: 4em;
  }

  .timeline_track-wrap {
    display: none;
  }

  .is-h2 {
    font-size: 2rem;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .timeline_progress {
    display: none;
    inset: 0% auto auto 2.5em;
  }

  .timeline_progress-overlay-top {
    left: 0;
  }

  .timeline_dot {
    width: 20px;
    height: 20px;
  }

  .timeline_item-wrap.is-hidden-mobile {
    display: none;
  }

  .text-center.sub-title {
    font-size: 2rem;
  }

  .hide-menu {
    display: none;
  }

  .swiper-slide {
    width: 100%;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title1 {
    font-size: 2.6em;
  }

  .container-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .full-width-image-wrapper {
    height: 320px;
  }

  .title-2.h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .title-2.h1.me-work {
    font-size: 3em;
    top: 4%;
  }

  .portfolio-image {
    object-fit: cover;
    height: 56vh;
  }

  .frame-item {
    height: 85vh;
  }

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

  .card-container {
    flex-direction: column;
  }

  .big-card_03 {
    top: 5rem;
  }

  .big-card_03.image-3 {
    top: 11rem;
  }

  .big-card_01 {
    flex-direction: row;
    top: 5rem;
  }

  .big-card_01.image-1 {
    top: 11rem;
  }

  .page-wrapper-cards {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .big-card_02 {
    top: 5rem;
  }

  .big-card_02.image-2 {
    top: 11rem;
  }

  .section-cards {
    padding-top: 0;
    padding-bottom: 0;
  }

  .big-card_04 {
    top: 5rem;
  }

  .big-card_04.image-4 {
    top: 11rem;
  }

  .h3.price-label {
    font-size: 1.3rem;
  }

  .radio-button {
    width: 180px;
  }

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

  .section-2.image-banner {
    height: 500px;
  }

  .product-rich-text h1, .product-rich-text h2, .product-rich-text h3, .product-rich-text h4, .product-rich-text h5, .product-rich-text h6, .product-rich-text p, .product-rich-text blockquote {
    margin-left: 0%;
    margin-right: 0%;
  }

  .product-rich-text ul {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 1.25rem;
  }

  .product-rich-text ol {
    margin-left: 0%;
    margin-right: 0%;
  }

  .blog-date-2 {
    margin-top: 24px;
  }

  .image-item-container {
    flex-wrap: wrap;
  }

  .project-collection-image-wrapper-2 {
    width: 100%;
  }

  .video-text-wrapper {
    width: 100%;
    padding-top: 32px;
    padding-left: 0;
  }

  .video-content {
    margin-bottom: 25px;
    padding-right: 0;
  }

  .video-container {
    flex-direction: column;
  }

  .feature-video {
    padding: 0 0%;
  }

  .mg-bottom-0 {
    font-size: 16px;
  }

  .image-wrapper {
    width: 100%;
  }

  .modal-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal-close {
    padding: 1rem;
  }

  .big-card_05 {
    top: 5rem;
  }

  .big-card_05.image-5 {
    top: 11rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 64px;
    line-height: 52px;
  }

  blockquote {
    padding-left: 1.5rem;
  }

  .protected-heading {
    font-size: 48px;
  }

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

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

  .section.hero.bg-image {
    padding-bottom: 30px;
  }

  .section.image-banner {
    height: 400px;
    padding-bottom: 48px;
  }

  .section.no-min-height.bg-black.bg-logo-copper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.no-min-height.big-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.process, .section.products {
    padding-bottom: 60px;
  }

  .container {
    min-height: 3rem;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.narrow {
    padding-left: 24px;
    padding-right: 24px;
  }

  .display.m.text-center.products {
    font-size: 2.5rem;
  }

  .display.m.margin-bottom {
    font-size: 2.6rem;
  }

  .paragraph.x-large {
    font-size: 36px;
  }

  .spacer._48.mobile-24, .spacer._60.mobile-24 {
    width: 24px;
    height: 24px;
  }

  .spacer._80 {
    width: 5rem;
    height: 3rem;
  }

  .spacer._100 {
    height: 1rem;
  }

  .spacer._32.mobile-24 {
    width: 24px;
    height: 24px;
  }

  .spacer._70 {
    height: 1rem;
  }

  .navbar-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-link {
    letter-spacing: -1px;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 22px;
    line-height: 55px;
  }

  .hero-image {
    object-fit: cover;
    height: 140%;
  }

  ._12-column {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .column.desk-2.tablet-2.mobile-6.bigger {
    order: 1;
    width: 100%;
  }

  .column.desk-5.tablet-4.mobile-6.reverse-mobile.bigger {
    width: 100%;
  }

  .column.desk-5.tablet-6 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column.desk-5.tablet-3.mobile-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .column.desk-5.tablet-3.mobile-6.top-bottom-padding {
    padding-top: 40px;
  }

  .column.desk-6.tablet-4.mobile-6.top-padding {
    padding-top: 24px;
  }

  .column.desk-6.mobile-6, .column.desk-4.tablet-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .column.desk-4.tablet-6.top-bottom-padding.mobile-small {
    font-size: 16px;
  }

  .column.desk-8.tablet-6, .column.desk-3.tablet-2.mobile-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .column.desk-3.tablet-2.mobile-6.bigger._50.no-padding {
    width: 100%;
  }

  .button {
    flex-direction: row;
    flex: 1;
    align-items: center;
  }

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

  .project-item {
    margin-bottom: 80px;
  }

  .all-project-button-wrapper {
    width: 100%;
  }

  .blog-list {
    grid-row-gap: 60px;
  }

  .logo {
    object-fit: contain;
    width: 150px;
    height: 50px;
  }

  .footer-button-wrapper {
    margin-top: 1rem;
    padding-left: 0;
  }

  .footer-button {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .footer-button.text-small {
    margin-left: 8px;
    margin-right: 8px;
  }

  .text-brown.center-align {
    font-size: 1.6rem;
  }

  .footer-link {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .footer-link.left-align.mobile-hide {
    display: none;
  }

  .footer-copyright {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .hero-text {
    font-size: 40px;
  }

  .banner-about-image {
    height: 120%;
  }

  .middle-align {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-image-wrapper {
    height: 400px;
  }

  .image-banner {
    height: 100%;
  }

  .project-gallery-item {
    margin-bottom: 24px;
  }

  .project-category-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .logo-link {
    padding-left: 5%;
  }

  .logo-link.w--current {
    width: 70%;
  }

  .menu-button {
    width: 60px;
    margin-right: 10px;
    padding: 5px 5px 0;
  }

  .mobile-logo {
    object-fit: contain;
    width: 100px;
    height: 65px;
  }

  .mobile-small {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .testimonial {
    order: 1;
    padding-right: 0;
  }

  .testimonial-top {
    flex-direction: column;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-animation {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 55px;
  }

  .text-animation.small {
    font-size: 3rem;
  }

  .page-padding-m {
    padding-left: 4%;
    padding-right: 4%;
  }

  .timeline_grid {
    grid-column-gap: 1em;
    grid-template-columns: 4em 1fr;
  }

  .is-h2 {
    font-size: 2rem;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .timeline_progress {
    left: 2em;
  }

  .timeline {
    min-height: 120em;
    overflow: hidden;
  }

  .timeline_dot {
    width: 1.2rem;
    height: 1.2rem;
  }

  .timeline_item {
    padding: 1em;
  }

  .text-center.sub-title {
    font-size: 1.4rem;
  }

  .swiper-slide {
    width: 100%;
  }

  .title-2.h1.me-work {
    font-size: 2em;
  }

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

  .card-container {
    height: auto;
  }

  .card-container.image {
    margin-bottom: 50px;
  }

  .sub-heading-wrapper {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .big-card_03 {
    border-radius: 50px;
    top: 3rem;
  }

  .big-card_03.image-3 {
    border-radius: var(--corners);
    height: 200px;
    top: 8rem;
  }

  .big-card_01 {
    border-radius: 50px;
    top: 3rem;
  }

  .big-card_01.image-1 {
    border-radius: var(--corners);
    height: 200px;
    top: 8rem;
  }

  .page-wrapper-cards {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .big-card_02 {
    border-radius: 50px;
    top: 3rem;
  }

  .big-card_02.image-2 {
    border-radius: var(--corners);
    height: 200px;
    top: 8rem;
  }

  .section-cards {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .big-card_04 {
    border-radius: 50px;
    top: 3rem;
  }

  .big-card_04.image-4 {
    border-radius: var(--corners);
    height: 200px;
    margin-bottom: 2vw;
    top: 8rem;
  }

  .radio-button-container, .radio-button {
    width: 100%;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 55px;
  }

  .container-gallery {
    padding-left: 24px;
    padding-right: 24px;
  }

  .products-sub-heading {
    text-align: left;
  }

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

  .section-2.image-banner {
    height: 400px;
    padding-bottom: 48px;
  }

  ._12-column-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-item-container {
    margin-bottom: 40px;
  }

  .play-container {
    width: 50px;
    height: 50px;
  }

  .item-image {
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
    height: 100%;
  }

  .modal-link {
    object-fit: fill;
    height: 100%;
    line-height: 45px;
  }

  .play-animation.video-wrapper {
    flex: 1;
  }

  .big-card_05 {
    border-radius: 50px;
    top: 3rem;
  }

  .big-card_05.image-5 {
    border-radius: var(--corners);
    height: 200px;
    margin-bottom: 2vw;
    top: 8rem;
  }

  .small-h2 {
    font-size: 3rem;
  }
}

#w-node-_219b406e-ae07-6f5b-8df9-076a86feabeb-cb4edbe1 {
  justify-self: start;
}

#w-node-_13ed168f-092c-56c7-8fb9-52b4aa2176b1-cb4edbe1 {
  justify-self: center;
}

#w-node-a73f0055-68f5-741b-1af7-ed5ccb4edbee-cb4edbe1 {
  justify-self: end;
}

#Last-Name.w-node-_593b6b4b-d646-b65e-aa39-e807223fd7ca-554e7e5d, #Email-Address.w-node-b46f4ba9-04a0-ce3a-52f5-afe78a93bcb2-554e7e5d, #Phone-Number.w-node-_44b22d3c-e94d-d828-75e5-1d95509cdf4f-554e7e5d, #Location.w-node-_98c2eaea-0b09-aacd-fb6c-b3f2a1c95e65-554e7e5d, #Address.w-node-a88de11a-e32a-daa8-db4e-7fb7d5d488c2-554e7e5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_881ef15c-e154-a3fd-27a5-101a896c3535-554e7e5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_879d49e2-1920-7796-ff94-724f3dbe07df-554e7e5d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d7780182-ca98-0913-47fa-39dd437f2615-554e7e5d, #w-node-_200ab93b-123e-7564-beac-0548b9907ad8-554e7e5d, #w-node-d04a6d22-bf60-f936-3562-4a455a45d84b-554e7e5d, #w-node-_04f80a2e-2be4-7d31-323b-eddb369d493a-554e7e5d, #w-node-c00702e9-fb7a-6044-ea54-75925c5baa58-554e7e5d {
  place-self: center;
}

#w-node-d128bbda-96af-d06f-00b6-6a52a3869f9c-554e7e5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d128bbda-96af-d06f-00b6-6a52a3869f9d-554e7e5d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_28477f74-c401-6e66-0509-7cf9024dce36-554e7e5d, #w-node-fb752f24-e878-331b-ca15-3399dc522861-554e7e5d {
  place-self: center;
}

#w-node-aee95052-73ba-d226-6678-2a3f70ec5573-554e7e5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aee95052-73ba-d226-6678-2a3f70ec5574-554e7e5d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2f43507b-efa2-e16e-ff55-995025a4f0db-554e7e5d, #w-node-b7454c5a-933f-0a9a-9c03-063449a166ad-554e7e5d {
  place-self: center;
}

#w-node-f64e0edb-868d-eed3-912a-c9c016cd5eb0-554e7e5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f64e0edb-868d-eed3-912a-c9c016cd5eb1-554e7e5d, #w-node-_69b82802-c6ec-1a35-62c0-876cd3fd65f2-554e7e5d, #w-node-f027e8eb-30e6-8984-386c-48a8ac7d982e-554e7e5d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e85c8d0f-864f-fd66-c8cf-c7fcb904c9ef-554e7e5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e85c8d0f-864f-fd66-c8cf-c7fcb904c9f0-554e7e5d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_62f16590-7c27-7210-0ce8-a317d10edd66-554e7e5d, #w-node-_0d697019-6698-9d0c-8732-6bd454fb9ae7-554e7e5d, #w-node-_1f079db2-4e46-aa60-deb4-c3705f67c7c3-554e7e5d, #w-node-_78137418-c0d1-d2fa-cec8-f3de6c16d321-554e7e5d, #w-node-_06de6dc8-5bd8-b7bc-bda4-369d5a73153e-554e7e5d, #w-node-_9c77f482-d154-769a-6165-ea155db49657-554e7e5d, #w-node-_19361b50-53b2-c314-9ae3-3db19655a281-554e7e5d {
  place-self: center;
}

#w-node-_4d2d9cbc-470f-7759-651f-758a146e912d-554e7e5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d2d9cbc-470f-7759-651f-758a146e912e-554e7e5d, #w-node-_4d2d9cbc-470f-7759-651f-758a146e9131-554e7e5d, #w-node-_4d2d9cbc-470f-7759-651f-758a146e9137-554e7e5d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_18d420e5-c675-aa5c-b218-6b58b7abf2e5-554e7e5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18d420e5-c675-aa5c-b218-6b58b7abf2e6-554e7e5d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_18d420e5-c675-aa5c-b218-6b58b7abf2ea-554e7e5d, #w-node-_18d420e5-c675-aa5c-b218-6b58b7abf2f0-554e7e5d, #w-node-_18d420e5-c675-aa5c-b218-6b58b7abf2f6-554e7e5d {
  place-self: center;
}

#w-node-_5ac33a8d-2090-4140-e782-da7171c34864-554e7e5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ac33a8d-2090-4140-e782-da7171c34865-554e7e5d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5ac33a8d-2090-4140-e782-da7171c3486b-554e7e5d, #w-node-_5ac33a8d-2090-4140-e782-da7171c34871-554e7e5d, #w-node-_5ac33a8d-2090-4140-e782-da7171c34877-554e7e5d {
  place-self: center;
}

#w-node-c8a2cc50-766f-d731-92d6-944ca81b1370-554e7e5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8a2cc50-766f-d731-92d6-944ca81b1371-554e7e5d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c8a2cc50-766f-d731-92d6-944ca81b1375-554e7e5d, #w-node-c8a2cc50-766f-d731-92d6-944ca81b137b-554e7e5d, #w-node-c8a2cc50-766f-d731-92d6-944ca81b1381-554e7e5d {
  place-self: center;
}

#Message.w-node-b65acdf5-0330-f84b-9d19-7544c96d7360-554e7e5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f79f547-ac6f-96b1-cf9e-404d140e3fb4-554e7e5e, #w-node-_3e2f7c10-3da0-0c4b-c068-b3a653e69c2d-554e7e5e, #w-node-_3e2f7c10-3da0-0c4b-c068-b3a653e69c30-554e7e5e, #w-node-_3e2f7c10-3da0-0c4b-c068-b3a653e69c33-554e7e5e, #w-node-_3e2f7c10-3da0-0c4b-c068-b3a653e69c36-554e7e5e, #w-node-_3e2f7c10-3da0-0c4b-c068-b3a653e69c39-554e7e5e, #w-node-_9f79f547-ac6f-96b1-cf9e-404d140e3fab-554e7e5e, #w-node-f4614c84-3280-5124-6ffe-af294d80c95f-554e7e5e, #w-node-bb01e262-6e90-3a23-7557-a2573a9a0709-554e7e5e, #w-node-_9f79f547-ac6f-96b1-cf9e-404d140e3fae-554e7e5e, #w-node-_9f79f547-ac6f-96b1-cf9e-404d140e3fb1-554e7e5e, #w-node-e0413c96-efdd-dedd-b044-7844dcdb8efa-554e7e5e, #w-node-_6d8697b4-1673-54f5-9ba9-9f897a418e21-554e7e5e, #w-node-_6cab2e97-ad42-0b39-40e8-9afcb30c1e6c-554e7e60, #w-node-_6cab2e97-ad42-0b39-40e8-9afcb30c1e6d-554e7e60, #w-node-_6cab2e97-ad42-0b39-40e8-9afcb30c1e6f-554e7e60, #w-node-_6cab2e97-ad42-0b39-40e8-9afcb30c1e75-554e7e60, #w-node-_6cab2e97-ad42-0b39-40e8-9afcb30c1e7b-554e7e60, #w-node-_6cab2e97-ad42-0b39-40e8-9afcb30c1e7d-554e7e60, #w-node-_6cab2e97-ad42-0b39-40e8-9afcb30c1e7e-554e7e60, #w-node-_6cab2e97-ad42-0b39-40e8-9afcb30c1e7f-554e7e60, #w-node-_6cab2e97-ad42-0b39-40e8-9afcb30c1e82-554e7e60, #w-node-e9fa7308-9e39-8c1d-c052-532863243e8a-9b6847f3, #w-node-e9fa7308-9e39-8c1d-c052-532863243e8f-9b6847f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9fa7308-9e39-8c1d-c052-532863243e94-9b6847f3, #w-node-e9fa7308-9e39-8c1d-c052-532863243e99-9b6847f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #First-Name.w-node-_62146c5d-7401-002c-105c-ce808ab88a79-554e7e5d, #Last-Name.w-node-_593b6b4b-d646-b65e-aa39-e807223fd7ca-554e7e5d, #Email-Address.w-node-b46f4ba9-04a0-ce3a-52f5-afe78a93bcb2-554e7e5d, #Phone-Number.w-node-_44b22d3c-e94d-d828-75e5-1d95509cdf4f-554e7e5d, #Location.w-node-_98c2eaea-0b09-aacd-fb6c-b3f2a1c95e65-554e7e5d, #Address.w-node-a88de11a-e32a-daa8-db4e-7fb7d5d488c2-554e7e5d, #w-node-_69b82802-c6ec-1a35-62c0-876cd3fd65f2-554e7e5d, #w-node-f027e8eb-30e6-8984-386c-48a8ac7d982e-554e7e5d, #w-node-_4d2d9cbc-470f-7759-651f-758a146e912d-554e7e5d, #w-node-_4d2d9cbc-470f-7759-651f-758a146e9131-554e7e5d, #w-node-_4d2d9cbc-470f-7759-651f-758a146e9137-554e7e5d, #w-node-b322f265-4f27-d59c-fbfd-eb6fe5bf614f-554e7e5d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b322f265-4f27-d59c-fbfd-eb6fe5bf614f-554e7e5d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6cab2e97-ad42-0b39-40e8-9afcb30c1e75-554e7e60 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_79681615-355f-7c7d-a276-30bdaa054bad-554e7e60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Almarai';
  src: url('../fonts/Almarai-ExtraBold.ttf') format('truetype'), url('../fonts/Almarai-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: url('../fonts/Almarai-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: url('../fonts/Almarai-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ── Footer nav: compact two-column layout ── */
@media screen and (min-width: 768px) {
  .footer .column._50.desk-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    column-gap: 1rem;
  }
  .footer .footer-button-wrapper {
    margin-top: 0.5rem;
    line-height: 1.4;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .footer .footer-button-wrapper.top {
    margin-top: 0;
  }
  .footer .footer-button {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-right: 0.4rem;
    white-space: nowrap;
  }
}