:root {
  --dark-grey: #000;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

body {
  color: var(--dark-grey);
  font-family: Relative, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--dark-grey);
  letter-spacing: -2.4px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 500;
  line-height: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button.secondary.small {
  color: var(--dark-grey);
  text-align: center;
  flex: 1;
  padding: 12px 24px;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s;
}

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

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

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

.button.secondary.button-white.right-32:hover {
  background-color: #ffffff0d;
}

.button.secondary.right-32:hover {
  background-color: #16161626;
}

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

.navbar-version-1 {
  z-index: 100;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

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

.layer-blur-cta {
  filter: blur(95px);
  background-image: linear-gradient(132deg, #ff4848, #ff7448 41%, #6248ff 75%);
  border-radius: 500px;
  align-self: center;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto;
}

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

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

.text-white {
  color: #fff;
}

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

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

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

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

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

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

.nav-link.footer {
  color: #ffffffbf;
  padding: 12px 0;
  transition: color .3s;
  display: block;
}

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

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

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

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

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

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

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

.badge-text.text-grey {
  color: #000000bf;
}

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

.home {
  width: 124px;
  height: 33.33px;
  position: relative;
}

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

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

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

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

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

.paragraph-m.max-560w.margin-l.margin-0-t-m {
  font-weight: 500;
}

.close-button {
  background-color: #161616;
  border: 2px solid #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 24px 40px auto auto;
}

.menu-container {
  z-index: 1000;
  background-color: #161616;
  justify-content: flex-start;
  align-items: flex-start;
  width: 560px;
  padding: 104px 64px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: scroll;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

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

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

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

.section.black.confirmation-page {
  height: 100vh;
  padding-top: 180px;
  display: flex;
}

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

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

.section.grain.top-140 {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: none;
  background-clip: border-box;
  padding-top: 140px;
  transform: translate(0);
}

.section.grain.padding-top-40 {
  background-color: #fff0;
  background-image: none;
  padding-top: 40px;
}

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

.background-blur-wrapper {
  z-index: -5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.text-orange {
  color: #ff7448;
}

.nav-link-text-large {
  flex-direction: column;
  line-height: 56px;
  text-decoration: none;
  transition: all .4s;
}

.nav-link-text-large:hover {
  color: #ffffffbf;
  transform: translate(8px);
}

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

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

.example-block {
  border: 3px solid #ff7448;
  justify-content: center;
  align-items: center;
  width: 560px;
  height: 80px;
  display: flex;
}

.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 {
  height: 20px;
  text-decoration: none;
  overflow: hidden;
}

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

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

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

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

.badge.light-grey {
  background-color: #ffffff26;
}

.badge.light-grey.wrap {
  margin-bottom: 8px;
  margin-right: 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 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  text-decoration: none;
  display: block;
}

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

.blur-background {
  background-color: #1616161a;
  position: absolute;
  inset: 0%;
}

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

.container.small {
  max-width: 920px;
}

.container.small.flex-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.small.flex {
  justify-content: flex-start;
  align-items: flex-start;
}

.container.centred {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.centred.full-width {
  align-items: stretch;
}

.container.grid {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container.static {
  position: static;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-light-grey {
  color: #ffffffa6;
}

.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 {
  background-image: url('../images/Process_step_background.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
}

.step {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

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

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

.process-wrapper {
  position: relative;
}

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

.figma-embed-wrapper {
  background-image: url('../images/Untitled-design-2.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  border: 0 solid #161616;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 490px;
  position: relative;
  overflow: hidden;
}

.text-area {
  color: #fff;
  background-color: #ffffff0d;
  border: 2px solid #ffffff0d;
  border-radius: 8px;
  min-height: 120px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  border-color: #ffffff40;
}

.text-area:focus {
  background-color: #fff0;
  border-color: #fff;
}

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

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

.text-area.margin-l {
  transition: all .4s;
}

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

.relume-logo-primary-white {
  z-index: 0;
  color: #fff;
  position: absolute;
  inset: 0%;
}

.step-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

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

.benefits-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
}

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

.heading-2-small {
  font-size: 56px;
  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 {
  background-color: #ffffff26;
  border-radius: 16px;
  padding: 24px;
}

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

.step-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

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

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-color: #161616;
  transition: all .3s;
}

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

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

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

.pre-loader {
  z-index: 2000;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

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

.wrapper {
  position: relative;
}

.wrapper.flex-vertical {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.profile-button-wrap {
  align-items: flex-start;
  display: flex;
}

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

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

.fixed-cta {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #000;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: fixed;
  top: 24px;
  right: 5vw;
  box-shadow: 0 2px 6px #0000001a;
}

.fixed-cta:hover {
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #00000026;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-wrapper {
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

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

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

.navbar-container {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

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

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

.comparison-img---desktop.img-2 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.comparison-img---desktop.img-3 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

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

.rr-peeps {
  width: 100%;
}

.pricing-row {
  border-top: 1px solid #ffffff26;
  border-bottom: 1px #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

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

.profile-wrapper {
  background-color: #fff;
  border: 2px solid #161616;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.step-heading {
  color: #fff;
}

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

.faq-answer {
  margin-top: 24px;
  margin-left: 0;
}

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

.circle-blur-bottom-right-2.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
  background-color: #fff0;
  background-image: linear-gradient(132deg, #8adcef 23%, #8366f7 50%, #813dfb);
}

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

.circle-blur-middle-left.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(59deg, #8adaef 27%, #8366f7 50%, #6248ff 79%);
  inset: 0% auto auto 0%;
}

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

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

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tabs-menu.left-align {
  justify-content: flex-start;
}

.hero-grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.loading-animation {
  width: 280px;
}

.project-spec-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

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

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

.with-underline.long-underline {
  background-image: url('../images/Underline_long.svg');
  background-position: 50% 100%;
}

.text-field {
  color: #fff;
  background-color: #ffffff0d;
  border: 2px solid #ffffff0d;
  border-radius: 8px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
}

.text-field:hover {
  border-color: #ffffff40;
}

.text-field:focus {
  background-color: #fff0;
  border-color: #fff;
}

.text-field.margin-s {
  transition: all .4s;
}

.navbar {
  z-index: 100;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 96px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0);
}

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

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

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

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

.relume-comparison-tab-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.circle-blur-bottom-left.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(334deg, #8adaef 18%, #8366f7 59%, #6248ff 86%);
}

.step-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

.circle-blur-top-right-2.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(132deg, #8adaef 35%, #8366f7 54%, #6248ff 80%);
}

.form-divider {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 56px;
}

.grey-line {
  background-color: #ffffff26;
  width: 2px;
  height: 82%;
  position: relative;
}

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

.step-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
  position: static;
}

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

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

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

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

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

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

.faq-bottom {
  transform-origin: 50% 0;
  overflow: hidden;
}

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

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

.circle-blur-top-left.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(132deg, #8adaef 35%, #8366f7 54%, #6248ff 80%);
}

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

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

.circle-blur-bottom-right.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(132deg, #8adaef 26%, #8366f7 51%, #6248ff 75%);
}

.hero-heading {
  color: var(--dark-grey);
  max-width: 640px;
  font-weight: 700;
  position: relative;
}

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

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

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

.project-spec-wrapper {
  background-color: #fff;
  border: 2px solid #161616;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

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

.project-spec-tab-link {
  opacity: 1;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  padding: 8px 0;
  display: flex;
}

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

.project-spec-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-color: #161616;
  transition: all .3s;
}

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

.label-arrow {
  position: absolute;
  inset: auto 0% 1% 37%;
}

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

.features-text {
  color: #fff;
}

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

.circle-blur-top-left-2.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(132deg, #8adaef 27%, #8366f7 51%, #6248ff 79%);
  height: 350px;
}

.random-fact.adam-fact-1 {
  width: 121px;
  position: absolute;
  inset: 15% auto auto 5%;
}

.random-fact.dan-fact-1 {
  width: 134px;
  position: absolute;
  inset: 15% auto auto 5%;
}

.random-fact.dan-fact-2 {
  width: 146px;
  position: absolute;
  inset: 15% 5% auto auto;
}

.random-fact.adam-fact-2 {
  width: 121px;
  position: absolute;
  inset: 15% 5% auto auto;
}

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

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

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

.faq-top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  background-color: #fff;
}

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

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

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

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

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

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

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

.step-1-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.step-2-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.step-3-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.step-4-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.step-5-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.step-1-number, .step-2-number, .step-3-number, .step-4-number, .step-5-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

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

.table-caption {
  color: #fffc;
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.rl-cta_component {
  color: #fff;
  background-color: #1d1c1e;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem 5%;
  display: flex;
}

.rl-cta_text-wrapper {
  margin-right: 1.5rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20rem;
  padding: .75rem 1.5rem;
  font-size: .875rem;
}

.button-2.button-small {
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.button-2.button-small.invert-colors {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-2.button-small.invert-colors:hover {
  color: #1d1c1e;
  background-color: #fff;
}

.rl-cta_component-2 {
  background-color: #1d1c1e;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 5%;
  display: flex;
}

.button-secondary {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 1px solid #ffffff40;
  border-radius: 100px;
  padding: .75rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .2s;
}

.button-secondary:hover {
  border-color: #fff;
}

.button-secondary.button-small {
  padding: .5rem 1.25rem;
  font-size: 1rem;
}

.text-block {
  color: #fff;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.hide {
  overflow: clip;
}

.logo-hero-studio {
  width: 30%;
  padding-left: 10px;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.moving-images-bottom-fill {
  width: 102vw;
  max-width: none;
  margin-left: -1vw;
  position: absolute;
  inset: auto 0% -2px;
}

.master-moving-studio-hero {
  width: 100vw;
  margin-top: 64px;
  position: relative;
  overflow: hidden;
}

.image-hero-studio {
  background-color: #0000;
  width: 32%;
}

.limit-sutitle-hero-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  max-width: 704px;
  display: flex;
  overflow: clip;
}

.inside-moving-hero-studio {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.section-2 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-2.hero-studio {
  padding-top: 80px;
  padding-bottom: 0;
}

.icon-brand-hero-about {
  width: 64px;
  height: 64px;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  inset: -1% 0% auto;
}

.flex-hero-studio {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 56px;
  display: flex;
}

.subtitle {
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}

.wrap-number {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-manifesto-big {
  font-size: 72px;
  font-weight: 500;
  line-height: 120%;
}

.grid-numbers-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1060px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.master-quote-center {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-3.dark {
  color: #fff;
  background-color: #000;
}

.section-3.dark.under-hero-studio {
  margin-top: 0;
  padding-top: 320px;
}

.text-sub-number {
  color: #fffc;
  font-size: 22px;
  font-weight: 400;
}

.icon-quote {
  aspect-ratio: auto;
  object-fit: fill;
  height: 56px;
}

.text-big-number {
  color: #5e17eb;
  font-size: 100px;
  font-weight: 500;
  line-height: 110%;
}

.master-expandable-big {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.expandable-top-big {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expandable-bottom-big {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.grid-master-values {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.h3-expandable-big {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.flex-heading-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.flex-heading-left.mg-bottom-100 {
  margin-bottom: 100px;
}

.flex-heading-left.mg-bottom-80 {
  margin-bottom: 80px;
}

.text-expanabdle-botton {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.limit-wrap-feature {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 740px;
  display: flex;
}

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

.no-margins {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.plus-line-big {
  background-color: #000;
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line-big.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.abstract-heading {
  object-fit: contain;
  width: 52px;
  height: 52px;
  margin-top: 4px;
  display: block;
}

.big-text {
  font-size: 32px;
  line-height: 130%;
}

.plus-expand-master-big {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.expandable-single-big {
  cursor: pointer;
  border-top: 1px solid #000;
  padding: 26px 0;
}

.number-service-animated {
  width: 72px;
  margin-bottom: 7px;
  overflow: hidden;
}

.list-services-animated {
  flex-direction: column;
  max-width: 1008px;
  margin-bottom: 40px;
  display: flex;
}

.flex-under-animated-services {
  max-width: 1008px;
  margin-top: 72px;
}

.single-service-animated {
  opacity: 1;
  border-top: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 52px;
  padding-bottom: 52px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.single-service-animated:hover {
  opacity: 1;
}

.single-service-animated.list-item {
  border-bottom: 1px solid #000;
}

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

.container-medium {
  width: 100%;
  max-width: 1170px;
  padding-left: 24px;
  padding-right: 24px;
}

.big-text-service-animated {
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  overflow: hidden;
}

.wrap-text-service-animated {
  overflow: hidden;
}

.pre-loader-2, .pre-loader-3 {
  z-index: 2000;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-v7---brix {
  z-index: 99999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.preloder-text-wrapper-v7---brix {
  z-index: 3;
  position: relative;
}

.preloader-v7-loader---brix {
  width: 60px;
}

.preloader-v7-bg-grey---brix {
  z-index: 1;
  background-color: #170f49;
  width: 100%;
  height: 100%;
  margin-top: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.preloader-v7-bg-primary---brix {
  z-index: 2;
  background-color: #4a3aff;
  width: 100%;
  height: 100%;
  margin-top: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.lottie-animation {
  width: 280px;
}

.pre-loader-4 {
  z-index: 2000;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pre-loader-5 {
  z-index: 99999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  width: 280px;
}

.image-10 {
  max-width: 80%;
}

.navbar-1 {
  color: #333;
  background-color: #0000;
  font-size: 20px;
  font-weight: 500;
}

.navlink-nb1 {
  color: #333;
  vertical-align: baseline;
  display: inline-block;
  position: relative;
}

.menu_overlay.frosted {
  display: none;
}

.menu_btn {
  color: #333;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 12px;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  transition: background-color .225s, color .5s, border-color .75s;
}

.menu_btn:hover {
  color: #6f4368;
  border-color: #ddd;
}

.menu_btn:active {
  background-color: #fafafa;
}

.menu_btn:focus {
  border-color: #b6d1ff;
}

.menu_btn.dark {
  color: #fff;
}

.menu_btn.background {
  color: #6f4368;
  background-color: #f1eff1;
}

.menu_btn.background:hover {
  border-color: #d9c0d5;
}

.menu_btn.background:active {
  background-color: #f6f0f5;
}

.menu_btn.background.dark {
  color: #f6f0f5;
  background-color: #553457;
}

.menu_bar {
  justify-content: center;
  max-width: 1200px;
  min-height: 40px;
  padding: 8px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.menu_bar.frosted {
  align-items: center;
  min-height: 0;
  display: flex;
}

.menu_bar.frosted.dark.rounded_bar.soft_shadow {
  background-color: #1f1f1fcc;
  flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu_bar.frosted.dark.rounded_bar.soft_shadow.light {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  border: 1px #000;
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.icon_btn {
  display: none;
}

.section-6 {
  float: left;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
}

.menu_brand_container {
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.company_name {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 700;
}

.menu_bar_wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 100vw;
  display: flex;
  position: sticky;
  top: 0;
}

.image-11 {
  opacity: 1;
  background-color: #0000;
  max-width: 6%;
}

.scroll-flyout-wrapper {
  margin-right: 12px;
  overflow: auto;
}

.link-cover {
  background-color: #fcfcff00;
  border-radius: 5px;
  height: 100%;
  max-height: 42px;
  position: absolute;
  inset: auto 0%;
}

.close-flyout {
  cursor: pointer;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.nav-menu-2 {
  z-index: 40;
  justify-content: center;
  max-width: 450px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.flyout-heading {
  padding-left: 80px;
}

.link-text {
  z-index: 10;
  position: relative;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.card-arrow-icon.dark {
  background-color: #fff;
  border-color: #c0c0d333;
}

.agent-social-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 10px;
  padding: 9px;
  display: flex;
  position: relative;
  inset: auto auto -25% 37%;
}

.vacation-continents {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 0 24px 36px 80px;
  display: grid;
}

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

.mobile-navigation-shade {
  display: none;
}

.image-23 {
  position: relative;
  left: 0;
}

.text-block-4 {
  text-align: center;
  font-size: 16px;
}

.flyout-menu {
  cursor: pointer;
  border-bottom: 1px #c0c0d333;
  border-right: 1px #c0c0d333;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flyout-menu.close {
  display: none;
}

.flyout-info-box {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.text-block-28 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  inset: auto auto -23% -40%;
}

.left-nav {
  z-index: 25;
  background-color: #fff0;
  border-bottom: 1px solid #c0c0d333;
  border-right: 1px solid #c0c0d333;
  width: 70px;
  height: 80px;
  display: flex;
  position: relative;
}

.navbar-2 {
  background-color: #0000;
  border-bottom: 1px #c0c0d333;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.flyout-menu-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  background-color: #ffffffc7;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 448px;
  max-width: 448px;
  padding: 116px 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.vacation-card-arrow {
  width: 14px;
}

.navigation-content {
  z-index: 15;
  border-bottom: 1px #c0c0d333;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: 80px;
  padding-left: 36px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #f7f8fc;
  background-image: linear-gradient(90deg, #8adaef, #7e3bffd1 47%, #5e17eb 84%);
  border: 0 solid #fcfcff00;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.bold-text {
  color: #000;
}

.horizontal-line {
  outline-offset: 0px;
  color: #000;
  background-color: #000;
  outline: 1px #000;
  flex: 1;
  height: 2px;
}

.brand {
  z-index: 25;
  color: #000;
  letter-spacing: -.02em;
  text-transform: uppercase;
  align-items: center;
  padding-right: 0;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.flyout-menu-wrapper {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.text-block-2 {
  text-align: center;
  font-size: 16px;
}

.navigation-shade {
  background-color: #ffffff82;
  border-bottom: 1px solid #c0c0d333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.text-block-6 {
  text-align: center;
}

.nav-link-2 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 2px #0f132600;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.menu-lottie {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.top-nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.nav-menu-links {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-24 {
  max-width: 45%;
}

.section-7 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-7.hero-services {
  padding-top: 100px;
  padding-bottom: 16px;
}

.title-wrap-services {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-big {
  color: #000;
  font-size: 22px;
  line-height: 130%;
}

.left-single-service {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 435px;
  display: flex;
}

.master-service-details-list {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.single-service-detail {
  border-top: 1px solid #000;
  padding-top: 24px;
  padding-bottom: 24px;
}

.single-service-detail.last-detail {
  border-bottom: 1px solid #000;
}

.single-service-detail.last-detail.inverted-color {
  border: 1px solid #000;
  border-style: solid none;
}

.single-service-detail.inverted-color {
  border: 1px #000;
  border-top-style: solid;
}

.grid-single-service {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.h3-no-capitals {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.section-8 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.right-single-service {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.section-9 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-9.dark {
  color: #fff;
  background-color: #fff;
}

.section-10 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrap-process-one {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.divider-process-one {
  background-color: #0000004d;
  width: 100%;
  height: 2px;
}

.grid-process-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-11 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-11.dark {
  color: #fff;
  background-color: #fff;
}

.text-number-process-one {
  color: #9e65ff;
  font-size: 62px;
  font-weight: 500;
  line-height: 120%;
}

.bottom-process-one {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider-contact {
  background-color: #000;
  height: 2px;
  margin-top: 72px;
  margin-bottom: 52px;
}

.circle-contact {
  background-color: #5e17eb;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 48px;
  display: flex;
}

.bottom-contact {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overlay-contact-heading {
  z-index: 4;
  transform-origin: 100%;
  background-color: #fff8ebb3;
  display: none;
  position: absolute;
  inset: 0%;
}

.h2-contact {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 84px;
  font-weight: 600;
  line-height: 120%;
}

.section-12 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.single-contact-heading {
  position: relative;
  overflow: hidden;
}

.wrap-contact-heading {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-contact-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.icon-social {
  flex: none;
  width: 26px;
  height: 26px;
}

.subheading-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-wrapper {
  cursor: pointer;
  background-color: #050505;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  overflow: hidden;
}

.icon-wrapper.background-primary {
  background-color: #a26cff;
}

.large-icon {
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
}

.cut-out-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  min-height: 8.44vw;
  max-height: 8.44vw;
}

.cut-out-wrapper {
  z-index: 10;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 6.7vw;
  display: flex;
  position: relative;
}

.cut-out-wrapper.align-bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.cut-out-wrapper.align-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.features-image {
  object-fit: cover;
  object-position: 30% 100%;
  border-radius: 24px;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.features-image.align-top {
  object-position: 30% 0%;
}

.cut-out-flex {
  z-index: 10;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.italics {
  font-style: italic;
  font-weight: 300;
}

.small-icon {
  min-width: 2vw;
  max-width: 2vw;
}

.features-image-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 43.9vw;
  max-width: 43.9vw;
  min-height: 43.9vw;
  max-height: 43.9vw;
  display: flex;
  position: relative;
}

.features-image-wrapper.align-botton {
  justify-content: flex-end;
  align-items: flex-start;
}

.metrics-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.metrics-flex.space-between {
  justify-content: space-between;
}

.metrics-flex.space-between.align-center {
  justify-content: space-between;
  align-items: center;
}

.card-text-block {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.large-card {
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 44.4vw;
  max-width: 44.4vw;
  padding: 4.4vw;
  display: flex;
}

.space-7rem {
  min-height: 7.8vw;
}

.arrow {
  min-width: .9vw;
  max-width: .9vw;
  min-height: .9vw;
  max-height: .9vw;
}

.button-text {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.button-with-circle-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  color: #f5f5f5;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #050505;
  border: .1vw solid #050505;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  padding: .14vw .28vw .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon.button-light {
  color: #050505;
  background-color: #dbec62;
  border-color: #dbec62;
}

.button-arrow-wrapper {
  cursor: pointer;
  background-color: #dbec62;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  overflow: hidden;
}

.button-arrow-wrapper.button-light {
  background-color: #050505;
}

.button-text-absolute {
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
  display: none;
  position: absolute;
  left: 2.22vw;
}

.heading-3, .heading-4 {
  font-size: 100px;
  font-weight: 700;
  line-height: 130%;
}

.text-block-29, .heading-5, .paragraph, .heading-6 {
  color: #000;
}

.text-block-30, .text-block-31, .text-block-32, .text-block-33 {
  color: var(--dark-grey);
}

.previous-button {
  opacity: .35;
  color: #000;
  text-indent: -2px;
  border-bottom: 1px dashed #0006;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 16px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.checkbox-label {
  z-index: 3;
  opacity: .45;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 55px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 0;
}

.checkbox-label.no-label {
  padding-left: 0;
  padding-right: 0;
}

.heading-7 {
  color: #fff;
  align-self: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.3em;
}

.form-wrapper-2 {
  background-color: #fff;
  border: 5px solid #00000026;
  border-radius: 25px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  box-shadow: 0 0 100px #0000004d;
}

.checkbox-ticker {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #eb4d8c;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1em;
  line-height: 1em;
}

.form-content {
  width: 60%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-top: -20px;
}

.checkbox-wrapper {
  z-index: 1;
  background-color: #e1e4e940;
  background-image: url('../images/unchecked.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  transition: border-color .2s ease-in;
  display: block;
  position: relative;
}

.checkbox-wrapper:hover {
  border-color: #0000004d;
}

.checkbox-wrapper:active {
  transform: scale(1.02);
}

.checkbox-wrapper.checkbox-square {
  background-position: 50%;
  background-size: 20px;
  border-radius: 5px;
  flex: none;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
}

.form-title-line {
  background-color: #000;
  border-radius: 3px;
  width: 25px;
  height: 4px;
  margin: 25px auto 50px;
  display: block;
}

.step-paginator {
  background-color: #0000;
  height: 100%;
  position: relative;
}

.collaborate-wrap {
  background-color: #3700a5;
  background-image: linear-gradient(135deg, #5710e4, #b189ff);
  min-height: 100vh;
  padding-bottom: 0;
}

.previous {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
}

.extra-option-wrap {
  color: #00000059;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  display: flex;
}

.sub-heading {
  color: #fffc;
  letter-spacing: .5px;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.hero-collaborate {
  color: #fff;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
}

.step-2 {
  background-color: #f0f1f3;
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.form-section-title {
  color: #000;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.5em;
}

.collaborate-form-step {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 29px;
  display: flex;
  position: relative;
}

.field {
  color: #6c33da;
  text-align: left;
  background-color: #e1e4e940;
  border: 2px solid #cbced2;
  border-radius: 10px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
  transition: border .2s ease-in;
}

.field:focus {
  border-color: #6c33da;
  font-weight: 600;
}

.field.area {
  height: 150px;
  min-height: 150px;
  max-height: 150px;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}

.step-counter {
  color: #00000059;
  margin-bottom: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkbox-active-overlay {
  z-index: 2;
  opacity: 0;
  background-color: #edeff0;
  background-image: url('../images/checked.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 2px solid #6c33da;
  border-radius: 10px;
  height: auto;
  margin: -2px;
  position: absolute;
  inset: 0;
}

.checkbox-active-overlay.square-overlay {
  background-position: 50%;
  background-size: 20px;
  border-radius: 5px;
}

.success-message-2 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #3cd3ad;
  background-image: linear-gradient(135deg, #3cd3ad, #4cb8c4);
  border-radius: 20px;
  padding: 50px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.social-link {
  opacity: .7;
  color: #fff;
  background-image: url('../images/twitter-icon-white.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-size: 15px;
  line-height: 0;
  text-decoration: none;
  transition: opacity .2s ease-in;
}

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

.next-button {
  color: #fff;
  background-color: #ad4cfc;
  border-radius: 10px;
  flex: 1;
  align-self: center;
  padding: 10px 20px;
  font-size: 20px;
  transition: background-color .2s ease-in;
}

.next-button:hover {
  background-color: #6c33da;
}

.submit-button {
  box-shadow: none;
  letter-spacing: 1px;
  background-color: #ad4cfc;
  border-radius: 10px;
  width: 60%;
  height: auto;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-button:hover {
  background-color: #6c33da;
  box-shadow: 0 0 20px #0000004d;
}

.social {
  text-align: center;
  margin-top: 150px;
  padding-bottom: 50px;
}

.image-coontact {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.list-contact-socials {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.text-block-34 {
  font-size: 28px;
}

.overlay-image-general {
  z-index: 1;
  mix-blend-mode: color;
  background-color: #5e17eb;
  position: absolute;
  inset: 0%;
}

.list-contact-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-contact-page {
  background-color: #151515;
  width: 100%;
  height: 2px;
}

.subtitle-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

.text-block-35 {
  font-family: Relative, sans-serif;
  font-size: 28px;
}

.text-block-36 {
  font-size: 28px;
}

.quick-links {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 101px;
}

.left-contact-hero {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 570px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.quick-link-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #f7f8fc;
  background-image: linear-gradient(#f7f8fc, #f7f8fc);
  border: 1px solid #fcfcff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item-2:hover {
  padding-left: 24px;
}

.section-13 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-13.hero-contact {
  padding-top: 100px;
}

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

.wrap-image-contact {
  border-radius: 12px;
  position: relative;
  overflow: clip;
}

.grid-contact-halves {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.link-contact {
  color: #151515;
  font-size: 28px;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .2s;
}

.link-contact:hover {
  text-decoration: underline;
}

.div-block {
  background-image: url('../images/FlaireLabs-3.png');
  background-position: 50%;
  background-size: cover;
}

.image-25 {
  max-width: 100%;
  margin-top: -42px;
  position: static;
  inset: 0% 0% auto;
}

.image-26 {
  max-width: 80%;
}

@media screen and (min-width: 1280px) {
  .text-white.h6-smaller {
    letter-spacing: .7px;
    font-size: 14px;
    line-height: 22px;
  }

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

  .random-facts {
    display: none;
  }

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

  .personality-description {
    inset: 5% 0% auto;
  }

  .hero-heading {
    max-width: 720px;
    margin-bottom: 32px;
    position: static;
  }

  .label-arrow {
    bottom: 2%;
  }

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

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

@media screen and (min-width: 1440px) {
  .agent-social-icon {
    bottom: -29%;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-2 {
    right: -200px;
  }

  .flyout-heading {
    padding-left: 100px;
  }

  .agent-social-icon {
    bottom: -26%;
  }

  .text-block-28 {
    bottom: -19%;
    left: -38%;
  }

  .navbar-2 {
    display: flex;
  }

  .navigation-content {
    padding-left: 11px;
  }

  .flyout-menu-wrapper {
    display: none;
  }

  .navigation-shade {
    background-color: #ffffffbf;
  }

  .nav-menu-links {
    align-self: auto;
    margin-left: 0;
    position: relative;
  }
}

@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 {
    z-index: 1;
    position: relative;
  }

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

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

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

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

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

  .section.grain.top-140, .section.grain.subpage-hero {
    padding-top: 120px;
  }

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

  .blur-background {
    display: block;
  }

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

  .nav-menu {
    display: none;
  }

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

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

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

  .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 {
    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;
    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;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-container {
    display: flex;
  }

  .navbar-container.navbar-container-confirmation-page {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

  .hero-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .hero-content-wrap.design-to-webflow {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .project-spec-top.margin-m {
    flex-direction: column;
  }

  .rr-details-wrap {
    flex-direction: column;
    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 {
    opacity: .9;
    filter: blur(64px);
    background-image: linear-gradient(132deg, #ff7448 31%, #ff4848 57%, #6248ff 79%);
    width: 320px;
    height: 320px;
    display: block;
    right: auto;
  }

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

  .black-line {
    display: none;
  }

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

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

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

  .timeline-wrapper {
    display: none;
  }

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

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

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

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

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

  .hero-heading {
    position: relative;
  }

  .fixed-cta-container {
    z-index: 1000;
    justify-content: flex-end;
    display: flex;
    inset: 16px 0% auto;
  }

  .label-arrow {
    inset: 30% auto auto 0%;
  }

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

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

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

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

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

  .image-9 {
    width: 48px;
  }

  .step-1-info-wrapper, .step-2-info-wrapper, .step-3-info-wrapper, .step-4-info-wrapper, .step-5-info-wrapper {
    align-items: flex-start;
  }

  .logo-hero-studio {
    padding-top: 53px;
  }

  .limit-sutitle-hero-about {
    max-width: 580px;
  }

  .inside-moving-hero-studio {
    width: 180vw;
  }

  .subtitle {
    font-size: 23px;
  }

  .text-manifesto-big {
    font-size: 45px;
  }

  .grid-numbers-thirds {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .master-quote-center {
    max-width: 730px;
  }

  .section-3.dark.under-hero-studio {
    margin-top: -190px;
    padding-top: 260px;
  }

  .grid-master-values {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .big-text {
    font-size: 24px;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .big-text-service-animated {
    font-size: 56px;
  }

  .pre-loader-2, .pre-loader-3, .pre-loader-4 {
    display: none;
  }

  .nav-menu-nb1, .hamburger-menu-nb1.w--open {
    background-color: #0000;
  }

  .menu_overlay.frosted {
    display: none;
  }

  .menu_bar {
    flex: 1;
    align-items: center;
    max-width: 1200px;
    min-height: 40px;
    padding: 8px 16px;
    font-family: Open Sans, sans-serif;
    display: flex;
  }

  .menu_btn_wrapper {
    flex: 0 auto;
    padding: 0;
  }

  .nav-menu-2 {
    z-index: 15;
    background-color: #0000;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 65px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
  }

  .mobile-navigation-shade {
    z-index: 5;
    background-color: #0c192e8c;
    margin-top: 66px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .flyout-menu {
    display: none;
  }

  .left-nav {
    border-bottom-style: none;
    width: 65px;
    height: 65px;
  }

  .navigation-content {
    height: 66px;
    margin-left: 65px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .flyout-menu-wrapper {
    display: none;
  }

  .nav-link-2 {
    color: #516381;
    border-bottom: 1px solid #c0c0d333;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-button {
    background-color: #c8c8c800;
    border-right: 1px #c0c0d333;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-lottie {
    margin: auto;
    position: absolute;
    inset: 2px 0 0;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .nav-menu-links {
    z-index: 20;
    grid-row-gap: 0px;
    background-color: #f7f8fc;
    grid-template-columns: 1fr;
    position: relative;
  }

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

  .left-contact {
    flex-wrap: wrap;
  }

  .circle-contact {
    width: 40px;
    height: 40px;
  }

  .bottom-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-contact {
    font-size: 64px;
  }

  .single-contact-link {
    font-size: 28px;
  }

  .icon-social {
    width: 18px;
    height: 18px;
  }

  .subheading-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .card-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .card-flex.reverse-on-tab {
    flex-flow: column-reverse wrap-reverse;
  }

  .icon-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .cut-out-image {
    min-height: 7.6rem;
    max-height: 7.6rem;
  }

  .cut-out-wrapper {
    height: 6rem;
  }

  .small-icon {
    min-width: 1.3rem;
    max-width: 1.3rem;
  }

  .features-image-wrapper {
    min-width: 39.5rem;
    max-width: 39.5rem;
    min-height: 39.5rem;
    max-height: 39.5rem;
  }

  .metrics-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .card-text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .large-card {
    justify-content: center;
    min-width: 40rem;
    max-width: 40rem;
    padding: 4rem;
  }

  .space-7rem {
    min-height: 7rem;
  }

  .arrow {
    min-width: .8rem;
    max-width: .8rem;
    min-height: .8rem;
    max-height: .8rem;
  }

  .button-text {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    padding: .125rem .25rem .125rem 2rem;
  }

  .button-arrow-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .button-text-absolute {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .checkbox-label {
    padding-left: 60px;
    font-size: 1em;
  }

  .heading-7 {
    font-size: 2.7em;
    line-height: 1.2em;
  }

  .checkbox-wrapper {
    width: 80%;
    height: 50px;
  }

  .extra-option-wrap {
    text-align: left;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: .9em;
    line-height: 1.1em;
  }

  .sub-heading {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .collaborate-form-step {
    min-height: 565px;
  }

  .left-contact-hero {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-13.hero-contact {
    padding-top: 80px;
  }

  .wrap-image-contact {
    padding: 90% 0% 0%;
  }

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

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

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

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

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

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

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

  .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 {
    background-image: url('../images/Process-Image-Background-Mobile_1.png');
    background-size: cover;
    width: 100%;
    margin-bottom: 24px;
  }

  .step {
    left: 16px;
  }

  .project-title-wrap {
    flex-direction: column;
    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 {
    flex-direction: column;
    padding: 16px;
  }

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

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

  .footer-credits {
    flex-direction: column-reverse;
  }

  .pre-loader {
    display: none;
  }

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

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

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

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

  .name-arrow {
    width: 72px;
  }

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

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

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

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

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

  .pricing-row {
    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 {
    filter: blur(60px);
    width: 280px;
    height: 280px;
    bottom: 5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .relume-roster-panel {
    flex-direction: column;
    padding: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image-9 {
    width: 40px;
  }

  .menu {
    display: none;
  }

  .step-1-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

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

  .step-2-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

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

  .step-3-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

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

  .step-4-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

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

  .step-5-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

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

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

  .rl-cta_component {
    text-align: center;
    flex-direction: column;
    padding-bottom: 4rem;
  }

  .rl-cta_text-wrapper {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .rl-cta_component-2 {
    text-align: center;
    flex-direction: column;
    padding-bottom: 4rem;
  }

  .master-moving-studio-hero {
    margin-top: 64px;
  }

  .limit-sutitle-hero-about {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .inside-moving-hero-studio {
    width: 1280px;
  }

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

  .icon-brand-hero-about {
    order: 1;
  }

  .text-manifesto-big {
    font-size: 37px;
  }

  .master-quote-center {
    max-width: 510px;
  }

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

  .text-sub-number {
    font-size: 20px;
  }

  .text-big-number {
    font-size: 100px;
  }

  .flex-heading-left.mg-bottom-100 {
    margin-bottom: 72px;
  }

  .text-expanabdle-botton {
    font-size: 16px;
    line-height: 140%;
  }

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

  .abstract-heading {
    width: 48px;
    height: 48px;
  }

  .single-service-animated {
    padding-top: 44px;
    padding-bottom: 44px;
  }

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

  .big-text-service-animated {
    font-size: 52px;
  }

  .pre-loader-2, .pre-loader-3, .pre-loader-4 {
    display: none;
  }

  .navbar-1 {
    width: 300px;
  }

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

  .navlink-nb1 {
    text-align: center;
  }

  .hamburger-menu-nb1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-bar-nb1, .middle-bar-nb1, .bottom-bar-nb1 {
    background-color: #333;
    border-radius: 6px;
    width: 40px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu_overlay {
    height: 100vh;
    margin-top: 72px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu_overlay.frosted {
    object-fit: fill;
    background-color: #333c;
    border: 1px #000;
    border-left-style: solid;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-end;
    min-width: 100vw;
    height: auto;
    min-height: 50vh;
    margin-top: 0;
    padding: 80px 16px 32px;
    transition: transform .2s;
    display: flex;
    position: fixed;
    transform: translate(100%);
  }

  .menu_btn.dark {
    color: #fff;
  }

  .menu_btn.background.dark {
    color: #f6f0f5;
    background-color: #362137;
  }

  .menu_btn.background.dark.margin_top_8 {
    background-color: #553457;
  }

  .icon_btn {
    margin-right: 8px;
    text-decoration: none;
    display: block;
  }

  .icon_btn.cancel {
    display: none;
  }

  .icon_btn_image {
    max-width: 24px;
  }

  .icon_btn_image.small {
    max-width: 20px;
  }

  .menu_btn_wrapper {
    flex: 0 auto;
    justify-content: flex-end;
    display: none;
  }

  .menu_bar_wrapper.padded_0_16 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-menu-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .left-nav {
    z-index: 30;
  }

  .navigation-content {
    padding-left: 6px;
  }

  .nav-link-2 {
    border-top-style: none;
    border-bottom: 1px solid #c0c0d333;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .section-7, .section-8, .section-9, .section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-process-thirds {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

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

  .h2-contact {
    font-size: 44px;
  }

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

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .cut-out-image {
    min-height: 5.6rem;
    max-height: 5.6rem;
  }

  .cut-out-wrapper {
    height: 4rem;
  }

  .features-image-wrapper {
    min-width: 26.25rem;
    max-width: 26.25rem;
    min-height: 26.25rem;
    max-height: 26.25rem;
  }

  .large-card {
    min-width: 100%;
    max-width: 100%;
    padding: 2rem 2rem 0;
  }

  .checkbox-label {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .heading-7 {
    font-size: 2.2em;
    line-height: 1.4em;
  }

  .form-content {
    width: 90%;
  }

  .collaborate-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .extra-option-wrap {
    justify-content: center;
  }

  .sub-heading {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .hero-collaborate, .section-13 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-13.hero-contact {
    padding-top: 56px;
  }
}

@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 {
    flex-direction: column;
  }

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

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

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

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

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

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

  .name-arrow {
    width: 56px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .personality-description {
    top: 3%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .image-9 {
    width: 32px;
  }

  .image-6 {
    display: none;
  }

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

  .inside-moving-hero-studio {
    width: 1070px;
  }

  .section-2.hero-studio {
    padding-top: 64px;
  }

  .text-manifesto-big {
    font-size: 9.5vw;
  }

  .section-3.dark.under-hero-studio {
    margin-top: -140px;
    padding-top: 220px;
  }

  .icon-quote {
    height: 44px;
  }

  .text-big-number {
    font-size: 24vw;
  }

  .flex-heading-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .big-text {
    font-size: 22px;
  }

  .expandable-single-big {
    padding: 16px 0;
  }

  .number-service-animated {
    width: 12vw;
    margin-bottom: 0;
  }

  .list-services-animated {
    margin-bottom: 0;
  }

  .flex-under-animated-services {
    margin-top: 52px;
  }

  .single-service-animated {
    justify-content: flex-start;
    align-items: center;
  }

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

  .big-text-service-animated {
    font-size: 9.5vw;
    line-height: 100%;
  }

  .menu_overlay.frosted {
    flex-direction: column;
    grid-template-rows: .25fr;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .menu_btn.background.dark {
    color: #f6f0f5;
    background-color: #6f4368;
  }

  .menu_btn_wrapper {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
  }

  .menu_brand_container {
    padding-left: 0;
  }

  .company_name {
    padding-left: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-menu-2 {
    margin-right: 0;
  }

  .text-block-28 {
    left: -26%;
  }

  .navigation-content {
    padding-left: 6px;
  }

  .flyout-menu-wrapper {
    display: none;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-lottie {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .section-7.hero-services {
    padding-top: 52px;
  }

  .h2-contact {
    font-size: 9vw;
  }

  .card-flex {
    justify-content: center;
    align-items: center;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .cut-out-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .cut-out-flex {
    display: none;
  }

  .features-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
  }

  .card-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .large-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-3, .heading-4 {
    font-size: 80px;
  }

  .text-block-32 {
    font-size: 25px;
  }

  .text-block-33 {
    font-size: 25px;
    font-weight: 500;
  }

  .mask {
    height: 100%;
    position: static;
  }

  .checkbox-label {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 1em;
  }

  .heading-7 {
    margin-bottom: 14px;
    font-size: 1.9em;
  }

  .form-wrapper-2 {
    padding: 0;
  }

  .form-content {
    width: 100%;
  }

  .checkbox-wrapper {
    background-position: 10px;
    background-size: 20px;
    height: 40px;
    margin-bottom: 15px;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .step-paginator {
    height: auto;
    padding-bottom: 0;
  }

  .collaborate-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }

  .previous {
    max-width: 75px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: auto 0 0;
  }

  .extra-option-wrap {
    justify-content: center;
  }

  .sub-heading {
    font-size: 1em;
    line-height: 1.4em;
  }

  .hero-collaborate {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .collaborate-form-step {
    width: 100%;
    min-height: 555px;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .next {
    margin-bottom: 50px;
  }

  .checkbox-active-overlay {
    background-position: 10px;
    background-size: 20px;
  }

  .submit-button {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .section-13.hero-contact {
    padding-bottom: 80px;
  }

  .wrap-image-contact {
    padding-top: 120%;
  }
}

#w-node-b282fa53-c876-a363-d487-995c7a386331-483681f8 {
  align-self: center;
}

#w-node-b282fa53-c876-a363-d487-995c7a38633c-483681f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30c8d968-55fe-8251-987b-0e377becbfc6-483681f8 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-bd3c0c90-3308-a94f-03f8-b71dc2e26372-c2e2636b {
  place-self: center end;
}

#w-node-bd3c0c90-3308-a94f-03f8-b71dc2e2637a-c2e2636b {
  place-self: start stretch;
}

#w-node-bd3c0c90-3308-a94f-03f8-b71dc2e2637b-c2e2636b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd3c0c90-3308-a94f-03f8-b71dc2e2637c-c2e2636b {
  place-self: center stretch;
}

#w-node-bd3c0c90-3308-a94f-03f8-b71dc2e2637f-c2e2636b, #w-node-bd3c0c90-3308-a94f-03f8-b71dc2e26382-c2e2636b, #w-node-bd3c0c90-3308-a94f-03f8-b71dc2e26385-c2e2636b, #w-node-bd3c0c90-3308-a94f-03f8-b71dc2e26388-c2e2636b, #w-node-bd3c0c90-3308-a94f-03f8-b71dc2e2638b-c2e2636b {
  align-self: center;
}

#w-node-bd3c0c90-3308-a94f-03f8-b71dc2e26391-c2e2636b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd3c0c90-3308-a94f-03f8-b71dc2e26398-c2e2636b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bd3c0c90-3308-a94f-03f8-b71dc2e263aa-c2e2636b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4fc1dcd0-5de9-92ae-fd78-09d5d6efa273-483681f9 {
  justify-self: end;
}

#w-node-_56e3d9d2-042f-1fc0-0f8f-5151adc683a4-483681fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56e3d9d2-042f-1fc0-0f8f-5151adc683a7-483681fa {
  justify-self: end;
}

#w-node-d78f560a-207b-37b8-85a0-5f5fed0ae95d-2b4e221a {
  align-self: start;
}

#w-node-_4f25e72c-3126-1728-d064-ec3cfd52d0a6-43f45c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_4f25e72c-3126-1728-d064-ec3cfd52d0ad-43f45c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-f344bbed-5c67-5b22-4b1e-9fca80052bba-43f45c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-f344bbed-5c67-5b22-4b1e-9fca80052bc1-43f45c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_79470ac9-e2cf-f902-86a9-4de18406a6a6-43f45c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_79470ac9-e2cf-f902-86a9-4de18406a6ad-43f45c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_46523075-7834-9d98-5ede-ef386a3f8ba0-43f45c0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46523075-7834-9d98-5ede-ef386a3f8ba9-43f45c0f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d676f6ff-5676-689b-c655-fd415fafa87b-1b0ad9c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-d676f6ff-5676-689b-c655-fd415fafa880-1b0ad9c0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d676f6ff-5676-689b-c655-fd415fafa881-1b0ad9c0 {
  place-self: center start;
}

#w-node-d676f6ff-5676-689b-c655-fd415fafa883-1b0ad9c0 {
  place-self: center stretch;
}

#w-node-d676f6ff-5676-689b-c655-fd415fafa886-1b0ad9c0, #w-node-d676f6ff-5676-689b-c655-fd415fafa888-1b0ad9c0, #w-node-d676f6ff-5676-689b-c655-fd415fafa88b-1b0ad9c0, #w-node-d676f6ff-5676-689b-c655-fd415fafa88d-1b0ad9c0, #w-node-d676f6ff-5676-689b-c655-fd415fafa890-1b0ad9c0 {
  align-self: center;
}

#w-node-d676f6ff-5676-689b-c655-fd415fafa899-1b0ad9c0 {
  place-self: stretch stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-bd3c0c90-3308-a94f-03f8-b71dc2e26398-c2e2636b {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bd3c0c90-3308-a94f-03f8-b71dc2e26398-c2e2636b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bd3c0c90-3308-a94f-03f8-b71dc2e263aa-c2e2636b {
    grid-column-end: 3;
  }

  #w-node-_4f25e72c-3126-1728-d064-ec3cfd52d0ad-43f45c0f, #w-node-f344bbed-5c67-5b22-4b1e-9fca80052bc1-43f45c0f, #w-node-_79470ac9-e2cf-f902-86a9-4de18406a6ad-43f45c0f {
    justify-self: start;
  }

  #w-node-d676f6ff-5676-689b-c655-fd415fafa87b-1b0ad9c0 {
    place-self: start center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b282fa53-c876-a363-d487-995c7a38659e-483681f8, #w-node-_98ceea5b-2397-711d-0236-6449bf5d2e1b-2b4e221a, #w-node-_3235999b-d8b6-cb1a-cfa0-58d34a813134-43f45c0f {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd3c0c90-3308-a94f-03f8-b71dc2e2637b-c2e2636b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd3c0c90-3308-a94f-03f8-b71dc2e263aa-c2e2636b {
    grid-column-end: 3;
  }
}


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