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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: europa;
  font-size: 13px;
  line-height: 1.3;
}

.timeline-month {
  margin-bottom: 7px;
  font-size: 2em;
  font-weight: 700;
}

.menu-button {
  color: #ee8d32;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.menu-button.contact {
  color: #fff;
  background-color: #ed8c32;
  margin-right: 0;
  padding: 13px 30px;
  transition: background-color .325s ease-out;
  display: block;
}

.menu-button.contact:hover {
  background-color: #f9a85d;
}

.circle-button-wrapper {
  color: #fff;
  letter-spacing: 2px;
  border: 1px solid #ffffff8c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 90px;
  font-size: 4vw;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: rotate(-11deg);
}

.circle-button-wrapper.smaller {
  padding: 33px 60px;
  font-size: 26px;
  position: absolute;
  inset: auto 3% 0% auto;
}

.circle-button-wrapper.third {
  cursor: pointer;
  padding: 36px 60px;
  font-size: 2.2vw;
  position: static;
  inset: auto 3% 0% auto;
}

.footer-button {
  color: #061c2e;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 11px;
  padding: 13px 17px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .325s ease-out;
  display: flex;
}

.footer-button:hover {
  transform: scale(1.03);
}

.footer-button:active {
  transform: scale(.85);
}

.footer-button.main {
  background-color: #0000;
  margin-right: -18px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
}

.footer-button.socials {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 230px;
  padding: 8px;
}

.confetti {
  z-index: 1;
  display: none;
  position: fixed;
  inset: 0%;
  transform: scale(1.5);
}

.footer {
  color: #fff;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 71px;
  padding-bottom: 30px;
  display: flex;
}

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

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

.container.flex-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-hero-new {
  z-index: 1;
  color: #fff;
  background-color: #582878;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  display: flex;
  position: relative;
}

.text-wrapper {
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.you-text {
  display: none;
}

.fireworks {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.cursor {
  z-index: 10;
  opacity: 0;
  text-align: left;
  mix-blend-mode: difference;
  background-color: #fff;
  border: 2px dotted #000;
  border-radius: 10000px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .6s ease-out;
  position: absolute;
  inset: 0%;
}

.bigger-text-wrapper {
  justify-content: flex-start;
  display: flex;
}

.span-larger {
  font-size: 1.6em;
  font-style: italic;
}

.relative {
  width: 100%;
  position: relative;
}

.fortune-cms {
  margin-top: 54px;
}

.text-3em {
  flex: 0 auto;
  margin: 0 0 3px;
  font-family: ivymode;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
}

.text-3em.larger {
  margin-bottom: -1px;
  margin-right: 0;
  font-size: 7em;
}

.brand {
  background-image: url('../images/Colorful-The-PrideStaff-Companies-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 70px;
  margin-top: 20px;
  text-decoration: none;
  overflow: clip;
}

.brand.w--current {
  width: 45px;
  height: 45px;
}

.rewind-time-gif {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -53% 0% 0%;
}

.jumbo-text {
  z-index: 1;
  opacity: .3;
  color: #fff;
  flex: none;
  margin-left: 2vw;
  margin-right: 2vw;
  font-family: ivymode;
  font-size: 15vw;
  line-height: 1.2;
  position: relative;
}

.projects-wrapper {
  width: 100%;
  margin-top: 0;
}

.predicted-text {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.new-hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
                 ". Area"
                 ". ."
                 / auto;
  grid-auto-columns: minmax(200px, .25fr);
  place-content: center;
  place-items: center;
  width: 100%;
  display: inline-flex;
}

.thumbs {
  filter: saturate(200%) contrast(73%);
  width: 30px;
  height: 30px;
  margin-right: 3px;
  position: relative;
  top: -3px;
  right: -2px;
  transform: scale(2);
}

.thumbs._2 {
  width: 27px;
  height: 27px;
  margin-right: 0;
  position: static;
  transform: none;
}

.timeline-item {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.timeline-item.left-item {
  text-align: left;
  align-items: flex-start;
}

.timeline-item._2 {
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
}

.timeline-item.left-2 {
  text-align: left;
  align-items: flex-start;
}

.fortune-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wizard-lottie {
  width: 40%;
  margin-right: -101px;
}

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

.text-center.relative {
  cursor: pointer;
  margin-top: 60px;
  position: relative;
}

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

.container-2._2021 {
  opacity: 1;
  background-color: #5828789e;
  background-image: linear-gradient(#582878c2, #582878c2), url('../images/DallasSkyline.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 2500px;
  display: flex;
}

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

.container-2.horizontal.nav {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.gif-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 250px;
}

.gif-image._2 {
  object-position: 50% 85%;
  height: 270px;
}

.new-bg {
  z-index: -1;
  opacity: 1;
  mix-blend-mode: soft-light;
  object-fit: cover;
  object-position: 0% 50%;
  width: 51%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-paragraph {
  opacity: .74;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 450px;
  margin: 140px auto 0;
  font-size: 28px;
  line-height: 1.6;
  display: block;
}

.timeline-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 40vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 44%;
  height: 100%;
  display: grid;
}

.portoflio-list-wrapper {
  margin-bottom: 1%;
}

.timeline-text {
  max-width: 380px;
  font-size: 1.4em;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: ivymode;
  font-size: 5vw;
  line-height: 1.2;
}

.like-button-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 26px;
  font-size: 20px;
  display: flex;
}

.portfolio-list {
  justify-content: space-between;
  display: flex;
}

.image-3 {
  object-fit: cover;
  width: 100%;
}

.link-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 5%;
  display: flex;
}

.max-width-600px {
  width: 50%;
  max-width: 600px;
}

.thumb-thumb {
  background-color: #fff;
  border-radius: 1000px;
  width: 100%;
  height: 2%;
}

.fortune-cms-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.new-section {
  color: #fff;
  background-color: #2c2a29;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-section.lighter {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.new-section.full {
  background-color: #062748;
  height: 100vh;
  min-height: 900px;
  overflow: hidden;
}

.new-section.full._2 {
  background-color: #061c30;
}

.text-6em {
  color: #2c2a29;
  text-transform: none;
  margin: 0;
  font-family: ivymode;
  font-size: 6em;
  font-weight: 400;
  line-height: .9;
}

.text-6em.smallr {
  font-size: 4em;
}

.dot {
  z-index: 3;
  background-color: #061c30;
  border: 1px solid #fff;
  border-radius: 2000px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 3% 0% 0% -7px;
}

.dot._7 {
  top: 73.5%;
}

.dot._6 {
  top: 62%;
}

.dot._5 {
  top: 50.25%;
}

.dot._4 {
  top: 38.25%;
}

.dot._2 {
  top: 15%;
}

.dot._3 {
  top: 26.5%;
}

.dot._8 {
  top: 85.5%;
}

.dot._9 {
  top: 96.75%;
}

.portfolio-item {
  flex: none;
  width: 40%;
  margin-right: 1%;
}

.socials-wrapper {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.hide {
  display: none;
}

.predicted-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  letter-spacing: 0;
  text-transform: uppercase;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 90px;
  margin-top: 45px;
  padding: 15px 39px;
  font-size: 34px;
  display: flex;
}

.bigger-wrapper {
  z-index: 2;
  cursor: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.circle-button-bg {
  letter-spacing: 2px;
  border: 2px solid #ffffff7a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 14px 84px;
  font-size: 4vw;
  display: flex;
  position: absolute;
  inset: 8% 0% 0% 2%;
}

.circle-button-bg._1 {
  top: 9%;
}

.circle-button-bg._2 {
  top: 18%;
  left: 3%;
}

.timeline-track {
  border: 1px solid #fff;
  border-radius: 1000px;
  flex-direction: column;
  align-items: stretch;
  width: 7px;
  display: flex;
  position: relative;
}

.head-explode-lottie {
  width: 30%;
  height: 200px;
  position: absolute;
  inset: auto 36% -10% auto;
  transform: rotate(26deg);
}

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

.navigation {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.overflow-hiden-div {
  margin-top: 0;
  overflow: hidden;
}

.menu-link-wrapper {
  align-items: center;
  margin-bottom: 55px;
  display: flex;
  position: relative;
}

.timeline-wrapper {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: stretch center;
  width: 90%;
  max-width: 1000px;
  margin-top: 151px;
  display: flex;
}

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

.link {
  color: #ee8d32;
}

.text-link {
  color: #fff;
  margin-top: 29px;
  font-size: 1.2em;
  text-decoration: none;
}

.text-link.main {
  opacity: 0;
  position: absolute;
}

.page-wrapper {
  background-color: #0000;
}

.image-4 {
  max-width: 50%;
  min-height: 0;
  max-height: 19.4067%;
  overflow: auto;
}

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

.section {
  display: block;
}

.container-3 {
  max-width: 90%;
  margin-top: 220px;
  display: block;
}

.heading-2 {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  line-height: 94px;
}

.container-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot-2 {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.label {
  color: #582878;
  letter-spacing: 2px;
  text-transform: uppercase;
  overflow-wrap: normal;
  font-weight: 700;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate {
  transform-origin: 50% 0;
  mix-blend-mode: normal;
  background-color: #582878;
  width: 6px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
  display: block;
}

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

.section-hero {
  position: relative;
}

.container-5 {
  mix-blend-mode: normal;
  object-fit: fill;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.relume-link {
  width: 124px;
  height: 33.33px;
  position: relative;
}

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

.hero-nav_button-wrapper {
  display: flex;
}

.button-icon-small {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small:hover {
  transform: translate(0, -2px);
}

.margin-bottom-medium {
  margin-bottom: 32px;
  text-decoration-color: #333;
}

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

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.padding-vertical-xxlarge {
  padding-top: 160px;
  padding-bottom: 160px;
}

.hero-nav {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-underline {
  background-image: url('../images/Underline.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.paragraph-large {
  color: #582878;
  letter-spacing: -.02em;
  font-size: 20px;
}

.background-layer {
  z-index: 0;
  background-color: #d8d5d1;
  background-image: url('../images/Grain-Background.png'), url('../images/Gaussian-Blur---Brighter.svg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: 300px 300px, cover;
  position: absolute;
  inset: 0%;
}

.timeline-hero_heading-wrapper {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.section-timeline-heading {
  background-color: #fff;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

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

.timeline_centre {
  justify-content: center;
  display: flex;
}

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

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

.timeline_date-text {
  color: #582878;
  letter-spacing: -.03em;
  font-family: "Source Sans 3", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #63676b;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #1c1b1a;
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

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

.timeline_progress-bar {
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #582878 100%, #6248ff);
  width: 3px;
  height: 50vh;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

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

.timeline_component {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

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

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

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

.margin-bottom-xlarge {
  -webkit-text-stroke-color: #2f2d2d;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

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

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

.section-timeline {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 0;
  position: relative;
}

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

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

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

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

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

.heading-4 {
  color: #2c2a29;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 100px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 33px;
  font-weight: 300;
}

.heading-5 {
  color: #1c1b1a;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.text-block-2 {
  color: #dc582a;
}

.image-6 {
  margin-top: 0;
  padding-top: 0;
}

.image-7 {
  margin-top: 0;
}

.image-8 {
  margin-bottom: 10px;
}

.heading-6 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
}

.section-2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 100px;
}

.headingmain {
  color: #fff;
  text-align: center;
  font-size: 6em;
}

.paragraph-3 {
  color: #000;
  padding-left: 40px;
  padding-right: 40px;
}

.section-3 {
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#582878cf, #582878cf), url('../images/DallasSkyline.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 1000px;
  position: relative;
}

.container-6 {
  margin-top: 3%;
  margin-bottom: 0%;
}

.navbar {
  color: #fff;
  background-color: #ddd0;
  padding-top: 2%;
  position: static;
  inset: 0% 0% auto;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-bottom: 15%;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  line-height: 77px;
}

.heading-7.fade-up.tricks {
  margin-top: 0%;
  margin-bottom: 5%;
  font-family: "Source Sans 3", sans-serif;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 5%;
  padding-left: 25%;
  padding-right: 25%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 2em;
  font-weight: 600;
}

.paragraph-4.fade-up.tricks {
  color: #fff;
  font-weight: 400;
}

.nav-link, .nav-link-2 {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
}

.nav-link-3 {
  color: #fff;
  background-image: linear-gradient(#ec4d24de, #ec4d24de);
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

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

.brand-2 {
  aspect-ratio: auto;
}

.timeline-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
}

.image-9 {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.container-7 {
  max-width: 95%;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
}

.container-8 {
  max-width: 90%;
}

.heading-9 {
  aspect-ratio: auto;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  max-width: 100%;
  margin-top: 0%;
  margin-bottom: 10%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 40px;
}

.slide-up.tricks {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.div-block {
  max-width: 50%;
  margin-top: -15%;
}

.paragraph-5 {
  text-align: justify;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 70%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-decoration-style: solid;
  display: flex;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
}

.heading-11 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.form-block {
  width: 100%;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
}

.textarea {
  min-height: 200px;
}

.submit-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ec4d24;
  font-size: 16px;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15%;
  display: block;
}

.quick-stack {
  width: 95%;
}

.paragraph-6 {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.paragraph-7 {
  color: #000;
  font-size: 18px;
}

.paragraph-8 {
  color: #000;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 2.8;
}

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

.quick-stack-2 {
  margin-top: 60px;
}

.heading-12 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.image-11 {
  max-width: 75%;
}

.quick-stack-3 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.flex-block {
  max-width: 25%;
}

.flex-block-2 {
  max-width: 75%;
}

.link-2 {
  color: #332e2d;
  font-family: "Source Sans 3", sans-serif;
  text-decoration: none;
}

.link-3 {
  color: #332e2d;
  font-family: "Source Sans 3", sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-4 {
  color: #332e2d;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: "Source Sans 3", sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-5 {
  color: #332e2d;
  font-family: "Source Sans 3", sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-6 {
  color: #332e2d;
  font-family: "Source Sans 3", sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-7, .link-8, .link-9, .link-10 {
  color: #332e2d;
  font-family: "Source Sans 3", sans-serif;
  text-decoration: none;
}

.link-block {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.field-label, .field-label-2 {
  font-family: "Source Sans 3", sans-serif;
}

.img-2 {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 3s;
}

.img-2:hover {
  transform: scale(1.2);
}

.wrapper {
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
}

.splide__list {
  justify-content: flex-start;
  align-items: flex-start;
  width: 250vw;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.right-gradient {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(270deg, #000000e6, #0000);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20vw;
  height: 100vh;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.splide {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
}

.left-gradient {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(to right, #000000e6, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.splide__track {
  width: 100vw;
  height: 50%;
  overflow: hidden;
}

.splide__slide {
  width: 25vw;
  min-width: 320px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

.heading-13 {
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Source Sans 3", sans-serif;
}

.paragraph-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Source Sans 3", sans-serif;
  display: block;
}

.paragraph-10 {
  padding-left: 10%;
  padding-right: 10%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.track {
  height: 400vw;
}

.photo {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.image, .image-block {
  flex: none;
  width: 100vw;
  height: 100vh;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.code-embed {
  align-self: center;
}

.image-13 {
  width: 40vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.image-14 {
  width: 40vw;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.image-15 {
  width: 40vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.image-16 {
  width: 40vw;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.flex-block-3 {
  object-fit: none;
  height: auto;
  min-height: auto;
  margin-top: 5px;
  margin-bottom: 10px;
  overflow: visible;
}

.section-4 {
  overflow: hidden;
}

.link-block-2 {
  color: #1c1b1a;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-block-3 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-block-4, .link-block-5 {
  text-decoration: none;
}

.div-block-3 {
  width: 100%;
  display: flex;
}

.image-17 {
  width: 40px;
  max-width: none;
  height: 40px;
  margin-left: 0;
  margin-right: 10px;
}

.code-embed-2 {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-5 {
  overflow: hidden;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #ec4d24;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  padding: 3% 0%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 19px;
  font-weight: 700;
  display: flex;
}

.image-18 {
  vertical-align: baseline;
  padding-left: 10%;
  padding-right: 10%;
  display: inline-block;
}

.container-9 {
  padding-left: 0%;
  padding-right: 0%;
}

@media screen and (min-width: 1440px) {
  .circle-button-wrapper {
    font-size: 56px;
  }

  .heading {
    font-size: 150px;
  }
}

@media screen and (max-width: 991px) {
  .circle-button-wrapper.smaller {
    margin-top: 93px;
    font-size: 22px;
    position: static;
  }

  .footer-button {
    padding: 11px 14px;
  }

  .footer-button.socials {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .container.flex-left {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .projects-wrapper {
    margin-top: 129px;
  }

  .thumbs._2 {
    width: 24px;
    height: 24px;
  }

  .hero-paragraph {
    max-width: 350px;
  }

  .heading {
    font-size: 11vw;
  }

  .new-section.full._2 {
    height: 74vh;
    min-height: 0;
  }

  .text-6em {
    font-size: 4.5em;
  }

  .head-explode-lottie {
    width: 33%;
    position: static;
  }

  .button-icon-small, .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .heading-9 {
    line-height: 59px;
  }

  .quick-stack-2 {
    margin-top: 0;
  }

  .track {
    height: auto;
  }

  .photo {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
  }

  .section-4 {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .circle-button-wrapper {
    font-size: 6vw;
  }

  .rewind-time-gif {
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .new-hero-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .timeline-item {
    height: 270px;
  }

  .gif-image {
    object-position: 50% 50%;
    height: 160px;
  }

  .hero-paragraph {
    text-align: center;
    max-width: 400px;
    margin-bottom: 75px;
  }

  .timeline-content-wrapper {
    width: 45%;
    font-size: 12px;
  }

  .heading {
    font-size: 21vw;
    line-height: 1;
  }

  .link-wrapper {
    display: flex;
  }

  .max-width-600px {
    width: 60%;
  }

  .head-explode-lottie {
    width: 38%;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot-2 {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

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

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

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

  .timeline_left {
    text-align: left;
  }

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

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

  .timeline_progress {
    left: 6px;
  }

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

  .button-inverted {
    padding: 14px 24px;
  }
}

@media screen and (max-width: 479px) {
  .timeline-month {
    font-size: 1.7em;
  }

  .menu-button {
    margin-right: 11px;
  }

  .menu-button.contact {
    display: none;
  }

  .circle-button-wrapper {
    margin-bottom: 59px;
    padding: 16px 82px;
    font-size: 11vw;
  }

  .circle-button-wrapper.smaller {
    letter-spacing: 1px;
    margin-top: 13px;
    font-size: 18px;
  }

  .circle-button-wrapper.third {
    letter-spacing: 1px;
    padding: 32px 51px;
    font-size: 16px;
  }

  .footer {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 30px;
  }

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

  .container.flex-verticle {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.flex-left {
    flex-direction: column;
    align-items: center;
  }

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

  .text-3em {
    font-size: 2.3em;
  }

  .text-3em.larger {
    font-size: 6em;
  }

  .jumbo-text {
    font-size: 100px;
  }

  .projects-wrapper {
    margin-top: 0;
  }

  .timeline-item {
    height: 220px;
  }

  .fortune-wrapper {
    flex-direction: column;
  }

  .wizard-lottie {
    width: 90%;
    margin-bottom: 12px;
    margin-right: 0;
    padding-bottom: 0;
  }

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

  .container-2.horizontal {
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.horizontal.nav {
    justify-content: space-between;
  }

  .gif-image {
    height: 80%;
  }

  .hero-paragraph {
    max-width: 300px;
    margin-top: 24px;
    margin-bottom: auto;
  }

  .timeline-content-wrapper {
    grid-row-gap: 34vh;
    grid-template-columns: 1.75fr;
    grid-template-areas: "Area";
  }

  .timeline-text {
    font-size: 1.2em;
  }

  .heading {
    min-width: 4px;
  }

  .max-width-600px {
    width: 100%;
    max-width: none;
  }

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

  .new-section.lighter {
    padding-top: 0;
    padding-bottom: 0;
  }

  .new-section.full {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .new-section.full._2 {
    min-height: 720px;
  }

  .text-6em {
    font-size: 3.7em;
  }

  .text-6em.smallr {
    font-size: 2.6em;
  }

  .socials-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .predicted-wrapper {
    width: 100%;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .bigger-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .timeline-track {
    width: 7px;
  }

  .head-explode-lottie {
    width: 78%;
  }

  .navigation {
    grid-template-columns: .25fr 1fr;
    height: 75px;
  }

  .menu-link-wrapper._1 {
    margin-right: 30px;
  }

  .timeline-wrapper {
    width: 93%;
  }

  .text-link {
    margin-top: 29px;
    margin-left: 20px;
  }

  .heading-2 {
    word-break: normal;
    overflow-wrap: normal;
    justify-content: center;
    align-items: flex-start;
    font-size: 4em;
    display: block;
  }

  .img-block {
    width: 90%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

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

  .button-icon {
    display: none;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .timeline_text {
    font-size: 16px;
  }

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

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

  .headingmain {
    text-align: center;
    min-width: 4px;
    font-size: 3em;
  }

  .section-3 {
    min-height: 500px;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-7 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 3em;
    line-height: 46px;
  }

  .heading-7.fade-up.tricks {
    font-size: 2.5em;
  }

  .paragraph-4 {
    margin-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.25em;
  }

  .container-8 {
    display: flex;
  }

  .heading-9 {
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-5 {
    width: 100%;
    font-size: 14px;
  }

  .heading-11 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .textarea {
    height: 36px;
    min-height: 200px;
  }

  .quick-stack-2 {
    margin-top: 10px;
  }

  .div-block-2 {
    margin-top: 0;
  }

  .wrapper {
    height: 100%;
    overflow: hidden;
  }

  .right-gradient {
    min-width: 10vw;
    display: none;
  }

  .splide {
    align-items: flex-start;
    margin-top: 12%;
  }

  .left-gradient {
    min-width: 10vw;
    display: none;
  }

  .splide__track {
    height: 66vh;
  }

  .splide__slide {
    width: 60vw;
    min-width: 250px;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .image-block {
    width: auto;
    height: auto;
  }

  .div-block-3 {
    align-self: auto;
  }

  .button {
    margin-bottom: 10%;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
  }

  .container-9 {
    padding-left: 10%;
    padding-right: 10%;
  }
}

#nomination.w-node-_2e8e121d-92aa-411e-2792-0f809d12885c-aa812dcc {
  grid-template-rows: auto;
  grid-template-columns: .75fr;
}

#w-node-_3bb33423-7a1b-2300-abf6-cbab8f6e168c-aa812dcc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #nomination.w-node-_2e8e121d-92aa-411e-2792-0f809d12885c-aa812dcc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #nomination.w-node-_2e8e121d-92aa-411e-2792-0f809d12885c-aa812dcc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c121563-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c121566-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c121568-aa812dcc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c12156f-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c121572-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c121582-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c121585-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c12159c-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c12159f-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c1215b8-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c1215bb-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c1215d5-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c1215d8-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c121606-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c121609-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c12161a-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c12161d-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_56a7a1bd-6b8d-320d-1375-4e20e744a5b8-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_56a7a1bd-6b8d-320d-1375-4e20e744a5bb-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ede51a57-db6d-b7f4-0a45-5a844989d321-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ede51a57-db6d-b7f4-0a45-5a844989d324-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e24c6ffc-1754-6efa-a107-4bacdb052e02-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e24c6ffc-1754-6efa-a107-4bacdb052e05-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e5df373f-30c3-938f-5aea-22450fd1134f-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e5df373f-30c3-938f-5aea-22450fd11352-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c1215f3-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-acac23bf-0d89-b45d-0db6-54c61c1215f6-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f90f2421-6e50-d0cf-0453-df9c7b5ec286-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f90f2421-6e50-d0cf-0453-df9c7b5ec289-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e10c218b-5750-c089-2105-c1555d118bef-aa812dcc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e10c218b-5750-c089-2105-c1555d118bf2-aa812dcc {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #nomination.w-node-_2e8e121d-92aa-411e-2792-0f809d12885c-aa812dcc, #w-node-_3bb33423-7a1b-2300-abf6-cbab8f6e168c-aa812dcc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


