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

:root {
  --neutral-900: black;
  --neutral-600: #3c3754;
  --neutral-700: #2a263f;
  --orange-600: #ff7c14;
  --neutral-200: #e1dfec;
  --neutral-300: #bcb8d0;
  --orange-100: #fdf5f1;
  --orange-800: #d2693c;
  --neutral-400: #8c87a6;
  --neutral-500: #5b5675;
  --neutral-800: #141125;
  --orange-800-2: #984d2c;
  --orange-300: #fac4ad;
  --neutral-100: #f8f7fc;
  --coral: #f58859;
}

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
}

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

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

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

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

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

h6 {
  color: var(--neutral-900);
  max-width: 650px;
  margin: 10px auto;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 32px;
}

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

a {
  text-decoration: underline;
}

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;
  padding: 32px 3% 56px;
}

.container-wrapper {
  z-index: 5;
  max-width: 71.25em;
  margin-top: 50px;
  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-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 37.5625em;
  position: relative;
}

.hero-title {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 3.625em;
  font-weight: 800;
  line-height: 1.3em;
}

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

.header-accent {
  z-index: -1;
  position: absolute;
  inset: -1.875em auto auto -1.5625em;
}

.subheading {
  color: var(--neutral-200);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .75em;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 2em;
}

.button-wrapper {
  align-items: center;
  margin-top: 3.75em;
  display: flex;
}

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

.button:hover {
  background-color: #ff8c31;
}

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

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

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

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

.brand.w--current {
  margin-right: 0;
}

.navigation-default {
  color: #000;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  min-height: 6em;
  padding: 4em 4em 1.25em;
  display: flex;
  position: sticky;
  top: 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;
}

.navigation-container.max-width-1140 {
  flex: 1;
  justify-content: center;
  max-width: 100%;
}

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

.logo {
  color: var(--orange-600);
  width: 13em;
}

.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: #f58859;
}

.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;
  width: 100%;
  max-width: 400px;
  position: relative;
}

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

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

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

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

.image-wrapper {
  position: relative;
}

.content-accent {
  position: absolute;
  inset: auto -9% -13% auto;
}

.service-section {
  padding: 124px 3% 64px;
}

.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/Hero_Accent_Large_orange.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: sticky;
  top: 32px;
  box-shadow: 65px 65px 114px -56px #2b1d6714;
}

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

.template-section.legal {
  height: 70vh;
}

.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 #38327c14;
}

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

.body-large {
  color: var(--neutral-900);
  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: #000;
}

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

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

.feature-point {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
  display: flex;
}

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

.check-wrapper.wrap-left {
  justify-content: flex-start;
}

.check-wrapper.wrap-mid {
  justify-content: center;
}

.check-wrapper.wrap-right {
  justify-content: center;
  align-items: center;
}

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

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

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

.body-normal-500.no-margin {
  text-align: left;
}

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

.title-accent {
  z-index: -1;
  position: absolute;
  inset: -25px auto auto -35px;
}

.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/Hero_Accent_Large_orange.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 6px;
  width: 100%;
  max-width: 25em;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.header-image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 31.25em;
  height: 100%;
  min-height: 37.5em;
  display: flex;
  position: relative;
}

.header-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% -.75% 0% auto;
}

.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: flex-start;
  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;
}

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

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

.footer-legal {
  background-color: #141125;
  padding: 2em 4em;
}

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

.footer-legal-text {
  color: #fff;
  font-size: .875em;
}

.instagram {
  padding-top: 10px;
  padding-bottom: 16px;
}

.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: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 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;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  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;
  inset: auto 0%;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 6px;
  padding: 40px;
  box-shadow: 52px 52px 72px -24px #55557c14;
}

.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;
  inset: 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 #55557c14;
}

.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 {
  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(--neutral-900);
  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);
  text-align: left;
  margin-bottom: 16px;
  font-size: 24px;
  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: #000;
  padding: 0 3%;
  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: 540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.white-bar-header {
  background-color: #fff;
  height: 180px;
  position: absolute;
  inset: auto 0% 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;
  inset: auto -40px -56px auto;
}

.about-section {
  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: #0a071b;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 14px 32px;
  transition: all .3s;
}

.button-navigation:hover {
  color: #f58859;
  border-color: #f58859;
}

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

.accent-grey {
  z-index: -1;
  position: absolute;
  inset: auto -40px -40px auto;
}

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

.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: url('../images/Section-Accent.svg');
  background-position: 100% 270%;
  background-repeat: no-repeat;
  background-size: 670px;
  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 #878cbd14;
}

.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: #fffc;
}

.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: #121f3e80;
  font-size: 24px;
}

.map-pin {
  width: 52px;
  position: absolute;
  inset: auto auto auto 45%;
}

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

.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 #2b1d6714;
}

.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;
  inset: auto -45px -70px auto;
}

.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 {
  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;
  inset: auto 64px auto auto;
}

.class-section {
  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 {
  padding: 96px 3% 64px;
}

.blog-section {
  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: #0000;
  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;
  inset: auto;
}

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

.overview-section {
  background-color: var(--neutral-900);
  padding: 96px 3% 72px;
  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 #55557c14;
}

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

.contact-form {
  margin-top: 0;
}

.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: var(--orange-600);
  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: #ff8c31;
}

.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: 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 #55557c14;
}

.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;
  inset: -68px 0% auto;
}

.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;
  inset: auto -40px -56px auto;
}

.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;
  inset: -110px 20% auto auto;
}

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

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

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

.contact-information-bar {
  background-color: var(--neutral-100);
  padding: 48px 24px;
}

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

.content-item {
  color: var(--neutral-900);
  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;
  inset: 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 #55557c14;
}

.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 #fff0;
  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: #fff;
  min-height: 160px;
  max-height: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

.success-message {
  color: #fff;
  background-color: #0000;
}

.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;
  inset: -30px auto auto 40px;
}

.map-wrapper-large {
  justify-content: center;
  align-items: center;
  height: 544px;
  display: flex;
  position: relative;
}

.schedule-accent {
  z-index: -1;
  position: absolute;
  inset: -30px auto auto -25px;
}

.service-accent {
  z-index: -1;
  position: absolute;
  inset: -30px auto auto 30px;
}

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

.html-embed {
  color: var(--orange-600);
  width: 1.25em;
  height: 1.25em;
}

.html-embed.one-off {
  width: 1.125em;
  height: 1.25em;
}

.apostroph {
  letter-spacing: -.2em;
}

.body {
  height: 100vh;
}

.body---lp {
  background-color: var(--neutral-900);
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: block;
}

.header---lp {
  background-color: #0a071b;
  padding: 2em 4em;
}

.small-feature-section---lp {
  background-color: #000;
  padding: 0 4em 4em;
}

.kontakt-overlay {
  z-index: 9999;
  background-image: linear-gradient(#141125d9, #141125d9);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.kontakt-overlay-wrapper {
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
  display: flex;
}

.overlay-close {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-45 {
  border-radius: 20px;
  width: 40px;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.close--45 {
  border-radius: 20px;
  width: 40px;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.form-heading {
  text-align: left;
  margin-bottom: 45px;
}

.form-heading.error {
  margin-bottom: 19px;
}

.success {
  background-color: var(--orange-600);
  padding-top: 30px;
  padding-bottom: 30px;
}

.error-message {
  padding: 20px;
}

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

.body---legal {
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.kontakt-overlay-2 {
  z-index: 9999;
  background-image: linear-gradient(#141125d9, #141125d9);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.feature-point--text {
  font-size: 1em;
}

.html-embed-2 {
  display: none;
}

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

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

  .header-content {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .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: #fff;
    height: auto;
    margin-top: 20px;
    padding: 8px;
  }

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

  .menu-button-mobile.w--open {
    background-color: #f58859;
  }

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

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

  .feature-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr .75fr 1fr;
    justify-content: center;
    display: flex;
  }

  .check-wrapper.wrap-mid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: auto;
  }

  .check-wrapper.wrap-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .header-pattern-block {
    margin-left: 0;
  }

  .header-image-wrapper {
    justify-content: center;
  }

  .header-image {
    flex: 0 auto;
    inset: 0% 2.9em 0% auto;
  }

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

  .footer-link-block {
    flex-direction: row;
    align-items: center;
  }

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

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

  .header-centre, .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;
    inset: auto 32px -64px auto;
  }

  .class-wrapper {
    overflow: scroll;
  }

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

  .dropdown-toggle {
    width: 100%;
  }

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

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

  .contact-accent {
    left: 20px;
  }

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

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

  .dropdown {
    width: 100%;
  }

  .html-embed, .html-embed.one-off {
    width: 2em;
    height: 2em;
  }

  .body---lp {
    display: block;
  }

  .header---lp {
    padding-top: 60px;
  }

  .small-feature-section---lp {
    padding-top: 3em;
  }
}

@media screen and (max-width: 767px) {
  .header-content {
    text-align: center;
  }

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

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

  .colour {
    margin-bottom: 25px;
  }

  .feature-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area";
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .check-wrapper.wrap-mid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .check-wrapper.wrap-right {
    padding-top: 30px;
  }

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

  .header-image {
    display: block;
    right: auto;
  }

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

  .feature-block {
    padding: 24px;
  }

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

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

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

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

  .html-embed {
    width: 2em;
  }

  .html-embed.one-off {
    width: 25em;
  }

  .body---lp {
    display: block;
  }

  .header---lp {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media screen and (max-width: 479px) {
  .container-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .header-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-title {
    margin-bottom: 0;
    font-size: 2.7em;
  }

  .header-accent {
    display: none;
  }

  .subheading {
    font-size: .8em;
  }

  .button-wrapper {
    flex-flow: column wrap;
    align-items: center;
    margin-top: 2em;
  }

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

  .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-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .check-wrapper.wrap-mid {
    text-align: center;
    flex-flow: column;
    padding-bottom: 10px;
  }

  .check-wrapper.wrap-right {
    text-align: center;
    flex-flow: column;
  }

  .body-normal-500 {
    line-height: 24px;
  }

  .body-normal-500.no-margin {
    margin-bottom: -1px;
  }

  .body-normal-500.center {
    text-align: center;
  }

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

  .header-image {
    object-position: 100% 100%;
    width: auto;
    max-width: none;
    height: 37.5em;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .h1-title-white {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

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

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

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

  .testimonial-card {
    padding: 24px;
  }

  .blog-card {
    padding: 25px;
  }

  .header-centre {
    padding-top: 20px;
  }

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

  .service-image-large {
    height: auto;
  }

  .image-full {
    object-fit: contain;
    height: auto;
    overflow: visible;
  }

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

  .contact-block {
    padding: 25px 10px;
  }

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

  .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 {
    height: 400px;
  }

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

  .html-embed, .html-embed.one-off {
    width: 2em;
    height: 2em;
  }

  .body---lp {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .header---lp {
    padding: 20px 2em 3em;
  }

  .small-feature-section---lp {
    padding-top: 4em;
  }

  .kontakt-overlay {
    justify-content: center;
    align-items: flex-start;
    height: 490vw;
    display: none;
  }

  .kontakt-overlay-wrapper {
    align-items: flex-start;
    margin-top: 100px;
  }

  .overlay-close {
    background-image: linear-gradient(to bottom, var(--neutral-800), var(--neutral-800));
    width: 50px;
    height: 50px;
    margin-top: 21px;
    margin-right: 3%;
  }

  .close-45, .close--45 {
    width: 20px;
  }

  .form-heading {
    text-align: center;
    margin-bottom: 25px;
  }

  .error-message {
    padding: 20px;
  }

  .kontakt-overlay-2 {
    justify-content: center;
    align-items: flex-start;
    height: 490vw;
    display: none;
  }
}

#w-node-e1b1646f-2dcb-4b6e-029f-d066def0714e-839befed, #w-node-c7a2d0a1-6a49-0d7c-ba74-c08b4ad699d8-839befed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e6be01a-f6ba-bbaa-241c-3f4fc6e70029-839beff0 {
  place-self: center start;
}

#w-node-_57c19a75-2c51-8e8d-ef9f-3911f4d55a6f-839beff0 {
  place-self: end;
}

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

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

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

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

#w-node-ed75ab0f-1c4d-b3f9-be3c-00f76f7b2939-839beffd {
  align-self: center;
}

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

  #w-node-ed75ab0f-1c4d-b3f9-be3c-00f76f7b2941-839beffd {
    place-self: auto center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c7a2d0a1-6a49-0d7c-ba74-c08b4ad699d8-839befed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7a2d0a1-6a49-0d7c-ba74-c08b4ad699d8-839befed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d3239dd-542c-7a71-696a-e4a19a69f85a-839beff0 {
    order: -9999;
  }

  #w-node-e751e4dc-42ba-4a6f-a7b8-de71b6f0c46a-839beff3 {
    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;
}