@font-face {
  font-family: Tiffany;
  src: url('../fonts/3AF24D_0_0.woff2') format("woff2"), url('../fonts/3AF24D_0_0.eot') format("embedded-opentype"), url('../fonts/3AF24D_0_0.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Tiffany;
  src: url('../fonts/3AF24D_0_0.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --red: red;
  --deep-sky-blue: #43adef;
}

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

body {
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: Tiffany, sans-serif;
  font-size: 5.6em;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 41px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 4px;
  font-family: Inconsolata, monospace;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.4em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--black);
  letter-spacing: .5px;
  font-weight: 700;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 32px;
}

li {
  padding-bottom: 8px;
}

.full-height {
  border: 16px solid #000;
  border-width: 0 16px 8px;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-right {
  border-left: 16px solid var(--black);
  background-image: url('../images/GVTS_00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-copy {
  max-width: 472px;
}

.hero-subtitle {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

.button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border: 2px solid #000;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, transform .2s;
}

.button:hover {
  background-color: #ec1d25;
  transform: translate(0, -2px);
}

.button.outline {
  border: 1px solid #fff;
  transition: color .2s;
}

.button.outline:hover, .button.secondary {
  color: var(--black);
  background-color: #fff;
}

.button.red {
  background-color: var(--red);
  border-style: none;
  display: block;
}

.button.red.small {
  margin-top: 15px;
  padding: 6px 13px;
  display: none;
}

.button.white {
  background-color: var(--deep-sky-blue);
  border-style: none;
}

.section {
  border-style: solid;
  border-width: 8px 16px 16px;
  border-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.after-hero {
  border-top-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.centered-aligned {
  position: static;
}

.container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.copy {
  margin-bottom: 32px;
}

.copy.footer {
  color: #00000054;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 11px;
}

.copy.sponsor-block {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 700;
}

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

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

.how-to-image {
  margin-top: -72px;
}

.full-height-block {
  background-color: #0000;
  background-image: url('../images/_MG_3897.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 16px #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.full-height-negative {
  background-color: var(--black);
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.floating-full-height {
  max-width: 472px;
}

.floating-full-height.white {
  color: #fff;
  max-width: 520px;
}

.link-white {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.full-heigh-image {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-height: 90%;
  display: none;
}

.centered-aligned {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.collection-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.button-set {
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  display: flex;
}

.collection-button {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 12px;
  line-height: 1em;
}

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

.bottom-section {
  background-color: var(--black);
  text-align: center;
  border-bottom-width: 16px;
  border-bottom-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-image {
  object-fit: fill;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.how-to-header {
  text-align: center;
}

.label {
  padding-top: 16px;
  font-size: .8em;
  line-height: 1.6em;
}

.label.more {
  padding-top: 24px;
}

.collection-container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.logo {
  width: 24px;
  margin-right: 12px;
}

.logos {
  padding-top: 48px;
  padding-bottom: 0;
  display: none;
}

.hero-image-1 {
  object-fit: cover;
  display: block;
  position: relative;
}

.background-video {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.mix-images {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.mix-n-match-section {
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.mix-copy {
  justify-content: center;
  width: 50%;
}

.image-2 {
  z-index: 2;
  margin-bottom: -9px;
  margin-right: -20px;
  position: relative;
}

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

.hero {
  border: 16px solid #000;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading {
  font-family: Inconsolata, monospace;
}

.slider {
  object-fit: cover;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mix-n-match-copy {
  max-width: 420px;
}

.image-4 {
  z-index: 2;
  margin-bottom: -7px;
  margin-right: -87px;
  position: relative;
}

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

.mask {
  text-align: center;
  height: 100%;
}

.slide {
  object-fit: cover;
}

.slide-block {
  background-image: url('../images/_MG_3897.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.image-6 {
  object-fit: cover;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.product-hunt {
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: auto auto 0% 0%;
  transform: scale(.8);
}

.image-collection {
  max-width: 160px;
  max-height: 290px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.button-set-standing {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu {
  padding-bottom: 16px;
}

.tab {
  background-color: #0000;
  font-weight: 500;
}

.tab.w--current {
  background-color: #0000;
  border-bottom: 4px solid #000;
  font-weight: 700;
}

.referral-link {
  z-index: 2;
  border: 2px solid var(--black);
  color: var(--black);
  background-color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  position: fixed;
  inset: auto 20px 20px auto;
}

.referral-link:hover {
  background-color: var(--black);
  color: #fff;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.shocase-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.showcase-scroll {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.showcase-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.button-secondary {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  padding: 12px 39px;
  font-family: Poppins;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, transform .2s;
}

.button-secondary:hover {
  background-color: #ff2679;
  transform: translate(0, -2px);
}

.button-secondary.outline {
  border: 1px solid #fff;
  transition: color .2s;
}

.button-secondary.outline:hover {
  color: var(--black);
  background-color: #fff;
}

.cta-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  justify-items: stretch;
  max-width: 420px;
}

.body {
  font-family: Inconsolata, monospace;
}

.h4-date {
  margin-bottom: -25px;
}

.image-7 {
  display: none;
}

.image-8 {
  border-right: 16px solid #000;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  place-items: center;
  margin-bottom: 111px;
}

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

.date {
  color: var(--black);
  text-align: center;
  background-color: #fff;
  margin-bottom: 12px;
  font-family: Inconsolata, monospace;
  font-size: 1.5em;
  font-weight: 700;
}

.race-block {
  box-shadow: 6px 6px 0 0 var(--deep-sky-blue);
  background-color: #f2f2f2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.race-detail {
  margin-bottom: -1px;
  font-size: 15px;
}

.race-tag {
  color: var(--red);
  font-size: 18px;
  font-weight: 700;
}

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

.sponsor-block {
  background-color: #0000;
  padding: 14px;
}

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

.underline {
  margin-left: -4px;
  padding-left: 4px;
  box-shadow: inset -2px 0 #f2f2f2, inset 0 -8px #f6f200b5;
}

.footer-guy {
  clear: both;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text {
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: space-around;
  align-self: flex-end;
  display: flex;
}

.underline-white {
  margin-left: -4px;
  padding-left: 4px;
  box-shadow: inset -2px 0 #0000, inset 0 -10px #f6f200b5;
}

.image-9 {
  display: block;
}

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

.image-11, .image-12, .image-13, .image-14, .image-15, .image-16 {
  display: block;
}

.hero2 {
  border: 16px solid #000;
}

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

.right-column {
  background-color: var(--deep-sky-blue);
  background-image: url('../images/GVTS_00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 16px solid #000;
  height: 100vh;
}

.left-column {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subwaycar {
  background-image: url('../images/pano1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 16px solid #000;
  border-top: 8px #000;
  border-bottom-width: 8px;
  min-height: 400px;
  position: static;
}

.subwaycar.subwayrun {
  background-image: url('../images/pano2.jpg');
  background-attachment: fixed;
}

.credit {
  color: #ffffffa8;
  font-size: 12px;
  position: static;
  inset: 0 0% 0% 0;
}

.credit-wrap {
  opacity: .75;
  flex: 1;
  align-self: flex-start;
  position: relative;
  top: 0;
  left: 10px;
}

.link-block {
  height: 100px;
}

.yellowstone {
  padding-top: 49px;
}

.sponsor-headline {
  color: var(--deep-sky-blue);
  margin-top: 60px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
}

.text-color-yellow {
  color: #fff307;
  font-weight: 700;
}

.text-color-blue {
  color: var(--deep-sky-blue);
}

@media screen and (max-width: 991px) {
  .full-height {
    border-width: 16px;
    flex-direction: column;
    height: 80vh;
    display: flex;
  }

  .hero-right {
    background-image: url('../images/GVTS_00.jpg');
    background-position: 50% 61%;
    background-repeat: repeat-x;
    background-size: cover;
    border-left-style: none;
    flex: 1;
    width: auto;
    max-height: 75vh;
    display: block;
    overflow: visible;
  }

  .hero-left {
    text-align: center;
    flex: 1;
    width: auto;
    max-height: 35vh;
    padding: 24px 16px;
  }

  .hero-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 60px;
    display: flex;
  }

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

  .section {
    border-top-width: 0;
    border-bottom-width: 16px;
    justify-content: center;
    display: flex;
  }

  .full-height-block {
    background-color: #0000;
    background-image: url('../images/_MG_3897.jpg');
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: cover;
    border-left-style: none;
    flex: 1;
    width: 100%;
    display: none;
  }

  .full-height-negative {
    flex-direction: column;
    flex: 1;
    width: 100%;
    max-height: 100vh;
  }

  .floating-full-height.white {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .bottom-section {
    display: none;
  }

  .hero {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 130vh;
    overflow: hidden;
  }

  .heading {
    text-align: center;
    font-size: 3.2em;
  }

  .slide-block {
    flex-wrap: nowrap;
    max-height: 490px;
    overflow: hidden;
  }

  .image-6 {
    display: none;
  }

  .product-hunt {
    text-align: center;
    display: none;
    inset: auto 0% 0%;
    transform: scale(.7);
  }

  .referral-link {
    display: none;
  }

  .referral-link.w--current {
    display: block;
  }

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

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

  .footer-guy {
    display: flex;
  }

  .container-3 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .columns {
    flex-flow: column-reverse;
    width: 100%;
  }

  .right-column {
    border-left-style: none;
    min-height: 555px;
    max-height: 650px;
  }

  .left-column {
    flex: 1;
    order: 0;
  }

  .subwaycar {
    border-bottom-width: 16px;
  }

  .yellowstone {
    padding-left: 18px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 3.6em;
  }

  .full-height {
    height: 80vh;
  }

  .hero-right {
    background-position: 50% 60%;
    max-height: 60vh;
  }

  .hero-left {
    flex-direction: column;
    max-height: 40vh;
  }

  .hero-copy {
    margin-top: -23px;
  }

  .hero-subtitle {
    text-align: center;
    margin-top: 8px;
    font-size: 1.4em;
  }

  .section {
    border-top-width: 0;
    border-bottom-width: 16px;
    display: flex;
  }

  .full-height-block {
    display: none;
  }

  .full-height-negative {
    flex: 1;
    max-height: 100vh;
  }

  .floating-full-height.white {
    max-width: 420px;
  }

  .hero {
    border-width: 12px;
    height: 110vh;
  }

  .referral-link {
    overflow: hidden;
  }

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

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

  .container-2 {
    padding-left: 51px;
    padding-right: 51px;
  }

  .container-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-column {
    background-repeat: no-repeat;
    height: 65vh;
    min-height: 555px;
    max-height: 555px;
  }

  .yellowstone {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .full-height {
    background-color: var(--black);
    height: 120vh;
  }

  .hero-right {
    background-position: 50%;
    background-repeat: no-repeat;
    max-height: 90vh;
  }

  .hero-left {
    background-color: #fff;
    justify-content: space-between;
    max-height: 130vh;
    padding-top: 16px;
  }

  .hero-copy {
    margin-top: 2px;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 1.2em;
  }

  .section {
    background-color: #fff;
    flex-flow: row;
    height: 275vh;
    margin-top: 0;
    padding-top: 61px;
    padding-bottom: 61px;
    display: flex;
  }

  .section.footer {
    height: 40vh;
    margin-top: 727px;
    display: block;
  }

  .section.schedule {
    height: 150vh;
  }

  .copy {
    font-size: 14px;
    overflow: hidden;
  }

  .copy.footer {
    padding-left: 31px;
    padding-right: 31px;
  }

  .copy.sponsor-block {
    font-size: 16px;
  }

  .full-height-block {
    border-bottom: 16px solid #000;
    min-height: 500px;
  }

  .full-height-negative {
    flex: 0 auto;
    max-height: 90vh;
  }

  .floating-full-height.white {
    max-width: 220px;
  }

  .how-to-header {
    flex: 0 auto;
    width: 100%;
  }

  .hero {
    height: 85vh;
  }

  .heading {
    font-size: 2.2em;
  }

  .slide-block {
    background-size: cover;
    background-attachment: scroll;
    max-height: 690px;
  }

  .referral-link.w--current {
    display: none;
  }

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

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

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

  .grid.partner-grid {
    flex-direction: column;
    display: flex;
  }

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

  .footer-guy {
    margin-bottom: 45px;
  }

  .container-2 {
    object-fit: fill;
    background-color: #fff;
    border-bottom: 16px #000;
    padding-left: 52px;
  }

  .heading-3 {
    font-size: 2.2em;
    line-height: 1em;
  }

  .container-3 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .heading-4 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .right-column {
    height: 30vh;
    min-height: 333px;
    max-height: 333px;
  }

  .left-column {
    background-color: #fff;
  }

  .yellowstone {
    margin-top: 43px;
  }
}

#w-node-c0756b7b-11c9-58f5-8d38-68380889920d-f2dd087e, #w-node-_13ebf22b-90ef-15f1-04df-17160aa38ea5-f2dd087e, #w-node-_13ebf22b-90ef-15f1-04df-17160aa38ea8-f2dd087e, #w-node-caa9586f-e355-3690-4908-d5fff0c04d3f-f2dd087e, #w-node-caa9586f-e355-3690-4908-d5fff0c04d42-f2dd087e, #w-node-fe771d6e-d55d-ed8b-86ed-cc4b629f4ac9-f2dd087e, #w-node-fe771d6e-d55d-ed8b-86ed-cc4b629f4acc-f2dd087e, #w-node-_7fa317dc-84e8-599e-f5d0-d39c3a096c84-f2dd087e, #w-node-_7fa317dc-84e8-599e-f5d0-d39c3a096c87-f2dd087e, #w-node-_49a15e4d-063e-556b-1b54-ebf5b25d15c3-f2dd087e, #w-node-_49a15e4d-063e-556b-1b54-ebf5b25d15c6-f2dd087e, #w-node-_56ab1fc8-d3ec-7c98-21ca-684c6e6449ba-f2dd087e, #w-node-_56ab1fc8-d3ec-7c98-21ca-684c6e6449bd-f2dd087e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d85ae5fd-98e2-49ec-23d2-a511975ba9a0-f2dd087e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_31a1658b-4323-787f-2cec-2d1ee469f8b7-f2dd087e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d85ae5fd-98e2-49ec-23d2-a511975ba9a0-fbea12b2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fd34abd4-e4ea-c3bc-341c-be6fa7eea1bd-fbea12b2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e9cf6d7f-aebd-bd8a-4cf4-c878de7c9f7f-fbea12b2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-addee44a-ade3-2b40-e371-489295e508b4-fbea12b2 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_29aca759-035a-db9f-77ed-72d7672da84b-fbea12b2 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_5e0834d5-6847-eb7b-83de-f4bd08ff2278-fbea12b2 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_3ef4a66d-a42d-2127-80f7-d45b61318805-fbea12b2 {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-_1800eedd-bc4f-c927-0132-b38cd6784e65-fbea12b2, #w-node-_068f4982-0be5-03eb-eac6-79cdbf87ba30-fbea12b2 {
  align-self: end;
}

#w-node-c0756b7b-11c9-58f5-8d38-68380889920d-fafe91b9, #w-node-_13ebf22b-90ef-15f1-04df-17160aa38ea5-fafe91b9, #w-node-_13ebf22b-90ef-15f1-04df-17160aa38ea8-fafe91b9, #w-node-caa9586f-e355-3690-4908-d5fff0c04d3f-fafe91b9, #w-node-caa9586f-e355-3690-4908-d5fff0c04d42-fafe91b9, #w-node-fe771d6e-d55d-ed8b-86ed-cc4b629f4ac9-fafe91b9, #w-node-fe771d6e-d55d-ed8b-86ed-cc4b629f4acc-fafe91b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d85ae5fd-98e2-49ec-23d2-a511975ba9a0-fafe91b9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a36f67e6-10ff-02e1-e390-7c55b893c24e-fafe91b9, #w-node-_4bec8601-f4bb-73db-2257-f71c000faf5f-fafe91b9, #w-node-_7ffc8303-6b37-2a37-232b-02fac1a4af24-fafe91b9, #w-node-_7ffc8303-6b37-2a37-232b-02fac1a4af22-fafe91b9, #w-node-ff542c75-18a5-2028-9607-f9a7f72b8019-fafe91b9 {
  place-self: center;
}

#w-node-_374ce9aa-2aa6-5aa1-3e40-4d3b953920fe-fafe91b9 {
  grid-area: 1 / 1 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_9ea18a88-f8d8-a393-7c71-d79974bf3ca6-f2dd087e, #w-node-_30efb47b-fdcb-aed1-1e4c-baa21b05e924-fafe91b9, #w-node-a108ee15-ae4b-6078-2928-49f76e5e34d3-fafe91b9, #w-node-_2268561f-da7c-851c-0a50-eacb138149d1-fafe91b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Tiffany';
  src: url('../fonts/3AF24D_0_0.woff2') format('woff2'), url('../fonts/3AF24D_0_0.eot') format('embedded-opentype'), url('../fonts/3AF24D_0_0.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Tiffany';
  src: url('../fonts/3AF24D_0_0.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}