:root {
  --white: white;
  --black: #1f1f1f;
  --dark-grey: #464542;
  --grey: #6d6b67;
  --soft-grey: #e0dfdc;
  --silver: #f7f7f7;
  --light-blue: #8ccfff;
  --light-grey: #b8b6b1;
  --channel-orange: #ff7e30;
  --mbdtf: #d11b32;
  --gold: gold;
}

.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;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  background-color: #7B9E87;
  color: #F5F0E8;
  letter-spacing: -.2px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5em;
}

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

a {
  color: #F5F0E8;
  text-decoration: none;
  transition: opacity .2s, color .2s;
  display: inline-block;
}

a:hover {
  opacity: .8;
  color: #F5F0E8;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

li {
  color: #F5F0E8;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.4em;
}

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

label {
  color: #F5F0E8;
  margin-bottom: 8px;
  font-weight: 400;
  display: block;
}

em {
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--soft-grey);
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.4em;
}

.wrapper {
  min-height: 90vh;
  margin-top: 70px;
}

.wrapper.no-margin {
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
}

.section {
  z-index: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.full {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.section.full.light-blue {
  background-color: #7B9E87;
  color: #F5F0E8;
  justify-content: center;
  align-items: center;
  max-height: none;
  display: flex;
}

.section.light-blue {
  background-color: #7B9E87;
  color: #F5F0E8;
}

.section.grey {
  background-color: #7B9E87;
}

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

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

.button {
  background-color: #F5F0E8;
  color: var(--white);
  text-align: center;
  flex: none;
  margin-bottom: 8px;
  padding: 9px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s, border-color .2s, color .2s, background-color .2s;
}

.button:hover {
  opacity: .75;
  color: var(--white);
}

.button:active {
  opacity: .6;
}

.button.light {
  background-color: var(--silver);
  box-shadow: none;
  color: #F5F0E8;
}

.button.outline {
  box-shadow: inset 0 0 0 1px var(--black);
  color: #F5F0E8;
  background-color: #0000;
}

.button.outline:hover {
  background-color: #F5F0E8;
  box-shadow: inset 0 0 0 2px var(--black);
  color: #fff;
}

.button.outline:active {
  opacity: .6;
}

.button.disabled {
  box-shadow: none;
  opacity: .1;
}

.button.disabled:hover {
  color: #fff;
}

.button.minimal {
  box-shadow: none;
  color: #F5F0E8;
  background-color: #0000;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.button.minimal:hover {
  opacity: .6;
}

.spacer {
  background-color: #f0f0f0;
  height: 48px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 24px;
  height: 24px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._96 {
  background-color: #5eb2f400;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  height: 32px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.text-box {
  width: 100%;
  transition: opacity .2s, color .2s;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._800px {
  max-width: 800px;
}

.text-box._800px.centered {
  margin-left: auto;
  margin-right: auto;
}

.text-box._800px.left-align {
  text-align: left;
}

.text-box._900px {
  max-width: 900px;
}

.text-box.left-align {
  text-align: left;
}

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

.paragraph-small {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.color-block {
  background-color: #F5F0E8;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.grey {
  background-color: #F5F0E8;
}

.color-block.light-grey {
  background-color: #F5F0E8;
}

.color-block.dark-grey {
  background-color: #F5F0E8;
}

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

.color-block.silver {
  background-color: var(--silver);
}

.color-block.white {
  background-color: #fff;
  border: 1px solid #ecebe6;
}

.color-block.light-blue {
  background-color: #7B9E87;
}

.white {
  color: #fff;
}

.column-styleguide {
  background-color: var(--silver);
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desktop-10-column {
  width: 83.33%;
}

.column.desktop-11-column {
  width: 91.66%;
}

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

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

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

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

.column.desktop-9-column {
  width: 75%;
}

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

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

.column.desktop-7-column {
  width: 58.3333%;
}

.column.desktop-8-column {
  width: 66.6667%;
}

.ds-block {
  margin-bottom: 32px;
  font-size: 18px;
}

.horizontal-line {
  background-color: #F5F0E8;
  opacity: .4;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.rich-text {
  text-align: left;
}

.nav-logo {
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.footer-link {
  color: #F5F0E8;
  letter-spacing: 0;
  cursor: pointer;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, opacity .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: #F5F0E8;
}

.footer-link.w--current {
  opacity: 1;
}

.footer-links-block {
  flex-flow: wrap;
  justify-content: center;
  max-width: 650px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  z-index: 0;
  background-color: #7B9E87;
  padding-top: 48px;
  padding-bottom: 24px;
  display: none;
  position: relative;
}

.paragraph {
  letter-spacing: -.2px;
  line-height: 1.5em;
}

.paragraph.small {
  opacity: .6;
  font-size: 14px;
  line-height: 1.4em;
}

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

.paragraph.medium {
  font-size: 18px;
}

.paragraph.italic {
  letter-spacing: .2px;
  font-family: Libre Baskerville;
  font-style: italic;
}

.paragraph.grey {
  color: #F5F0E8;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.ds-menu-brand {
  width: 150px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
}

.ds-menu-link:hover {
  color: #F5F0E8;
}

.ds-menu-link.w--current {
  color: #F5F0E8;
  background-color: #6dc2ff;
  padding-right: 0;
  font-weight: 500;
}

.ds-nav {
  background-color: #7B9E87;
  width: 240px;
  padding-top: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #F5F0E8;
}

.form-error {
  background-color: var(--silver);
  color: #444;
  padding: 16px;
}

.form {
  margin-bottom: 8px;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #F5F0E8;
  background-position: 50%;
  background-size: 16px;
  border-color: #F5F0E8;
}

.ds-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  color: #444;
  background-color: #f0f0f0;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.ds-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.ds-section.grey {
  background-color: var(--silver);
}

.ds-title {
  color: #F5F0E8;
  margin-bottom: 8px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--silver) var(--silver) var(--soft-grey);
  background-color: #0000;
  margin-bottom: 16px;
  padding: 20px 4px;
  font-size: 15px;
  line-height: 1.4px;
}

.text-input:focus {
  border-color: #F5F0E8;
}

.text-input::placeholder {
  color: var(--soft-grey);
}

.text-input.form {
  min-height: 120px;
}

.text-input.black {
  border-bottom-color: #F5F0E8;
}

.text-input.black::placeholder {
  color: #F5F0E866;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--soft-grey);
  background-color: #0000;
  min-height: 120px;
  margin-bottom: 16px;
  padding: 12px 0;
  font-size: 15px;
}

.text-area::placeholder {
  color: var(--soft-grey);
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.vertical-tab {
  width: 100%;
}

.tab-link {
  border-bottom: 2px solid var(--soft-grey);
  opacity: .5;
  color: #F5F0E8;
  text-align: center;
  background-color: #0000;
  flex: 0 auto;
  width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
}

.tab-link:hover {
  border-bottom-color: #F5F0E8;
}

.tab-link.w--current {
  border-bottom-color: #F5F0E8;
  opacity: 1;
  color: #F5F0E8;
  background-color: #0000;
  font-weight: 700;
}

.ds-description {
  color: #929aa1;
  max-width: 400px;
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.logo {
  max-height: 40px;
}

.form-dropdown {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--silver) var(--silver) var(--soft-grey);
  color: #F5F0E8;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  max-width: 400px;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 4px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover {
  color: #37474e;
}

.form-dropdown:focus {
  color: #F5F0E8;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.image-cover {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.ds-module {
  background-color: var(--silver);
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

._2-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._3-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.heading {
  font-weight: 500;
  display: inline-block;
}

.heading.xl {
  margin-bottom: 12px;
  font-size: 46px;
  line-height: 1.25em;
}

.heading.xl.script {
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
}

.heading.l {
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 1.3em;
}

.heading.m {
  font-size: 30px;
  line-height: 1.4em;
}

.heading.s {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4em;
}

.heading.s.no-margin {
  margin-bottom: 6px;
}

.heading.xs {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.5em;
}

.heading._2xs {
  color: #F5F0E8;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading._2xl {
  margin-bottom: 16px;
  font-size: 56px;
  line-height: 1.2em;
}

.heading._2xl.italic {
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
}

.heading._3xl {
  letter-spacing: -.8px;
  margin-bottom: 12px;
  font-size: 62px;
  line-height: 1.25em;
}

.heading._3xl.serif {
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
}

.heading._3xl.serif:hover, .heading._3xl.serif:focus {
  color: #F5F0E8;
}

.error2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.licenses-grid {
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.utility-page-wrap {
  background-color: #7B9E87;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 75px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 400px;
  display: flex;
}

.visible-spacer {
  background-color: var(--silver);
  margin-bottom: 24px;
  display: inline-block;
}

.link.grey {
  color: #F5F0E8;
}

.link.grey:hover {
  color: #F5F0E8;
}

.field-split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-spacer {
  width: 48px;
  height: 10px;
}

.nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 55px;
  margin-top: 0;
  margin-right: -10px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: #0000;
  position: relative;
}

.navigation-top {
  z-index: 90;
  color: var(--white);
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  top: 0;
}

.project-cover {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: filter .2s, color .2s;
  display: flex;
}

.project-cover:hover {
  opacity: 1;
  filter: brightness(110%);
}

.image-banner {
  height: 300px;
  position: relative;
}

.image-banner.large {
  height: 450px;
}

.project-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.project-image:hover {
  opacity: 1;
}

.text-link {
  margin-bottom: 24px;
  font-size: 18px;
  display: block;
}

.project-cover-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: filter .2s, color .2s;
  display: flex;
}

.project-cover-full:hover {
  opacity: 1;
  filter: brightness(110%);
}

.project-images-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  object-fit: contain;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch flex-start;
  display: grid;
}

.project-images-grid:nth-child(2n) {
  flex-direction: row-reverse;
}

._4-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bottom-line {
  background-color: #F5F0E8;
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.nav-link {
  color: #F5F0E8;
  letter-spacing: 0;
  padding: 7px 13px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .5;
  color: #F5F0E8;
}

.nav-link.w--current {
  color: #F5F0E8;
}

.nav-menu {
  z-index: 4;
  justify-content: center;
  align-items: center;
  display: none;
}

.top-line {
  background-color: #F5F0E8;
  width: 32px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.logo-div {
  z-index: 3;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-top: 4px;
  display: block;
}

.project-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch flex-start;
  display: grid;
}

.project-grid:nth-child(2n) {
  flex-direction: row-reverse;
}

.project-item {
  width: 100%;
  margin-bottom: 64px;
  display: inline-block;
}

.project-thumbnail {
  width: 100%;
  height: 38vw;
  margin-bottom: 16px;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.project-text-div {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-title {
  display: flex;
}

.project-tag-text {
  color: #F5F0E8;
  letter-spacing: .4px;
  font-weight: 500;
}

.tag-space {
  margin-bottom: 0;
  display: inline-block;
}

.tag-space.light-grey {
  color: var(--soft-grey);
}

.project-tag {
  color: #F5F0E8;
}

.project-tag:last-child {
  color: #0000;
}

.project-tags {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 4px;
  margin-bottom: 8px;
  display: flex;
}

.project-tags.large {
  justify-content: center;
  font-size: 20px;
}

.inline-text {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-info {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.service-tags {
  flex-flow: column wrap;
  margin-top: 4px;
  display: flex;
}

.image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.home-text-item {
  color: #F5F0E8cc;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-text-item:last-child {
  color: #0000;
}

.home-text-item:hover {
  color: #F5F0E8;
}

.white-link {
  z-index: 4;
  color: #F5F0E8;
  position: relative;
}

.white-link:hover {
  opacity: 1;
  color: #F5F0E8;
}

.home-hover-image {
  opacity: 0;
  max-width: 460px;
  max-height: 460px;
  display: block;
  position: absolute;
}

.home-text-list {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.home-text-title {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
}

.home-text-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  position: relative;
}

.navigation-bottom {
  z-index: 90;
  color: var(--white);
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  position: fixed;
  bottom: 0;
}

.nav-item {
  width: 25%;
}

.nav-item.right {
  text-align: right;
}

.nav-spacer {
  z-index: 3;
  text-align: center;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  display: block;
}

.project-details {
  grid-column-gap: 80px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template: "."
                 "Area"
                 / 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.project-images {
  width: 100%;
}

.script {
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
}

.split-section {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.split-section.light-blue {
  background-color: #7B9E87;
  color: #F5F0E8;
  display: none;
}

.split-section.black {
  background-color: #7B9E87;
  color: #F5F0E8;
  display: none;
}

.split-image-div {
  max-height: 750px;
  overflow: hidden;
}

.split-content-div {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 110px 64px;
  display: flex;
}

.logos-div {
  grid-column-gap: 16px;
  grid-row-gap: 64px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  top: 0;
  left: 0;
  right: 0;
}

.logo-container {
  padding-left: 24px;
  padding-right: 24px;
}

.blog-thumbnail {
  width: 100%;
  height: 26vw;
  margin-bottom: 16px;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.answer {
  color: #F5F0E8;
  padding-right: 50px;
  display: block;
  overflow: hidden;
}

.question-container {
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #edf0f3;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.question-arrow-icon {
  margin-top: 8px;
}

.questions-section {
  text-align: left;
}

.section2 {
  z-index: 0;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.section2.grey {
  background-color: var(--silver);
  display: none;
}

.section2.full {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.section2.full.light-blue {
  color: #F5F0E8;
  background-color: #c48041;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section2.light-blue {
  background-color: #7B9E87;
  color: #F5F0E8;
}

.section2.grey {
  background-color: #7B9E87;
}

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

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

.heading-2 {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.heading-2:hover, .heading-2:active, .heading-2:focus {
  color: #F5F0E8;
}

.div-block-2 {
  z-index: 0;
  opacity: .4;
  flex-direction: column;
  display: flex;
  position: absolute;
}

.hero-image {
  z-index: 105;
  border: 4px solid #f3da6a;
  border-radius: 0;
  flex: 1;
  align-self: center;
  width: 250px;
  max-width: none;
  height: 300px;
  margin: auto;
  display: block;
  position: static;
  inset: auto 0;
}

.nav-link-logo {
  color: #F5F0E8;
  letter-spacing: 0;
  padding: 7px 13px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: opacity .2s;
}

.nav-link-logo:hover {
  opacity: .5;
  color: #F5F0E8;
}

.nav-link-logo.w--current {
  color: #F5F0E8;
  font-weight: 400;
}

.nav-link-logo-copy {
  color: #F5F0E8;
  letter-spacing: 0;
  padding: 7px 13px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: opacity .2s;
  display: none;
}

.nav-link-logo-copy:hover {
  opacity: .5;
  color: #F5F0E8;
}

.nav-link-logo-copy.w--current {
  color: #F5F0E8;
}

.link-2 {
  display: block;
}

.link-3 {
  font-style: italic;
  text-decoration: underline;
}

.link-4 {
  text-decoration: underline;
}

.rich-text-block {
  object-fit: fill;
  overflow: visible;
}

.link-block {
  width: 50px;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.full.light-blue {
    background-color: #7B9E87;
  }

  .section.large, .footer {
    display: none;
  }

  .image-cover {
    object-fit: contain;
  }

  .heading._2xl {
    font-size: 68px;
  }

  .heading._3xl {
    font-size: 70px;
  }

  .heading._3xl.serif {
    opacity: .95;
    color: #F5F0E8;
    margin-bottom: 0;
    font-family: Georgia, Times, Times New Roman, serif;
    font-style: italic;
  }

  .heading._3xl.serif:hover {
    color: #F5F0E8;
  }

  .navigation-top {
    font-family: Open Sans, sans-serif;
    display: none;
  }

  .nav-link {
    color: #F5F0E8;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .logo-div {
    text-align: left;
  }

  .project-thumbnail {
    height: 500px;
  }

  .home-text-item {
    flex-direction: row;
  }

  .white-link {
    flex: 0 auto;
  }

  .home-text-title {
    flex-direction: row;
    display: flex;
  }

  .home-text-container {
    z-index: 10;
  }

  .navigation-bottom {
    display: block;
  }

  .split-section.light-blue, .split-section.black {
    display: none;
  }

  .blog-thumbnail {
    height: 350px;
  }

  .section2.grey, .section2.large {
    display: none;
  }

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

  .heading-2:hover {
    color: #F5F0E8;
  }

  .heading-2:focus {
    color: #F5F0E8;
  }

  .div-block-2 {
    z-index: 0;
    opacity: .4;
    display: block;
    position: absolute;
  }

  .hero-image {
    border-style: solid;
    border-color: gold;
    width: 250px;
    height: 250px;
  }

  .body {
    background-color: #7B9E87;
  }

  .body-2 {
    background-color: #7B9E87;
  }

  .nav-link-logo, .nav-link-logo-copy {
    opacity: 1;
    color: #F5F0E8;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }

  .link-2 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .button {
    position: relative;
  }

  .button.light {
    font-size: 18px;
    line-height: 1.4;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column {
    width: 50%;
  }

  .column.desktop-3-column {
    flex-wrap: nowrap;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  .nav-logo {
    flex: 1;
  }

  .ds-menu-brand {
    width: 160px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .ds-menu {
    z-index: 500;
    border-bottom: 1px solid var(--silver);
    background-color: #fd5c54;
    padding-top: 17px;
    padding-bottom: 17px;
    display: block;
    position: absolute;
    inset: 74px auto auto 0%;
  }

  .ds-nav {
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .ds-content {
    margin-left: 0;
    position: static;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._2-column-grid {
    margin-left: 0;
  }

  ._3-column-grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

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

  .error2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .licenses-grid {
    grid-column-gap: 40px;
    margin-left: 0;
  }

  .ds-body {
    flex-direction: column;
    display: flex;
  }

  .ds-menu-button {
    color: #F5F0E8;
    margin-right: 12px;
    padding: 14px;
    top: -10px;
  }

  .ds-menu-button.w--open {
    background-color: #c9dd77;
    border-radius: 40px;
  }

  .project-image {
    height: 600px;
  }

  .project-images-grid {
    flex-flow: wrap;
  }

  .nav-link {
    font-size: 18px;
  }

  .project-grid {
    grid-column-gap: 32px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .project-item {
    margin-bottom: 64px;
  }

  .project-thumbnail {
    height: 56vw;
  }

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

  .home-text-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-details {
    margin-left: 0;
  }

  .split-section {
    grid-template-columns: 1fr;
  }

  .split-content-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .logos-div {
    flex-wrap: wrap;
  }

  .logo-container {
    justify-content: center;
    display: flex;
  }

  .hero-image {
    width: 35%;
    height: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .nav-link-logo, .nav-link-logo-copy {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

  .wrapper.no-margin {
    margin-top: 0;
  }

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

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

  .button {
    padding: 7px 28px;
    font-size: 15px;
  }

  .button.minimal {
    margin-left: 0;
    margin-right: 0;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    width: 48px;
    height: 48px;
  }

  .spacer._32 {
    width: 24px;
    height: 24px;
  }

  .spacer._128 {
    width: 96px;
    height: 96px;
  }

  .spacer._80, .spacer._96 {
    width: 64px;
    height: 64px;
  }

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

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .column.desktop-5-column, .column.desktop-4-column, .column.desktop-9-column, .column.desktop-3-column {
    width: 100%;
  }

  .paragraph {
    font-size: 15px;
  }

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

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-menu {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .ds-content {
    margin-left: 0;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .tab-link {
    border-bottom-width: 0;
    border-radius: 15px;
    width: auto;
  }

  .tab-link.w--current {
    background-color: var(--silver);
  }

  .field-block {
    min-height: auto;
  }

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

  .ds-colour-block {
    width: 25%;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  ._3-column-grid {
    margin-left: 0;
  }

  .heading.xl {
    font-size: 36px;
  }

  .heading.l {
    font-size: 30px;
  }

  .heading.s {
    font-size: 18px;
  }

  .heading._2xl, .heading._3xl {
    font-size: 42px;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .field-spacer {
    width: 24px;
  }

  .navigation-top {
    background-color: #8ccfff00;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-banner.large {
    height: 250px;
  }

  .project-image {
    height: 360px;
  }

  .project-images-grid {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    text-align: center;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 45px;
    font-style: italic;
    line-height: 1.3em;
  }

  .nav-menu {
    background-color: #7B9E87;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 200px;
    padding-bottom: 24px;
    display: flex;
    inset: 0%;
  }

  .nav-container {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
  }

  .logo-div {
    z-index: 8;
    text-align: left;
    margin-right: auto;
    position: relative;
  }

  .project-grid {
    grid-row-gap: 32px;
    column-count: 1;
    flex-wrap: wrap;
  }

  .project-item {
    margin-bottom: 24px;
  }

  .image-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .home-hover-image {
    max-width: 320px;
    max-height: 320px;
  }

  .navigation-bottom {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .nav-item {
    display: none;
  }

  .nav-spacer {
    text-align: left;
    margin-right: auto;
  }

  .project-details {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .logos-div {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .partner-logo {
    flex: 0 auto;
  }

  .blog-thumbnail {
    height: 55vw;
  }

  .section2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section2.large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .nav-link-logo {
    text-align: center;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 45px;
    font-style: italic;
    line-height: 1.3em;
  }

  .nav-link-logo-copy {
    color: #F5F0E8;
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    display: block;
  }

  .nav-link-logo-copy.w--current {
    color: #F5F0E8;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
  }

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

  .section.full.light-blue {
    background-color: #7B9E87;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .text-box {
    margin-bottom: 0;
  }

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

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

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

  .column {
    margin-bottom: 0;
  }

  .column.desktop-6-column {
    align-items: flex-start;
    width: 100%;
  }

  .column.desktop-5-column, .column.desktop-3-column {
    width: 100%;
  }

  .ds-menu-brand {
    margin-left: 16px;
  }

  .ds-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-input, .text-area {
    width: 100%;
  }

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

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

  .heading.xl.script {
    font-size: 32px;
  }

  .heading.l {
    font-size: 26px;
  }

  .heading._2xl {
    font-size: 32px;
  }

  .heading._3xl {
    font-size: 36px;
  }

  .heading._3xl.serif {
    color: #F5F0E8;
    line-height: 1.1em;
  }

  .heading._3xl.serif:hover {
    color: #F5F0E8;
  }

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

  .utility-page-form {
    width: 100%;
  }

  .ds-menu-button {
    margin-right: 4px;
  }

  .field-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .field-spacer {
    display: none;
  }

  .navigation-top {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .project-image {
    height: auto;
  }

  .nav-container {
    display: none;
  }

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

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

  .project-thumbnail {
    height: auto;
  }

  .home-text-item {
    color: #F5F0E833;
  }

  .home-hover-image {
    max-width: 240px;
    max-height: 240px;
    left: 50px;
  }

  .home-text-list {
    justify-content: flex-start;
  }

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

  .navigation-bottom {
    padding-left: 0;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    display: block;
  }

  .nav-item {
    display: block;
  }

  .logo-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .answer {
    padding-left: 0;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .heading-2 {
    color: #F5F0E8;
  }

  .heading-2:hover {
    color: #F5F0E8;
  }

  .div-block-2 {
    z-index: 0;
    opacity: .35;
    width: 50vw;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .hero-image {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .nav-link-logo {
    text-align: right;
    width: 100vw;
    padding-left: 0;
    padding-right: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-style: normal;
  }

  .nav-link-logo-copy {
    color: #F5F0E8;
    text-align: center;
    width: 100vw;
    padding: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: block;
  }

  .nav-link-logo-copy.w--current {
    color: #F5F0E8;
    font-weight: 700;
  }

  .link-3 {
    white-space: break-spaces;
    width: 100vw;
    font-size: 5vw;
  }

  .rich-text-block {
    height: auto;
  }
}

#w-node-e4610bae-ba7b-3484-a86a-fde5fe41e002-c03f9270 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}



.project-image img { border-radius: 15px; }

/* ── Home page entrance animation ── */
@keyframes homeFadeIn {
  from { opacity: 0; transform: translateX(-12px); }
  to   { opacity: 1; transform: translateX(0); }
}

.home-char {
  display: inline-block;
  opacity: 0;
  animation: homeFadeIn 380ms ease-out forwards;
}

.home-slash-animated {
  opacity: 0;
  animation: homeFadeIn 320ms ease-out forwards;
}

.home-subtitle-animated {
  opacity: 0;
  animation: homeFadeIn 320ms ease-out forwards;
}
