@font-face {
  font-family: Vintage;
  src: url('../fonts/VIntage.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #fffaf2;
  --slate: #333;
  --white: white;
  --teal: #4c8ba9;
  --sky-blue: #d0d9f2;
  --blush: #f2c8c4;
  --sunflower: #f2d091;
  --lilac: #c9bdf2;
  --orange-sherbert: #f2caa7;
  --light-slate: #444;
  --off-white: #f9f9f1;
  --white-2: white;
  --black: black;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--cream);
  color: var(--slate);
  font-family: Nunito, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vintage, Times New Roman, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vintage, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vintage, Times New Roman, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

.padding-top {
  padding: 3% 0 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: .0625rem solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: .0625rem;
  height: .0625rem;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: .0625rem solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: .0625rem solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: .0625rem solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: .0625rem dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.text-align-center.constrained {
  max-width: 60rem;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 2;
  background-color: var(--cream);
  position: relative;
  overflow: visible;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: .125rem solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: .125rem solid #000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: .0625rem dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
  display: none;
}

.spacer-small.is-project-hero-heading {
  display: block;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.section_home-hero {
  z-index: 0;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section_home-about {
  background-color: var(--cream);
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.footer-wrapper {
  z-index: 1;
  background-color: var(--slate);
  position: sticky;
  inset: auto 0% 0%;
}

.hero_intro-copy {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.lottie-animation {
  max-width: 14%;
  height: 2.5rem;
}

.bold-text {
  font-weight: 500;
}

.text-circle_svg {
  width: 24rem;
  position: absolute;
  inset: 31% auto 0% -6%;
}

.sun-2 {
  position: absolute;
  inset: auto auto 2rem -2rem;
}

.sun {
  width: 10rem;
  position: absolute;
  inset: 6% 14% 0% auto;
}

.portrait {
  max-width: none;
  height: 100vh;
  position: relative;
}

.portrait:hover {
  filter: none;
}

.star {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
}

.star.star-1 {
  inset: -2% auto auto -4%;
}

.star.star-1.is-hero {
  inset: 22% auto auto 0%;
}

.star.star-6.star-mini {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .25rem;
  padding-left: 0;
  inset: -10% 0% auto auto;
}

.star.star-6.star-mini.is-work {
  inset: 0% auto auto 47%;
}

.star.star-5.star-mini {
  width: 1.25rem;
  height: 1.25rem;
  inset: auto auto 50% 220px;
}

.star.star-3.star-mini {
  width: 1.25rem;
  height: 1.25rem;
  inset: -20% auto auto 30%;
}

.star.star-3.star-mini.is-work {
  top: 3%;
}

.star.star-2 {
  top: 8rem;
  right: 0;
}

.star.star-2.is-hero {
  inset: auto 0% 50% auto;
}

.project-hero_grid {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_background-elements {
  z-index: -1;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.bold-text-2 {
  overflow-wrap: normal;
}

.hero_image {
  margin-left: 2%;
  margin-right: 2%;
  position: relative;
}

.availability-status {
  background-color: #fff;
  border-radius: 2.5rem;
  flex-direction: row;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 25rem;
  padding: .25rem 1rem .25rem .25rem;
  font-family: Nunito, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  display: none;
}

.herotextwrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  display: flex;
}

.hero_copy {
  min-width: 31rem;
}

.columns {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(2.5rem, 0)) minmax(0, .0625rem);
  place-items: center start;
  display: flex;
}

.text-block {
  white-space: nowrap;
  line-height: 1.5rem;
}

.about-sun {
  z-index: -1;
  opacity: .85;
  width: 16rem;
  max-width: none;
  position: static;
  top: -31%;
  left: 32%;
  right: 0%;
}

.home-about_blurb {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.home-about_initiatives {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.initatives_content-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.initiative-lottie {
  width: 8rem;
}

.home-about_clients {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.star-divider_svg {
  max-width: 28rem;
}

.splide {
  padding-top: 2rem;
}

.splide__list {
  align-items: center;
  display: flex;
}

.splide__slide {
  min-width: auto;
  max-height: 5rem;
}

.image_client-logo {
  max-height: 5rem;
}

.slider_left {
  align-self: stretch;
  min-width: 0;
}

.slider_right {
  flex-direction: column;
  min-width: 0;
}

.home-work_projects {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.swiper-wrapper.is-project {
  height: 100%;
}

.chart_svg {
  z-index: -1;
  opacity: .8;
  height: 60rem;
  position: absolute;
  top: -6rem;
  right: -24rem;
}

.swiper.is-project {
  height: 100%;
}

.swiper-slide.is-card {
  justify-content: center;
  display: flex;
  overflow: visible;
}

.swiper-slide.is-project {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.bold-text-3 {
  font-weight: 500;
}

.copyright {
  color: #fff;
  text-align: center;
  padding-top: 2%;
  font-size: 1rem;
}

.footer_content-container {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.social-icons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bold-text-4 {
  overflow-wrap: normal;
}

.animated-arrow {
  width: 5rem;
  height: 4rem;
  display: none;
  position: absolute;
  inset: -60% -190% auto auto;
}

.contact-container {
  position: relative;
}

.company-details-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
}

.company-logo {
  filter: grayscale();
  height: 3rem;
}

.hr {
  color: #444;
  -webkit-text-stroke-color: #444;
  background-color: #444;
  border-radius: 100rem;
  width: .15rem;
  height: 3.5rem;
  font-size: 1.2rem;
}

.year {
  color: #444;
  -webkit-text-stroke-color: #444;
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
}

.project-details-wrapper {
  display: block;
}

.section_home-work {
  background-color: var(--cream);
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.is-project-subhead {
  color: #4c8ba9;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.is-project-subhead.text-color-white {
  color: #fff;
}

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

.image {
  border-radius: .5rem;
  width: 100%;
  height: auto;
}

.exhibit-footnote {
  color: #4f4f4f;
  text-align: center;
  text-transform: none;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.025rem;
}

.goals {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.project-card {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  justify-content: space-around;
  align-items: center;
  padding: 2.5rem 4rem;
  display: flex;
}

.column-spacing {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.project-section-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-project {
  align-self: center;
  width: 100%;
  font-size: 1.2rem;
}

.text-19 {
  color: #fff;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.025rem;
}

.is-project-heading {
  margin-top: 0;
}

.exhibit {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
}

.is-project-hero-heading {
  margin-top: 0;
}

.card-column {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.section-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.user-data {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-hero-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.exhibit-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  padding-top: 2rem;
  display: flex;
}

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

.goal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  text-align: center;
  border-radius: .5rem;
  padding: 1rem;
  display: flex;
}

._2-columns {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.users-column {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-large {
  font-size: 4rem;
  line-height: 100%;
}

.collection-list-wrapper {
  flex-direction: row;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.collection-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  display: flex;
}

.collection-item {
  background-color: var(--white);
  border-radius: 5rem;
  padding: .25rem 1rem;
}

.collection-item.tag-border {
  border: .1rem solid var(--white);
}

.description {
  padding-bottom: 1.5rem;
}

.tag {
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.navigation {
  grid-column-gap: .75rem;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.swiper-button-prev.is-prev {
  color: #333;
  -webkit-text-stroke-color: #333;
  border: .125rem solid #333;
  border-radius: 1000rem;
  width: auto;
  height: auto;
  padding: .25rem 1.5rem;
  text-decoration: none;
  position: static;
}

.swiper-button-prev.is-prev:hover {
  opacity: .5;
}

.swiper-button-next.is-next {
  color: #fff;
  cursor: pointer;
  background-color: #333;
  border: .125rem solid #333;
  border-radius: 1000rem;
  width: auto;
  height: auto;
  padding: .25rem 1.5rem;
  text-decoration: none;
  transition: opacity .2s;
  position: static;
}

.swiper-button-next.is-next:hover {
  opacity: .5;
}

.card {
  border-radius: .5rem;
  max-width: 21.25rem;
}

.right-content {
  min-width: 40%;
}

.body {
  padding-top: .0625rem;
}

.clients-marquee {
  display: block;
}

.marquee-overlay {
  background-image: linear-gradient(to right, var(--cream), #fff0 40%), linear-gradient(270deg, var(--cream), #fff0 40%);
  width: 100%;
  height: 8rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.footer_more-projects {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  width: 100%;
  height: 24rem;
  display: flex;
}

.footer_card {
  background-image: linear-gradient(#0009, #0009);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.footer_card:hover {
  background-image: linear-gradient(to bottom, var(--teal), var(--teal)), url('../images/Container_1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.footer_card.is-26h-appt {
  background-image: linear-gradient(#0009, #0009), url('../images/Container_1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.footer_card.is-26h-appt:hover {
  background-image: linear-gradient(to bottom, var(--teal), var(--teal)), url('../images/Container_1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.footer_card.is-bnc {
  background-image: linear-gradient(#0009, #0009), url('../images/Engraving-Banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.footer_card.is-bnc:hover {
  background-image: linear-gradient(to bottom, var(--teal), var(--teal)), url('../images/Container.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.footer_card.is-26h-website {
  background-image: linear-gradient(#0009, #0009), url('../images/26Health.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.footer_card.is-26h-website:hover {
  background-image: linear-gradient(to bottom, var(--teal), var(--teal)), url('../images/Container.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.footer_card.is-disney {
  background-image: linear-gradient(#0009, #0009), url('../images/Engraving-Banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.footer_card.is-disney:hover {
  background-image: linear-gradient(to bottom, var(--teal), var(--teal)), url('../images/Container.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.shape-6 {
  background-color: var(--sky-blue);
  border-radius: 999em;
  width: 66em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-2 {
  background-color: var(--blush);
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.main-shapes-wrapper {
  filter: blur(7.5rem);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(7.5rem);
  mix-blend-mode: overlay;
}

.shape-4 {
  background-color: var(--sunflower);
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.ultra-gradient-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-1 {
  background-color: var(--sky-blue);
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.shape-8 {
  background-color: #bfe9ad;
  border-radius: 999em;
  width: 34em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 20em;
  right: 0;
  transform: rotate(29deg);
}

.shape-7 {
  background-color: var(--lilac);
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-5 {
  background-color: var(--orange-sherbert);
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-3 {
  background-color: var(--lilac);
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.shape-2-copy {
  background-color: var(--blush);
  border-radius: 999em;
  width: 40%;
  height: 30%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 15% auto;
}

.shape-1-copy {
  background-color: var(--orange-sherbert);
  border-radius: 999em;
  width: 40%;
  height: 40%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.shape-3-copy {
  background-color: var(--lilac);
  border-radius: 999em;
  width: 40%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-28deg);
}

.work_background-gradient {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.shape-3-about {
  background-color: var(--sky-blue);
  border-radius: 999em;
  width: 30%;
  height: 24%;
  position: absolute;
  inset: -5% -2% auto auto;
  transform: rotate(-28deg);
}

.about_background-gradient {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.shape-1-about {
  background-color: var(--blush);
  border-radius: 999em;
  width: 40%;
  height: 15%;
  position: absolute;
  inset: -5% 0% auto 36%;
}

.shape-2-about {
  background-color: var(--sunflower);
  border-radius: 999em;
  width: 40%;
  height: 15%;
  position: absolute;
  inset: -5% auto auto -3%;
}

.button-style-reveal {
  border: .2rem solid var(--slate);
  color: var(--slate);
  border-radius: .5rem;
  padding: .5rem 1rem;
  position: relative;
  overflow: hidden;
}

.button-text {
  z-index: 1;
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
}

.button-reveal {
  z-index: 0;
  background-color: var(--slate);
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  margin-top: -2.5rem;
  margin-left: -1rem;
  position: absolute;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 11.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, #fff0 90%, var(--cream)), linear-gradient(270deg, var(--cream), #fff0 10%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: absolute;
  inset: 0%;
}

.icon {
  width: 65%;
}

.marquee_icon-container {
  border: .125rem solid var(--light-slate);
  width: 16rem;
  height: 8rem;
  box-shadow: none;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

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

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-30 {
  width: 100%;
  height: 1.875rem;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 1.875rem;
}

.heading, .heading-3 {
  font-family: Vintage, Times New Roman, sans-serif;
  font-weight: 400;
}

.h2-large-mobile {
  font-size: 4rem;
  line-height: 100%;
  display: none;
}

.section_project-hero {
  z-index: 0;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section_project-details {
  background-color: var(--cream);
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.project-description {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
}

.menu_link-bg {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.menu_link-bg:hover {
  opacity: 1;
}

.nav-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}

.nav-wrapper.is-menu {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  inset: 2% 0% auto;
}

.menu_link {
  z-index: 2;
  color: var(--slate);
  padding: 1.1em 1.6em;
  position: relative;
}

.menu_link.w--current:hover {
  background-color: var(--white);
  border-radius: 100vw;
}

.menu_link-text {
  z-index: 2;
  mix-blend-mode: darken;
  font-size: 1.3em;
  line-height: 1;
  position: relative;
}

.menu_shape {
  z-index: 1;
  opacity: 0;
  justify-content: flex-start;
  width: 7em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(0);
}

.menu_wrap {
  max-width: 100%;
  box-shadow: none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffbf;
  border-radius: 100vw;
  padding: .2em;
  font-size: .9rem;
}

.menu {
  font-weight: 600;
  position: relative;
}

.menu_shape-bg {
  background-color: #000;
  border-radius: 100vw;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.section_contact-hero {
  z-index: 0;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.link-2 {
  color: var(--slate);
  font-weight: 700;
}

.contact-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 1.5rem;
  display: flex;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.grid.contact-services {
  padding: 1% 2%;
}

.contact-hero-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section_contact-form {
  background-color: var(--cream);
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.checkbox-field {
  border: .1rem solid var(--slate);
  border-radius: .5rem;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.video-embed {
  justify-content: center;
  display: flex;
}

.video-embed.behind-screen {
  padding-top: 1.8rem;
}

.video-column {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.video-column.double {
  width: 100%;
}

.mobile-features-intro {
  padding-bottom: 4rem;
  font-size: 1.2rem;
}

.mobile-feature-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.hidden {
  display: none;
}

.sticky-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin-bottom: 237px;
  display: flex;
}

.screen {
  z-index: -1;
  background-image: url('../images/My-Cruises-Section.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.6em;
  width: 89%;
  height: 97%;
  position: absolute;
}

.screen._3 {
  z-index: -3;
  background-image: url('../images/Non-Member-Login.webp');
}

.screen._2 {
  z-index: -2;
  background-image: none;
}

.screen.back {
  z-index: -5;
  background-color: #fff;
  background-image: none;
  width: auto;
}

.screen._4 {
  z-index: -4;
  background-image: url('../images/Non-Member-Login.webp');
}

.sticky-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: -15rem;
  display: flex;
}

.phone-frame {
  object-fit: contain;
  width: auto;
  height: 100%;
  display: block;
}

.heading-3 {
  color: #aee1f9;
  margin-bottom: 20px;
  line-height: 1.4;
}

.screen-frame {
  border: 2px none var(--cream);
  border-radius: 3.3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-section {
  background-color: var(--cream);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 400vh;
  max-height: 500rem;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: 0;
}

.sticky-section.movile, .sticky-section.mobile {
  display: none;
}

.text-16px {
  font-size: 1.08em;
}

.sticky-wrapper-main {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 80%;
  margin-top: 0;
  display: flex;
}

.sticky-container {
  width: 100%;
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
}

.sticky-container.sticky {
  height: 91vh;
  position: sticky;
  top: 8%;
  bottom: 7%;
}

.phone-wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 54rem;
  display: flex;
  overflow: hidden;
}

.heading-3-2 {
  color: #aee1f9;
  margin-bottom: 20px;
  font-size: 2.3em;
  line-height: 1.4;
}

.hero-content-wrapper {
  text-align: center;
  margin-bottom: 103px;
}

.hero-content-wrapper.sticky {
  height: 15%;
  margin-bottom: 0;
  display: block;
}

.heading-2 {
  color: #aee1f9;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-size: 3em;
}

.circle {
  background-color: #09072d;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 20% auto auto 8%;
  box-shadow: -7px 7px 18px 1px #0006;
}

.circle._4 {
  inset: 65% 5% auto auto;
}

.circle._2 {
  inset: 38% 5% auto auto;
}

.circle._5 {
  top: 80%;
}

.circle._3 {
  top: 46%;
}

.project-more-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-content {
  min-width: 50%;
}

.iphone-shape {
  z-index: 1;
  width: 100%;
  position: relative;
}

.heading-13, .heading-14 {
  display: none;
}

.sticky-content {
  margin-bottom: 0;
}

.h2 {
  color: #aee1f9;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.3;
}

.small-title {
  color: #aee1f9;
  margin-bottom: 20px;
  font-size: 2.3em;
  line-height: 1.1;
}

.screenshot {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-content-wrapper-2 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.hero-content-wrapper-2.sticky {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 15%;
  margin-bottom: 0;
}

.desktop-section {
  background-color: var(--cream);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 600vh;
  max-height: 6000px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: 0;
}

.sticky-content-2 {
  margin-bottom: 0;
}

.phone-wrapper-2 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.sticky-wrapper-main-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 80%;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.frame {
  border: 2px #080621;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.screen-2 {
  z-index: -1;
  background-image: url('../images/162022467_480500833138318_2443484408589304223_n.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.6em;
  width: 89%;
  height: 97%;
  position: absolute;
}

.screen-2._3 {
  z-index: -4;
  background-image: url('../images/Mask-Group-232x.png');
}

.screen-2._2 {
  z-index: -2;
  background-image: url('../images/161856816_2916146785300003_162589793954507097_n.jpeg');
}

.circle-2 {
  background-color: #111030;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 20% auto auto 8%;
  box-shadow: -7px 7px 18px 1px #0006;
}

.circle-2._2 {
  inset: 38% 5% auto auto;
}

.circle-2._3 {
  top: 46%;
}

.circle-2._4 {
  inset: 65% 5% auto auto;
}

.circle-2._5 {
  top: 80%;
}

.p2 {
  font-size: 1.08em;
}

.sticky-content-wrapper-2 {
  margin-bottom: -196px;
}

.phone-frame-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.menu-link {
  font-size: 2.1em;
  text-decoration: none;
  display: block;
}

.menu-link.w--current {
  color: #fff;
}

.heading-3-3 {
  color: #aee1f9;
  margin-bottom: 20px;
  font-size: 2.3em;
  line-height: 1.4;
}

.app-store {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.app-store.mobile, .app-store._2, .app-store.foot {
  margin-top: 0;
}

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

.review-single-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-right: 15px;
  display: flex;
}

.button-text-2 {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.card-2 {
  background-color: #110f29;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 40px 30px;
}

.image-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-top: 50px;
  margin-left: 0;
  display: flex;
}

.app-div {
  z-index: 0;
  background-color: #fff;
  border-radius: 9px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, 100%);
}

.bold-text-5 {
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 700;
}

.menu-line {
  background-color: #aee1f9;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 11% auto;
}

.frame-2 {
  border: 2px #080621;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loading {
  z-index: 11;
  text-align: center;
  background-color: #080621;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cta-image-frame {
  background-color: #fff;
  flex: none;
  width: 300px;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.cta-image-frame._2 {
  margin-top: 30px;
}

.nav-right-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.phone-mockup {
  width: 56%;
  transform: rotate(-9deg);
}

.phone-mockup._2 {
  margin-left: -165px;
  transform: rotate(17deg);
}

.sticky-section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 600vh;
  max-height: 6000px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: 0;
}

.sticky-section-2.shorter {
  height: auto;
  min-height: auto;
  max-height: none;
}

.sticky-section-2.movile {
  display: none;
}

.video-wrapper {
  position: absolute;
  inset: 0%;
}

.logo {
  background-image: url('../images/logo2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.footer {
  background-color: #080621;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.cursor-dot {
  border: 1.5px #cdedfc;
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.screen-3 {
  z-index: -1;
  background-image: url('../images/162022467_480500833138318_2443484408589304223_n.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1.6em;
  width: 89%;
  height: 97%;
  position: absolute;
}

.screen-3._2 {
  z-index: -2;
  background-image: url('../images/161856816_2916146785300003_162589793954507097_n.jpeg');
}

.screen-3._3 {
  z-index: -4;
  background-image: url('../images/Mask-Group-232x.png');
}

.screen-3.back {
  z-index: -5;
  background-color: #fff;
  background-image: none;
  width: auto;
}

.line {
  background-color: #fff;
  width: 35px;
  height: 2px;
}

.line._2 {
  margin-top: 5px;
}

.section {
  background-color: #0b0931;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section.dark {
  background-color: #080621;
}

.section.cta-section {
  flex-direction: column;
}

.navigation-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
}

.menu-button {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.app-sotre-logo {
  z-index: 2;
  background-image: url('../images/Group-152x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.app-sotre-logo.play {
  background-image: url('../images/Group-142x.png');
  background-size: 100%;
}

.sticky-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin-bottom: 237px;
  display: flex;
}

.g-text {
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.cursor {
  z-index: 9999;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .45s ease-out;
  display: flex;
  position: fixed;
  inset: 0%;
}

.sticky-wrapper-main-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 80%;
  margin-top: 0;
  display: flex;
}

.loading-text {
  letter-spacing: 1px;
  font-size: 2.1em;
}

.pop-up-modal {
  text-align: center;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 108%;
  overflow: hidden;
}

.pop-up-modal.google {
  display: none;
  inset: auto 0% 87% auto;
}

.pop-up-modal.apple {
  width: 75%;
  margin-left: 0;
  margin-right: 0;
  display: none;
  bottom: 87%;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.hori-ends {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.hori-ends.margin {
  margin-top: 30px;
}

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

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

.container.verticle-centered.hero-container {
  z-index: 2;
  position: relative;
}

.container.sticky {
  height: 91vh;
  position: sticky;
  top: 8%;
  bottom: 7%;
}

.paw {
  background-image: url('../images/paws2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.modal-text {
  color: #080621;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2em;
}

.footer-link {
  margin-bottom: 2px;
  text-decoration: none;
}

.starts-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-paragraph {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.1em;
}

.app-link {
  z-index: 2;
  opacity: .5;
  cursor: not-allowed;
  border: 1px solid #fff;
  border-radius: 12px;
  width: 145px;
  height: 50px;
  margin-left: 20px;
  margin-right: 0;
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
}

.app-link.apple, .app-link.left {
  margin-left: 0;
}

.grey-text {
  color: #919191;
  text-decoration: none;
}

.grey-text.foot {
  margin-right: 15px;
}

.grey-text._2 {
  color: #0b0931;
}

.hero-download-wrapper {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  display: none;
  position: absolute;
  inset: auto 4% 4% auto;
}

.cta-image {
  object-fit: cover;
  height: 93%;
}

.footer-div {
  flex-direction: column;
  margin-right: 51px;
  display: flex;
}

.footer-div.hori {
  display: flex;
}

.render-video {
  filter: saturate(120%);
  width: 100%;
  height: 100%;
}

.secondary-button {
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #0000;
  border: 1px #cdedfc00;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
}

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

.menu-link-div {
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stars {
  margin-right: 5px;
}

.review-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
}

.white-button {
  color: #0b0931;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 100px;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 10px;
  padding: 13px 34px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overflow-hidden-2 {
  overflow: hidden;
}

.overflow-hidden-2.mobile {
  display: none;
}

.faq-wrapper {
  width: 75%;
  margin-top: 25px;
}

.div-block-9 {
  background-color: #0b0931;
  border-radius: 0;
  align-items: flex-end;
  width: 103%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 1005px);
}

.footer-div-wrapper {
  display: flex;
}

.menu-links-wrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  height: 60%;
  padding: 0;
  display: flex;
}

.heading-1 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2;
}

.phone-mockup-wrapper {
  width: 60%;
  height: 100%;
}

.phone-wrapper-3 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.menu-2 {
  z-index: -1;
  background-color: #0c0a3f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 135%;
  height: 37vh;
  padding: 0 30px;
  display: none;
  position: absolute;
  inset: 0% -4% 0% auto;
  overflow: hidden;
  box-shadow: -3px 3px 11px #0b09313b;
}

.testimonial-name {
  margin-bottom: 7px;
  font-size: 1.8em;
}

.buttons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 10% 10%;
}

.content-wrapper {
  text-align: center;
  width: 502.457px;
}

.content-wrapper.left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 355px;
  margin-bottom: 45px;
  display: flex;
  position: sticky;
  top: 30%;
}

.content-wrapper.left._2 {
  position: static;
}

.company-logo-small {
  filter: grayscale();
  height: 2.5rem;
}

.castaway-club-logos {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-2 {
  width: 20rem;
}

.image-3, .image-4 {
  width: 25rem;
}

.grid-image {
  width: 15rem;
}

.div-block-13 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.membership-emblems {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-14 {
  min-width: 70%;
  max-width: 70%;
}

.engraving-columns {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.hr-horizontal {
  color: #444;
  -webkit-text-stroke-color: #444;
  background-color: #444;
  border-radius: 100rem;
  width: .15rem;
  height: 3.5rem;
  font-size: 1.2rem;
}

.divider-section {
  text-align: center;
}

.card-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.project-details_intro, .project-details_challenge {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-section_desktop {
  background-color: var(--cream);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 400vh;
  max-height: 500rem;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  top: 0;
}

.sticky-section_desktop.movile, .sticky-section_desktop.mobile {
  display: none;
}

.sticky-section_mobile {
  background-color: var(--cream);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 400vh;
  max-height: 500rem;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
  top: 0;
}

.sticky-section_mobile.movile, .sticky-section_mobile.mobile {
  display: none;
}

.project-details_results {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reflections-card {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  justify-content: space-around;
  align-items: center;
  padding: 2.5rem 4rem;
  display: flex;
}

.project-footer {
  background-color: var(--cream);
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.pathways {
  border-radius: .5rem;
  max-width: 50%;
  height: auto;
}

.find-me-video {
  justify-content: center;
  display: flex;
}

.find-me-video.behind-screen {
  padding-top: 1.8rem;
}

.confirmation-lottie {
  height: 14rem;
}

.confirmation-lottie-div {
  align-self: flex-end;
  height: 11rem;
}

.div-block-15 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section__about-intro, .section__about-work, .section__about-personal {
  background-color: var(--cream);
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.polaroid-text {
  text-align: center;
  padding-top: 1.25rem;
  font-family: Kalam, sans-serif;
  font-size: 1.5rem;
  line-height: .8;
  display: none;
}

.polaroids-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  padding-top: 2rem;
  display: flex;
  position: relative;
}

.polaroids-wrapper.static {
  flex-direction: row;
  width: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.polaroids-wrapper.static.vertical {
  flex-direction: column;
  height: 56rem;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-styles {
  display: none;
}

.polaroid-image-wrapper {
  border-radius: .125rem;
  width: 17rem;
  height: 19.5rem;
  overflow: hidden;
}

.polaroid-frame {
  background-color: #fcfcfc;
  border-radius: .25rem;
  width: 19.5rem;
  height: 25.5rem;
  padding: 1.25rem;
  position: absolute;
  box-shadow: inset 0 0 1px -1px #0013611a, 0 0 4px 2px #0013611a;
}

.polaroid-frame._4 {
  z-index: 4;
  transform: rotate(0);
}

.polaroid-frame._2 {
  z-index: 2;
  transform: rotate(3deg);
}

.polaroid-frame._3 {
  z-index: 3;
  transform: rotate(-3deg);
}

.polaroid-frame._1 {
  z-index: 1;
  transform: rotate(13deg);
}

.polaroid-frame._5 {
  z-index: 5;
}

.polaroid-frame.still {
  position: relative;
}

.polaroid-frame.still._1 {
  z-index: 3;
  transform: translate(5%, 10%)rotate(13deg);
}

.polaroid-frame.still._1.horizontal {
  transform: rotate(13deg);
}

.polaroid-frame.still._2 {
  z-index: 3;
  transform: translate(-5%, -20%)rotate(-5deg);
}

.polaroid-frame.still._2.horizontal {
  transform: rotate(-5deg);
}

.polaroid-frame.still._3 {
  transform: translate(-10%, 30%)rotate(-3deg);
}

.polaroid-frame.still._3.horizontal {
  transform: rotate(-3deg);
}

.polaroid-frame.still._6 {
  transform: rotate(-16deg);
}

.main-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

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

.div-block-16 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.about-section-divide {
  justify-content: center;
  align-items: center;
  display: flex;
}

.constant {
  display: inline;
}

.changer-overflow {
  height: 3rem;
  display: inline-block;
  overflow: hidden;
}

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

.changer {
  position: relative;
  top: 0;
}

.about__hero {
  z-index: 0;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.about-hero-content {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .hero_intro-copy {
    max-width: 36vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    display: block;
  }

  .herotextwrapper {
    grid-template-rows: auto;
    grid-template-columns: minmax(max-content, .0625rem) minmax(max-content, .0625rem);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .hero_copy {
    display: block;
  }

  .columns {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: minmax(max-content, 0) repeat(auto-fit, minmax(max-content, .0625rem));
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .exhibit-footnote {
    align-self: center;
  }

  .project-hero_copy {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .padding-top {
    padding: 6.5rem 0 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge.is-project-hero-heading {
    display: none;
  }

  .spacer-huge.mobile, .spacer-small.is-project-hero-heading, .spacer-large {
    display: block;
  }

  .hero_intro-copy {
    text-align: center;
    font-size: 1.3rem;
  }

  .text-circle_svg {
    width: 20rem;
    inset: 25% auto auto -20%;
  }

  .sun-2 {
    width: 4rem;
    bottom: 5%;
    left: -20%;
  }

  .sun {
    width: 7rem;
    right: 0%;
  }

  .portrait {
    height: 64vh;
    margin-right: -4rem;
  }

  .star {
    left: .4375rem;
  }

  .star.star-1 {
    width: 2.5rem;
    height: 2.5rem;
    inset: auto 0% 50% auto;
  }

  .star.star-1.is-hero {
    width: 2.5rem;
    height: 2.5rem;
    top: 16%;
  }

  .star.star-1.is-work {
    inset: -4% 26% auto auto;
  }

  .star.star-6.star-mini {
    inset: auto -5% 75% auto;
  }

  .star.star-6.star-mini.is-work {
    inset: -1% auto auto 10%;
  }

  .star.star-5.star-mini {
    display: block;
    inset: 0% 0% auto auto;
  }

  .star.star-5.star-mini.is-hero {
    top: 40%;
  }

  .star.star-3.star-mini {
    display: block;
    inset: auto auto 75% 0%;
  }

  .star.star-3.star-mini.is-hero {
    bottom: 70%;
    left: -20%;
  }

  .star.star-3.star-mini.is-work {
    inset: -2% 10% auto auto;
  }

  .star.star-2 {
    width: 2.5rem;
    height: 2.5rem;
    inset: -12% auto auto 0%;
  }

  .star.star-2.is-hero {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 40%;
    right: -20%;
  }

  .project-hero_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .hero_background-elements {
    inset: 0%;
  }

  .herotextwrapper {
    justify-content: center;
  }

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

  .about-sun.pointer-events-off {
    width: 14rem;
  }

  .home-about_blurb {
    padding-left: 0;
    padding-right: 0;
  }

  .initatives_content-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .slider_right {
    order: -1;
  }

  .home-work_projects {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .swiper-slide.is-project {
    align-items: center;
  }

  .company-details-wrapper {
    justify-content: center;
  }

  .project-details-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
    display: flex;
  }

  .is-project-subhead {
    justify-content: center;
  }

  .is-project-subhead.text-color-white {
    text-align: center;
    line-height: 1.3rem;
  }

  .exhibit-row-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .card-column {
    width: 100%;
    max-width: 100%;
  }

  .exhibit-row, .goals-column, ._2-columns, .users-column {
    flex-direction: column;
  }

  .h2-large {
    display: none;
  }

  .description {
    text-align: center;
  }

  .navigation {
    justify-content: center;
  }

  .footer_more-projects {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .shape-3, .shape-3-copy {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .shape-3-about {
    width: 20rem;
    height: 20rem;
    position: absolute;
    inset: -6% -8% auto auto;
  }

  .shape-1-about {
    height: 10%;
    inset: -5% 0% auto 30%;
  }

  .shape-2-about {
    width: 42%;
    height: 12%;
    position: absolute;
    inset: -3% auto auto -9%;
  }

  .marquee-cover-horizontal {
    display: none;
  }

  .heading {
    font-size: 4.5rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .heading-3 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .heading-4 {
    font-size: 1.3rem;
  }

  .heading-5 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .heading-6 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .paragraph, .link, .list, .list-2 {
    font-size: 1.3rem;
  }

  .h2-large-mobile {
    text-align: center;
    display: block;
  }

  .section_project-hero {
    position: relative;
  }

  .project-hero_copy {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
    display: flex;
  }

  .nav-wrapper {
    padding: 0% 2% 2%;
  }

  .nav-wrapper.is-menu {
    padding-bottom: 6.5em;
  }

  .section_contact-hero {
    position: relative;
  }

  .video-embed.behind-screen {
    height: 100%;
    padding-top: 1rem;
  }

  .video-column {
    flex-direction: column;
  }

  .mobile-feature-column {
    align-items: center;
  }

  .sticky-wrapper {
    width: 40%;
    margin-bottom: 2rem;
  }

  .screen-frame {
    border-radius: 2.7em;
    width: 21rem;
  }

  .screen-frame.mobile {
    border-radius: 2.7em;
    width: 20rem;
  }

  .sticky-section {
    display: none;
  }

  .sticky-section.movile {
    display: flex;
  }

  .sticky-section.mobile {
    padding-bottom: 4rem;
    display: block;
  }

  .sticky-container.sticky.mobile {
    height: auto;
  }

  .phone-wrapper {
    height: 42rem;
  }

  .circle._4 {
    top: 57%;
  }

  .circle._2 {
    top: 32%;
  }

  .sticky-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .desktop-section {
    display: none;
  }

  .sticky-content-2 {
    margin-bottom: -172px;
  }

  .phone-wrapper-2 {
    width: 50%;
  }

  .sticky-wrapper-main-2 {
    margin-top: -75px;
  }

  .circle-2._2 {
    top: 32%;
  }

  .circle-2._4 {
    top: 57%;
  }

  .frame-2 {
    width: 20rem;
  }

  .cta-image-frame {
    width: 250px;
    height: 350px;
  }

  .phone-mockup {
    width: 64%;
  }

  .phone-mockup._2 {
    width: 62%;
  }

  .sticky-section-2 {
    display: none;
  }

  .sticky-section-2.movile {
    display: flex;
  }

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

  .sticky-wrapper-2 {
    width: 40%;
  }

  .cursor {
    display: none;
  }

  .sticky-wrapper-main-3 {
    margin-top: -75px;
  }

  .overflow-hidden-2.mobile {
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .phone-mockup-wrapper {
    width: 70%;
  }

  .phone-wrapper-3 {
    width: 100%;
  }

  .menu-2, .buttons-wrapper {
    display: none;
  }

  .content-wrapper.left._2 {
    width: 333px;
  }

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

  .castaway-club-logos {
    grid-row-gap: 3rem;
  }

  .div-block-13 {
    grid-column-gap: 3rem;
    grid-row-gap: 2.5rem;
  }

  .membership-emblems {
    grid-row-gap: 2rem;
  }

  .engraving-columns {
    flex-direction: column;
  }

  .card-row {
    width: 100%;
    max-width: 100%;
  }

  .sticky-section_desktop {
    display: none;
  }

  .sticky-section_desktop.movile {
    display: flex;
  }

  .sticky-section_desktop.mobile {
    padding-bottom: 4rem;
    display: block;
  }

  .sticky-section_mobile {
    display: none;
  }

  .sticky-section_mobile.movile {
    display: flex;
  }

  .sticky-section_mobile.mobile {
    padding-bottom: 4rem;
    display: block;
  }

  .reflections-card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .pathways {
    max-width: 100%;
  }

  .find-me-video.behind-screen {
    height: 100%;
    padding-top: 1rem;
  }

  .polaroids-wrapper {
    transform: scale(.8);
  }

  .polaroid-frame._4 {
    transform: translate(-25vw)rotate(-6deg);
  }

  .polaroid-frame._2 {
    transform: translate(54vw)rotate(3deg);
  }

  .polaroid-frame._3 {
    transform: translate(40vw, -1vh)rotate(14deg);
  }

  .polaroid-frame._1 {
    transform: translate(-48vw)rotate(13deg);
  }

  .about-hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge.mobile {
    display: none;
  }

  .spacer-xhuge {
    display: block;
  }

  .text-circle_svg {
    top: -10%;
    left: -26%;
  }

  .sun-2 {
    width: 4rem;
    bottom: 10%;
    left: -24%;
  }

  .sun {
    width: 7rem;
    top: -30%;
  }

  .star.star-1 {
    width: 2rem;
    height: 2rem;
    display: none;
    inset: 0% 0% auto auto;
  }

  .star.star-1.is-hero {
    inset: 0% auto auto 0%;
  }

  .star.star-1.is-work {
    display: block;
    top: -3%;
    right: 16%;
  }

  .star.star-6.star-mini, .star.star-6.star-mini.is-work {
    inset: 0% auto auto 0%;
  }

  .star.star-6.star-mini.is-home {
    inset: auto auto 40% -20%;
  }

  .star.star-5.star-mini {
    inset: auto 0% 60% auto;
  }

  .star.star-5.star-mini.is-hero {
    inset: 0% 0% auto auto;
  }

  .star.star-3.star-mini {
    top: -10%;
    bottom: auto;
    left: 20%;
  }

  .star.star-3.star-mini.is-hero {
    inset: -20% auto auto 0%;
  }

  .star.star-3.star-mini.is-work {
    top: -2%;
    right: 1%;
  }

  .star.star-2 {
    width: 2rem;
    height: 2rem;
    inset: -10% 0% auto auto;
  }

  .star.star-2.is-hero {
    bottom: 60%;
    right: -2%;
  }

  .hero_background-elements {
    top: 35%;
    left: 12%;
    right: 10%;
  }

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

  .is-project-subhead {
    justify-content: flex-start;
  }

  .project-card {
    flex-direction: column;
  }

  .card-column {
    width: 100%;
  }

  .goals-column, ._2-columns {
    flex-direction: column;
  }

  .main-shapes-wrapper, .blending-group-wrapper {
    filter: blur(5rem);
  }

  .shape-3, .shape-3-copy {
    width: 30em;
    height: 100em;
  }

  .shape-3-about {
    width: 23%;
    height: 10%;
    top: -4%;
    right: 0%;
  }

  .shape-1-about {
    width: 46%;
  }

  .shape-2-about {
    height: 10%;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .video-embed.behind-screen {
    padding-top: 0;
  }

  .sticky-wrapper {
    flex-direction: row;
    flex: none;
    width: 1250px;
    margin-top: 3rem;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .screen {
    width: 90%;
    height: 95%;
    margin-top: 0;
  }

  .sticky-content-wrapper {
    flex: none;
    width: 250px;
    margin-bottom: 0;
    margin-left: 60px;
    margin-right: 60px;
  }

  .sticky-content-wrapper._1 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-3 {
    font-size: 1.8em;
  }

  .screen-frame {
    border-radius: 4.1rem;
    width: 22rem;
    height: 44rem;
  }

  .sticky-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .sticky-wrapper-main {
    flex-direction: column;
    height: auto;
  }

  .sticky-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3-2 {
    font-size: 1.8em;
  }

  .heading-2 {
    font-size: 2.2em;
  }

  .sticky-content {
    width: 50rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .h2 {
    font-size: 2.2em;
  }

  .small-title {
    font-size: 1.8em;
  }

  .hero-content-wrapper-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .desktop-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sticky-content-2 {
    flex: none;
    width: 250px;
    margin-bottom: 0;
    margin-left: 60px;
    margin-right: 60px;
  }

  .phone-wrapper-2 {
    width: 100%;
    margin-top: 41px;
    overflow: hidden;
  }

  .sticky-wrapper-main-2 {
    flex-direction: column;
    height: 81%;
    margin-top: 0;
    overflow: visible;
  }

  .frame {
    border-radius: 49px;
    width: 19.7em;
    height: 39.4em;
    margin-top: 0;
  }

  .screen-2 {
    width: 90%;
    height: 95%;
    margin-top: 0;
  }

  .sticky-content-wrapper-2 {
    flex: none;
    width: 250px;
    margin-bottom: 0;
    margin-left: 60px;
    margin-right: 60px;
  }

  .sticky-content-wrapper-2._1 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-3-3 {
    font-size: 1.8em;
  }

  .app-store._2 {
    justify-content: center;
    margin-bottom: 4px;
  }

  .frame-2 {
    border-radius: 49px;
    width: 25rem;
    margin-top: 0;
  }

  .phone-mockup {
    width: 60%;
    margin-left: 7px;
  }

  .phone-mockup._2 {
    margin-left: -151px;
  }

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

  .sticky-section-2.movile {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-wrapper {
    left: -44%;
  }

  .footer {
    padding: 40px 20px;
  }

  .screen-3 {
    width: 90%;
    height: 95%;
    margin-top: 0;
  }

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

  .sticky-wrapper-2 {
    flex-direction: row;
    flex: none;
    width: 1250px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .sticky-wrapper-main-3 {
    flex-direction: column;
    height: 81%;
    margin-top: 0;
    overflow: visible;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .container.hori-ends.margin {
    margin-top: 50px;
  }

  .container.hori-ends.cta {
    flex-direction: column;
    justify-items: center;
    overflow: hidden;
  }

  .container.verticle-centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.sticky.mobile {
    overflow: hidden;
  }

  .hero-section {
    background-position: 62% 54%;
    overflow: hidden;
  }

  .hero-paragraph {
    font-size: 1.1em;
  }

  .hero-download-wrapper {
    display: none;
  }

  .footer-div {
    margin-right: 0;
  }

  .render-video {
    width: 100%;
  }

  .overflow-hidden-2.mobile {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .faq-wrapper {
    width: 100%;
  }

  .footer-div-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-1.vim {
    font-size: 3.6em;
  }

  .phone-mockup-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .phone-wrapper-3 {
    width: 100%;
    overflow: hidden;
  }

  .buttons-wrapper {
    display: none;
  }

  .engraving-columns {
    flex-direction: column;
  }

  .card-row {
    width: 100%;
  }

  .sticky-section_desktop {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sticky-section_desktop.movile {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sticky-section_mobile {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sticky-section_mobile.movile {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reflections-card {
    flex-direction: column;
  }

  .find-me-video.behind-screen {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding: 5rem 0 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait, .spacer-huge.mobile {
    display: none;
  }

  .section_home-hero {
    position: relative;
  }

  .hero_intro-copy {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }

  .lottie-animation {
    display: none;
  }

  .text-circle_svg {
    top: -40%;
    left: -22%;
  }

  .sun-2 {
    bottom: 0%;
  }

  .sun {
    width: 4rem;
    top: -70%;
  }

  .portrait {
    width: 100vw;
    height: auto;
  }

  .star.star-1.is-work {
    top: -4%;
    right: 22%;
  }

  .star.star-6.star-mini {
    inset: auto auto 46% -20%;
  }

  .star.star-6.star-mini.is-work {
    inset: -2% auto auto 0%;
  }

  .star.star-3.star-mini.is-hero {
    inset: -30% 18% auto auto;
  }

  .star.star-2.is-hero {
    width: 2rem;
    height: 2rem;
    inset: -54% auto auto -12%;
  }

  .hero_background-elements {
    top: 42%;
    right: 5%;
  }

  .availability-status {
    width: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
  }

  .herotextwrapper {
    flex-direction: column;
  }

  .hero_copy {
    align-content: center;
    min-width: 0;
  }

  .text-block {
    text-align: center;
    white-space: normal;
  }

  .home-about_clients {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-work_projects {
    grid-column-gap: 0rem;
  }

  .swiper-wrapper.is-card {
    width: 100%;
  }

  .swiper-wrapper.is-project {
    width: 100%;
    height: auto;
  }

  .swiper.is-project {
    height: auto;
  }

  .swiper-slide.is-project {
    height: auto;
    display: block;
  }

  .company-logo {
    height: 2.5rem;
  }

  .year {
    font-size: 1.6rem;
  }

  .is-project-subhead {
    align-self: center;
  }

  .is-project-subhead.text-color-white {
    font-size: 1rem;
  }

  .project-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-19 {
    font-size: 1.6rem;
  }

  .is-project-heading, .is-project-hero-heading {
    text-align: center;
  }

  .collection-list-wrapper, .collection-list {
    justify-content: center;
  }

  .card {
    width: 70%;
  }

  .footer_more-projects {
    flex-direction: column;
    width: 100%;
    min-width: 34rem;
  }

  .shape-4 {
    top: 30.7em;
  }

  .shape-3-copy {
    height: 50em;
    top: 10em;
  }

  .shape-3-about {
    width: 38%;
    right: -1%;
  }

  .marquee-horizontal-large {
    height: 8.125rem;
  }

  .marquee_icon-container {
    width: 12.5rem;
    height: 6.25rem;
  }

  .spacer-30._15-xsvp {
    height: .9375rem;
  }

  .heading {
    font-size: 3rem;
  }

  .heading-4 {
    font-size: .9rem;
  }

  .heading-5 {
    font-size: 1.4rem;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .h2-large-mobile {
    font-size: 3rem;
  }

  .heading-8, .heading-9 {
    text-align: center;
  }

  .section_project-hero {
    position: relative;
  }

  .project-hero_copy {
    align-content: center;
    min-width: 0;
  }

  .heading-11, .heading-12 {
    text-align: center;
  }

  .nav-wrapper {
    padding: 0% 3% 3%;
  }

  .nav-wrapper.is-menu {
    padding-bottom: 8%;
  }

  .menu_wrap {
    font-size: 3vw;
  }

  .section_contact-hero {
    position: relative;
  }

  .video-embed {
    height: 38rem;
  }

  .sticky-wrapper {
    margin-top: 0;
  }

  .screen, .screen.mobile {
    width: 89%;
    height: 95%;
  }

  .sticky-content-wrapper._3 {
    width: 275px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .phone-frame {
    border-radius: 20px;
  }

  .heading-3 {
    font-size: 2em;
  }

  .screen-frame {
    border-radius: 36px;
    width: 16rem;
    height: 32rem;
  }

  .screen-frame.mobile {
    border-radius: 3rem;
    width: 193px;
  }

  .sticky-section.movile {
    height: 5500px;
  }

  .sticky-section.mobile {
    height: 150rem;
    display: flex;
  }

  .sticky-wrapper-main {
    justify-content: center;
    overflow: hidden;
  }

  .sticky-container {
    max-width: 99%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sticky-container.sticky.mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .phone-wrapper {
    height: 32rem;
  }

  .heading-3-2 {
    font-size: 2em;
  }

  .heading-2 {
    font-size: 1.9em;
  }

  .sticky-content {
    width: 100%;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .h2 {
    font-size: 1.9em;
  }

  .small-title {
    font-size: 2em;
  }

  .screenshot {
    border-radius: 20px;
  }

  .phone-wrapper-2 {
    overflow: visible;
  }

  .sticky-wrapper-main-2 {
    justify-content: center;
  }

  .frame {
    border-radius: 36px;
    width: 200px;
    height: 400px;
  }

  .screen-2 {
    width: 89%;
    height: 98%;
  }

  .sticky-content-wrapper-2._3 {
    width: 275px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .phone-frame-2 {
    border-radius: 20px;
  }

  .heading-3-3 {
    font-size: 2em;
  }

  .frame-2 {
    border-radius: 36px;
    width: 18rem;
  }

  .cta-image-frame {
    width: 220px;
    height: 300px;
  }

  .phone-mockup {
    width: 62%;
    margin-left: -2px;
    transform: none;
  }

  .phone-mockup._2 {
    margin-left: -100px;
    transform: none;
  }

  .sticky-section-2.movile {
    height: 5500px;
  }

  .video-wrapper {
    left: -84%;
  }

  .footer {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .screen-3 {
    width: 89%;
    height: 98%;
  }

  .app-sotre-logo {
    background-size: 101px;
  }

  .app-sotre-logo.play {
    background-size: 100px;
  }

  .sticky-wrapper-main-3 {
    justify-content: center;
  }

  .container {
    max-width: 99%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.hori-ends.foot {
    padding-left: 0;
    padding-right: 0;
  }

  .container.hori-ends.margin {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
  }

  .container.hori-ends.cta, .container.verticle-centered {
    max-width: 450px;
  }

  .container.verticle-centered.hero-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.sticky.mobile {
    height: auto;
  }

  .hero-paragraph {
    font-size: 1em;
  }

  .app-link {
    margin-left: 10px;
  }

  .secondary-button {
    display: none;
  }

  .footer-div-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 35px;
    display: grid;
  }

  .heading-1.vim {
    font-size: 43px;
  }

  .phone-wrapper-3 {
    overflow: visible;
  }

  .menu-2 {
    width: 265px;
    height: 50vh;
  }

  .content-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .block-quote, .list-item, .list-item-2, .list-item-3 {
    font-size: 1.2rem;
  }

  .company-logo-small {
    height: 2.5rem;
  }

  .grid-image {
    width: 8rem;
  }

  .card-row {
    flex-direction: column;
  }

  .sticky-section_desktop.movile {
    height: 5500px;
  }

  .sticky-section_desktop.mobile {
    height: 150rem;
    display: flex;
  }

  .sticky-section_mobile.movile {
    height: 5500px;
  }

  .sticky-section_mobile.mobile {
    height: 150rem;
    display: flex;
  }

  .reflections-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .find-me-video {
    height: 38rem;
  }

  .polaroids-wrapper {
    transform: scale(.6);
  }

  .about__hero {
    position: relative;
  }
}

#w-node-cfb26d00-60f5-2e3d-bcc5-ceeae14221c2-93201f88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-cfb26d00-60f5-2e3d-bcc5-ceeae14221c9-93201f88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-93201f8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-93201f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-93201f8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-93201f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-93201f8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-93201f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-93201f8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-93201f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-93201f8b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-93201f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-93201f8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-93201f8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-93201f8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-93201f8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-93201f8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-93201f8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-93201f8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-93201f8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-93201f8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-93201f8b, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-93201f8b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-93201f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-93201f8b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-93201f8b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-93201f8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-93201f8b {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-cfb26d00-60f5-2e3d-bcc5-ceeae14221c9-93201f88 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Vintage';
  src: url('../fonts/VIntage.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}