@font-face {
  font-family: Avenir;
  src: url('../fonts/avenirltstd-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/avenirltstd-roman.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/avenirltstd-light.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/avenirltstd-black.otf') format("opentype"), url('../fonts/avenirltstd-heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/avenirltstd-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Free Sans;
  src: url('../fonts/freesans.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Free Sans;
  src: url('../fonts/freesansbold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/aeoniktrial-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/aeoniktrial-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/aeoniktrial-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #12b3d7;
  --black: #101010;
  --grey: #f3f3f3;
  --max-width: 1420px;
  --dark-blue: #404d55;
}

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

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

.hero-section {
  background-image: linear-gradient(#00000069, #00000069);
  flex-flow: column;
  height: 100vh;
  max-height: 900px;
  display: flex;
  position: relative;
}

.hero-section.about {
  background-image: linear-gradient(#00000069, #00000069), url('../images/rise-constructions-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 40vh;
}

.hero-section.about.project-page {
  background-image: url('../images/bluechip-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  max-height: none;
}

.hero-section.about.projects {
  background-image: linear-gradient(#00000069, #00000069), url('../images/rise-constructions-7.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.about.recognition {
  background-image: linear-gradient(#00000069, #00000069), url('../images/rise-constructions-16.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.contact {
  background-image: linear-gradient(#00000069, #00000069), url('../images/rise-constructions-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 40vh;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-306, .brand.w--current {
  align-items: center;
  display: flex;
}

.div-block-441 {
  background-image: linear-gradient(#231f20, #231f20);
  margin-top: auto;
  position: relative;
}

.menu-nav-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  display: grid;
}

.div-block-299 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-468 {
  color: #fff;
}

.image-60 {
  mix-blend-mode: normal;
  margin-top: auto;
}

.div-block-150 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.exit-button {
  z-index: 1;
  background-color: var(--blue);
  color: #fff0;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-447 {
  color: #fff;
  align-items: center;
  display: flex;
}

.div-block-447.contact-bar {
  flex-direction: column;
  align-items: flex-start;
}

.div-block-447.contact-bar.menu-contact {
  background-color: #4e4b4c;
  border-radius: 5px;
  flex-flow: row;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-bar-white-line {
  background-color: #e0dbdb;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.dim-div {
  z-index: 98;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#000000b0, #000000b0);
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-222, .div-block-222.smaller-padding-left {
  margin-bottom: 20px;
  margin-left: 0;
}

.div-block-222.top.margin-right {
  margin-right: 40px;
}

.html-embed-21 {
  color: #fff;
  width: 12px;
  max-width: 20px;
  height: 12px;
}

.link-112 {
  color: #0f0f25;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-112.white {
  color: #fff;
}

.link-block-26 {
  color: #fff;
  text-decoration: none;
  display: flex;
}

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

.div-block-112 {
  border-bottom: 1px #e0dbdb;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-278 {
  width: 45px;
  margin-left: 0;
}

.div-block-277._60 {
  background-color: #fff;
  width: 60%;
  height: 2px;
  margin-bottom: 7px;
  margin-left: auto;
}

.div-block-277._60.black {
  background-color: var(--black);
}

.div-block-277._2 {
  background-color: #fff;
  height: 2px;
  margin-bottom: 7px;
}

.div-block-277._2.bottom {
  width: 60%;
  height: 2px;
  margin-bottom: 0;
  margin-left: auto;
}

.div-block-277._2.black {
  background-color: var(--black);
  height: 2px;
}

.link-142 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 12px;
  text-decoration: none;
}

.link-142:hover {
  text-decoration: underline;
}

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

.nav-bar-container {
  z-index: 999;
  height: 130px;
  min-height: 130px;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  inset: 0% 0% auto;
}

.text-block-131 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffffde;
  font-weight: 600;
  line-height: 25px;
}

.text-block-131.margin {
  letter-spacing: 1.08px;
  margin-right: 5px;
  font-weight: 400;
  line-height: 25px;
}

.navbar {
  z-index: 97;
  background-color: #0000;
  border-bottom: 1px #ffffff69;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  font-weight: 400;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.scroll-down {
  background-color: var(--grey);
  opacity: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -101%);
  box-shadow: 0 0 24px #11132724;
}

.image {
  border-radius: 0;
  width: 200px;
  height: auto;
  margin-top: 0;
}

.text-block-129 {
  color: #0f0f25;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.text-block-129.white {
  color: #fff;
}

.menu {
  z-index: 99;
  background-color: #12b3d700;
  border-radius: 10px;
  width: 50%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  transform: translate(0%);
}

.link-141 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-family: Aeonik, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.link-141:hover {
  opacity: .74;
  text-decoration: none;
}

.link-141.w--current {
  color: #fff;
  font-size: 47px;
}

.link-141.margin-top {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
}

.link-141.margin-top:hover {
  text-decoration: none;
}

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

.link-block-11 {
  margin-left: 30px;
}

.body {
  background-color: var(--grey);
  font-family: Barlow, sans-serif;
}

.image-42 {
  width: 30px;
}

.hero-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 800px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.hero-container.project-page {
  height: auto;
}

.text-block-123 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 750px;
  margin-top: 0;
  font-family: Barlow, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 52px;
}

.text-block-132 {
  color: #fff;
  max-width: 520px;
  margin-top: 15px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-block-132.centred {
  text-align: center;
  margin-top: 20px;
}

.heading-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.link-block-16 {
  background-color: #fff0;
  border-bottom: 1px #fff;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.link-block-16.mt-20px {
  margin-top: 30px;
}

.div-block-307 {
  mix-blend-mode: normal;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-307.project-page {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.div-block-308 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -130px;
  display: flex;
}

.div-block-308.home {
  flex-flow: row;
  justify-content: space-between;
}

.div-block-308.home.about {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.div-block-308.home.centred {
  justify-content: space-between;
  align-items: center;
}

.text-span-29 {
  font-weight: 600;
}

.text-block-92 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  overflow: visible;
}

.image-61 {
  width: 40px;
  margin-left: 20px;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 140px 40px 60px;
  display: flex;
}

.section.why-us-section {
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 140px;
}

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

.div-block-469 {
  max-width: var(--max-width);
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-469.horizontal {
  flex-flow: row;
}

.div-block-470 {
  width: 50%;
  height: 100%;
  padding-right: 0;
}

.div-block-471 {
  flex-flow: column;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.div-block-471._50 {
  width: 55%;
}

.image-62 {
  object-fit: cover;
  min-height: 650px;
}

.heading-3 {
  color: var(--black);
  text-transform: none;
  max-width: 800px;
  font-family: Aeonik, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.heading-3.auto {
  margin-left: auto;
}

.heading-3.auto.about {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 35px;
  line-height: 38px;
}

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

.heading-3.white.centred {
  text-align: center;
}

.paragraph {
  color: var(--black);
  font-size: 15px;
  line-height: 28px;
}

.paragraph._500px {
  max-width: 600px;
  margin: 30px 0 0;
}

.paragraph._500px.no-mt {
  margin-top: 0;
}

.div-block-472 {
  width: 50%;
  padding-right: 140px;
}

.div-block-454 {
  width: 100%;
  max-width: 1420px;
  margin-bottom: 60px;
}

.div-block-449 {
  background-image: url('../images/riseconstructionsqld_1722388856_3423968356339505638_4850338456.jpg');
  background-position: 50%;
  background-size: cover;
  width: 90px;
  height: 100%;
  margin-top: 0;
}

.div-block-449._3 {
  background-image: url('../images/external-of-house.-Entry.webp');
}

.div-block-449._2 {
  background-image: url('../images/front-gate.webp');
}

.div-block-449._6 {
  background-image: url('../images/tkst.HELENA14PRINT.webp');
}

.div-block-449._4 {
  background-image: url('../images/front-of-house-from-street.webp');
}

.div-block-449._5 {
  background-image: url('../images/tkconstructionshome-45.webp');
}

.div-block-449._7 {
  background-image: url('../images/dji_0062.webp');
}

.image-69 {
  opacity: .04;
  height: 200%;
  position: absolute;
  top: -68px;
  left: auto;
  right: -26px;
}

.text-block-130 {
  color: #101010;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-130._2 {
  color: #696969;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}

.div-block-460 {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.slickdemo-3 {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: block;
  position: relative;
}

.image-66 {
  width: 20px;
  margin-bottom: 10px;
  margin-left: -1px;
}

.card-slider_item {
  flex-direction: row;
  flex: none;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.card-slider_item.margin {
  width: 100%;
  margin-right: 0;
  padding-right: 30px;
}

.section-22 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -115px;
  padding: 0 40px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-133 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
}

.text-block-137 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.div-block-467 {
  background-color: #231f20;
  width: auto;
  height: 20px;
  margin-top: 15px;
  margin-bottom: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-450 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.link-block-25 {
  z-index: 1;
  color: #231f20;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 17px #00000029;
}

.div-block-473 {
  background-color: var(--blue);
  border-radius: 999px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto -15px -15px auto;
}

.div-block-474 {
  justify-content: center;
  align-items: center;
  margin-top: 180px;
  display: flex;
}

.div-block-474.why-us-section {
  height: 400px;
  margin-top: 0;
}

.image-70 {
  z-index: 1;
  border-radius: 5px;
  width: 35%;
  position: relative;
}

.image-71 {
  z-index: 1;
  border-radius: 5px;
  width: 35%;
  margin-left: 100px;
  position: relative;
}

.div-block-475 {
  background-color: var(--blue);
  border-radius: 999px;
  width: 350px;
  height: 350px;
  position: absolute;
}

.div-block-476 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 140px;
  display: flex;
}

.div-block-476.no-margin {
  margin-right: 0;
}

.div-block-476.no-margin.mt-60px, .div-block-476.mt-60px {
  margin-top: 60px;
}

.link-block-27 {
  background-color: var(--blue);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link-block-27.no-mt {
  margin-top: 0;
}

.text-block-138 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.image-72 {
  width: 25px;
  margin-right: 15px;
}

.div-block-477 {
  width: 45%;
  padding-right: 100px;
}

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

.text-block-96 {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.heading-4 {
  color: #231f20;
  text-transform: none;
  max-width: 700px;
  margin-top: 20px;
  margin-left: 0;
  font-size: 75px;
  font-weight: 500;
  line-height: 85px;
}

.heading-4.services {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  font-family: Aeonik, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
}

.image-43 {
  width: auto;
  height: 65px;
  margin-top: 28px;
  position: absolute;
  inset: auto auto -7px -8px;
}

.slickdemo {
  padding-bottom: 40px;
}

.div-block-328 {
  border-bottom: 1px #ffffff96;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 40px;
  display: flex;
}

.text-block-100 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Barlow, sans-serif;
}

.text-block-100.type {
  background-color: var(--blue);
  border-radius: 999px;
  margin-top: 20px;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 600;
}

.card {
  background-color: #231f2000;
  width: 100%;
  height: 450px;
  padding-left: 0;
  padding-right: 30px;
}

.project-section {
  flex-direction: column;
  align-items: center;
  padding: 100px 40px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-327 {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 150px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-101 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  position: relative;
  top: -46px;
  left: 42px;
  transform: rotate(90deg);
}

.text-block-102 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 10px;
}

.div-block-329 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-330 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-330.padding {
  height: auto;
  margin-bottom: 40px;
}

.text-block-99 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-block-18 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #231f20;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 60px;
  padding-left: 70px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-18.no-margin {
  margin-top: 0;
  padding-right: 30px;
}

.link-block-18.no-margin.mobile {
  display: none;
}

.text-block-139 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.text-block-139.black {
  color: #231f20;
}

.div-block-478 {
  background-color: #231f20;
  width: auto;
  height: 20px;
  margin-top: 15px;
  margin-bottom: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-478.inverse {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.project-bg {
  background-color: #231f2000;
  background-image: linear-gradient(#0000, #00000080), url('../images/byron-bay-beach-house-by-jase-sullivan-project-feature-the-local-project-image-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.project-bg._3 {
  background-image: linear-gradient(#0000, #00000080), url('../images/external-of-house-from-east.webp');
}

.project-bg._6 {
  background-image: linear-gradient(#0000, #00000080), url('../images/tkconstructionshome-45.webp');
}

.project-bg._5 {
  background-image: linear-gradient(#0000, #00000080), url('../images/front-of-house-from-street_1.webp');
}

.project-bg._4 {
  background-image: linear-gradient(#0000, #00000080), url('../images/tkst.HELENA14PRINT.jpg');
}

.project-bg._2 {
  background-image: linear-gradient(#0000, #00000080), url('../images/front-of-house.webp');
}

.project-bg._1 {
  border-bottom: 3px solid var(--blue);
  background-image: url('../images/riseconstructionsqld_1722388856_3423968356339505638_4850338456.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
}

.html-embed-22 {
  width: 13px;
  position: relative;
  top: 18px;
  left: -30px;
}

.link-block-20 {
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.div-block-430 {
  background-color: #231f20;
  width: 140px;
  max-width: 350px;
  height: 1px;
  margin-left: 20px;
}

.cta-section {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 40px 40px 100px;
  display: flex;
}

.div-block-479 {
  max-width: var(--max-width);
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/cta-image.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.bottom-line-footer {
  background-color: #0101016e;
  width: 100%;
  height: 1px;
}

.image-6 {
  opacity: .86;
  filter: grayscale();
  height: 80px;
}

.div-block-552 {
  max-width: var(--max-width);
  border: 1px #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-140 {
  color: #010101;
  font-size: 20px;
  line-height: 27px;
}

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

.text-block-93 {
  color: #969696;
  text-transform: none;
  font-size: 12px;
  line-height: 22px;
}

.link-block-40 {
  color: #010101;
  text-decoration: none;
}

.link-block-40.mb-5px {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.link-block-40.mt-30p {
  margin-top: 0;
  overflow: hidden;
}

.link-153 {
  color: #969696;
  text-decoration: none;
}

.div-block-557 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.image-5 {
  opacity: .57;
  filter: grayscale();
  height: 80px;
  margin-left: 20px;
}

.div-block-559 {
  max-width: var(--max-width);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.div-block-554 {
  flex-flow: column;
  width: 50%;
  height: 100%;
  padding-top: 40px;
  display: flex;
}

.footer-contact-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-555, .footer-contact-details-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-558 {
  margin-right: auto;
}

.div-block-553 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 20px;
  display: flex;
}

.image-4 {
  max-width: 300px;
}

.div-block-564 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 40px 0;
  display: flex;
}

.heading-5 {
  z-index: 1;
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
  position: relative;
}

.text-block-2 {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.text-block-179 {
  color: var(--black);
  font-size: 15px;
}

.image-39 {
  width: 100px;
  margin-right: 60px;
}

.div-block-396 {
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  display: flex;
}

.div-block-396.img {
  max-width: 600px;
  margin-left: 60px;
}

.container-3 {
  z-index: 1;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tabs-content {
  margin-top: 40px;
  padding-top: 0;
  overflow: visible;
}

.tab-button {
  opacity: .7;
  color: #fff;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #fff;
  background-color: #fff0;
  height: 40px;
  font-weight: 700;
  position: relative;
}

.content-block {
  z-index: 1;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.tab-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.tab-panel {
  background-color: #0000;
  border-radius: 24px;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.heading-6 {
  z-index: 1;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  position: relative;
}

.heading-6.white {
  color: #fff;
  text-align: left;
  text-transform: none;
  max-width: none;
  font-size: 55px;
  font-weight: 400;
  line-height: 50px;
}

.div-block-336 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  display: flex;
}

.paragraph-2 {
  color: #000;
  font-size: 15px;
  line-height: 28px;
}

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

.tabs {
  z-index: 1;
  flex-direction: column-reverse;
  display: flex;
}

.tabs-menu {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #ffffffb8 #ffffffb8 var(--blue);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  top: 180px;
}

.link-block-41 {
  z-index: 999;
  background-color: var(--blue);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 90px;
  padding-left: 15px;
  padding-right: 20px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto auto 20px;
}

.image-73 {
  width: auto;
  height: 50px;
}

.text-block-180 {
  color: var(--grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 7px #110f204a;
  margin-left: 20px;
  font-weight: 700;
  position: static;
}

.text-block-181 {
  color: #000;
  font-size: 22px;
  line-height: 28px;
}

.image-47 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 1800px;
  height: 700px;
  margin-top: 0;
}

.about-text {
  width: 50%;
  padding-left: 0;
}

.about-text.long-image {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.about-text.long-image.mt-60px {
  justify-content: flex-end;
  align-items: center;
}

.div-block-445 {
  width: 100%;
  max-width: 1800px;
  margin-top: 140px;
  position: relative;
}

.section-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 220px 40px;
  display: flex;
}

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

.div-block-293 {
  width: 50%;
}

.div-block-293.image-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 140px;
  display: flex;
}

.div-block-444 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 400px;
  margin-top: 20px;
  display: grid;
}

.about-content {
  justify-content: space-between;
  width: 100%;
  max-width: 1800px;
  display: flex;
}

.about-content.not-flipped {
  max-width: var(--max-width);
}

.about-content.top-border {
  border-top: 1px solid #fffc;
  padding-top: 140px;
}

.about-content.top-border.not-flipped {
  border-top-style: none;
  padding-top: 0;
  position: relative;
}

.div-block-291 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 0%;
  display: flex;
}

.div-block-291.no-padding {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 0%;
}

.animation1 {
  color: #fff;
  font-family: Aeonik, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.animation1.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.animation1.h2._500px {
  max-width: 500px;
}

.animation1.about {
  color: #000;
  margin-top: 0;
  font-family: Aeonik, sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.paragraph-3 {
  color: #000;
  text-align: left;
  max-width: 450px;
  margin-top: 100px;
  margin-bottom: 0;
  margin-right: 0%;
  font-size: 17px;
  line-height: 25px;
}

.div-block-292 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  display: flex;
}

.div-block-292.image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  bottom: 0;
}

.div-block-292.bottom-border {
  border-bottom: 1px #fffc;
  padding-top: 100px;
  padding-right: 100px;
  position: relative;
}

.div-block-292.bottom-border.left {
  padding-left: 100px;
  padding-right: 0;
}

.div-block-292.bottom-border.about {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.hero-content {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-content.about {
  max-width: var(--max-width);
}

.hero-content.about.flipped {
  flex-flow: row-reverse;
}

.text-up-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.text-up-button.outline {
  color: #f2f8fa;
  background-color: #1f87b4;
  border: 1px solid #1f87b4;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

.text-up-button.outline.mt-40px {
  margin-top: 40px;
}

.image-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-width: auto;
  max-width: 600px;
  height: 700px;
}

.button-text-item {
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  font-weight: 400;
  display: flex;
}

.button-text {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.accordion__item {
  text-align: left;
  background-color: #fff0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  box-shadow: none;
  background-color: #fff0;
  border-bottom: 1px #d4d4d4;
  border-radius: 0;
  padding: 10px 0;
  transition-property: none;
}

.accordion__item.js-accordion-item.active {
  box-shadow: none;
  cursor: default;
  background-color: #fff0;
  border-bottom: 1px #d4d4d4;
  border-radius: 0;
  padding: 0 0 10px;
  transition-property: none;
}

.question-text {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.js-accordion-icon {
  height: 17px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  filter: invert();
  color: var(--black);
  height: 17px;
  transform: rotate(90deg);
}

.image-3 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 550px;
}

.section-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 220px 40px;
  display: flex;
}

.section-24.top-border {
  border-top: 1px #000;
  padding-top: 140px;
  padding-bottom: 60px;
}

.accordion-body__contents {
  opacity: 1;
  color: var(--black);
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.faq-wrapper {
  background-color: #0000;
  max-width: none;
  margin-top: 60px;
}

.div-block-565 {
  width: 50%;
}

.div-block-565.text-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.accordion {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
}

.white-line {
  background-color: #fffc;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-3 {
  width: 100%;
  height: auto;
  text-decoration: none;
}

.text-block-6 {
  color: #000;
  margin-top: 10px;
  font-size: 20px;
}

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

.section-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 220px 40px;
  display: flex;
}

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

.text-block-170 {
  color: #000;
  margin-right: 20px;
}

.div-block-435 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1800px;
  height: auto;
  display: grid;
}

.div-block-296 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bg-shade-2 {
  z-index: 2;
  opacity: 0;
  background-color: #ffffff6e;
  position: absolute;
  inset: 0%;
}

.project-imag-container {
  border-radius: 3px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.project-tile-info {
  padding-top: 10px;
  position: relative;
}

.collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-wrapper {
  max-width: var(--max-width);
  width: 100%;
}

.div-block-566 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  display: flex;
}

.project-info-text {
  color: #fff;
  font-size: 20px;
}

.project-info-text.answer {
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
}

.project-info-text.answer.white {
  font-size: 17px;
  line-height: 22px;
}

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

.project-info-text.header {
  color: #c2c2c2;
  font-size: 17px;
  line-height: 22px;
}

.textarea {
  color: var(--dark-blue);
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  min-height: 120px;
  padding-left: 0;
  padding-right: 0;
}

.form-block {
  width: 100%;
  max-width: 700px;
  margin-top: 0;
}

.div-block-567 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  display: flex;
}

.project-info-card {
  margin-left: 0;
  margin-right: 40px;
}

.project-info-card.contact {
  margin-bottom: 20px;
  margin-left: 0;
}

.link-117 {
  color: #000;
  text-decoration: none;
}

.field-label {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

.link-116 {
  color: #000;
  text-decoration: none;
}

.text-field {
  color: var(--dark-blue);
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 20px;
}

.contact-info-page {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-9 {
  color: #000;
  max-width: 650px;
  font-size: 17px;
  line-height: 28px;
}

.submit-button {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  border-bottom: 1px solid #fff;
  border-radius: 12px;
  margin-top: 40px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 400;
}

.collection-list-wrapper-2 {
  max-width: var(--max-width);
  width: 100%;
}

.bg-sahde-project {
  background-image: linear-gradient(0deg, #00000082, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-3 {
  max-width: var(--max-width);
  width: 100%;
}

.projec-tinfo {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  display: flex;
}

.body-2 {
  background-color: var(--grey);
  font-family: Barlow, sans-serif;
}

.section-26 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 100px 40px;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 20px;
  width: 100%;
  display: block;
}

.collection-list-wrapper-4 {
  max-width: var(--max-width);
  width: 100%;
}

.image-46 {
  width: 100%;
}

.collection-item {
  margin-bottom: 20px;
}

.project-page-bg-shade {
  background-color: #00000070;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-74 {
  border-radius: 7px;
  width: 100%;
}

.c-faq-q {
  background-color: #fff0;
  border: 1px #e0e0e0;
  border-bottom: 1px solid #404d5557;
  align-items: center;
  display: flex;
}

.c-faq-a-text {
  padding: 20px 20px 20px 0;
}

.c-faq-a-text.bottom {
  padding-bottom: 0;
}

.c-faq {
  z-index: 2;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-a-text {
  color: var(--black);
  font-size: 15px;
  line-height: 28px;
}

.container-4 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3%;
}

.container-4.cloneable {
  border-top: 2px #ffffff80;
  width: 100%;
  margin-top: 60px;
  padding: 0 0%;
}

.cloneable-area {
  z-index: 2;
  min-height: auto;
  position: relative;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px 20px 20px 0;
}

.c-faq-q-text.top {
  padding-top: 0;
  padding-left: 0;
}

.faq-stripe-1 {
  background-color: var(--black);
  width: 2px;
  height: 100%;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-icon.top {
  padding-top: 0;
}

.faq-q-text {
  color: var(--black);
  letter-spacing: .6px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.faq-stripe-2 {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq-item {
  z-index: 2;
  cursor: pointer;
  background-color: #fff0;
  border: 1px #e0e0e0;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
  position: relative;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

._w-faq-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-content.cloneable {
  z-index: 2;
  padding-top: 0;
  position: relative;
}

.rich-text-block {
  color: #fff;
  margin-top: 10px;
  font-size: 17px;
  line-height: 22px;
}

.walkthrough-lightbox {
  border-radius: 10px;
  margin-bottom: 0;
  overflow: hidden;
}

.lightbox-link-5 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-697 {
  z-index: 1;
  border: 1px solid #ffffffb0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
}

.text-block-199 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
}

.code-embed-9 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-info-container {
  justify-content: space-between;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.code-embed-7 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.code-embed-7.project-tile {
  z-index: 1;
}

.media-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.media-image {
  border-radius: 7px;
  width: 100%;
}

.media-link-block {
  border-radius: 8px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.media-info-tile {
  padding-top: 20px;
}

.menu-container {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-wrapper {
  max-width: var(--max-width);
  width: 100%;
  height: 100%;
}

.menu-content {
  z-index: 1;
  width: 100%;
  padding: 40px;
  position: relative;
}

.menu-bg {
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-bg {
  background-image: linear-gradient(#000000ad, #0000);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-698 {
  max-width: 280px;
  margin-top: 40px;
}

.link-154, .link-155, .link-156 {
  color: #969696;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .div-block-150 {
    flex-direction: row;
    align-items: center;
  }

  .link-112 {
    font-size: 14px;
  }

  .div-block-112 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    border-bottom-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    height: auto;
  }

  .link-block-11 {
    margin-top: 0;
  }

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

  .heading-2 {
    margin-bottom: 10px;
  }

  .link-block-16 {
    margin-top: 20px;
  }

  .div-block-308.home {
    flex-flow: column;
  }

  .section.top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-slider_item.margin {
    width: 100%;
  }

  .section-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 45px;
  }

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

  .link-block-18 {
    margin-top: 40px;
  }

  .cta-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-479 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-6 {
    height: 60px;
  }

  .div-block-552 {
    justify-content: space-between;
  }

  .text-block-140 {
    font-size: 17px;
    line-height: 24px;
  }

  .text-block-93 {
    font-size: 14px;
  }

  .image-5 {
    height: 60px;
  }

  .div-block-554 {
    width: 66%;
  }

  .div-block-553 {
    width: 33%;
  }

  .image-4 {
    width: 200px;
    max-width: none;
  }

  .container-3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tabs-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
  }

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

  .heading-6 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-6.white {
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-336 {
    margin-bottom: 20px;
  }

  .image-47 {
    margin-top: 60px;
  }

  .about-text {
    width: 100%;
  }

  .section-23 {
    padding: 60px 20px;
  }

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

  .div-block-293.image-content {
    width: 100%;
    margin-top: 60px;
  }

  .div-block-293.image-content.no-margin {
    margin-top: 0;
  }

  .div-block-444 {
    margin-top: 40px;
  }

  .about-content {
    flex-flow: column-reverse;
  }

  .about-content.not-flipped {
    flex-flow: column;
  }

  .about-content.top-border.not-flipped {
    padding-top: 100px;
  }

  .div-block-291 {
    margin-right: 10%;
  }

  .animation1 {
    margin-bottom: 0;
  }

  .animation1.h2._500px {
    max-width: none;
    margin-bottom: 60px;
  }

  .animation1.about {
    font-size: 42px;
    line-height: 50px;
  }

  .paragraph-3 {
    margin-top: 40px;
  }

  .div-block-292 {
    padding-top: 20px;
  }

  .div-block-292.image {
    width: 100%;
    padding-top: 60px;
  }

  .div-block-292.bottom-border {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .hero-content {
    flex-flow: column;
    padding-top: 60px;
  }

  .hero-content.about {
    flex-flow: column;
    padding-top: 0;
  }

  .image-2 {
    max-width: none;
  }

  .section-24 {
    padding: 60px 20px;
  }

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

  .faq-wrapper {
    margin-top: 60px;
  }

  .div-block-565.text-content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .section-25 {
    padding: 60px 20px;
  }

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

  .div-block-435 {
    grid-template-columns: 1fr;
  }

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

  .div-block-566 {
    padding-top: 20px;
  }

  .projec-tinfo {
    width: 60%;
  }

  .lightbox-link-5 {
    width: 250px;
    height: 140px;
  }

  .media-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-447 {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu {
    width: 67%;
  }

  .div-block-308.home.about {
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-330 {
    margin-bottom: 20px;
  }

  .div-block-430 {
    width: 80px;
  }

  .div-block-552 {
    flex-flow: column;
  }

  .div-block-554 {
    width: 100%;
  }

  .footer-contact-info {
    grid-template-columns: 1fr .5fr .5fr;
  }

  .div-block-553 {
    width: 100%;
  }

  .tabs-content {
    padding-top: 0;
  }

  .tab-button {
    justify-content: flex-start;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-336 {
    margin-bottom: 40px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .image-47 {
    height: 350px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .section-23.values {
    padding-bottom: 0;
  }

  .div-block-291 {
    margin-right: 5%;
  }

  .animation1 {
    font-size: 38px;
    line-height: 45px;
  }

  .animation1.h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-3 {
    margin-top: 60px;
  }

  .hero-content.about {
    flex-flow: column;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion__item.js-accordion-item, .accordion__item.js-accordion-item.active {
    margin-bottom: 0;
  }

  .question-text {
    margin-top: 8px;
  }

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

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion.js-accordion {
    margin-bottom: 0;
  }

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

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

  .submit-button {
    margin-top: 20px;
  }

  .projec-tinfo {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .section-26 {
    padding: 60px 20px;
  }

  .collection-list-2 {
    column-count: 2;
  }

  .walkthrough-lightbox {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .lightbox-link-5 {
    width: 250px;
    height: 140px;
  }

  .project-info-container {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 40px;
  }

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

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    max-height: none;
  }

  .hero-section.about {
    height: auto;
    padding-bottom: 40px;
  }

  .hero-section.about.project-page {
    padding-bottom: 0;
  }

  .hero-section.home {
    height: 90vh;
    padding-bottom: 160px;
  }

  .brand {
    padding-left: 0;
    position: relative;
  }

  .menu-nav-2 {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .div-block-299 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .div-block-150 {
    justify-content: center;
  }

  .exit-button {
    left: auto;
    right: 0;
  }

  .div-block-447 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .div-block-447.contact-bar {
    margin-bottom: 0;
    display: block;
  }

  .div-block-447.contact-bar.menu-contact {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-222 {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-222.smaller-padding-left {
    margin-left: 0;
  }

  .div-block-222.smaller-padding-left.no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-222.top {
    margin-top: 0;
  }

  .div-block-439 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-112 {
    border-bottom-style: none;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-278 {
    width: 45px;
    height: auto;
    position: relative;
  }

  .div-block-277 {
    background-color: #000;
    width: 25px;
    height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-277._60 {
    background-color: #fff;
    width: 60%;
    height: 1.5px;
    max-height: none;
    margin-left: auto;
  }

  .div-block-277._2 {
    color: #fff;
    background-color: #fff;
    width: 100%;
    height: 1.5px;
    max-height: none;
    margin-top: 7px;
    position: static;
  }

  .div-block-277._2.bottom {
    background-color: #fff;
  }

  .div-block-277._2.bottom.black {
    background-color: var(--black);
  }

  .link-142 {
    margin-top: 3px;
  }

  .nav-bar-container {
    flex-direction: column;
    justify-content: space-between;
    height: 80px;
    min-height: 80px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .navbar {
    border-bottom-style: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px 10px;
  }

  .navbar.scroll-down {
    opacity: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: translate(0, -101%);
  }

  .image {
    width: 120px;
    height: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .menu {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    transform: none;
  }

  .link-141 {
    font-size: 47px;
  }

  .link-141.margin-top {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-440 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .link-block-11 {
    margin-left: 15px;
  }

  .div-block-453 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .hero-container {
    height: auto;
    max-height: none;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .hero-container.project-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-container.home {
    height: 100%;
    padding-top: 0;
  }

  .text-block-123 {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-132 {
    font-size: 15px;
    line-height: 25px;
  }

  .text-block-132.centred {
    line-height: 21px;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 10px;
  }

  .link-block-16 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-307.project-page {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-308.home {
    flex-flow: column;
    margin-top: 0;
  }

  .section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.top {
    padding-top: 40px;
  }

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

  .div-block-469.horizontal {
    flex-flow: column;
  }

  .div-block-471._50 {
    width: 100%;
  }

  .div-block-471._50.pt-40px {
    padding-top: 40px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-3.auto {
    margin-bottom: 0;
  }

  .heading-3.auto.about {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph._500px {
    margin-top: 20px;
  }

  .div-block-454 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-130._2 {
    margin-top: 5px;
  }

  .slickdemo-3 {
    margin-left: 0;
  }

  .card-slider_item {
    width: 100%;
  }

  .card-slider_item.margin {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-467 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .div-block-450 {
    padding-bottom: 15px;
  }

  .link-block-25 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-474 {
    margin-top: 140px;
  }

  .image-70 {
    width: 45%;
  }

  .image-71 {
    width: 45%;
    margin-left: 20px;
  }

  .div-block-476 {
    margin-right: 0;
  }

  .div-block-476.no-margin.mt-60px {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .div-block-476.mt-60px {
    margin-top: 30px;
  }

  .div-block-477 {
    width: 100%;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
  }

  .heading-4.services {
    font-size: 35px;
    line-height: 45px;
  }

  .image-43 {
    flex: 0 auto;
    display: none;
  }

  .slickdemo {
    margin-left: 0;
    padding-bottom: 30px;
    position: relative;
    left: 0;
  }

  .card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-section {
    padding: 40px 0%;
  }

  .text-block-101 {
    white-space: nowrap;
  }

  .div-block-329 {
    width: 20%;
  }

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

  .div-block-330.padding {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-18 {
    margin-top: 20px;
    padding-left: 30px;
  }

  .link-block-18.no-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-18.no-margin.mobile {
    display: flex;
  }

  .link-block-18.no-margin.desktop {
    display: none;
  }

  .div-block-478 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .div-block-430 {
    width: 50px;
    display: none;
  }

  .cta-section {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-479 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .link-153 {
    color: #969696;
    text-decoration: none;
  }

  .div-block-557 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .div-block-559 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 10px;
  }

  .footer-contact-info {
    grid-template-columns: 1fr;
  }

  .div-block-555, .footer-contact-details-card {
    justify-content: center;
    align-items: center;
  }

  .div-block-558 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-right: 0;
    display: flex;
  }

  .div-block-553 {
    justify-content: center;
    align-items: center;
  }

  .image-4 {
    width: 100px;
  }

  .footer {
    z-index: 1;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 35px;
  }

  .image-39 {
    width: 80px;
    margin-right: 0;
  }

  .div-block-396.img {
    flex-flow: column;
    margin-left: 0;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .tab-button, .tab-button.w--current {
    justify-content: center;
    align-items: center;
  }

  .content-block {
    margin-bottom: 0;
    padding: 0;
  }

  .tab-grid {
    grid-template-rows: auto;
  }

  .tab-panel {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6, .heading-6.white {
    font-size: 28px;
    line-height: 38px;
  }

  .div-block-336 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .paragraph-2.white.centred-mobile {
    text-align: center;
  }

  .paragraph-2.white.centred-mobile.mt-20px-mobile {
    margin-top: 20px;
  }

  .tabs-menu {
    margin-top: 0;
    padding-left: 5px;
  }

  .about-text.long-image.mt-60px {
    margin-top: 0;
  }

  .section-23 {
    padding: 60px 10px;
  }

  .section-23.values {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .div-block-293.image-content.no-margin {
    padding-right: 0;
  }

  .about-content.top-border.not-flipped {
    padding-top: 0;
  }

  .div-block-291 {
    margin-right: 0%;
  }

  .animation1 {
    font-size: 38px;
  }

  .animation1.about {
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-3 {
    margin-top: 40px;
  }

  .div-block-292 {
    width: 100%;
    padding-top: 0;
  }

  .div-block-292.image {
    padding-top: 0;
  }

  .div-block-292.bottom-border.about.left {
    padding-left: 0;
  }

  .hero-content.about {
    padding-top: 0;
  }

  .hero-content.about.flipped {
    flex-flow: column;
  }

  .image-2 {
    height: 500px;
  }

  .accordion__item.js-accordion-item {
    padding-top: 0;
  }

  .accordion__item.js-accordion-item.active {
    padding-bottom: 0;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 0;
    padding-right: 20px;
    line-height: 20px;
  }

  .image-3 {
    height: 500px;
  }

  .section-24 {
    padding: 60px 10px;
  }

  .section-24.top-border {
    padding-top: 60px;
  }

  .accordion-body__contents {
    margin-top: 0;
  }

  .faq-wrapper {
    margin-top: 20px;
  }

  .div-block-565.text-content {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .accordion.js-accordion {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 10px;
    padding: 10px 0 0;
  }

  .section-25 {
    padding: 60px 10px;
  }

  .section-25.projects {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-435 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .project-imag-container {
    height: 380px;
  }

  .div-block-566 {
    width: 100%;
    padding-top: 0;
  }

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

  .project-info-text.answer.white {
    color: #fff;
  }

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

  .div-block-567 {
    width: 100%;
    padding-top: 40px;
  }

  .project-info-card {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .link-117, .link-116 {
    color: var(--black);
  }

  .contact-info-page {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .submit-button {
    color: #fff;
    border-bottom-color: #fff;
  }

  .projec-tinfo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-26 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-list-2 {
    column-count: 1;
  }

  .faq-q-text {
    line-height: 20px;
  }

  .walkthrough-lightbox {
    margin-bottom: 30px;
  }

  .menu-container {
    padding: 0 0 60px;
    display: none;
  }

  .link-155, .link-156 {
    color: #969696;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7a8a4368-8c5d-638b-2e6e-a1380a6c8af3-d40989ba, #w-node-_47e64651-3011-fc2d-1518-3ddbacd642a0-d40989ba, #w-node-_83fd0b69-249b-51dc-75cc-9ad298adf265-d40989ba, #w-node-eb724e2d-7251-a360-bc2c-0726220794e4-d40989ba, #w-node-a825eb4e-5679-2a05-f4c2-6f9b5199baa1-d40989ba, #w-node-e01a7d3e-3620-0987-1d75-341f2a69a271-d40989ba {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e01a7d3e-3620-0987-1d75-341f2a69a271-d40989ba {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenirltstd-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenirltstd-roman.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenirltstd-light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenirltstd-black.otf') format('opentype'), url('../fonts/avenirltstd-heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenirltstd-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Free Sans';
  src: url('../fonts/freesans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Free Sans';
  src: url('../fonts/freesansbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeoniktrial-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeoniktrial-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeoniktrial-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}