:root {
  --neutral-900: #0a071b;
  --neutral-600: #3c3754;
  --neutral-700: #2a263f;
  --orange-600: var(--neutral-600);
  --neutral-300: #bcb8d0;
  --orange-800: #faeb08;
  --neutral-400: #8c87a6;
  --orange-100: #fdf5f1;
  --transparent: rgba(255, 255, 255, 0);
  --neutral-800: #141125;
  --grey: var(--grey);
  --neutral-500: #5b5675;
  --orange-800-801: #984d2c;
  --neutral-200: #e1dfec;
  --orange-300: #fac4ad;
  --neutral-100: #f8f7fc;
  --white: white;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  color: var(--neutral-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

h2 {
  color: var(--neutral-900);
  letter-spacing: -.01em;
  margin-top: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

h3 {
  color: var(--neutral-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h4 {
  color: var(--neutral-900);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  color: var(--neutral-900);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  color: var(--neutral-900);
  max-width: 650px;
  margin: 10px auto;
  font-family: Dela Gothic One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

p {
  color: var(--neutral-600);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
}

li {
  color: var(--neutral-700);
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
}

blockquote {
  background-color: var(--orange-600);
  color: #fff;
  border-left: 1px #000;
  margin-top: 32px;
  margin-bottom: 10px;
  padding: 32px;
  font-size: 16px;
  line-height: 32px;
}

.header {
  background-color: #0a071b;
  background-image: linear-gradient(rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/e17a9664-7d0e-4088-a731-d5a751f480f3.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding: 20px 3% 60px;
}

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

.header-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.header-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 580px;
  position: relative;
}

.hero-title {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

.hero-title.margin-bottom-32 {
  margin-bottom: 32px;
}

.header-accent {
  z-index: -1;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: -25px;
  right: auto;
}

.subheading {
  color: var(--neutral-300);
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.button-wrapper {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.button {
  background-color: var(--orange-800);
  color: var(--orange-600);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 14px 32px;
  font-weight: 500;
  transition: all .3s;
  display: block;
}

.button:hover {
  background-color: var(--neutral-400);
  color: var(--orange-100);
}

.button.button-full {
  width: 100%;
}

.button.margin-top-32 {
  margin-top: 32px;
}

.button.margin-top-32:hover {
  background-color: var(--neutral-300);
}

.button-secondary {
  background-color: var(--neutral-700);
  border-radius: 4px;
  min-height: 48px;
  padding: 14px 32px;
  font-weight: 500;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #0a071b;
  background-color: #fff;
}

.button-secondary.margin-top-32 {
  margin-top: 32px;
}

.button-secondary.about-button, .button-secondary.about-me-button {
  margin-left: 16px;
  transition: all .3s;
}

.nav-link {
  color: var(--neutral-300);
  letter-spacing: -.01em;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 4px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  background-color: var(--neutral-700);
  color: #fff;
}

.nav-link:active, .nav-link:focus {
  border: 1px solid #fff;
}

.nav-link.w--current {
  background-color: var(--transparent);
  color: var(--orange-100);
}

.nav-link.w--current:hover {
  background-color: var(--neutral-700);
}

.brand {
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  display: flex;
}

.navigation-default {
  background-color: var(--neutral-800);
  align-items: center;
  min-height: 96px;
  padding: 10px 3%;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-menu {
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.logo {
  width: 100px;
}

.button-basic {
  background-color: var(--neutral-900);
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 14px 32px;
  transition: all .3s;
}

.button-basic:hover {
  border-color: var(--orange-100);
  color: var(--orange-800);
}

.button-basic.margin-top-48 {
  margin-top: 48px;
}

.small-feature-section {
  background-color: #0a071b;
  padding: 48px 3%;
}

.content-section {
  padding: 96px 3% 72px;
  position: relative;
}

.content-grid {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 440px;
}

.content-image {
  z-index: 5;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  position: relative;
}

.h2-title-white {
  z-index: 5;
  color: #fff;
  margin-bottom: 0;
  position: relative;
}

.h2-title-white.margin-bottom-32 {
  margin-bottom: 32px;
  margin-right: -181px;
}

.body-normal-300 {
  color: var(--neutral-300);
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.content-block {
  z-index: 5;
  margin-top: -19px;
  padding-top: 0;
  position: relative;
}

.image-wrapper {
  position: relative;
}

.content-accent {
  position: absolute;
  top: auto;
  bottom: -13%;
  left: auto;
  right: -9%;
}

.service-section {
  background-color: var(--grey);
  padding: 60px 3% 10px;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-wrap-centre.margin-bottom-64 {
  margin-bottom: 64px;
}

.header-inner {
  background-color: #0a071b;
  background-image: url('../images/Section-Accent.svg');
  background-position: 0 110px;
  background-repeat: no-repeat;
  background-size: 200px;
  padding: 72px 3%;
}

.orange-dark {
  background-color: var(--orange-800);
}

.button-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.detail-block {
  border: 1px solid var(--orange-800);
  background-color: var(--orange-100);
  color: var(--neutral-700);
  border-radius: 6px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 32px;
}

.font-size {
  color: var(--neutral-400);
  font-size: 16px;
}

.body-small {
  color: var(--neutral-500);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.style-guide-block {
  text-align: left;
  background-color: #0a071b;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  padding: 60px 42px;
  display: flex;
}

.title {
  color: var(--neutral-400);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.body-large-white {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 18px;
  line-height: 32px;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.neutral-800 {
  background-color: var(--neutral-800);
}

.style-detail {
  color: #6a768a;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.style-full-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.neutral-500 {
  background-color: var(--neutral-500);
}

.style-title {
  color: var(--neutral-600);
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.color-wrapper {
  margin-bottom: 60px;
}

.style-guide-short-link {
  color: #3c3754;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.sidebar-menu {
  white-space: normal;
  border-radius: 6px;
  min-height: 240px;
  padding: 18px 18px 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  box-shadow: 65px 65px 114px -56px rgba(43, 29, 103, .08);
}

.color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  margin-top: 24px;
}

.neutral-700 {
  background-color: var(--neutral-700);
}

.body-medium {
  color: #5b5675;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.style-guide-icon {
  width: 40px;
  margin-right: 24px;
}

.button-cell {
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.style-title-small {
  color: var(--neutral-400);
  letter-spacing: 1px;
  font-weight: 600;
}

.template-section {
  padding: 60px 3% 100px;
}

.neutral-400 {
  background-color: var(--neutral-400);
}

.colour {
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: 170px;
  display: block;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px rgba(56, 50, 124, .08);
}

.orange-darker {
  background-color: var(--orange-800-801);
}

.body-large {
  color: var(--neutral-200);
  letter-spacing: -.03em;
  font-size: 18px;
  line-height: 32px;
}

.line-break {
  background-color: #f4f5fd;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-arrow {
  margin-left: 8px;
}

.neutral-900 {
  background-color: var(--neutral-900);
}

.orange-lighter {
  background-color: var(--orange-100);
}

.hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 72px;
}

.neutral-200 {
  background-color: var(--neutral-200);
}

.neutral-600 {
  background-color: var(--neutral-600);
}

.heading-white {
  color: #fff;
}

.orange-normal {
  background-color: var(--orange-600);
}

.paragraph-style-wrap {
  max-width: 560px;
}

.text-wrap {
  width: 100%;
  margin-bottom: 32px;
}

.template-detail-block {
  background-color: #fff;
  padding: 20px;
}

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

.style-grid {
  grid-row-gap: 42px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.neutral-300 {
  background-color: var(--neutral-300);
}

.neutral-100 {
  background-color: var(--neutral-100);
}

.button-link {
  color: var(--neutral-900);
  letter-spacing: -.02em;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.typography-block {
  border-bottom: 1px solid #ececec;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

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

.h3-title-white {
  color: #fff;
  margin-bottom: 8px;
  font-family: Dela Gothic One, sans-serif;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 12px 16px;
  display: flex;
}

.feature-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.feature-point {
  background-color: var(--orange-800);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 16px;
  display: flex;
}

.check-wrapper {
  color: #fff;
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.title-wrap {
  z-index: 5;
  max-width: 480px;
  margin-bottom: 64px;
  display: block;
  position: relative;
}

.body-normal-500 {
  color: var(--neutral-800);
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.container-small {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.title-accent {
  z-index: -1;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: -35px;
  right: auto;
}

.service-thumbnail {
  border-radius: 6px;
  height: 248px;
  margin-bottom: 40px;
  overflow: hidden;
}

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

.header-pattern-block {
  background-color: #2a263f;
  background-image: url('../images/Untitled-design-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header-image-wrapper {
  min-width: 500px;
  height: 100%;
  min-height: 600px;
  position: relative;
}

.header-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h1-title-white {
  color: #fff;
  margin-bottom: 24px;
}

.changelog-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.changelog-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.update-badge {
  color: #fff;
  letter-spacing: -.03em;
  background-color: #f58859;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 4px 16px;
  font-weight: 500;
}

.footer {
  background-color: #0a071b;
  padding-top: 61px;
}

.footer-menu {
  margin-top: 0;
  padding: 60px 3%;
}

.footer-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-legal {
  background-color: var(--neutral-900);
  padding: 32px 3%;
}

.footer-link-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-legal-text {
  color: #fff;
  transition: all .3s;
}

.footer-legal-text:hover {
  color: var(--orange-800);
  text-decoration: none;
}

.instagram {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grey);
  flex-flow: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 16px;
  display: flex;
}

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

.instagram-image {
  filter: blur();
  width: 100%;
}

.instagram-wrap {
  position: relative;
  overflow: hidden;
}

.instagram-hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instagram-icon {
  background-color: var(--orange-600);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.feature-section {
  background-color: var(--neutral-900);
  padding: 100px 3%;
}

.large-feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-block {
  background-color: var(--neutral-800);
  border-radius: 6px;
  padding: 40px;
}

.h5-title-white {
  color: #fff;
  margin-bottom: 16px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.feature-icon {
  margin-bottom: 40px;
}

.service-wrapper {
  text-decoration: none;
}

.arrow-link {
  color: var(--neutral-900);
  align-items: center;
  margin-top: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.arrow-link:hover {
  color: var(--orange-600);
}

.title-wrap-split {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.title-wrap-small {
  max-width: 490px;
}

.testimonial-wrapper {
  align-items: center;
  min-height: 456px;
  display: flex;
  position: relative;
}

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

.testimonial-background {
  z-index: -1;
  background-color: var(--neutral-100);
  max-width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.testimonial-card {
  background-color: var(--neutral-900);
  border-radius: 6px;
  padding: 40px;
  box-shadow: 52px 52px 72px -24px rgba(85, 85, 124, .08);
}

.author-wrap {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.avatar {
  border-radius: 100px;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.author-detail-wrapper {
  margin-left: 16px;
}

.title-wrap-centre-small {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 420px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blog-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image-wrapper {
  border-radius: 12px;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.blog-card {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 90%;
  min-height: 240px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  position: relative;
  top: 64px;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 52px 52px 96px -32px rgba(85, 85, 124, .08);
}

.blog-wrapper {
  align-items: flex-end;
  min-height: 600px;
  display: flex;
  position: relative;
}

.blog-full-wrapper {
  margin-bottom: 100px;
}

.author-wrapper {
  color: var(--neutral-900);
  letter-spacing: -.02em;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.avatar-small {
  border-radius: 100px;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.blog-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.category {
  background-color: var(--neutral-100);
  color: var(--neutral-400);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.blog-line-break {
  background-color: #ebe9f3;
  height: 1px;
}

.arrow {
  background-color: var(--orange-800);
  margin-left: 6px;
}

.blog-heading {
  max-width: 12ch;
}

.service-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.author-name {
  color: var(--orange-800);
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.location-text {
  color: var(--neutral-400);
  letter-spacing: -.02em;
  line-height: 24px;
}

.h5-title {
  color: var(--neutral-900);
  margin-bottom: 16px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.title-wrap-large-centre {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-wrap-large-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.title-wrap-large-centre.margin-bottom-80 {
  margin-bottom: 80px;
}

.header-centre {
  background-color: #0a071b;
  padding: 60px 3% 56px;
  position: relative;
  overflow: hidden;
}

.button-wrapper-centre {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.service-image-large {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-full {
  object-fit: cover;
  border-radius: 10px;
  width: 101%;
  height: 100%;
  transition: all .4s;
}

.image-full:hover {
  opacity: .64;
  box-shadow: 2px 2px 5px 15px rgba(236, 255, 28, .2);
}

.white-bar-header {
  background-color: #fff;
  height: 180px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.large-image-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.large-image-accent {
  z-index: -1;
  max-width: 170px;
  position: absolute;
  top: auto;
  bottom: -56px;
  left: auto;
  right: -40px;
}

.about-section {
  background-color: var(--grey);
  padding: 100px 3% 220px;
}

.content-small {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.h1-title {
  color: #0a071b;
  margin-bottom: 24px;
}

.about-grid {
  grid-column-gap: 32px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px 1fr;
}

.about-image {
  max-width: 220px;
}

.button-navigation {
  background-color: var(--orange-100);
  color: var(--orange-600);
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 14px 32px;
  transition: all .3s;
}

.button-navigation:hover {
  border-color: var(--orange-800);
  background-color: var(--grey);
  color: var(--orange-800);
}

.about-image-square {
  position: relative;
}

.accent-grey {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: -40px;
}

.accent-grey-top {
  z-index: -1;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: -40px;
  right: auto;
}

.title-accent-wrapper {
  margin-bottom: 52px;
  position: relative;
}

.experience-section {
  background-color: #0a071b;
  padding-top: 112px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.experience-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 72px;
}

.subheading-small {
  color: #8c87a6;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.map-block {
  background-color: #bcb8d0;
  justify-content: center;
  align-items: center;
  height: 440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.value-section {
  background-color: var(--neutral-100);
  padding: 96px 3% 80px;
  position: relative;
}

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

.value-block {
  background-color: #fff;
  border-radius: 6px;
  padding: 40px;
}

.team-section {
  padding: 100px 3%;
}

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

.utility-section {
  background-color: #0a071b;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #2a263f;
  border: 1px #000;
  border-radius: 4px;
  min-height: 52px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.text-field::placeholder {
  color: #adaabb;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-category {
  background-color: var(--orange-300);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.bullet-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 32px;
}

.bullet-point {
  background-color: var(--orange-600);
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-right: 16px;
}

.bullet-wrapper {
  align-items: center;
  display: flex;
}

.body-small-900 {
  color: var(--neutral-900);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.licence-card {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 20px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  box-shadow: 51px 51px 84px rgba(135, 140, 189, .08);
}

.licence-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.licence-asset {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.licence-graphic {
  background-color: #f9f9fc;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.link-white {
  color: rgba(255, 255, 255, .8);
}

.icon-asset {
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.type-example {
  letter-spacing: -.03em;
  margin-top: 16px;
  margin-bottom: 16px;
}

.type-detail-span {
  color: rgba(18, 31, 62, .5);
  font-size: 24px;
}

.map-pin {
  width: 52px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 45%;
  right: auto;
}

.header-author {
  background-color: var(--neutral-900);
  align-items: center;
  min-height: 380px;
  padding: 100px 3%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.author-block {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 70px;
  display: flex;
  position: relative;
  box-shadow: 66px 66px 114px -56px rgba(43, 29, 103, .08);
}

.avatar-extra-large {
  border-radius: 100px;
  width: 180px;
  min-width: 180px;
  height: 180px;
  min-height: 180px;
  margin-bottom: 24px;
  overflow: hidden;
}

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

.author-section {
  height: auto;
  padding: 72px 3%;
  position: relative;
  overflow: hidden;
}

.author-job-title {
  color: var(--neutral-500);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.author-pattern {
  z-index: -1;
  max-width: 170px;
  position: absolute;
  top: auto;
  bottom: -70px;
  left: auto;
  right: -45px;
}

.footer-link-wrapper {
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 130px;
}

.cta-wrap {
  background-color: var(--neutral-900);
  border-radius: 6px;
  align-items: center;
  padding: 70px 80px;
  display: flex;
}

.cta-section {
  background-color: var(--grey);
  padding: 82px 3%;
  overflow: hidden;
}

.cta-block {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
  position: relative;
}

.cta-accent {
  height: 130%;
  max-height: 620px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 64px;
}

.class-section {
  background-color: var(--grey);
  padding: 64px 3%;
  overflow: hidden;
}

.class-wrapper {
  margin-top: 72px;
}

.row-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0a071b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-row-cell {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.class-title {
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.row-grey {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f7fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-cell {
  color: var(--neutral-900);
  text-align: center;
  border-bottom: 1px solid #ebe9f3;
  border-right: 1px solid #ebe9f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-weight: 500;
  display: flex;
}

.row-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.time-cell {
  color: var(--neutral-900);
  text-align: center;
  border-bottom: 1px solid #ebe9f3;
  border-left: 1px solid #ebe9f3;
  border-right: 1px solid #ebe9f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-weight: 500;
  display: flex;
}

.faq-section {
  background-color: var(--grey);
  opacity: 1;
  padding: 40px 3% 64px;
}

.blog-section {
  background-color: var(--grey);
  padding: 60px 3% 64px;
}

.faq-wrapper {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.title-pattern-wrapper {
  position: relative;
}

.map-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.dropdown-toggle {
  color: #bcb8d0;
  letter-spacing: -.01px;
  border-radius: 4px;
  padding: 14px 16px;
  transition: all .35s;
}

.dropdown-toggle:hover {
  color: #fff;
  background-color: #2a263f;
}

.dropdown-toggle.w--open {
  background-color: var(--neutral-600);
  color: #fff;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  min-width: 200px;
  overflow: hidden;
}

.dropdown-list.w--open {
  padding-top: 6px;
}

.dropdown-block {
  background-color: var(--neutral-700);
  border-radius: 4px;
  padding: 6px;
}

.dropdown-link {
  color: #fff;
  border-radius: 6px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.dropdown-link:hover {
  background-color: var(--neutral-500);
}

.dropdown-link.w--current {
  color: var(--orange-600);
}

.video-link {
  background-color: var(--neutral-900);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.video-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overview-section {
  background-color: var(--neutral-900);
  padding: 96px 3% 108px;
  position: relative;
  overflow: hidden;
}

.h2-title.margin-bottom-32 {
  margin-bottom: 32px;
}

.contact-block {
  background-color: #fff;
  border-radius: 6px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px;
  position: relative;
  box-shadow: 42px 42px 96px -32px rgba(85, 85, 124, .08);
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
}

.contact-form {
  margin-top: 48px;
}

.input-field {
  border: 1px solid var(--neutral-300);
  color: #8c87a6;
  letter-spacing: -.01em;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.input-field:hover {
  border-color: var(--neutral-600);
}

.input-field:focus {
  border-color: var(--orange-600);
}

.input-field::placeholder {
  color: #8c87a6;
}

.field-label {
  color: var(--neutral-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  line-height: 24px;
}

.input-field-large {
  color: #8c87a6;
  letter-spacing: -.01em;
  border: 1px solid #bcb8d0;
  border-radius: 6px;
  min-height: 116px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.input-field-large:hover {
  border-color: var(--neutral-600);
}

.input-field-large:active, .input-field-large:focus {
  border-color: var(--orange-600);
}

.input-field-large::placeholder {
  color: #8c87a6;
}

.button-large {
  background-color: #f58859;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 14px 32px;
  font-weight: 500;
  transition: all .3s;
  display: block;
}

.button-large:hover {
  background-color: #fc9b71;
}

.blog-author {
  color: #fff;
  letter-spacing: -.02em;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.avatar-medium {
  border-radius: 100px;
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  overflow: hidden;
}

.blog-header {
  z-index: 5;
  height: 600px;
  position: relative;
}

.category-dark {
  background-color: var(--neutral-600);
  color: var(--orange-100);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.blog-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.author-overview {
  padding: 68px 3% 80px;
}

.service-grid {
  grid-column-gap: 120px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.class-detail {
  background-color: var(--neutral-900);
  border-radius: 6px;
  padding: 32px;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.body-small-300 {
  color: var(--neutral-300);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.class-details {
  grid-template-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
}

.detail-icon {
  margin-right: 8px;
}

.detail-row {
  align-items: center;
  display: flex;
}

.class-detail-title {
  color: #bcb8d0;
  letter-spacing: -.01em;
  margin-right: 8px;
  font-size: 16px;
  line-height: 32px;
}

.class-detail-text {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.service-section-grey {
  background-color: var(--neutral-100);
  padding: 124px 3% 64px;
}

.author-card {
  background-color: #fff;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  box-shadow: 52px 52px 96px -32px rgba(85, 85, 124, .08);
}

.avatar-large {
  border-radius: 100px;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  overflow: hidden;
}

.author-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.subheading-small-dark {
  color: var(--neutral-900);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.author-detail {
  align-items: center;
  display: flex;
}

.author-background {
  z-index: -1;
  background-color: var(--neutral-100);
  max-width: 1060px;
  min-height: 284px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -68px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.social-link {
  margin-left: 12px;
  margin-right: 12px;
}

.article h2 {
  max-width: 650px;
  margin: 20px auto 32px;
}

.article p, .article h4, .article h3, .article h5, .article blockquote {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.blog-header-accent, .service-header-accent {
  max-height: 240px;
  position: absolute;
  top: auto;
  bottom: -56px;
  left: auto;
  right: -40px;
}

.button-wrapper-contact {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.faq-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr;
}

.faq-question-wrap {
  border-radius: 6px;
  padding: 20px 32px;
  text-decoration: none;
}

.faq-question-bar {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.faq-title {
  color: var(--neutral-900);
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.faq-paragraph {
  color: var(--neutral-300);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
}

.header-contact {
  background-color: #0a071b;
  padding: 60px 3% 72px;
  position: relative;
  overflow: hidden;
}

.experience-accent {
  max-width: 220px;
  position: absolute;
  top: -110px;
  bottom: auto;
  left: auto;
  right: 20%;
}

.map-bg {
  background-color: var(--neutral-100);
  min-height: 210px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-grid-section {
  padding: 100px 3%;
}

.faq-content {
  margin-top: 0;
  overflow: hidden;
}

.contact-information-bar {
  background-color: var(--neutral-800);
  border-radius: 0;
  padding: 100px 24px 60px;
}

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

.content-item {
  color: var(--neutral-200);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.blog-author-name {
  margin-left: 16px;
}

.link-span {
  color: var(--orange-600);
}

.instagram-logo {
  width: 26px;
}

.team-image-wrapper {
  border-radius: 12px;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.team-wrapper {
  align-items: flex-end;
  min-height: 600px;
  display: flex;
  position: relative;
}

.team-card {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  position: relative;
  top: 64px;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 52px 52px 96px -32px rgba(85, 85, 124, .08);
}

.team-full-wrapper {
  margin-bottom: 100px;
}

.team-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.footer-link {
  color: #bcb8d0;
  letter-spacing: -.01em;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 4px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
}

.footer-link:hover {
  background-color: var(--neutral-700);
  color: #fff;
}

.footer-link:active, .footer-link:focus {
  border: 1px solid #fff;
}

.footer-extra-links {
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.overview-bg {
  background-color: var(--white);
  min-height: 140px;
  max-height: 10%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.success-message {
  background-color: var(--orange-600);
  color: #fff;
  background-image: url('../images/Grey-Accent.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.instagram-block {
  border-radius: 6px;
  max-width: 420px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block {
  text-align: center;
  margin-top: 40px;
}

.contact-accent {
  z-index: -1;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 40px;
  right: auto;
}

.map-wrapper-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--neutral-800);
  justify-content: center;
  align-items: center;
  height: 544px;
  margin-top: 0;
  padding: 220px 20px 140px;
  display: flex;
  position: relative;
}

.schedule-accent {
  z-index: -1;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: -25px;
  right: auto;
}

.service-accent {
  z-index: -1;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 30px;
  right: auto;
}

.scroll-information {
  color: var(--neutral-900);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .25s;
  display: none;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: var(--orange-100);
}

.video {
  width: 100%;
  max-width: 100%;
  height: 300px;
  max-height: 300px;
}

.paragraph {
  color: var(--orange-100);
}

.background-video {
  border-radius: 10px;
  width: 40%;
  max-width: 40%;
  margin-left: 0;
  margin-right: -69px;
  padding-left: 0;
  padding-right: 0;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: var(--neutral-800);
  color: var(--orange-100);
  border-radius: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.pricing-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
}

.pricing-title {
  color: var(--orange-800);
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  text-align: center;
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  color: var(--orange-100);
  align-self: stretch;
}

.pricing-feature {
  color: var(--orange-100);
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.team-slider {
  z-index: 100;
  background-color: var(--transparent);
  border-bottom: 1px #e4ebf3;
  padding: 10px 30px 40px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: var(--neutral-900);
  border-radius: 10px;
  padding-bottom: 24px;
}

.team-member-image-two {
  opacity: 1;
  border-radius: 8px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: var(--orange-800);
  margin-bottom: 12px;
  font-size: 35px;
  font-weight: 400;
}

.team-member-text {
  color: var(--orange-100);
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-2 {
  color: var(--neutral-100);
  font-size: 30px;
  font-weight: 400;
}

.text-block-6, .text-block-7 {
  color: var(--neutral-200);
  font-size: 18px;
}

.text-block-7:hover {
  text-decoration: underline;
}

.text-block-8 {
  color: var(--neutral-200);
  font-size: 18px;
}

.text-block-8:hover {
  text-decoration: underline;
}

.heading-3 {
  color: var(--neutral-100);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
  font-weight: 400;
}

.image {
  width: 400px;
  max-width: 400px;
  height: auto;
  margin-left: -70px;
}

.link-block {
  text-decoration: none;
}

.heading-4 {
  transition: all .4s;
}

.heading-4:hover {
  border-radius: 0;
}

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

.section {
  z-index: 120;
  background-color: var(--neutral-900);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-2 {
  z-index: 100;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.section-2:hover {
  border: 1px none var(--orange-800);
  border-radius: 0;
  width: 52px;
}

.section-3 {
  z-index: 100;
  display: none;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
  overflow: visible;
}

.link-block-2 {
  text-decoration: none;
  transition: all .4s;
}

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

.image-5 {
  border-radius: 10px;
  align-self: center;
  width: 400px;
  max-width: 400px;
  height: 100%;
  max-height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .4s;
}

.image-5:hover {
  filter: none;
  box-shadow: 10px 9px 6px rgba(0, 0, 0, .41);
}

.container-4 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  max-width: 1700px;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.background-video-2 {
  border-radius: 11px;
  flex-flow: row;
  width: 400px;
  max-width: 400px;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-3 {
  border-radius: 11px;
}

.image-6 {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 60px;
  }

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

  .header-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .header-content {
    margin-left: auto;
    margin-right: auto;
  }

  .header-accent {
    left: 10px;
  }

  .nav-link {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-default, .navigation-container {
    position: relative;
  }

  .nav-menu {
    background-color: var(--neutral-800);
    border-radius: 0;
    height: auto;
    margin-top: 20px;
    padding: 8px;
  }

  .menu-button-mobile {
    color: #fff;
    background-color: #2a263f;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 6px;
    margin-left: 12px;
    padding: 12px;
  }

  .menu-button-mobile.w--open {
    background-color: var(--orange-800);
  }

  .content-section {
    padding-top: 72px;
  }

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

  .h2-title-white.margin-bottom-32 {
    margin-right: 0;
  }

  .header-inner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .detail-block {
    margin-top: 0;
  }

  .style-full-grid {
    grid-template-columns: 3fr;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .text-wrap {
    margin-bottom: 16px;
  }

  .typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-link-block {
    flex-direction: column;
  }

  .instagram {
    justify-content: flex-start;
    padding-left: 0;
  }

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

  .title-wrap-split {
    flex-flow: row;
  }

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

  .author-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-detail-wrapper {
    margin-top: 16px;
    margin-left: 0;
  }

  .blog-list {
    grid-column-gap: 92px;
    grid-row-gap: 92px;
    grid-template-columns: 1fr;
  }

  .blog-image-wrapper {
    align-items: flex-end;
    position: absolute;
  }

  .blog-card {
    top: 40px;
  }

  .blog-full-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .about-section {
    padding-top: 60px;
  }

  .about-grid {
    grid-row-gap: 92px;
    grid-template-columns: 1fr;
  }

  .nav-button-wrapper {
    align-items: center;
    display: flex;
  }

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

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

  .team-section {
    padding-bottom: 60px;
  }

  .team-grid {
    grid-column-gap: 92px;
    grid-row-gap: 92px;
    grid-template-columns: 1fr;
  }

  .licence-card {
    padding: 32px 16px;
  }

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

  .footer-link-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .cta-wrap {
    padding: 51px 32px;
  }

  .cta-accent {
    height: 100%;
    max-height: 320px;
    top: auto;
    bottom: -64px;
    left: auto;
    right: 32px;
  }

  .class-wrapper {
    overflow: scroll;
  }

  .row-heading, .row-grey, .row-white {
    min-width: 1200px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .overview-section {
    padding-bottom: 159px;
  }

  .blog-header {
    height: 500px;
  }

  .service-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
  }

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

  .experience-accent {
    max-width: 140px;
    right: 55px;
  }

  .team-image-wrapper {
    align-items: flex-end;
    position: absolute;
  }

  .team-card {
    top: 40px;
  }

  .team-full-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link {
    text-align: left;
  }

  .footer-extra-links {
    flex-wrap: wrap;
    margin-top: 32px;
  }

  .overview-bg {
    min-height: 140px;
  }

  .contact-accent {
    left: 20px;
  }

  .map-wrapper-large {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .scroll-detail {
    margin-top: 32px;
  }

  .scroll-information {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .dropdown {
    width: 100%;
  }

  .background-video {
    margin-right: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .image-2 {
    width: 150px;
    max-width: 150px;
  }

  .section-3 {
    display: none;
  }

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

  .container-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: stretch;
    align-self: auto;
    align-items: stretch;
    justify-items: stretch;
    max-width: 600px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .content-grid {
    grid-template-columns: 1fr;
  }

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

  .colour {
    margin-bottom: 25px;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-image-wrapper {
    min-width: 100%;
  }

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

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

  .feature-block {
    padding: 24px;
  }

  .title-wrap-split {
    flex-flow: column;
  }

  .testimonial-grid, .blog-list, .service-list {
    grid-template-columns: 1fr;
  }

  .button-navigation {
    display: none;
  }

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

  .value-block {
    padding: 24px;
  }

  .team-section {
    padding-bottom: 40px;
  }

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

  .licence-graphic {
    height: 240px;
  }

  .footer-link-wrapper {
    max-width: 370px;
  }

  .cta-accent {
    max-height: 220px;
    right: 16px;
  }

  .contact-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-header {
    height: 450px;
  }

  .service-section-grey {
    padding-top: 72px;
  }

  .faq-question-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .experience-accent {
    right: 32px;
  }

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

  .social-link-wrapper {
    display: flex;
  }

  .overview-bg {
    display: none;
  }

  .contact-accent {
    left: 40px;
  }

  .map-wrapper-large {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    height: 850px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video {
    justify-content: center;
    width: 90%;
    max-width: 90%;
    display: block;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .image-2 {
    width: 130px;
    max-width: 130px;
  }

  .section-3 {
    display: block;
  }

  .image-5 {
    width: 280px;
    max-width: 280px;
  }

  .container-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-image: linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .72)), url('../images/eadff7db-ea32-484d-a189-863c1cafe7e3.JPG');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 500px;
  }

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

  .hero-title {
    font-size: 30px;
    line-height: 45px;
  }

  .header-accent {
    display: none;
  }

  .button-wrapper {
    flex-flow: column wrap;
    align-items: center;
  }

  .button-secondary.about-button {
    margin-top: 16px;
    margin-left: 0;
  }

  .button-secondary.about-button.w--current {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }

  .button-secondary.about-me-button {
    margin-top: 16px;
    margin-left: 0;
  }

  .nav-link {
    margin-left: auto;
    margin-right: auto;
  }

  .brand.w--current {
    padding-left: 10px;
  }

  .navigation-default {
    background-color: var(--neutral-900);
  }

  .h2-title-white.margin-bottom-32 {
    font-size: 40px;
  }

  .title-wrap-centre.margin-bottom-64 {
    padding-left: 0;
  }

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

  .style-guide-block {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .template-section {
    overflow: hidden;
  }

  .hero-heading {
    font-size: 52px;
    line-height: 60px;
  }

  .template-detail-block {
    padding: 0;
  }

  .feature-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-auto-flow: row;
    justify-items: start;
  }

  .title-accent {
    left: auto;
  }

  .header-image-wrapper {
    min-height: 550px;
  }

  .header-image {
    object-position: 50% 100%;
  }

  .h1-title-white {
    font-size: 50px;
    line-height: 60px;
  }

  .footer-menu {
    padding-bottom: 20px;
  }

  .footer-legal {
    padding-top: 10px;
  }

  .footer-link-block {
    flex-direction: column-reverse;
  }

  .footer-legal-text {
    text-align: center;
    margin-top: 32px;
    font-size: 12px;
  }

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

  .testimonial-card {
    padding: 24px;
  }

  .blog-card {
    padding: 25px;
  }

  .button-wrapper-centre {
    flex-direction: column;
  }

  .service-image-large {
    height: 420px;
  }

  .nav-button-wrapper {
    padding-right: 10px;
  }

  .about-image-square.bottom-image {
    display: none;
  }

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

  .utility-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .licence-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .licence-graphic {
    height: 180px;
  }

  .author-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-link-wrapper {
    text-align: center;
    flex-flow: column wrap;
    display: flex;
  }

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

  .cta-accent {
    max-width: 30%;
    right: 0;
  }

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

  .contact-block {
    padding: 40px 20px;
  }

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

  .blog-header {
    height: 400px;
  }

  .author-card {
    text-align: center;
    padding: 24px;
  }

  .avatar-large {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .author-title {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .author-detail {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .faq-question-wrap {
    padding: 16px;
  }

  .experience-accent {
    display: none;
  }

  .service-grid-section {
    padding-bottom: 60px;
  }

  .contact-information-bar {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .team-card {
    padding: 24px;
  }

  .footer-link {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-extra-links {
    text-align: center;
    flex-wrap: wrap;
    display: flex;
  }

  .contact-accent {
    display: none;
  }

  .map-wrapper-large {
    flex-flow: column;
    height: 450px;
  }

  .schedule-accent, .service-accent {
    display: none;
  }

  .background-video {
    width: 90%;
    max-width: 90%;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .heading-4 {
    clear: none;
    direction: ltr;
    word-break: break-all;
    flex: 0 auto;
    align-self: auto;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .section {
    z-index: 1000;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-2 {
    width: 130px;
    max-width: 130px;
  }

  .section-2 {
    width: 45px;
    max-width: 51.9989px;
    right: 6%;
  }

  .section-3 {
    left: 6%;
  }

  .image-3 {
    width: 35px;
    max-width: 35px;
  }

  .image-4 {
    width: 35px;
  }

  .container-3 {
    width: 35px;
    max-width: 35px;
  }

  .image-5 {
    width: 320px;
    max-width: 320px;
    height: 100%;
  }

  .container-4 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .background-video-2 {
    width: 300px;
    max-width: 300px;
    height: 400px;
    max-height: 400px;
  }
}

#w-node-_0a185f03-eaa3-76de-ccd0-beacb40ff87c-8559907b {
  align-self: center;
}

#w-node-f4e2431c-32c8-8d89-a3f8-656293935629-8559907b, #w-node-e1b1646f-2dcb-4b6e-029f-d066def0714e-8559907b, #w-node-c7a2d0a1-6a49-0d7c-ba74-c08b4ad699d8-8559907b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7754618-e0c1-9fb1-4581-ebea12603550-8559907b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c00bfb8e-d991-3d59-5c2f-d9d482016bb1-8559907b, #w-node-c00bfb8e-d991-3d59-5c2f-d9d482016bf9-8559907b, #w-node-c00bfb8e-d991-3d59-5c2f-d9d482016bd1-8559907b, #w-node-bbca87c6-f336-b6c0-07fc-aa0d08a1e960-8559907b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e6be01a-f6ba-bbaa-241c-3f4fc6e70029-85599082 {
  align-self: center;
  justify-self: start;
}

#w-node-_57c19a75-2c51-8e8d-ef9f-3911f4d55a6f-85599082 {
  align-self: end;
  justify-self: end;
}

#w-node-e751e4dc-42ba-4a6f-a7b8-de71b6f0c46a-85599085 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_30553973-3ce8-7423-ac32-90ed3710eec0-8559908a {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d3239dd-542c-7a71-696a-e4a19a69f85a-85599082 {
    order: -9999;
  }

  #w-node-e751e4dc-42ba-4a6f-a7b8-de71b6f0c46a-85599085 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}