:root {
  --colour--black: #333;
  --colour--offwhite: #f0f5f7;
  --font--secondary: "Open Sans", sans-serif;
  --text--h1: 2.6669rem;
  --colour--brand: #5eb1cc;
  --padding--x-small: 8px;
  --font--primary: Inter, sans-serif;
  --text--label: 1.1669rem;
  --padding--medium: 24px;
  --radius--small: 16px;
  --colour--white: #fafcfc;
  --colour--dropshadow_light: #aab0b3;
  --text--title: 1.8331rem;
  --text--display: 4.75rem;
  --colour--black-75: #333333bf;
  --colour--dropshadow_dark: #1a1a1a;
  --colour--black-50: #33333380;
  --text--body: 1.3331rem;
  --colour--black-25: #33333340;
  --padding--small: 16px;
  --padding--large: 32px;
  --radius--medium: 20px;
  --radius--large: 30px;
  --radius--x-large: 40px;
  --radius--2x-large: 60px;
}

body {
  color: #333;
  --colour--black: #333;
  --colour--offwhite: #f0f5f7;
  --font--secondary: "Open Sans", sans-serif;
  --text--h1: 2.6669rem;
  --colour--brand: #5eb1cc;
  --padding--x-small: 8px;
  --font--primary: Inter, sans-serif;
  --text--label: 1.1669rem;
  --padding--medium: 24px;
  --radius--small: 16px;
  --colour--white: #fafcfc;
  --colour--dropshadow_light: #aab0b3;
  --text--title: 1.8331rem;
  --text--display: 4.75rem;
  --colour--black-75: #333333bf;
  --colour--dropshadow_dark: #262626;
  --colour--black-50: #33333380;
  --text--body: 1.3331rem;
  --colour--black-25: #33333340;
  --padding--small: 16px;
  --padding--large: 32px;
  --radius--medium: 20px;
  --radius--large: 30px;
  --radius--x-large: 40px;
  --radius--2x-large: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.page-wrapper {
  background-color: var(--colour--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.body {
  background-color: var(--colour--offwhite);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-hero {
  background-color: var(--colour--black);
  outline-offset: 0px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 88vh;
  margin-top: 8vh;
  display: flex;
  overflow: hidden;
}

.main-wrapper {
  background-color: var(--colour--offwhite);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.navbar_component {
  background-color: var(--colour--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8vh;
  display: flex;
  position: fixed;
  overflow: visible;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 84%;
  height: 100%;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.section-intro {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: block;
}

.spacer-large {
  width: 100%;
  height: 10vh;
}

.content-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.heading-style-h1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--font--secondary);
  font-size: var(--text--h1);
  text-align: center;
  letter-spacing: .08em;
  text-overflow: clip;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.section-divider {
  background-color: var(--colour--brand);
  width: 80%;
  max-width: 1440px;
  height: 1px;
}

.section-projectslider {
  width: 80%;
  max-width: 1440px;
  min-height: auto;
}

.tab-pane_image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tabs-menu-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: grid;
}

.tab-pane {
  position: absolute;
  inset: 0%;
}

.tab-pane_image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.tabs-content-2 {
  border-radius: var(--padding--x-small);
  height: 100%;
  padding-top: 100%;
}

.tabs-menu_tab-link {
  background-color: #0000;
  border-left: 1px solid #262626;
  padding: 0 0 0 2rem;
  transition: border-color .25s ease-in;
  display: block;
}

.tabs-menu_tab-link.w--current {
  border-left-width: 4px;
  border-left-color: var(--colour--brand);
  background-color: #0000;
  border-radius: 0;
  transition: border-width 50ms, border-color 50ms ease-in;
}

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

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

.tab_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  height: auto;
  display: grid;
}

.tab-component_custom-code {
  max-height: 0;
  display: none;
}

.brand {
  color: var(--colour--offwhite);
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-bottom: 0;
  display: flex;
}

.image {
  height: auto;
}

.nav-link {
  background-color: var(--colour--black);
  font-family: var(--font--primary);
  color: var(--colour--offwhite);
  font-size: var(--text--label);
}

.nav-link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--colour--brand);
  text-decoration-color: var(--colour--brand);
  text-underline-position: under;
}

.section-nav_ext {
  width: 80%;
  max-width: 1440px;
}

.spacer-medium {
  width: 100%;
  height: 5vh;
}

.grid_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.grid-card {
  grid-column-gap: var(--padding--medium);
  grid-row-gap: var(--padding--medium);
  border-radius: var(--radius--small);
  background-color: var(--colour--white);
  box-shadow: 0 2px 5px 2px var(--colour--dropshadow_light);
  flex-flow: column;
  width: 100%;
  padding: 20px;
  transition: box-shadow .4s, transform .4s;
  display: flex;
}

.grid-card:hover {
  box-shadow: 0 4px 5px 2px var(--colour--dropshadow_light);
  transform: scale(1.015);
}

.grid-card_image {
  border-radius: 4px 4px 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-card_text {
  margin-left: 10px;
}

.heading-style-title {
  font-family: var(--font--secondary);
  font-size: var(--text--title);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-style-display {
  z-index: 9;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--font--secondary);
  color: var(--colour--offwhite);
  font-size: var(--text--display);
  letter-spacing: .05em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  position: static;
}

.footer-component {
  background-color: var(--colour--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 100%;
  max-width: 1440px;
  display: grid;
}

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

.text-size-regular.text-colour--75 {
  font-family: var(--font--primary);
  color: var(--colour--black-75);
}

.image-2 {
  width: 20vw;
  max-width: 100%;
}

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

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--colour--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4 {
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: var(--colour--white);
}

.icon-embed-medium {
  color: var(--colour--white);
  width: 2rem;
}

.icon-embed-medium-2 {
  color: var(--colour--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 3rem;
  display: flex;
}

.icon-embed-medium-3, .icon-embed-medium-4, .icon-embed-medium-5, .icon-embed-medium-6, .icon-embed-medium-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 3rem;
  display: flex;
}

.footer-container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-5 {
  background-color: var(--colour--brand);
  width: 1px;
  height: 100%;
}

.div-block-6 {
  background-image: url('../images/Refraction-Walkthrough-2.png');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  display: flex;
}

.paragraph {
  font-family: var(--font--secondary);
}

.icon-embed-xlarge {
  color: var(--colour--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
}

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

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.button {
  background-color: var(--colour--brand);
  box-shadow: 1px 2px 8px 0 var(--colour--dropshadow_dark);
  font-family: var(--font--primary);
  color: #1c1c1c;
  font-size: var(--text--label);
  border: 1px #000;
  border-radius: 4px;
  margin: 0 40px;
  padding: 8px 16px;
  transition: box-shadow .4s, transform .4s;
}

.button:hover {
  box-shadow: 0 3px 5px 0 var(--colour--dropshadow_dark);
  opacity: 1;
  outline-color: var(--colour--black);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: none;
  transform: scale(1.025);
}

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

.div-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 2rem;
  display: flex;
}

.div-block-11 {
  color: var(--colour--offwhite);
  padding-top: 0;
}

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

.text-style-label {
  font-family: var(--font--primary);
  color: var(--colour--black-50);
  font-size: var(--text--label);
}

.text-style-body {
  font-family: var(--font--primary);
  color: var(--colour--offwhite);
  font-size: var(--text--body);
}

.icon-embed-medium-8 {
  width: var(--text--h1);
  color: var(--colour--offwhite);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --colour--black: #333;
    --colour--offwhite: #f0f5f7;
    --font--secondary: "Open Sans", sans-serif;
    --text--h1: 2.3331rem;
    --colour--brand: #5eb1cc;
    --padding--x-small: 8px;
    --font--primary: Inter, sans-serif;
    --text--label: 1rem;
    --padding--medium: 24px;
    --radius--small: 12px;
    --colour--white: #fafcfc;
    --colour--dropshadow_light: #aab0b3;
    --text--title: 1.3331rem;
    --text--display: 3.75rem;
    --colour--black-75: #333333bf;
    --colour--dropshadow_dark: #1a1a1a;
    --colour--black-50: #33333380;
    --text--body: 1.1669rem;
    --colour--black-25: #33333340;
    --padding--small: 16px;
    --padding--large: 32px;
    --radius--medium: 18px;
    --radius--large: 26px;
    --radius--x-large: 36px;
    --radius--2x-large: 54px;
  }

  .section-hero {
    background-color: var(--colour--black);
    color: var(--colour--offwhite);
    margin-top: 8vh;
  }

  .tabs-menu-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .tab_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .nav-link {
    background-color: var(--colour--black);
    border-bottom: 1px solid #000;
    border-radius: 0;
  }

  .grid-card_text {
    margin-left: 0;
  }

  .heading-style-title {
    justify-content: flex-start;
    align-items: center;
    margin-left: 5px;
    display: flex;
  }

  .image-2 {
    width: 30vw;
  }

  .div-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: var(--colour--white);
    width: 2rem;
  }

  .div-block-6 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .menu-button {
    color: var(--colour--offwhite);
  }

  .menu-button.w--open {
    background-color: var(--colour--black);
    color: var(--colour--brand);
  }

  .div-block-10 {
    margin-top: 0;
    margin-bottom: 8vh;
  }
}

@media screen and (max-width: 767px) {
  body {
    --colour--black: #333;
    --colour--offwhite: #f0f5f7;
    --font--secondary: "Open Sans", sans-serif;
    --text--h1: 2rem;
    --colour--brand: #5eb1cc;
    --padding--x-small: 8px;
    --font--primary: Inter, sans-serif;
    --text--label: .9169rem;
    --padding--medium: 24px;
    --radius--small: 10px;
    --colour--white: #fafcfc;
    --colour--dropshadow_light: #aab0b3;
    --text--title: 1.1669rem;
    --text--display: 3rem;
    --colour--black-75: #333333bf;
    --colour--dropshadow_dark: #1a1a1a;
    --colour--black-50: #33333380;
    --text--body: 1rem;
    --colour--black-25: #33333340;
    --padding--small: 16px;
    --padding--large: 32px;
    --radius--medium: 16px;
    --radius--large: 24px;
    --radius--x-large: 32px;
    --radius--2x-large: 48px;
  }

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

  .tab_component {
    height: auto;
  }

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

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

  .menu-button.w--open {
    color: var(--colour--brand);
  }

  .div-block-10 {
    margin-top: 0;
    margin-bottom: 8vh;
  }

  .icon {
    color: var(--colour--offwhite);
  }
}

@media screen and (max-width: 479px) {
  body {
    --colour--black: #333;
    --colour--offwhite: #f0f5f7;
    --font--secondary: "Open Sans", sans-serif;
    --text--h1: 2rem;
    --colour--brand: #5eb1cc;
    --padding--x-small: 8px;
    --font--primary: Inter, sans-serif;
    --text--label: .9169rem;
    --padding--medium: 24px;
    --radius--small: 16px;
    --colour--white: #fafcfc;
    --colour--dropshadow_light: #aab0b3;
    --text--title: 1.1669rem;
    --text--display: 3rem;
    --colour--black-75: #333333bf;
    --colour--dropshadow_dark: #1a1a1a;
    --colour--black-50: #33333380;
    --text--body: 1rem;
    --colour--black-25: #33333340;
    --padding--small: 16px;
    --padding--large: 32px;
    --radius--medium: 20px;
    --radius--large: 30px;
    --radius--x-large: 40px;
    --radius--2x-large: 60px;
  }

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

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

  .heading-style-display {
    justify-content: center;
    align-items: center;
  }

  .div-block-10 {
    margin-top: 0;
    margin-bottom: 8vh;
  }

  .icon {
    color: var(--colour--offwhite);
  }
}


