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

body {
  font-family: Relative, sans-serif;
  color: #161616;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 16px;
  margin-bottom: 24px;
  color: #161616;
  font-size: 72px;
  line-height: 80px;
  font-weight: 500;
  letter-spacing: -2.4px;
}

h2 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -1.92px;
}

h3 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 64px;
  font-weight: 500;
  letter-spacing: -1.68px;
}

h4 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.64px;
}

h5 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.48px;
}

h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.nav-text-hover {
  color: #0a0a0a;
  font-weight: 700;
  letter-spacing: 0.28px;
  text-decoration: none;
  text-transform: uppercase;
}

.button {
  padding: 16px 32px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #161616;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button.right-24 {
  margin-right: 24px;
}

.button.button-white {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.button.button-white.small {
  padding: 12px 24px;
  font-size: 14px;
}

.button.button-white.small.wide-button {
  padding-right: 32px;
  padding-left: 32px;
}

.button.secondary {
  background-color: #fff;
  color: #000;
}

.button.secondary:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.button.secondary.small {
  padding: 12px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.button.secondary.small.nav-cta {
  z-index: 2000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button.secondary.small.nav-cta.hide {
  display: none;
}

.button.secondary.button-white {
  background-color: #0a0a0a;
  color: #fff;
}

.button.secondary.button-white.right-32:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.button.secondary.right-32:hover {
  background-color: rgba(22, 22, 22, 0.15);
}

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

.navbar-version-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-purple {
  color: #6248ff;
}

.layer-blur-cta {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 400px;
  height: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff4848, #ff7448 41%, #6248ff 75%);
  -webkit-filter: blur(95px);
  filter: blur(95px);
}

.paragraph-l {
  font-size: 24px;
  letter-spacing: -0.48px;
}

.paragraph-l.margin-l.max-560w {
  max-width: 560px;
}

.text-white {
  color: #fff;
}

.text-white.h6-smaller {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.7px;
}

.multi-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.text-link.text-white {
  display: inline-block;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #fff;
  cursor: pointer;
}

.text-link.text-white.right-32 {
  margin-right: 32px;
}

.nav-link {
  display: inline-block;
  padding: 16px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.footer {
  display: block;
  padding: 12px 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.75);
}

.nav-link.footer:hover {
  color: #fff;
}

.menu-nav-wrap {
  width: 100%;
}

.margin-0 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.text-centred {
  text-align: center;
}

.text-centred.max-800w {
  max-width: 800px;
}

.text-centred.margin-xxl {
  margin-bottom: 80px;
}

.badge-text {
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.badge-text.text-grey {
  color: rgba(0, 0, 0, 0.75);
}

.badge-text.text-white {
  color: #fff;
}

.home {
  position: relative;
  overflow: visible;
  width: 300px;
  height: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-m {
  font-size: 20px;
  letter-spacing: -0.4px;
}

.paragraph-m.text-centred {
  margin-bottom: 0px;
}

.paragraph-m.text-centred.margin-l {
  margin-bottom: 40px;
}

.paragraph-m.text-centred.ethprice {
  margin-left: -3px;
  color: #fff;
  text-align: right;
}

.paragraph-m.text-centred.ethprice.leftcount {
  border-style: solid;
  border-width: 1px;
  border-color: #4bb0ff;
  border-radius: 5px;
  color: #3899ed;
  text-align: center;
}

.paragraph-m.text-centred.ethprice.left {
  text-align: left;
}

.paragraph-m.text-centred.ethprice.left.date {
  margin-bottom: -2px;
  text-align: center;
}

.paragraph-m.text-centred.lastteam {
  margin-top: -20px;
}

.paragraph-m.max-640w {
  max-width: 640px;
}

.paragraph-m.max-560w {
  max-width: 560px;
}

.close-button {
  position: absolute;
  left: auto;
  top: 24px;
  right: 40px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 500px;
  background-color: #161616;
}

.menu-container {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 560px;
  padding: 104px 64px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #161616;
}

.section1 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section1.cta {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a0a0a;
}

.section1.light-purple {
  background-color: #f5f3ff;
}

.section1.black {
  background-color: #0a0a0a;
}

.section1.black.confirmation-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 180px;
}

.section1.light-orange {
  background-color: #fff3ef;
}

.section1.footer {
  position: relative;
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0a0a0a;
}

.section1.grain {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #4bb1fe;
  background-image: none;
}

.section1.grain.top-140 {
  padding-top: 140px;
  padding-bottom: 0px;
  background-color: #4bb1fe;
  background-image: none;
  text-align: left;
}

.section1.grain.testimonial {
  padding-top: 0px;
}

.section1.grain.padding-top-40 {
  padding-top: 40px;
  background-image: none;
}

.section1.grain.blackbg {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #1b1b1b;
}

.section1.grain.subpage-hero {
  padding-top: 160px;
}

.background-blur-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-blur-wrapper.overflow-hidden {
  overflow: hidden;
}

.text-orange {
  color: #ff7448;
}

.nav-link-text-large {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  line-height: 56px;
  text-decoration: none;
}

.nav-link-text-large:hover {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
  color: hsla(0, 0%, 100%, 0.75);
}

.nav-text {
  font-family: 'Axolittle font', sans-serif;
  color: #0a0a0a;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-text.text-white {
  color: #fff;
}

.example-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #ff7448;
}

.example-block.margin-s {
  margin-bottom: 16px;
}

.example-block.margin-m {
  margin-bottom: 24px;
}

.example-block.margin-xl {
  margin-bottom: 56px;
}

.example-block.margin-xxl {
  margin-bottom: 80px;
}

.example-block.margin-xs {
  margin-bottom: 12px;
}

.example-block.margin-l {
  margin-bottom: 40px;
}

.nav-text-wrap {
  overflow: hidden;
  height: 20px;
  text-decoration: none;
}

.nav-link-dope-edition {
  padding: 16px;
  text-decoration: none;
}

.nav-link-dope-edition.right-32 {
  margin-right: 16px;
}

.badge {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: #d8d5d1;
}

.badge.bg-white {
  background-color: #fff;
}

.badge.light-grey {
  background-color: rgba(255, 255, 255, 0.15);
}

.badge.light-grey.wrap {
  margin-right: 8px;
  margin-bottom: 8px;
}

.badge.yolo-media {
  background-color: #deeffa;
}

.badge.good-housing {
  background-color: #d4eff0;
}

.badge.laura-avery {
  background-color: #e9e5dd;
}

.margin-m {
  margin-bottom: 24px;
}

.main-nav-link {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-decoration: none;
}

.main-nav-link.margin-s {
  display: block;
}

.blur-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(22, 22, 22, 0.1);
}

.mint-thing {
  position: relative;
  z-index: 2;
  display: block;
  width: 90%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.mint-thing.small {
  max-width: 920px;
}

.mint-thing.small.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mint-thing.small.flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mint-thing.centred {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mint-thing.centred.full-width {
  max-width: 1200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mint-thing.grid {
  z-index: 5;
  display: -ms-grid;
  display: grid;
  height: 96px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mint-thing.static {
  position: static;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-light-grey {
  color: hsla(0, 0%, 100%, 0.65);
}

.margin-s {
  margin-bottom: 16px;
}

.margin-xs {
  margin-bottom: 12px;
}

.margin-xs._100-w {
  width: 100%;
}

.margin-l {
  margin-bottom: 40px;
}

.margin-xl {
  margin-bottom: 56px;
}

.margin-xxl {
  margin-bottom: 80px;
}

.process-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-image: url('../images/Process_step_background.png');
  background-position: 50% 50%;
  background-size: cover;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.project-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-spec-figma-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 520px;
  border-radius: 12px;
}

.process-wrapper {
  position: relative;
}

.price-text {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.figma-embed-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #161616;
  border-radius: 16px;
}

.text-area {
  min-height: 120px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-area:hover {
  border-color: rgba(255, 255, 255, 0.25);
}

.text-area:focus {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-area.larger {
  min-height: 160px;
}

.text-area.larger.margin-l {
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-area.margin-l {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.client-quote {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
}

.relume-logo-primary-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  color: #fff;
}

.step-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.step-info-wrapper.step-5 {
  margin-bottom: 0px;
}

.step-info-wrapper.step-5 {
  margin-bottom: 0px;
}

.image-5 {
  width: 32px;
  height: 32px;
}

.benefits-wrapper-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.relume-logo-secondary-black {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  color: #000;
}

.heading-2-small {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: 'Axolittle font', sans-serif;
  font-size: 60px;
  line-height: 64px;
}

.img-24 {
  width: 24px;
}

.img-24.right-12 {
  margin-right: 12px;
}

.aud {
  font-size: 14px;
  line-height: 22px;
}

.capabilities-wrap {
  width: 45%;
}

.success-message {
  padding: 24px;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.benefits-icon {
  margin-right: 0px;
  margin-bottom: 16px;
}

.step-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link {
  padding: 8px 0px;
  border-bottom: 2px solid transparent;
  background-color: transparent;
}

.tab-link.w--current {
  border-bottom-color: #161616;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tab-link.right-32 {
  margin-right: 32px;
}

.tab-link.right-32.w--current {
  margin-right: 32px;
}

.footer-credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-table-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.pre-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
}

.profile-bg-colour {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  background-color: #d8d5d1;
}

.tick._0-opacity {
  opacity: 0;
}

.wrapper {
  position: relative;
}

.wrapper.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper._16-margins {
  margin: 16px;
}

.profile-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-2-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-col.margin-l {
  margin-bottom: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed-cta {
  position: fixed;
  top: 24px;
  right: 5vw;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px 12px 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #0a0a0a;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.fixed-cta:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.fixed-cta.migration {
  padding-right: 24px;
  padding-left: 24px;
}

.lock-icon {
  position: absolute;
  left: 16px;
  top: 10px;
  right: 16px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.form-2-col {
  width: 100%;
  grid-column-gap: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.button-icon:hover {
  background-color: #161616;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button-icon.secondary {
  background-color: #fff;
  color: #000;
}

.button-icon.secondary:hover {
  background-color: #c2c0bc;
}

.button-icon.secondary.small {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.button-icon.secondary.small.visit-live {
  margin-left: 16px;
}

.button-icon.secondary.small.visit-live.project-spec {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
  width: 40px;
  height: 40px;
  padding: 0px;
}

.field-label {
  width: 100%;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.pricing-thirds {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.name-arrow {
  position: absolute;
  left: 64px;
  top: 64px;
  bottom: 0px;
  z-index: 20;
}

.name-arrow.adam {
  left: auto;
  right: 64px;
}

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

.page-wrapper {
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.relume-logo-secondary {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  color: #fff;
}

.export-icon {
  position: absolute;
  left: 16px;
  top: 10px;
  right: 16px;
  bottom: 10px;
  display: none;
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.export-icon.project-spec {
  position: static;
  display: block;
  margin-top: 0px;
}

.navbar-container {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1.25fr 0px 0.25fr;
  grid-template-columns: 1.25fr 0.25fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.navbar-container.navbar-container-confirmation-page {
  justify-items: center;
  -ms-grid-columns: 2.25fr;
  grid-template-columns: 2.25fr;
}

.faq-arrow {
  width: 28px;
  margin-right: 0px;
}

.comparison-img---desktop {
  position: relative;
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.comparison-img---desktop.img-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.comparison-img---desktop.img-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.page-type-text {
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.rr-peeps {
  width: 100%;
}

.pricing-row {
  padding-top: 16px;
  padding-bottom: 16px;
  -ms-grid-columns: 0.5fr 1.25fr;
  grid-template-columns: 0.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.15);
}

.pricing-row.pricing-header {
  padding-top: 0px;
  padding-bottom: 40px;
  border-top-style: none;
}

.rr-text-wrapper {
  width: 55%;
  margin-right: 40px;
}

.profile-wrapper {
  display: block;
  width: 100%;
  max-width: 500px;
  min-height: 160px;
  margin-top: 0px;
  padding: 4px 24px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 5px solid #4bb1fe;
  border-radius: 20px;
  background-color: #fff;
}

.profile-wrapper.newest {
  padding: 0px;
  border-width: 5px;
  border-color: #fff;
  background-color: transparent;
  text-align: center;
}

.step-heading {
  color: #fff;
}

.project-spec-webflow-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 520px;
  border-radius: 12px;
}

.faq-answer {
  margin-top: 17px;
  margin-left: 0px;
  font-size: 18px;
  text-align: left;
}

.circle-blur-bottom-right-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 26%, #ff4848 51%, #6248ff 75%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.circle-blur-bottom-right-2.safari {
  opacity: 0.97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}

.circle-blur-middle-left {
  position: absolute;
  left: 5%;
  top: 30%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(59deg, #ff7448 27%, #ff4848 50%, #6248ff 75%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.circle-blur-middle-left.safari {
  opacity: 0.97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}

.comparison-img---mobile {
  position: relative;
  display: none;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 3fr 1fr 1fr 1fr;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.center-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.center-div.max-720w {
  max-width: 720px;
}

.center-div.max-720w.margin-xl {
  margin-bottom: 0px;
}

.center-div.max-560w {
  max-width: 560px;
}

.center-div.max-800w {
  max-width: 800px;
}

.center-div.margin-xxl {
  margin-top: -37px;
  margin-bottom: 0px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-menu.left-align {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1360px;
  margin-top: 100px;
  margin-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.loading-animation {
  width: 280px;
}

.project-spec-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.random-facts {
  display: none;
}

.random-facts.dan {
  display: none;
}

.rr-details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.with-underline {
  display: inline-block;
  padding: 4px 2px 8px;
  background-image: url('../images/underline.svg');
  background-position: 50% 115%;
  background-size: contain;
  background-repeat: no-repeat;
}

.with-underline.long-underline {
  display: block;
  margin-top: 45px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  color: #4bb1fe;
  text-align: center;
}

.text-field {
  height: 48px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.text-field:hover {
  border-color: rgba(255, 255, 255, 0.25);
}

.text-field:focus {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field.margin-s {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.profile-photo {
  width: 90%;
  margin-top: 24px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 12px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.rr-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 192px;
  height: 192px;
  min-height: 192px;
  min-width: 192px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-image: url('../images/RR-Bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.faq-wrapper {
  width: auto;
  max-width: 720px;
  border-top: 2px none #161616;
}

.client-quote-wrap {
  width: 50%;
}

.relume-comparison-tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-block {
  margin-bottom: -2px;
  padding: 24px 0px;
  border-style: solid none;
  border-width: 2px;
  border-color: #161616;
}

.circle-blur-bottom-left {
  position: absolute;
  left: -5%;
  top: auto;
  right: auto;
  bottom: -10%;
  z-index: -1;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(334deg, #ff7448 18%, #ff4848 59%, #6248ff 86%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.circle-blur-bottom-left.safari {
  opacity: 0.97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}

.step-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.relume-logo-primary {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  color: #000;
}

.black-line {
  position: absolute;
  left: 19px;
  right: 20px;
  width: 2px;
  height: 72px;
  background-color: #0a0a0a;
}

.relume-roster-heading {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.8px;
}

.form-wrapper {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.relume-roster-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #161616;
}

.circle-blur-top-right-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -5%;
  bottom: auto;
  z-index: -1;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 35%, #ff4848 54%, #6248ff 80%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.circle-blur-top-right-2.safari {
  opacity: 0.97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}

.form-divider {
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 56px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.grey-line {
  position: relative;
  width: 2px;
  height: 82%;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.project-spec-name {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
}

.step-info {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.personality-description {
  position: absolute;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.webflow-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 200%;
  height: 870px;
  margin-top: -175px;
  margin-left: -50%;
  border-radius: 12px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.rr-text {
  z-index: 5;
  margin: 0px 8px;
  color: #000;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.rr-peep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  padding: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 100px;
  background-color: #fff;
}

.figma-embed {
  width: 100%;
  height: 100%;
}

.faq-bottom {
  overflow: hidden;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  text-align: left;
}

.loading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 120px;
  height: 120px;
  margin: auto;
}

.circle-blur-top-left {
  position: absolute;
  left: -5%;
  top: -5%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 35%, #ff4848 54%, #6248ff 80%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.circle-blur-top-left.safari {
  opacity: 0.97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}

.pricing-row-spacer {
  height: 24px;
}

.circle-blur-bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 26%, #ff4848 51%, #6248ff 75%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.circle-blur-bottom-right.safari {
  opacity: 0.97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}

.hero-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  font-family: 'Axolittle font', sans-serif;
  color: #fff;
  font-size: 120px;
  text-align: right;
}

.fixed-cta-container {
  position: fixed;
  left: 0%;
  top: 24px;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  width: 90%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.error-message {
  border-radius: 8px;
  color: #e01e1e;
}

.success-message-text {
  font-family: Relative, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.project-spec-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #161616;
  border-radius: 16px;
  background-color: #fff;
}

.white-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.project-spec-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  opacity: 1;
}

.project-spec-tab-link:hover {
  opacity: 1;
}

.project-spec-tab-link.w--current {
  border-bottom-color: #161616;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project-spec-tab-link.right-32 {
  margin-right: 32px;
}

.project-spec-tab-link.right-32.w--current {
  margin-right: 32px;
}

.label-arrow {
  position: absolute;
  left: 37%;
  top: auto;
  right: 0%;
  bottom: 1%;
}

.label-arrow.on-t-m {
  display: none;
}

.unlocked {
  display: none;
}

.features-text {
  color: #fff;
}

.circle-blur-top-left-2 {
  position: absolute;
  left: -5%;
  top: -5%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6248ff 79%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.circle-blur-top-left-2.safari {
  opacity: 0.97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}

.random-fact.adam-fact-1 {
  position: absolute;
  left: 5%;
  top: 15%;
  right: auto;
  bottom: auto;
  width: 121px;
}

.random-fact.dan-fact-1 {
  position: absolute;
  left: 5%;
  top: 15%;
  right: auto;
  bottom: auto;
  width: 134px;
}

.random-fact.dan-fact-2 {
  position: absolute;
  left: auto;
  top: 15%;
  right: 5%;
  bottom: auto;
  width: 146px;
}

.random-fact.adam-fact-2 {
  position: absolute;
  left: auto;
  top: 15%;
  right: 5%;
  bottom: auto;
  width: 121px;
}

.paragraph-s {
  font-size: 14px;
}

.paragraph-s.text-light-grey {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.pricing-table {
  padding: 40px;
  border-radius: 16px;
  background-color: #161616;
}

.unlock-icon {
  position: absolute;
  left: 16px;
  top: 10px;
  right: 16px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.faq-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.body {
  background-color: #d8d5d1;
}

.confirmation-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.confirmation-page-subheading {
  max-width: 560px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.image-9 {
  margin-right: 16px;
}

.image-9.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.menu {
  position: relative;
  z-index: 2000;
  display: none;
}

.image-6 {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.max-800w {
  max-width: 800px;
}

.step-1-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.step-1-info-wrapper.step-5 {
  margin-bottom: 0px;
}

.step-1-info-wrapper.step-5 {
  margin-bottom: 0px;
}

.step-2-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.step-2-info-wrapper.step-5 {
  margin-bottom: 0px;
}

.step-2-info-wrapper.step-5 {
  margin-bottom: 0px;
}

.step-3-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.step-3-info-wrapper.step-5 {
  margin-bottom: 0px;
}

.step-3-info-wrapper.step-5 {
  margin-bottom: 0px;
}

.step-4-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.step-4-info-wrapper.step-5 {
  margin-bottom: 0px;
}

.step-4-info-wrapper.step-5 {
  margin-bottom: 0px;
}

.step-5-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.step-5-info-wrapper.step-5 {
  margin-bottom: 0px;
}

.step-5-info-wrapper.step-5 {
  margin-bottom: 0px;
}

.step-1-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.step-2-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.step-3-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.step-4-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.step-5-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.contact-button-footer {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.table-caption {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}

.video-axo {
  max-height: 448px;
  max-width: 300px;
}

.background-video {
  max-width: 550px;
  min-width: 550px;
  color: #4bb0ff;
}

.background-video.bgvideolongwide1 {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Axolittle font', sans-serif;
  color: #003f6e;
  font-size: 50px;
  text-align: right;
}

.container {
  max-height: 100%;
  max-width: 100%;
}

.background-video-2 {
  font-size: 100%;
}

.background-video-1 {
  color: transparent;
}

.image-10 {
  max-width: 300px;
  margin-top: -9px;
  padding-top: 0px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.section-2 {
  background-color: #161616;
}

.container-2 {
  padding-top: 648px;
}

.grain {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #222;
  background-image: url('../images/Grain_Latest.png');
  background-position: 0px 0px;
  background-size: auto;
  color: #000;
}

.grid-2 {
  grid-column-gap: 33px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  color: #161616;
}

.grid-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-rows: 454px;
  grid-template-rows: 454px;
}

.hero-heading-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  font-family: 'Axolittle font', sans-serif;
  color: #fff;
  font-size: 100px;
  text-align: center;
}

.heading-3-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Axolittle font', sans-serif;
  color: #fff;
  font-size: 35px;
  text-align: center;
}

.button-copy {
  padding: 16px 32px;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.button-copy:hover {
  background-color: #161616;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button-copy.right-24 {
  margin-right: 24px;
}

.button-copy.button-white {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.button-copy.button-white.small {
  padding: 12px 24px;
  font-size: 14px;
}

.button-copy.button-white.small.wide-button {
  padding-right: 32px;
  padding-left: 32px;
}

.button-copy.secondary {
  background-color: #fff;
  color: #000;
}

.button-copy.secondary:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.button-copy.secondary.small {
  padding: 12px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.button-copy.secondary.small.nav-cta {
  z-index: 2000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-copy.secondary.small.nav-cta.hide {
  display: none;
}

.button-copy.secondary.button-white {
  background-color: #0a0a0a;
  color: #fff;
}

.button-copy.secondary.button-white.right-32:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.button-copy.secondary.right-32:hover {
  background-color: rgba(22, 22, 22, 0.15);
}

.button-copy.right-32 {
  margin-right: 32px;
}

.button-copy.secondary-copy {
  background-color: #fff;
  color: #000;
}

.button-copy.secondary-copy:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.button-copy.secondary-copy.small {
  padding: 12px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.button-copy.secondary-copy.small.nav-cta {
  z-index: 2000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-copy.secondary-copy.small.nav-cta.hide {
  display: none;
}

.button-copy.secondary-copy.button-white {
  background-color: #0a0a0a;
  color: #fff;
}

.button-copy.secondary-copy.button-white.right-32:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.button-copy.secondary-copy.right-32:hover {
  background-color: rgba(22, 22, 22, 0.15);
}

.button-copy.secondary-copy.small-copy {
  padding: 12px 65px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.button-copy.secondary-copy.small-copy.nav-cta {
  z-index: 2000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-copy.secondary-copy.small-copy.nav-cta.hide {
  display: none;
}

.feature-section {
  max-width: 1360px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #222;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-4 {
  font-family: 'Axolittle font', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph {
  color: #fff;
  text-align: center;
}

.image-11 {
  margin-top: -7px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  border-radius: 20px;
}

.heading-5 {
  margin-top: 16px;
  font-family: 'Axolittle font', sans-serif;
  color: #4bb1fe;
  font-size: 50px;
  text-align: center;
}

.heading-5.footertext {
  color: #8d8d8d;
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
}

.text-span {
  font-family: 'Axolittle font', sans-serif;
  color: #4bb1fe;
  font-size: 40px;
  text-transform: uppercase;
}

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

.navbar-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-1-link {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  font-family: 'Axolittle font', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}

.navbar-1-link:hover {
  color: #232931;
}

.navbar-1-line-break {
  display: inline-block;
  width: 2px;
  height: 25px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #f4f7fa;
}

.navbar-1-button {
  padding: 12px 25px;
  border-radius: 3px;
  background-color: #446beb;
  font-family: Relative, sans-serif;
  font-size: 30px;
}

.header-1-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-1-text {
  margin-bottom: 5px;
  color: #446beb;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.header-1-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0b072a;
  font-size: 57px;
  line-height: 67px;
  font-weight: 600;
}

.button-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding: 12px 38px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 70px;
  background-color: #446beb;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.button-5:hover {
  box-shadow: 3px 2px 19px 0 rgba(0, 0, 0, 0.28);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.button-5-img {
  margin-left: 9px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-5-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.hero-image-mask {
  width: 100%;
  margin-left: 0px;
}

.hero-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 500px;
  min-width: 350px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-image.new {
  padding-top: 50px;
}

.heading-6 {
  border: 1px solid #000;
  font-family: 'Axolittle font', sans-serif;
  color: #4bb1fe;
}

.paragraph-2 {
  color: #fff;
}

.hero-2 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #1b1b1b;
}

.hero-2.newpage {
  background-color: #4bb1fe;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-right: 292px;
  font-family: 'Axolittle font', sans-serif;
  color: #4bb1fe;
  font-size: 50px;
  text-transform: uppercase;
}

.heading-7.blueishblack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #000;
}

.paragraph-3 {
  margin-top: -30px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 45px;
  padding-bottom: 27px;
  color: #fff;
  font-size: 19px;
}

.paragraph-3.blackishtext {
  color: #000;
}

.maindroptog {
  width: 280px;
  border: 1px none #000;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.maindroptog:hover {
  background-color: #000;
  color: #fff;
}

.maindroptog.w--open {
  background-color: #000;
  color: #fff;
}

.maindropwrap {
  width: 280px;
  background-color: #fff;
}

.maindroplink {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #fff;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.maindroplink:hover {
  background-color: #000;
  color: #fff;
}

.subdroplink {
  padding-left: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #fff;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.subdroplink:hover {
  background-color: #000;
  color: #fff;
}

.subdroplist.w--open {
  position: relative;
}

.maindroplist.w--open {
  position: relative;
  width: 280px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #000;
}

.subdroptog {
  display: block;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25) #000;
  background-color: #fff;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.subdroptog:hover {
  background-color: #000;
  color: #fff;
}

.subdroptog.w--open {
  background-color: #000;
  color: #fff;
}

.subdroptog.noborder {
  border-bottom-style: none;
}

.subdroptog.noborder.w--open {
  border-bottom-style: solid;
}

.subdropwrap {
  display: block;
}

.paragraph-4 {
  margin-top: 154px;
  color: #5a5a5a;
  text-align: center;
}

.container-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-12 {
  margin-top: 15px;
  padding-top: 0px;
}

.timeline_definition-wrapper {
  padding: 16px;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.overlay-fade-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(0deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.timeline_image-wrapper {
  overflow: hidden;
  border-radius: 12px;
  background-image: linear-gradient(138deg, #000, transparent 28%), url('../images/Image-Background.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.timeline_milestone-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #fff;
  color: #161616;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.overlay-fade-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(180deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.text-colour-lightgrey {
  color: hsla(0, 0%, 100%, 0.65);
}

.timeline_item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 180px 1fr;
  grid-template-columns: 1fr 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline_quote {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
}

.timeline_badge {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.container-5 {
  width: 90vw;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.timeline_quote-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-timeline {
  position: relative;
  z-index: -3;
  background-color: #0a0a0a;
}

.timeline_progress {
  position: absolute;
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
}

.timeline_centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-colour-white {
  color: #fff;
}

.timeline_progress-bar {
  position: fixed;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 50vh;
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7448), color-stop(51%, #ff4848), to(#6248ff));
  background-image: linear-gradient(180deg, #ff7448, #ff4848 51%, #6248ff);
}

.timeline_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  margin-right: 24px;
  border-radius: 8px;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_date-text {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.timeline_left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.inline-block {
  display: inline-block;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.section-3 {
  background-color: #001f36;
  color: #000;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1b1a1a;
}

.sm-align-centre {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.row.align-centre {
  margin-top: 19px;
  padding-top: 0px;
  padding-bottom: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-2.space-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-image {
  max-height: 570px;
  max-width: 570px;
  border-radius: 30px;
}

.button-6 {
  padding: 13px 25px 10px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #096ad0;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Axolittle font', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.button-6:hover {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4 {
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4.sm-2.lg-vertical-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-8 {
  width: 66.66%;
}

.margin-bottom {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.heading-8 {
  margin-bottom: 57px;
  font-family: 'Axolittle font', sans-serif;
  color: #4bb0ff;
  text-align: center;
  text-transform: uppercase;
}

.heading-8.idk {
  border: 1px none #000;
  color: #fff;
}

.section-4 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1b1a1a;
}

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 1;
}

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

.footer-link.spacing {
  margin-right: 16px;
  margin-left: 16px;
}

.footer-link.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.social-media-icon {
  max-width: 50px;
  margin-right: 33px;
  margin-left: -1px;
  padding: 8px;
}

.flex-horizontal-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal-space-between.footer {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.bg-video-long {
  min-height: 100px;
  min-width: 100px;
}

.submit-button {
  min-height: 60px;
  margin-right: 17px;
  padding-top: 19px;
  padding-right: 90px;
  padding-left: 90px;
  border-radius: 5px;
  font-size: 50px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Axolittle font', sans-serif;
  font-size: 10px;
}

.select-field {
  min-height: 60px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 12px;
  border-radius: 5px;
  background-color: #4bb0ff;
  color: #fff;
  font-size: 30px;
}

.grid-4 {
  padding-top: 7px;
  -ms-grid-columns: 1fr 1.5fr 1fr;
  grid-template-columns: 1fr 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-5 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: -15px;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-5.roadmap {
  display: block;
  padding-top: 14px;
  background-color: #1b1a1a;
  text-align: center;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.avatar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about {
  text-align: center;
}

.button-7 {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #096ad0;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
}

.button-7:hover {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.margin-bottom-2 {
  margin-top: -6px;
  margin-bottom: 81px;
  color: #fff;
}

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

.paragraph-6 {
  margin-top: 22px;
  padding-top: 0px;
  font-size: 25px;
}

.heading-9 {
  margin-bottom: 46px;
  font-family: 'Axolittle font', sans-serif;
  color: #000;
}

.side-image-2 {
  max-height: 2000px;
  max-width: 2000px;
  border-radius: 30px;
}

.image-13 {
  max-width: 40px;
  margin-top: -9px;
  margin-left: 0px;
  padding-left: 0px;
}

.countdown-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block {
  margin-bottom: 21px;
}

.countdown-row {
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.countdown-block {
  display: inline-block;
  width: 80px;
  margin: 5px 5px 23px;
  padding-top: 10px;
  padding-bottom: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  color: #fff;
}

.countdown-time {
  font-family: 'Axolittle font', sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.countdown-detail {
  border: 1px solid transparent;
  font-size: 18px;
}

.image-14 {
  display: block;
  overflow: scroll;
  width: 24%;
  max-height: 100%;
  max-width: 100%;
  min-height: 0%;
  min-width: 0%;
  padding-right: 40px;
  padding-left: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-15 {
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  min-height: 0%;
  min-width: 0%;
  margin-right: 20px;
  padding-right: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-16 {
  display: block;
  text-align: left;
}

.image-17 {
  padding-top: 0px;
}

.image-18 {
  margin-right: -5px;
}

.link-block {
  margin-left: 47px;
  padding-left: 0px;
  line-height: 45px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-19 {
  max-width: 40px;
  margin-top: -76px;
  margin-left: 9px;
}

@media screen and (min-width: 1280px) {
  .button.secondary.small {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .text-white.h6-smaller {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }

  .mint-thing.centred.full-width {
    max-width: 1200px;
  }

  .profile-bg-colour {
    height: 610px;
  }

  .hero-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .random-facts {
    display: none;
  }

  .profile-photo {
    max-width: 520px;
    margin-top: 24px;
  }

  .faq-wrapper.margin-xl {
    max-width: 1100px;
  }

  .personality-description {
    left: 0%;
    top: 5%;
    right: 0%;
    bottom: auto;
  }

  .hero-heading {
    position: static;
    max-width: 720px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    text-shadow: none;
    white-space: normal;
  }

  .label-arrow {
    bottom: 2%;
  }

  .random-fact.adam-fact-1 {
    position: absolute;
    top: 20%;
  }

  .random-fact.dan-fact-1 {
    top: 20%;
  }

  .random-fact.dan-fact-2 {
    top: 20%;
  }

  .random-fact.adam-fact-2 {
    top: 20%;
  }

  .background-video {
    max-width: 600px;
    min-width: 600px;
  }

  .background-video.bgvideolongwide1 {
    overflow: scroll;
    width: 100%;
    max-height: 200px;
    max-width: 30px;
    min-height: 30px;
    min-width: 100%;
    font-weight: 500;
    text-align: center;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .heading-3 {
    font-family: 'Axolittle font', sans-serif;
    color: #003f6e;
    font-size: 50px;
    text-align: right;
    text-transform: capitalize;
  }

  .background-video-2 {
    color: transparent;
  }

  .hero-heading-copy {
    position: static;
    max-width: 720px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    text-shadow: none;
    white-space: normal;
  }

  .heading-3-copy {
    font-family: 'Axolittle font', sans-serif;
    color: #003f6e;
    font-size: 50px;
    text-align: right;
    text-transform: capitalize;
  }

  .button-copy.secondary.small {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .button-copy.secondary-copy.small {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .button-copy.secondary-copy.small-copy {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .section {
    border-radius: 0px;
    font-size: 10px;
  }

  .side-image {
    border-radius: 30px;
  }

  .heading-8 {
    letter-spacing: 0px;
    text-transform: uppercase;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-4 {
    padding-bottom: 3px;
  }

  .bg-video-long {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 200px;
    max-width: 200%;
    min-height: 200px;
    min-width: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .submit-button {
    width: auto;
    min-height: 60px;
    margin-right: 17px;
    padding: 19px 90px 9px;
    border-radius: 5px;
    background-color: #4ab1ff;
    font-family: 'Axolittle font', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .select-field {
    min-height: 60px;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    background-color: #4bb0ff;
    font-family: 'Axolittle font', sans-serif;
    color: #fff;
    font-size: 30px;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
    line-height: 72px;
  }

  h2 {
    font-size: 56px;
    line-height: 64px;
  }

  h3 {
    font-size: 48px;
    line-height: 56px;
  }

  .button.hide-on-t-m {
    display: none;
  }

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

  .multi-button-wrapper {
    position: relative;
    z-index: 1;
  }

  .text-centred.margin-xxl {
    margin-bottom: 64px;
  }

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

  .paragraph-m.max-560w.margin-l.margin-0-t-m {
    margin-bottom: 0px;
  }

  .section1 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section1.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section1.grain.top-140 {
    padding-top: 120px;
  }

  .section1.grain.subpage-hero {
    padding-top: 120px;
  }

  .example-block.margin-xxl {
    margin-bottom: 64px;
  }

  .blur-background {
    display: block;
  }

  .mint-thing.small.flex {
    width: 100%;
    max-width: none;
  }

  .nav-menu {
    display: none;
  }

  .margin-xxl {
    margin-bottom: 64px;
  }

  .step {
    position: absolute;
    left: 24px;
    top: -19px;
    right: auto;
    bottom: auto;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .project-title-wrap {
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tab-pane-without-relume {
    width: 100%;
    min-width: 100%;
  }

  .figma-embed-wrapper {
    max-width: none;
  }

  .text-area.larger.margin-l {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .step-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-2-small {
    font-size: 56px;
    line-height: 64px;
  }

  .capabilities-wrap {
    width: 100%;
  }

  .pre-loader {
    display: none;
  }

  .grid-2-col.margin-l {
    grid-row-gap: 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fixed-cta {
    position: static;
    top: 16px;
  }

  .tab-pane-with-relume {
    width: 100%;
    min-width: 100%;
  }

  ._4-col-grid {
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-container.navbar-container-confirmation-page {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .comparison-img---desktop {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .page-type-text {
    line-height: 28px;
  }

  .rr-text-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .circle-blur-bottom-right-2 {
    width: 320px;
    height: 320px;
    opacity: 0.9;
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .circle-blur-bottom-right-2.safari {
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .circle-blur-middle-left {
    top: 20%;
    width: 320px;
    height: 320px;
    opacity: 0.9;
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .circle-blur-middle-left.safari {
    opacity: 0.8;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .comparison-img---mobile {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .center-div.margin-xxl {
    margin-bottom: 72px;
  }

  .hero-grid {
    display: block;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .hero-content-wrap.design-to-webflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .project-spec-top.margin-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rr-details-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .with-underline {
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .navbar {
    height: 80px;
  }

  .profile-photo {
    max-width: 480px;
  }

  .client-quote-wrap {
    width: 100%;
  }

  .circle-blur-bottom-left {
    right: auto;
    display: block;
    width: 320px;
    height: 320px;
    background-image: linear-gradient(132deg, #ff7448 31%, #ff4848 57%, #6248ff 79%);
    opacity: 0.9;
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .circle-blur-bottom-left.safari {
    opacity: 0.7;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .black-line {
    display: none;
  }

  .relume-roster-panel {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .circle-blur-top-right-2 {
    display: block;
    width: 400px;
    height: 400px;
    background-image: linear-gradient(285deg, #ff7448 29%, #ff4848 58%, #6248ff 80%);
    opacity: 0.7;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .circle-blur-top-right-2.safari {
    opacity: 0.7;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .timeline-wrapper {
    display: none;
  }

  .webflow-embed {
    width: 125%;
    margin-top: -88px;
    margin-left: -12.5%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .circle-blur-top-left {
    top: -10%;
    right: -5%;
    display: block;
    width: 400px;
    height: 400px;
    background-image: linear-gradient(285deg, #ff7448 29%, #ff4848 58%, #6248ff 80%);
    opacity: 0.7;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .circle-blur-top-left.safari {
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .circle-blur-bottom-right {
    bottom: 0%;
    width: 320px;
    height: 320px;
    opacity: 0.9;
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .circle-blur-bottom-right.safari {
    opacity: 0.7;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .hero-heading {
    position: relative;
  }

  .fixed-cta-container {
    left: 0%;
    top: 16px;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .label-arrow {
    left: 0%;
    top: 30%;
    right: auto;
    bottom: auto;
  }

  .label-arrow.on-d {
    display: none;
  }

  .label-arrow.on-t-m {
    position: static;
    left: auto;
    top: auto;
    display: block;
    max-width: 100%;
    margin-top: 40px;
  }

  .circle-blur-top-left-2 {
    top: -10%;
    right: -5%;
    display: block;
    width: 400px;
    height: 400px;
    background-image: linear-gradient(285deg, #ff7448 29%, #ff4848 58%, #6248ff 80%);
    opacity: 0.7;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .circle-blur-top-left-2.safari {
    opacity: 0.7;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .confirmation-page-subheading {
    font-size: 20px;
  }

  .image-9 {
    width: 48px;
  }

  .step-1-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step-2-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step-3-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step-4-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step-5-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .background-video {
    display: inline-block;
    text-align: center;
  }

  .heading-3 {
    text-align: center;
  }

  .hero-heading-copy {
    position: relative;
  }

  .heading-3-copy {
    text-align: right;
  }

  .button-copy.hide-on-t-m {
    display: none;
  }

  .navbar-1 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .navbar-1-container {
    margin-bottom: -48px;
    padding-bottom: 1px;
  }

  .nav-menu-2 {
    margin-right: 15px;
    margin-left: 15px;
    background-color: #f4f7fa;
  }

  .navbar-1-link {
    color: #122658;
  }

  .navbar-1-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px;
  }

  .icon-2 {
    color: #fff;
  }

  .header-1-h1 {
    font-size: 51px;
    line-height: 62px;
  }

  .section {
    margin-top: -101px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .wrapper-2.space-around {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-1 {
    display: none;
  }

  .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

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

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .submit-button {
    padding-left: 63px;
  }

  .section-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .margin-bottom-2 {
    margin-bottom: 40px;
  }

  .image-14 {
    max-width: 0%;
    min-width: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 36px;
    line-height: 44px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .text-white.text-centred.margin-m {
    margin-bottom: 16px;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .text-centred.margin-xxl {
    margin-bottom: 48px;
  }

  .paragraph-m.text-white.margin-m {
    margin-bottom: 16px;
  }

  .close-button {
    right: 24px;
  }

  .menu-container {
    width: 100%;
    padding: 80px 5vw;
  }

  .section1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section1.cta {
    padding-top: 64px;
    padding-bottom: 0px;
  }

  .example-block.margin-xl {
    margin-bottom: 48px;
  }

  .example-block.margin-xxl {
    margin-bottom: 56px;
  }

  .mint-thing.small.flex-vertical {
    width: 100%;
  }

  .mint-thing.centred {
    max-width: 1000px;
  }

  .margin-xl {
    margin-bottom: 48px;
  }

  .margin-xxl {
    margin-bottom: 56px;
  }

  .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .process-image {
    width: 100%;
    margin-bottom: 24px;
    background-image: url('../images/Process-Image-Background-Mobile_1.png');
    background-size: cover;
  }

  .step {
    left: 16px;
  }

  .project-title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project-spec-figma-wrap {
    height: 480px;
  }

  .price-text {
    font-size: 22px;
    line-height: 28px;
  }

  .figma-embed-wrapper {
    height: 480px;
  }

  .client-quote {
    font-size: 18px;
    line-height: 28px;
  }

  .step-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .heading-2-small {
    font-size: 40px;
    line-height: 48px;
  }

  .footer-credits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .pre-loader {
    display: none;
  }

  .wrapper._16-margins {
    margin: 0px;
  }

  .grid-2-col.margin-l {
    margin-bottom: 24px;
    grid-row-gap: 24px;
  }

  .form-2-col {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-icon.secondary.small.visit-live {
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .name-arrow {
    width: 72px;
  }

  .name-arrow.adam {
    top: 64px;
    right: 40px;
  }

  .name-arrow.dan {
    left: 40px;
    top: 64px;
  }

  .export-icon {
    position: static;
    display: block;
  }

  .comparison-img---desktop {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .page-type-text {
    font-size: 20px;
    line-height: 24px;
  }

  .pricing-row {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .profile-wrapper {
    padding: 16px;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .project-spec-webflow-wrap {
    height: 480px;
  }

  .circle-blur-bottom-right-2 {
    bottom: 5%;
    width: 280px;
    height: 280px;
    -webkit-filter: blur(60px);
    filter: blur(60px);
  }

  .circle-blur-bottom-right-2.safari {
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .circle-blur-middle-left {
    width: 280px;
    height: 280px;
  }

  .circle-blur-middle-left.safari {
    opacity: 0.9;
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .comparison-img---mobile {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-wrapper.margin-xl {
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .center-div.margin-xxl {
    margin-bottom: 64px;
  }

  .loading-animation {
    width: 240px;
    margin-top: -80px;
  }

  .random-facts.dan {
    display: none;
  }

  .random-facts.adam {
    display: none;
  }

  .rr-details-wrap {
    margin-left: 0px;
  }

  .with-underline {
    padding-top: 2px;
    padding-bottom: 4px;
    background-position: 50% 110%;
  }

  .profile-photo {
    max-width: 400px;
    margin-top: 48px;
  }

  .profile-photo.dan {
    margin-left: -8px;
    padding-left: 0px;
  }

  .rr-image {
    width: 100%;
    margin-bottom: 24px;
    background-image: url('../images/Process-Image-Background-Mobile.png');
  }

  .faq-wrapper {
    padding-right: 0px;
  }

  .faq-block {
    max-width: 500px;
  }

  .circle-blur-bottom-left {
    left: -20%;
    width: 280px;
    height: 280px;
    background-image: linear-gradient(132deg, #ff7448 29%, #ff4848 52%, #6248ff 75%);
    opacity: 0.9;
    -webkit-filter: blur(60px);
    filter: blur(60px);
  }

  .circle-blur-bottom-left.safari {
    opacity: 0.9;
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .relume-roster-panel {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .circle-blur-top-right-2 {
    top: 2%;
    width: 320px;
    height: 320px;
    opacity: 0.9;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .circle-blur-top-right-2.safari {
    opacity: 0.9;
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .form-divider {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .project-spec-name {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    white-space: nowrap;
  }

  .step-info {
    margin-left: 0px;
  }

  .personality-description {
    font-size: 16px;
  }

  .circle-blur-top-left {
    width: 320px;
    height: 320px;
    opacity: 0.9;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .pricing-row-spacer {
    display: none;
  }

  .circle-blur-bottom-right {
    width: 280px;
    height: 280px;
    -webkit-filter: blur(60px);
    filter: blur(60px);
  }

  .circle-blur-bottom-right.safari {
    opacity: 0.9;
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .hero-heading {
    text-align: center;
  }

  .project-spec-wrapper {
    padding: 16px;
  }

  .label-arrow.on-t-m {
    top: 32%;
    width: 128px;
  }

  .features-text {
    font-size: 14px;
    line-height: 22px;
  }

  .circle-blur-top-left-2 {
    width: 320px;
    height: 320px;
    opacity: 0.9;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .circle-blur-top-left-2.safari {
    opacity: 0.9;
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .random-fact.adam-fact-1 {
    width: 96.80000000000001px;
  }

  .random-fact.dan-fact-1 {
    width: 107.2px;
  }

  .random-fact.dan-fact-2 {
    width: 116.80000000000001px;
  }

  .random-fact.adam-fact-2 {
    width: 96.80000000000001px;
  }

  .pricing-table {
    padding: 32px 24px;
  }

  .confirmation-heading-wrapper {
    margin-bottom: 16px;
  }

  .image-9 {
    width: 40px;
  }

  .menu {
    display: none;
  }

  .step-1-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-1-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-1-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-2-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-2-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-2-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-3-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-3-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-3-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-4-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-4-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-4-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-5-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-5-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-5-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .table-caption {
    text-align: center;
  }

  .background-video {
    display: inline-block;
    max-width: 20%;
    min-width: 108%;
    margin-right: 16px;
    margin-bottom: -149px;
    margin-left: -26px;
    padding-right: 0px;
  }

  .heading-3 {
    margin-top: 17px;
    padding-top: 0px;
  }

  .button-copy {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-1 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-1-h1 {
    font-size: 45px;
    line-height: 59px;
  }

  .hero {
    padding: 40px 20px;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .timeline_item {
    width: 100%;
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }

  .timeline_quote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .section {
    margin-top: 6px;
  }

  .sm-align-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .row.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-2.space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .side-image {
    max-width: 400px;
    margin-bottom: 20px;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-4.sm-2 {
    width: 100%;
  }

  .footer-logo {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .social-media-icons-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-horizontal-space-between.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sm-align-centre-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .side-image-2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

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

  .multi-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-m.text-centred.ethprice.leftcount {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mint-thing.centred {
    max-width: 250px;
  }

  .project-title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project-spec-figma-wrap {
    height: 400px;
  }

  .figma-embed-wrapper {
    height: 360px;
  }

  .heading-2-small {
    font-size: 36px;
    line-height: 44px;
  }

  .benefits-icon {
    width: 32px;
    margin-right: 12px;
    margin-bottom: 0px;
  }

  .fixed-cta {
    top: 18px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .name-arrow {
    width: 56px;
  }

  .name-arrow.adam {
    top: 40px;
    right: 24px;
  }

  .name-arrow.dan {
    left: 24px;
    top: 40px;
  }

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

  .faq-arrow {
    width: 20px;
    margin-top: 10px;
  }

  .project-spec-webflow-wrap {
    height: 400px;
  }

  .center-div.margin-xxl {
    margin-bottom: -30px;
  }

  .icon-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .random-facts.dan {
    display: none;
  }

  .random-facts.adam {
    display: none;
  }

  .profile-photo.dan {
    margin-top: 48px;
  }

  .profile-photo.adam {
    margin-top: 48px;
  }

  .circle-blur-bottom-left {
    left: -20%;
  }

  .circle-blur-top-right-2 {
    right: -20%;
    width: 280px;
    height: 280px;
  }

  .project-spec-name {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .personality-description {
    top: 3%;
  }

  .circle-blur-top-left {
    right: -20%;
    width: 280px;
    height: 280px;
  }

  .hero-heading {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 50px;
  }

  .label-arrow.on-t-m {
    top: 40%;
  }

  .circle-blur-top-left-2 {
    right: -20%;
    width: 280px;
    height: 280px;
  }

  .random-fact.adam-fact-1 {
    top: 20%;
    width: 96.80000000000001px;
  }

  .random-fact.dan-fact-1 {
    left: 2%;
    top: 18%;
    width: 107.2px;
  }

  .random-fact.dan-fact-2 {
    top: 18%;
    right: 2%;
    width: 116.80000000000001px;
  }

  .random-fact.adam-fact-2 {
    top: 20%;
    width: 96.80000000000001px;
  }

  .pricing-table {
    padding: 24px 16px;
  }

  .faq-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .confirmation-page-subheading {
    font-size: 18px;
  }

  .image-9 {
    width: 32px;
  }

  .image-6 {
    display: none;
  }

  .background-video {
    max-height: 0px;
    max-width: 0%;
    min-height: 0px;
    min-width: 0%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .hero-heading-copy {
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .navbar-1-container {
    margin-bottom: -65px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-1-h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .timeline_item {
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .section {
    margin-top: -106px;
  }

  .sm-align-centre {
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper-2.space-around {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-image {
    max-width: 300px;
    margin-bottom: 20px;
    text-align: center;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-6 {
    width: 100%;
    margin-top: -35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col.lg-6.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.sm-2.lg-vertical-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-8 {
    margin-bottom: -7px;
    font-size: 30px;
  }

  .footer-logo {
    display: block;
  }

  .social-media-icons-container-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-link.no-padding.last {
    margin-right: -10px;
  }

  .footer-link.no-padding.first {
    margin-left: -12px;
  }

  .social-media-icon {
    padding: 0px;
  }

  .flex-horizontal-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .submit-button {
    padding-right: 50px;
    padding-left: 50px;
  }

  .margin-bottom-2 {
    margin-top: -37px;
  }

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

  .side-image-2 {
    margin-bottom: 20px;
  }

  .countdown-row {
    min-width: 40px;
    margin-bottom: 0px;
    font-size: 10px;
  }

  .countdown-time {
    font-size: 30px;
  }
}

#w-node-fe9e1fdb-03b5-4bd5-b7ee-16907e82c254-96180f88 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  grid-area: Area;
}

.hero-grid>#w-node-fe9e1fdb-03b5-4bd5-b7ee-16907e82c254-96180f88 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_312f2559-f8c8-74bb-5c7a-e83c78068c30-96180f88 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-area: Area-2;
}

#w-node-_6ab5f08b-d483-da0e-9813-1a1407689b33-96180f88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_312f2559-f8c8-74bb-5c7a-e83c78068c30-96180f88 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Relative';
  src: url('../fonts/Relative-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Relative';
  src: url('../fonts/Relative-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Relative';
  src: url('../fonts/Relative-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axolittle font';
  src: url('../fonts/Axolittle-font.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}