:root {
  --primary-colour: #f4e07d;
  --secondary-colour: #184848;
  --primary-font: neulis-sans, sans-serif;
  --duration: 1;
}

body {
  color: var(--primary-colour);
  font-family: neulis-sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.custom__styles {
  display: none;
}

.style__guide__wrapper {
  background-color: #e6e6e6;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
}

.display-m-1 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 100px;
}

.display-m-1.swipe-text {
  font-size: 60px;
  line-height: 60px;
}

.display-m-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}

.display-m-2.right {
  text-align: right;
}

.display-m-2.right.max-2 {
  margin-left: auto;
}

.display-m-2.margin-bottom {
  margin-bottom: 25px;
}

.display-m-2.max {
  max-width: 400px;
}

.display-m-2.max-2 {
  max-width: 550px;
}

.display-m-2.max-2.slide-text {
  max-width: 650px;
  font-size: 85px;
  line-height: 85px;
}

.display-m-2.max-2.slide-text.not-max {
  max-width: none;
}

.display-m-2.max-3 {
  max-width: 1250px;
}

.display-m-2.max-3.slide-text {
  font-size: 85px;
  line-height: 85px;
}

.display-m-2.max-3.slide-text.not-max {
  max-width: none;
}

.display-m-2.max-3.hero-text {
  font-size: 65px;
  line-height: 65px;
}

.display-m-2.max-3.hero-text.not-max {
  max-width: none;
}

.display-m-3 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
}

.display-m-3.right-align {
  text-align: right;
}

.display-m-4 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
}

.display-s-1 {
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.display-s-1.same-line-height {
  line-height: 35px;
}

.display-s-2 {
  letter-spacing: 0;
  font-size: 35px;
  line-height: 35px;
}

.display-s-2.reg {
  font-weight: 400;
}

.display-s-3 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.display-s-3.margin-top {
  margin-top: 25px;
}

.display-s-3.non-caps {
  text-transform: none;
}

.display-s-3.non-caps.max {
  max-width: 200px;
}

.display-s-4 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.display-s-4.match-line-hight {
  line-height: 45px;
}

.display-s-4.center {
  text-align: left;
}

.display-t-1 {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.display-t-1.center {
  text-align: center;
}

.display-t-1.center.max {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.style__list {
  margin-bottom: 50px;
}

.style__heading {
  font-size: 25px;
}

.section__hero {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  padding: 25vh 100px 0;
  display: flex;
}

.section__hero.less-space {
  flex-flow: row;
  justify-content: space-between;
  min-height: auto;
  padding-top: 125px;
  padding-bottom: 0;
  position: relative;
}

.section__hero.less-space.stack.add-space {
  padding-bottom: 125px;
}

.section__hero.no-margin-bottom {
  min-height: auto;
  padding-bottom: 0;
}

.section__hero.tp-page {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: auto;
  padding-top: 25vh;
  padding-bottom: 0;
  position: relative;
}

.section__hero.tp-page.stack.add-space {
  padding-bottom: 125px;
}

.section__hero.home {
  justify-content: flex-start;
  height: 75vh;
}

.hero__logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.content {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.content.movement {
  z-index: 0;
  position: relative;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  padding: 125px 100px;
  display: flex;
}

.section.cta__section {
  align-items: flex-end;
  padding-top: 75px;
  padding-bottom: 100px;
}

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

.section.service__section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cta__section__2 {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 100px;
}

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

.section.listed__section {
  overflow-x: hidden;
}

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

.section.no-margin-top {
  padding-top: 0;
}

.container {
  width: 100%;
}

.container.row-right {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.container.max-1 {
  max-width: 900px;
}

.container.row-spaced {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container.row-spaced.bottom {
  align-items: flex-end;
  padding-bottom: 100px;
}

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

.container.house__section, .container.action__container, .container.house__container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider__header {
  border-color: currentColor;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

.slider__header.alt__style {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.slider__header__info {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider__header__controls {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.slider__header__info__count {
  flex-flow: row;
  justify-content: space-between;
  margin-left: 25px;
  display: flex;
}

.center__count {
  margin-left: 25px;
  margin-right: 25px;
}

.slider__list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  overflow: scroll hidden;
}

.slider__list.no-bar {
  align-items: stretch;
  height: 100%;
  padding-bottom: 0;
}

.slide {
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 25px;
  padding: 50px;
  display: flex;
}

.slide.service__size {
  width: calc(100% - 200px);
  min-width: calc(100% - 200px);
  height: 100%;
}

.slide.service__size.first {
  margin-left: 0;
}

.slide.default__size {
  width: 25%;
  min-width: 300px;
  max-width: 300px;
  height: 500px;
  padding: 15px;
}

.slide.default__size.no-margin {
  padding: 0;
}

.slide.default__size.cms-link {
  cursor: pointer;
}

.slide.default__size.cms-link.first__slide {
  margin-left: 100px;
}

.slide.default__size.cms-link.last__slide {
  margin-right: 100px;
}

.slide__header {
  border-color: currentColor;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

.slide__header.no-border {
  border-bottom-style: none;
}

.slider {
  align-items: stretch;
  width: 100%;
  padding-bottom: 25px;
}

.slider.no-margin {
  padding-bottom: 0;
}

.listed__expander {
  opacity: 0;
  align-self: stretch;
  width: 0%;
  min-width: 0%;
  max-height: 400px;
  overflow: hidden auto;
}

.listed__expander.expanded {
  opacity: 100;
  align-self: stretch;
  width: 40vw;
  min-width: 40vw;
  margin-left: 0%;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.listed__expander.hide {
  display: none;
}

.listed {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.listed__scroller {
  width: 100%;
  height: 400px;
  padding: 0 25px 25px 0;
  overflow: hidden scroll;
}

.listed__button {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 25px;
  display: flex;
}

.button__span {
  flex-flow: row;
  width: 300px;
  padding: 0;
  display: flex;
}

.button__icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 25px;
  padding: 0;
  display: flex;
  transform: rotate(0);
}

.button__icon.large {
  width: 25px;
  height: 25px;
}

.button__icon.rotated {
  transform: rotate(45deg);
}

.container__line {
  background-color: currentColor;
  height: 1px;
  min-height: 1px;
}

.container__line.action__line {
  flex: 1;
}

.listed__scroller__container {
  margin-left: 25px;
  margin-right: auto;
  position: relative;
}

.listed__scroll__gradient {
  pointer-events: none;
  background-image: linear-gradient(#18484800, #184848);
  width: 100%;
  height: 100%;
}

.listed__scroll__gradient.alt {
  background-image: linear-gradient(#f4e07d00, #f4e07d);
}

.listed__scroll__gradient__wrapper {
  pointer-events: none;
  width: 100%;
  height: 30%;
  padding-right: 25px;
  position: absolute;
  bottom: 0;
}

.listed__scroller__line {
  background-color: currentColor;
  width: 1px;
  height: 100%;
  margin-right: .5px;
}

.listed__scroller__line__wrapper {
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.slide__content {
  flex: 1;
  width: 100%;
  position: relative;
}

.slide__content.expanded {
  flex: 1;
}

.slide__footer {
  border-color: currentColor;
  border-top-style: solid;
  border-top-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 25px;
  padding-top: 15px;
  display: flex;
}

.slider__arrow {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.slider__arrow__line {
  justify-content: center;
  align-items: center;
  width: 2px;
  min-width: 2px;
  height: 25px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.full__image {
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  display: block;
}

.full__image.absolute {
  position: absolute;
  inset: 0%;
}

.section__slider {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  padding: 125px 0 0;
  display: flex;
  position: relative;
}

.section__slider.fixed {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.slider__header__wrapper {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.slider__line__wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider__line {
  background-color: currentColor;
  width: 100%;
  height: 1px;
  margin-bottom: .5px;
}

.action__text {
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 8%;
  display: flex;
  position: relative;
}

.action__circle__graphic {
  width: 125px;
  height: 125px;
  position: absolute;
  right: -22.5%;
}

.action__graphics {
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 12%;
  display: flex;
  position: relative;
}

.action__logo {
  object-fit: contain;
  height: 55px;
  display: block;
}

.action__logo._2 {
  height: 35px;
  margin-left: 25px;
}

.footer__logo {
  width: 40%;
  position: relative;
}

.footer__link__list {
  text-align: right;
  list-style-type: none;
}

.footer__link__item {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  transition: opacity .25s;
  display: flex;
}

.footer__link__item:hover {
  opacity: .6;
}

.display-s-5 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}

.display-s-5.full {
  width: 100%;
}

.footer__social__icon {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.footer__logo__graphic {
  width: 100%;
  height: 100%;
}

.footer__logo__circle__graphic {
  height: 100%;
  display: block;
  position: absolute;
  bottom: -40%;
  right: -25%;
}

.header {
  z-index: 10;
  pointer-events: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  display: flex;
  position: fixed;
  top: 0;
}

.header__logo {
  color: currentColor;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.nav__brand {
  z-index: 12;
  pointer-events: auto;
  width: 50px;
  height: 50px;
  transition: opacity .25s;
  position: relative;
}

.nav__brand:hover {
  opacity: .6;
}

.nav__button {
  z-index: 12;
  pointer-events: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60px;
  height: 20px;
  display: flex;
  position: relative;
}

.nav__button__line {
  background-color: currentColor;
  width: 100%;
  height: 1px;
  min-height: 1px;
  padding: 0;
}

.footer__bottom {
  border-color: currentColor;
  border-top-style: solid;
  border-top-width: 1px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 150px;
  padding-top: 25px;
  display: flex;
}

.display-t-2 {
  text-transform: uppercase;
  font-family: early-sans-variable, sans-serif;
  font-size: 12px;
}

.native__line {
  color: #3330;
  background-image: url('../images/Market_Ready-Native-Logo-alt.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  transition: opacity .25s;
  display: inline;
}

.native__line:hover {
  opacity: .6;
}

.menu {
  z-index: 11;
  background-color: var(--secondary-colour);
  opacity: 0;
  pointer-events: auto;
  color: var(--primary-colour);
  visibility: hidden;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu.opened {
  opacity: 100;
  visibility: visible;
}

.menu__link__list {
  width: 100%;
  max-width: 50%;
}

.menu__link {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu__link__item {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.link-t-1 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.menu__link__icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 25px;
  padding: 0;
  display: flex;
}

.menu__logo {
  width: 100px;
  max-width: 100px;
  height: 20%;
}

.footer {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  padding: 125px 100px;
  display: flex;
}

.listed__headings {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  min-width: 350px;
  max-width: 475px;
  display: flex;
}

.slider__component {
  width: 100%;
}

.overlapped__hero {
  width: 35%;
  min-width: 35%;
  margin-right: -100px;
}

.container__headings.max {
  max-width: 475px;
}

.container__content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.container__content__body {
  width: 100%;
}

.service__bar {
  border-color: currentColor;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.service__bar__spacer {
  background-color: currentColor;
  align-self: stretch;
  width: 1px;
  min-width: 1px;
  margin-left: 25px;
  margin-right: 25px;
}

.hero__spacer {
  align-self: stretch;
  width: 100px;
  min-width: 100px;
}

.morph__graphic {
  align-self: stretch;
  width: 30%;
  min-width: 30%;
  margin-right: 50px;
}

.morph__graphic.hide {
  display: none;
}

.text__block.max {
  max-width: 400px;
}

.marketable__bar {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.margin-top {
  margin-top: 25px;
}

.line {
  position: absolute;
  inset: 0% 0% auto;
}

.marketable__line {
  z-index: 2;
  width: 100%;
  height: 1px;
  min-height: 1px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.marketable__line.bottom {
  top: auto;
  bottom: 0;
}

.extend__line {
  background-color: currentColor;
  width: 100%;
  height: 100%;
}

.marketable__bar__grid {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  min-width: 100%;
  padding: 25px 100px;
  display: grid;
  position: relative;
  overflow: scroll;
}

.marketable__bar__gradient {
  z-index: 1;
  background-image: linear-gradient(135deg, #f4e07d00, #f4e07d);
  align-self: stretch;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.marketable__bar__gradient.left {
  background-image: linear-gradient(270deg, #f4e07d00, #f4e07d);
  left: 0;
  right: auto;
}

.marketable__bar__gradient.right {
  left: auto;
  right: 0;
}

.marketable__bar__content {
  width: 100%;
  height: 100%;
}

.service__bar__block {
  border-color: currentColor;
  border-right-style: solid;
  border-right-width: 1px;
  align-self: stretch;
  margin-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.service__bar__block.alt {
  border-right-style: none;
  align-self: stretch;
  margin-right: 0;
}

.service__bar__block.center {
  text-align: center;
  align-items: center;
  display: flex;
}

.animation-container {
  background-color: #184848;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block {
  width: 100px;
}

.lottie-animation {
  width: 80%;
}

.service__items {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.service__item {
  width: 25%;
  height: 500px;
  margin-right: 25px;
}

.service__item__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.process__wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.process__header {
  border-color: currentColor;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.process__content {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process__list {
  width: 100%;
}

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

.process__item__text__block {
  flex: 1;
  align-self: stretch;
  padding: 25px;
}

.process__item__text__block.fixed {
  border-color: currentColor;
  border-right-style: solid;
  border-right-width: 1px;
  flex: 0 auto;
  width: 75px;
  padding-right: 10px;
}

.process__item__line {
  background-color: currentColor;
  align-self: stretch;
  width: 1px;
  min-width: 1px;
}

.grid__card {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 500px;
  padding: 15px;
  display: flex;
}

.grid__card.service__size {
  width: 100%;
  min-width: 100%;
  height: 50vh;
}

.grid__card.default__size {
  width: 25%;
  min-width: 25%;
  height: 500px;
  padding: 25px;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.grid__wrapper, .container__header {
  width: 100%;
}

.container__header.row {
  justify-content: space-between;
  display: flex;
}

.container__header.max {
  max-width: 675px;
}

.container__header__line {
  background-color: currentColor;
  width: 15%;
  min-width: 100px;
  height: 1px;
  min-height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.display-t-3 {
  font-family: neulis-sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.grid__card__header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
}

.grid__card__content {
  flex: 1;
  width: 100%;
  position: relative;
}

.grid__card__content.expanded {
  flex: 1;
  max-width: 80%;
}

.swipe__over {
  z-index: 1;
  cursor: default;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0 0% auto;
  overflow: hidden auto;
  transform: translate(100vw);
}

.swipe__over.swipe__over__active {
  transform: translate(0);
}

.relative__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  transform: translate(0);
}

.overlapped__hero-alt {
  width: 35%;
  min-width: 35%;
  margin-left: -100px;
}

.hero__spacer-alt {
  align-self: stretch;
  width: 50px;
  min-width: 50px;
}

.close__button__wrapper {
  z-index: 1;
  color: var(--primary-colour);
  flex-flow: column;
  align-items: center;
  width: 100px;
  margin-top: -100px;
  display: flex;
  position: sticky;
  top: 100px;
  left: 0;
}

.cross {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-bottom: 25px;
  display: flex;
}

.rotated__button__text {
  transform-origin: 50%;
  transform: rotate(90deg);
}

.close__button {
  cursor: pointer;
  flex-flow: column;
  align-items: center;
  height: 100px;
  display: flex;
}

.banner {
  width: 100%;
  height: 600px;
  margin-top: 125px;
  position: relative;
}

.contact__details {
  margin-left: 25px;
}

.contact__item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.contact__item__spacer {
  align-self: stretch;
  width: 125px;
  min-width: 125px;
}

.form__block {
  width: 100%;
  margin-bottom: 0;
}

.form {
  width: 100%;
}

.form__field {
  border-color: currentColor;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.input {
  background-color: #fff0;
  border: 1px #000;
  width: 100%;
  min-height: 125px;
  margin-bottom: 0;
  margin-left: 25px;
  color: currentColor;
}

.form__button {
  color: inherit;
  background-color: #3898ec00;
  margin-top: 25px;
  margin-left: auto;
  display: block;
}

.full__swipe__wrapper {
  -webkit-user-select: text;
  user-select: text;
  width: calc(100% - 100px);
}

.swipe__spacer {
  background-color: var(--secondary-colour);
  width: 100px;
  position: relative;
}

.swipe__grow__wrapper {
  flex-flow: row;
  flex: 1;
  width: 100%;
  display: flex;
}

.listed__text {
  display: none;
}

.expander__body {
  width: 40vw;
  min-width: 40vw;
  height: 100%;
  padding-right: 50px;
}

.first__slide {
  margin-left: 100px;
}

.last__slide {
  margin-right: 100px;
}

.listed__content {
  display: flex;
}

.scrollbar__holder {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.scrollbar__body {
  background-color: currentColor;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  min-height: 1px;
  display: flex;
  position: relative;
}

.scrollbar {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  left: 0;
}

.scrollbar__trigger {
  background-color: currentColor;
  width: 100%;
  height: 5px;
  min-height: 5px;
}

.hero__animation {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero__text {
  letter-spacing: 0;
  text-transform: uppercase;
  width: 32.5vw;
  height: 6vw;
}

.hero__circle__graphic {
  pointer-events: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  position: absolute;
  right: 0%;
}

.hero__circle__text {
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.hero__lottie {
  width: 17vw;
  height: 21vw;
  min-height: 21vw;
}

.hero__lottie.hide {
  display: none;
}

.active__menu {
  color: var(--primary-colour);
}

.listed__group {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
}

.menu__content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100px;
  display: flex;
  overflow: auto;
}

.overlapped__hero__mobile {
  width: 35%;
  min-width: 35%;
  margin-right: -100px;
  display: none;
}

.active__move {
  position: relative;
  right: 100vw;
}

.fixed__video {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.content__wrapper {
  z-index: 1;
  background-image: linear-gradient(#18484800, #184848 10%);
  width: 100%;
  height: 100%;
  position: relative;
}

.trusted__logo {
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  max-width: 300px;
  display: flex;
}

.active__slide-over {
  transform: translate(-100vw);
}

.grow__wrapper {
  flex: 1;
  display: flex;
}

.active__list {
  transform: rotate(45deg);
}

.div-block-2 {
  flex: 1;
}

.div-block-3 {
  width: 100%;
  display: flex;
}

.hero__circle__mobile {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.hero__circle__graphic-mobile {
  pointer-events: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: none;
  position: absolute;
  right: 0%;
}

.hero__lottie__canvas {
  width: 17vw;
  height: 21vw;
  min-height: 21vw;
}

.hero__lottie__canvas.hide {
  display: none;
}

.sentence-case {
  text-transform: none;
}

@media screen and (min-width: 1280px) {
  .slide.default__size {
    min-width: 350px;
    max-width: 350px;
  }

  .listed__expander.expanded {
    width: 60vw;
    min-width: 60vw;
  }

  .action__logo {
    height: 100px;
  }

  .action__logo._2 {
    height: 85px;
    margin-left: 50px;
  }

  .animation-container {
    justify-content: center;
    align-items: center;
    padding: 125px;
    display: flex;
  }

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

  .expander__body {
    width: 55vw;
    min-width: 55vw;
  }
}

@media screen and (max-width: 991px) {
  p {
    line-height: 22px;
  }

  .display-m-1 {
    font-size: 45px;
    line-height: 50px;
  }

  .display-m-1.swipe-text {
    font-size: 40px;
    line-height: 40px;
  }

  .display-m-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .display-m-2.max-2 {
    max-width: 450px;
  }

  .display-m-2.max-2.slide-text {
    font-size: 75px;
    line-height: 75px;
  }

  .display-m-2.max-3 {
    max-width: 550px;
  }

  .display-m-2.max-3.slide-text {
    font-size: 75px;
    line-height: 75px;
  }

  .display-m-3 {
    font-size: 45px;
    line-height: 45px;
  }

  .display-m-4, .display-s-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .display-s-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .display-s-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .display-s-4 {
    line-height: 25px;
  }

  .display-t-1 {
    font-size: 18px;
    line-height: 30px;
  }

  .section__hero.less-space {
    padding-top: 100px;
  }

  .section__hero.less-space.stack.add-space, .section__hero.tp-page.stack.add-space {
    padding-bottom: 100px;
  }

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

  .container.row-spaced.bottom {
    padding-bottom: 75px;
  }

  .slide.default__size {
    width: 30%;
    min-width: 30%;
    height: 450px;
  }

  .slide.default__size.cms-link.first__slide {
    margin-left: 75px;
  }

  .slide.default__size.cms-link.last__slide {
    margin-right: 75px;
  }

  .listed__expander {
    max-height: 350px;
  }

  .listed__expander.expanded {
    width: 50vw;
    min-width: 50vw;
  }

  .listed__scroller {
    height: 350px;
  }

  .button__span {
    width: 175px;
  }

  .button__icon {
    min-width: 18px;
    min-height: 18px;
    margin-left: 15px;
  }

  .section__slider {
    padding-top: 100px;
  }

  .action__graphics {
    margin-left: 6%;
  }

  .action__logo {
    height: 45px;
  }

  .action__logo._2 {
    height: 25px;
  }

  .footer__bottom {
    margin-top: 125px;
  }

  .menu__link__list {
    max-width: 60%;
  }

  .link-t-1 {
    font-size: 40px;
    line-height: 40px;
  }

  .menu__logo {
    margin-top: 75px;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .listed__headings {
    min-width: 350px;
    max-width: 375px;
  }

  .overlapped__hero {
    margin-right: -75px;
  }

  .hero__spacer {
    width: 75px;
    min-width: 75px;
  }

  .marketable__line {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lottie-animation {
    width: 90%;
  }

  .service__item {
    height: 350px;
    margin-right: 15px;
  }

  .grid__card {
    height: 350px;
    padding: 10px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .container__header.row {
    flex-flow: column;
    align-items: flex-start;
  }

  .contact__details {
    margin-top: 50px;
    margin-left: 0;
  }

  .contact__item__spacer {
    width: 100px;
    min-width: 100px;
  }

  .expander__body {
    width: 50vw;
    min-width: 50vw;
  }

  .hero__animation {
    flex-flow: column;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35vw;
  }

  .hero__text {
    width: 35vw;
    height: 6vw;
  }

  .hero__text.right {
    margin-left: -10vw;
  }

  .hero__circle__graphic {
    width: 20%;
    display: none;
    top: 25%;
    right: 12%;
    transform: rotate(56deg);
  }

  .hero__circle__text {
    align-items: flex-start;
    margin-top: 1.5vw;
    transform: translate(10vw);
  }

  .hero__lottie {
    width: 35vw;
    min-width: 35vw;
    height: auto;
    min-height: auto;
    margin: -25vw auto -24.5vw -35vw;
  }

  .menu__content {
    padding-left: 75px;
    padding-right: 75px;
  }

  .overlapped__hero__mobile {
    margin-right: -75px;
  }

  .div-block-3 {
    margin-top: 50px;
  }

  .hero__circle__graphic-mobile {
    width: 25%;
    display: block;
    top: -115%;
    right: -15%;
    transform: rotate(-45deg);
  }

  .hero__lottie__canvas {
    flex: 1;
    order: 9999;
    width: 45vw;
    min-width: 45vw;
    height: auto;
    min-height: auto;
    margin: -26vw auto -22.5vw -35vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 27px;
  }

  p {
    line-height: 20px;
  }

  .display-m-1 {
    font-size: 50px;
    line-height: 55px;
  }

  .display-m-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .display-m-2.max-2.slide-text, .display-m-2.max-3.slide-text, .display-m-2.max-3.hero-text {
    font-size: 65px;
    line-height: 65px;
  }

  .display-m-3 {
    font-size: 35px;
    line-height: 35px;
  }

  .display-m-3.margin__bottom {
    margin-bottom: 15px;
  }

  .display-m-4 {
    font-size: 17px;
    line-height: 25px;
  }

  .display-s-1 {
    font-size: 18px;
    line-height: 28px;
  }

  .display-s-1.same-line-height {
    font-size: 18px;
    line-height: 32px;
  }

  .display-s-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .display-s-2.reg {
    font-size: 18px;
    line-height: 18px;
  }

  .display-s-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .display-s-4 {
    font-size: 17px;
    line-height: 22px;
  }

  .display-s-4.center__count {
    margin-left: 15px;
    margin-right: 15px;
  }

  .display-s-4.match-line-hight {
    line-height: 30px;
  }

  .display-t-1 {
    font-size: 16px;
    line-height: 26px;
  }

  .display-t-1.small {
    font-size: 13px;
    line-height: 23px;
  }

  .section__hero {
    padding-top: 15vh;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section__hero.less-space {
    padding-top: 75px;
  }

  .section__hero.less-space.stack {
    flex-flow: column;
  }

  .section__hero.less-space.stack.add-space {
    padding-bottom: 75px;
  }

  .section__hero.tp-page.stack {
    flex-flow: column;
  }

  .section__hero.tp-page.stack.add-space {
    padding-bottom: 75px;
  }

  .section__hero.home {
    justify-content: center;
    height: 50vh;
  }

  .section {
    padding: 75px 50px;
  }

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

  .section.service__section.alt {
    padding-left: 0;
    padding-right: 0;
  }

  .container.row-spaced {
    flex-flow: column;
    align-items: center;
  }

  .container.row-spaced.bottom {
    padding-bottom: 50px;
  }

  .container.house__section {
    flex-flow: column;
    align-items: flex-end;
  }

  .container.house__container {
    flex-flow: column;
    align-items: flex-end;
    margin-left: auto;
  }

  .slider__header {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .slider__header__info__count {
    width: 95px;
  }

  .slide {
    margin-right: 15px;
  }

  .slide.service__size {
    width: calc(100% - 100px);
    min-width: calc(100% - 100px);
    padding: 25px 50px 25px 25px;
  }

  .slide.default__size {
    width: 35%;
    min-width: 35%;
    height: 350px;
    padding: 10px;
  }

  .slide.default__size.cms-link.first__slide {
    margin-left: 50px;
  }

  .slide.default__size.cms-link.last__slide {
    margin-right: 50px;
  }

  .listed__expander.expanded {
    width: 70vw;
    min-width: 70vw;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .listed__scroller {
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .listed__button {
    padding-bottom: 15px;
    padding-left: 0;
  }

  .button__span {
    text-align: left;
    width: 100px;
    min-width: 100px;
  }

  .button__icon {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
  }

  .button__icon.large {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
  }

  .listed__scroller__container {
    width: 200px;
  }

  .slider__arrow {
    width: 18px;
    height: 18px;
  }

  .slider__arrow__line {
    height: 18px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .section__slider {
    padding-top: 75px;
  }

  .section__slider.fixed {
    height: 90vh;
  }

  .slider__header__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .action__text {
    text-align: center;
    white-space: normal;
    margin-right: 10%;
  }

  .action__circle__graphic {
    right: -31.5%;
  }

  .action__graphics {
    margin-left: 5%;
  }

  .action__logo {
    height: 35px;
  }

  .action__logo._2 {
    height: 30px;
    margin-left: 13px;
  }

  .header {
    padding-left: 5px;
    padding-right: 15px;
  }

  .nav__brand {
    width: 40px;
    height: 40px;
  }

  .nav__button {
    width: 25px;
    height: 15px;
  }

  .footer__bottom {
    margin-top: 100px;
    padding-top: 10px;
  }

  .menu__link__list {
    max-width: 100%;
  }

  .menu__link__item {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .link-t-1 {
    font-size: 30px;
    line-height: 30px;
  }

  .menu__link__icon {
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }

  .menu__logo {
    margin-top: 50px;
  }

  .footer {
    padding: 75px 50px;
  }

  .listed__headings {
    min-width: 185px;
    max-width: 185px;
  }

  .overlapped__hero {
    width: 100%;
    margin-right: -50px;
    display: none;
  }

  .container__headings.max {
    max-width: 400px;
  }

  .hero__spacer {
    width: 50px;
    min-width: 50px;
  }

  .morph__graphic {
    order: -9999;
    width: 100%;
    max-width: 450px;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .text__block.max {
    max-width: 300px;
  }

  .marketable__line {
    padding-left: 50px;
    padding-right: 50px;
  }

  .marketable__bar__grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 15px 50px;
  }

  .marketable__bar__gradient {
    width: 50px;
  }

  .service__bar__block {
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .lottie-animation {
    width: 100%;
  }

  .service__item {
    height: 300px;
    margin-right: 5px;
  }

  .process__item__text__block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .process__item__text__block.fixed {
    width: 50px;
    padding-left: 10px;
  }

  .grid__card {
    padding: 10px;
  }

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

  .container__header.max {
    max-width: 400px;
  }

  .display-t-3 {
    font-size: 15px;
    line-height: 24px;
  }

  .overlapped__hero-alt {
    width: calc(100% + 50px);
    min-width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .close__button__wrapper {
    width: 50px;
  }

  .cross {
    width: 15px;
    height: 15px;
  }

  .contact__details {
    margin-top: 25px;
  }

  .contact__item {
    margin-bottom: 15px;
  }

  .contact__item__spacer {
    align-self: center;
    width: 75px;
    min-width: 75px;
  }

  .input {
    min-height: 75px;
  }

  .form__button.display-s-1 {
    margin-top: 15px;
  }

  .full__swipe__wrapper {
    width: calc(100% - 50px);
  }

  .swipe__spacer {
    width: 50px;
  }

  .expander__body {
    width: 65vw;
    min-width: 65vw;
    padding-right: 15px;
  }

  .first__slide {
    margin-left: 50px;
  }

  .last__slide {
    margin-right: 50px;
  }

  .listed__content {
    flex-flow: column;
  }

  .scrollbar__holder {
    padding-left: 50px;
    padding-right: 50px;
  }

  .listed__group {
    justify-content: flex-start;
  }

  .menu__content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .overlapped__hero__mobile {
    width: calc(100% + 50px);
    min-width: 100%;
    height: 50vh;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 0;
    display: flex;
  }

  .content__wrapper {
    padding-top: 25vh;
  }

  .div-block-3 {
    margin-top: 25px;
  }

  .hero__lottie__canvas {
    width: 35vw;
    min-width: 35vw;
    margin-top: -29vw;
    margin-left: -34vw;
  }
}

@media screen and (max-width: 479px) {
  .display-m-1 {
    font-size: 34px;
    line-height: 40px;
  }

  .display-m-2 {
    font-size: 27px;
    line-height: 27px;
  }

  .display-m-2.max-2.slide-text, .display-m-2.max-3.slide-text, .display-m-2.max-3.hero-text {
    font-size: 42.5px;
    line-height: 45px;
  }

  .display-m-3 {
    font-size: 29px;
    line-height: 29px;
  }

  .display-m-4 {
    font-size: 16px;
  }

  .display-s-4 {
    margin-top: 5px;
    font-size: 15px;
    line-height: 16px;
  }

  .display-s-4.center__count {
    margin-left: 10px;
    margin-right: 10px;
  }

  .display-t-1 {
    font-size: 15px;
    line-height: 24px;
  }

  .section__hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section__hero.less-space.stack {
    flex-flow: column;
    align-items: flex-start;
  }

  .section__hero.tp-page {
    padding-top: 15vh;
  }

  .section__hero.tp-page.stack {
    flex-flow: column;
    align-items: flex-start;
  }

  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.action__section {
    padding: 50px;
  }

  .slider__header__info__count {
    width: 80px;
  }

  .slide.service__size {
    width: calc(100% - 100px);
    min-width: calc(100% - 100px);
  }

  .slide.service__size.first__slide {
    width: calc(100% - 100px);
  }

  .slide.default__size {
    width: 45%;
    min-width: 45%;
    margin-right: 10px;
  }

  .listed__expander {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .listed__expander.expanded {
    width: 60vw;
    min-width: 60vw;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .listed__scroller {
    padding-right: 15px;
  }

  .button__span {
    width: 90px;
    min-width: 90px;
  }

  .button__icon {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
  }

  .listed__scroller__container {
    width: 150px;
  }

  .section__slider.fixed {
    height: 80vh;
  }

  .slider__header__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .action__text {
    margin-right: 9%;
  }

  .action__circle__graphic {
    width: 70px;
    right: -22.5%;
  }

  .action__graphics {
    margin-left: 3%;
  }

  .action__logo {
    height: 30px;
  }

  .action__logo._2 {
    height: 25px;
  }

  .footer__logo {
    min-width: 40%;
  }

  .display-s-5 {
    line-height: 25px;
  }

  .footer__bottom {
    margin-top: 75px;
  }

  .display-t-2 {
    font-size: 10px;
  }

  .link-t-1 {
    font-size: 25px;
    line-height: 25px;
  }

  .menu__link__icon {
    width: 18px;
    height: 18px;
  }

  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }

  .listed__headings {
    min-width: 150px;
    max-width: 150px;
  }

  .hero__spacer {
    width: 30px;
    min-width: 30px;
  }

  .morph__graphic {
    margin-bottom: 25px;
  }

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

  .marketable__bar__grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .marketable__bar__gradient {
    width: 50px;
  }

  .grid__card {
    height: 300px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .expander__body {
    width: 55vw;
    min-width: 55vw;
  }

  .first__slide {
    margin-left: 50px;
  }

  .last__slide {
    margin-right: 50px;
  }

  .scrollbar__holder {
    padding-left: 50px;
    padding-right: 50px;
  }

  .overlapped__hero__mobile {
    order: -9999;
  }
}


