.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: #e6e6e6;
  background-color: #29292f;
  font-family: Inter Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  display: block;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 110%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 150%;
}

a {
  color: #e6e6e6;
  font-size: 1rem;
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  width: 100%;
  object-fit: cover;
  display: inline-block;
  overflow: hidden;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.nav-container {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 2rem;
  display: flex;
  position: relative;
}

.section {
  min-height: 32px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  position: relative;
}

.container {
  width: 100%;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  display: flex;
  position: relative;
}

.container.row-gap-2 {
  align-items: stretch;
}

.container.row-gap-1 {
  grid-row-gap: 1rem;
}

.divider {
  z-index: -4;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  position: relative;
}

.divider.styleguide-bottom-divider {
  margin-top: 80px;
}

.text-large {
  letter-spacing: -.25px;
  margin-left: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

.footer {
  width: 100%;
  max-width: 100%;
  margin-top: 6rem;
  padding-top: 0;
  padding-bottom: 2rem;
  position: relative;
}

.rich-text-block {
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.rich-text-block h2 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
}

.rich-text-block h3 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 110%;
}

.rich-text-block p {
  margin-bottom: 3rem;
  font-size: 1rem;
}

.rich-text-block h4 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-family: Inter Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: #949794;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.rich-text-block h1 {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Inter Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 116%;
}

.rich-text-block h5 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Inter Display, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.rich-text-block h6 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Inter Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rich-text-block figcaption {
  color: #898989;
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.text-field {
  color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0;
  margin-bottom: 48px;
  padding-top: 12px;
  padding-bottom: 32px;
  padding-left: 0;
  font-size: 1.25rem;
  line-height: 150%;
}

.text-field:active, .text-field:focus {
  color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  font-size: 1.25rem;
  line-height: 150%;
}

.text-field::-ms-input-placeholder {
  color: rgba(230, 230, 230, .5);
  font-size: 1.25rem;
  line-height: 150%;
}

.text-field::placeholder {
  color: rgba(230, 230, 230, .5);
  font-size: 1.25rem;
  line-height: 150%;
}

.submit-button {
  color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding: 0 0 .5rem;
  transition: all .2s;
}

.submit-button:hover {
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

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

.utility-page-content {
  width: 800px;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.utility-form-text {
  margin-bottom: 64px;
}

.styleguide-heading-wrapper {
  margin-bottom: 48px;
}

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

.swatch {
  width: 100%;
  height: 200px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}

.swatch.dark-grey {
  background-color: #29292f;
  border-color: rgba(255, 255, 255, .1);
}

.swatch.medium-grey {
  background-color: #949794;
  border-width: 0;
}

.swatch.light-grey {
  background-color: #e6e6e6;
}

.styleguide-heading {
  letter-spacing: -2px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 10vw;
}

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

._4-column-grid {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem 0 0;
  display: flex;
  position: relative;
}

.typography-container {
  margin-bottom: 48px;
}

.footer-grid {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.text-small {
  font-size: 1rem;
  line-height: 135%;
}

.text-medium {
  font-size: 1.75rem;
  line-height: 120%;
}

.text-medium.services-subtitle {
  max-width: 370px;
}

.button-underline {
  width: 100%;
  height: 2px;
  background-color: rgba(230, 230, 230, .1);
  position: absolute;
  bottom: 0;
}

.cases-collection-list {
  width: 100%;
  grid-row-gap: 10rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

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

.brand {
  z-index: 2;
  width: 100%;
  max-width: 72.88px;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.brand.w--current {
  margin-right: auto;
  position: relative;
}

._8-column-grid {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._8-column-grid.hero-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 16rem;
}

._8-column-grid.footer-grid {
  grid-row-gap: 8rem;
}

._8-column-grid.large-grid {
  grid-row-gap: 7rem;
}

.button-hover-underline-2 {
  z-index: auto;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
}

.text-link-container {
  grid-column-gap: 1rem;
  border-bottom: 0 solid #d9d9d9;
  align-items: center;
  margin-top: 6rem;
  padding-bottom: .5rem;
  font-size: 1.375rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-link-container:hover {
  opacity: 1;
}

.services-container {
  width: 100%;
  max-width: 542px;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  line-height: 100%;
  transition-property: all;
}

.nav-link:hover {
  opacity: 1;
  color: #949794;
}

.logo {
  width: 20%;
}

.nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.nav-text {
  line-height: 100%;
}

.label {
  color: #949794;
  text-transform: none;
  font-size: .875rem;
  font-weight: 400;
  line-height: 120%;
}

.label.position-link {
  color: #fff;
}

.label.position-link.hero-subtitle {
  color: #e6ff53;
  text-decoration: underline;
}

.hero-subtitle {
  height: auto;
  max-width: none;
  font-size: 1.25rem;
}

.hero-subtitle.opacity-30 {
  opacity: .21;
}

.section-heading-container {
  width: 100%;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.case-year {
  border: 1px solid #fff;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-size: .75rem;
  line-height: 120%;
}

.case-subheading {
  font-size: 1.75rem;
  line-height: 120%;
}

.case-description-container {
  width: 100%;
  max-width: 400px;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.case-images-list {
  width: 100%;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.case-image-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.case-description-wrapper {
  position: relative;
}

.case-deliverables-and-images-container {
  width: 100%;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-item {
  width: 100%;
  grid-row-gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
  display: flex;
}

.collection-item:first-child {
  border-top-width: 0;
  padding-top: 0;
}

.deliverables-list-container {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.deliverable-list-item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cases-collection-list-wrapper {
  width: 100%;
}

.case-link {
  color: #949794;
  font-size: 1.75rem;
  transition-property: color;
}

.case-link:hover {
  opacity: 1;
  color: #fff;
}

.deliverables-container {
  width: 100%;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-highlight {
  color: #949794;
  font-weight: 400;
  display: inline-block;
}

.text-highlight.client-name {
  margin-left: .75rem;
}

.footer-heading {
  max-width: 550px;
  font-size: 3rem;
}

.case-heading-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: block;
}

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

.hero-link {
  color: #949794;
  font-size: 1.25rem;
  transition-property: all;
}

.hero-link:hover {
  opacity: 1;
  color: #fff;
}

.hero-heading {
  max-width: 480px;
}

.hero-heading.text-highlight {
  color: #e6ff53;
  -webkit-text-stroke-color: #e6ff53;
}

.footer-link {
  font-size: 3rem;
  transition: all .2s;
}

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

.horizontal-nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.copyright-text {
  color: #949794;
  line-height: 100%;
}

.footer-large-link {
  color: #949794;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
}

.footer-large-link:hover {
  color: #e6e6e6;
}

.medium-number {
  font-size: 1.75rem;
  line-height: 100%;
}

.medium-number.text-highlight {
  font-family: Inter Display, sans-serif;
}

.case-heading {
  line-height: 110%;
  display: inline;
}

.experience-list-wrapper {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.exeperince-row {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.experience-headings-row {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-bottom: 1rem;
}

.experience-inline-label {
  display: none;
}

.nav-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-image-mask {
  width: 100%;
  height: 100%;
  background-color: #29292f;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inline-link {
  color: #949794;
}

.text-span {
  color: #fff;
}

.div-block {
  width: 100%;
  height: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  align-items: center;
  display: flex;
}

.talisman-logo {
  width: 16px;
  height: 16px;
}

.link-block {
  width: auto;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.rowdiogo {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

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

  h3 {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 100%;
  }

  .nav-container {
    z-index: 1;
    flex-direction: row;
    grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr);
    align-items: center;
    margin-top: 0;
    padding: 0 2rem 0;
    display: flex;
    position: static;
    top: 0;
  }

  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .footer {
    padding-bottom: 48px;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .navbar {
    margin-top: 0;
    padding-top: 2rem;
    position: relative;
    top: auto;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 2.5rem;
    grid-template-columns: minmax(16px, 1fr) 1fr;
  }

  .cases-collection-list {
    grid-row-gap: 5rem;
    margin-top: 2rem;
  }

  .row-gap-2 {
    margin-bottom: 1.5rem;
  }

  .brand, .brand.w--current {
    margin-left: 0;
  }

  ._8-column-grid {
    width: 100%;
    grid-column-gap: 2.5rem;
    grid-row-gap: 4rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  ._8-column-grid.hero-grid {
    grid-row-gap: 4rem;
    padding-top: 0;
    position: static;
  }

  ._8-column-grid.footer-grid {
    grid-row-gap: 4rem;
  }

  ._8-column-grid.experience-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-menu {
    flex-direction: row;
    justify-content: flex-start;
  }

  .case-heading-container {
    grid-column-gap: .35rem;
  }

  .horizontal-nav-menu {
    flex-direction: row;
    justify-content: flex-start;
  }
}

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

  h3 {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 100%;
  }

  .nav-container {
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .styleguide-heading {
    letter-spacing: -1px;
  }

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

  .footer-grid {
    grid-row-gap: 48px;
  }

  ._8-column-grid, ._8-column-grid.hero-grid {
    grid-column-gap: 2rem;
  }

  ._8-column-grid.footer-grid {
    grid-row-gap: 4rem;
  }

  .text-highlight.client-name {
    margin-left: .5rem;
  }

  .footer-heading, .footer-large-link {
    font-size: 2.5rem;
  }

  .experience-inline-label {
    display: none;
  }
}

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

  h2 {
    letter-spacing: 0;
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .nav-container {
    z-index: 1;
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: static;
  }

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

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-large {
    letter-spacing: 0;
    font-size: 1.75rem;
  }

  .footer {
    margin-top: 0;
    padding-bottom: 1.5rem;
  }

  .rich-text-block figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .text-field::-ms-input-placeholder {
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 1rem;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

  .navbar {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .footer-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 48px;
  }

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

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

  ._8-column-grid.experience-grid {
    grid-row-gap: 1rem;
    grid-template-columns: .5fr 1fr;
  }

  .case-subheading, .case-link {
    font-size: 1.25rem;
  }

  .text-highlight {
    display: inline;
  }

  .text-highlight.client-name {
    margin-left: .45rem;
  }

  .footer-heading {
    font-size: 1.5rem;
  }

  .horizontal-nav-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .footer-large-link {
    font-size: 1.5rem;
    display: inline;
  }

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

  .experience-headings-row {
    display: none;
  }

  .experience-inline-label {
    color: #949794;
    display: block;
  }
}

#w-node-_2b16023a-e323-6771-16d0-097b25b7baa7-ee1c73cd, #w-node-_403d000a-3d4b-2141-a253-c9eefcb49a66-ee1c73cd {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_03982457-67d9-24d0-6c6a-179c50610090-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_4e6435e1-b93b-5bcb-0a15-0d91140d6b57-ee1c73cd {
  grid-area: 1 / 8 / 2 / 9;
  align-self: end;
  justify-self: end;
}

#w-node-a7f60aad-4103-9d84-7b94-5175370994d8-ee1c73cd, #w-node-_5a3cbb90-6281-d3bc-a42f-2956e3dde0e5-ee1c73cd {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_7155f55d-18e3-9147-2b99-e06bef865a0c-ee1c73cd {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_58a7f80f-d73a-e062-6ec8-ddbb76089e1a-ee1c73cd, #w-node-_9328aaa8-d49e-ebda-b98f-eb2a16939811-ee1c73cd {
  grid-area: 2 / 4 / 3 / 9;
}

#w-node-_6d7eb621-fb04-3083-6c24-8a4cd415c94b-ee1c73cd {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_920c362a-a345-0dfc-e09b-20b0509ae075-ee1c73cd {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_920c362a-a345-0dfc-e09b-20b0509ae076-ee1c73cd {
  grid-area: 1 / 4 / 2 / 6;
  align-self: end;
}

#w-node-_920c362a-a345-0dfc-e09b-20b0509ae077-ee1c73cd {
  grid-area: 1 / 6 / 2 / 9;
  align-self: end;
}

#w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da60881-ee1c73cd {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da6088a-ee1c73cd {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da60850-ee1c73cd {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da60852-ee1c73cd {
  grid-area: 2 / 1 / 3 / 9;
  align-self: auto;
}

#w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da60853-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da60855-ee1c73cd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da60857-ee1c73cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da6085b-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4e1259f-a3a2-901f-0179-743516967b60-ee1c73cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dcd17ecf-297d-a887-f7a7-bba02b28f254-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da6085d-ee1c73cd {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_39ba5c30-f3c8-8f2c-af20-fa104f09ffd8-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da6085f-ee1c73cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_332a0468-2d57-5519-7d2a-0085ed0dcb9d-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_332a0468-2d57-5519-7d2a-0085ed0dcb9f-ee1c73cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_332a0468-2d57-5519-7d2a-0085ed0dcba1-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_332a0468-2d57-5519-7d2a-0085ed0dcba3-ee1c73cd {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_332a0468-2d57-5519-7d2a-0085ed0dcba5-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_332a0468-2d57-5519-7d2a-0085ed0dcba7-ee1c73cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-c7c62b2a-4b2c-ddbf-cb86-d694338da497-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7c62b2a-4b2c-ddbf-cb86-d694338da499-ee1c73cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7c62b2a-4b2c-ddbf-cb86-d694338da49b-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7c62b2a-4b2c-ddbf-cb86-d694338da49d-ee1c73cd {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-c7c62b2a-4b2c-ddbf-cb86-d694338da49f-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7c62b2a-4b2c-ddbf-cb86-d694338da4a1-ee1c73cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_20e9d45e-38b7-60d9-452e-1fcc8729467a-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20e9d45e-38b7-60d9-452e-1fcc8729467c-ee1c73cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20e9d45e-38b7-60d9-452e-1fcc8729467e-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20e9d45e-38b7-60d9-452e-1fcc87294680-ee1c73cd {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_20e9d45e-38b7-60d9-452e-1fcc87294682-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20e9d45e-38b7-60d9-452e-1fcc87294684-ee1c73cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_51ed6f48-711a-a6ab-8c6c-d98c3a7824da-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51ed6f48-711a-a6ab-8c6c-d98c3a7824dc-ee1c73cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51ed6f48-711a-a6ab-8c6c-d98c3a7824de-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51ed6f48-711a-a6ab-8c6c-d98c3a7824e0-ee1c73cd {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_51ed6f48-711a-a6ab-8c6c-d98c3a7824e2-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51ed6f48-711a-a6ab-8c6c-d98c3a7824e4-ee1c73cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-b7b727d1-fbd4-5a28-7b12-81bf332fccb7-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b727d1-fbd4-5a28-7b12-81bf332fccb9-ee1c73cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7b727d1-fbd4-5a28-7b12-81bf332fccbb-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b727d1-fbd4-5a28-7b12-81bf332fccbd-ee1c73cd {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-b7b727d1-fbd4-5a28-7b12-81bf332fccbf-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b727d1-fbd4-5a28-7b12-81bf332fccc1-ee1c73cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_241cc671-1664-a4c1-4092-119825a20736-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_241cc671-1664-a4c1-4092-119825a20738-ee1c73cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_241cc671-1664-a4c1-4092-119825a2073a-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_241cc671-1664-a4c1-4092-119825a2073c-ee1c73cd {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_241cc671-1664-a4c1-4092-119825a2073e-ee1c73cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_241cc671-1664-a4c1-4092-119825a20740-ee1c73cd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_9e447afe-f6c8-3079-89f3-2ac2bc2ad8fd-bc2ad8f0 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
  justify-self: start;
}

#w-node-_9e447afe-f6c8-3079-89f3-2ac2bc2ad8fe-bc2ad8f0 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: start;
  justify-self: end;
}

#w-node-_9e447afe-f6c8-3079-89f3-2ac2bc2ad904-bc2ad8f0 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a3a-be725a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_6a297455-ad30-538d-32e3-6c8d22175132-be725a37 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a3e-be725a37 {
  grid-area: 1 / 4 / 2 / 9;
  align-self: start;
  justify-self: start;
}

#w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a45-be725a37 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
  justify-self: start;
}

#w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a46-be725a37 {
  grid-area: 1 / 7 / 2 / 9;
  align-self: start;
  justify-self: end;
}

#w-node-f5a08c80-405e-42c6-2578-db48e5182d09-be725a37 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a4c-be725a37 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: end;
  justify-self: start;
}

#w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a4d-be725a37, #w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a4e-be725a37 {
  grid-area: 2 / 6 / 3 / 9;
  align-self: start;
  justify-self: start;
}

#w-node-e9db6fc7-3676-1aab-17e3-211d000ad88a-ee1c73d8, #w-node-e9db6fc7-3676-1aab-17e3-211d000ad88b-ee1c73d8 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-e9db6fc7-3676-1aab-17e3-211d000ad88d-ee1c73d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-e9db6fc7-3676-1aab-17e3-211d000ad88e-ee1c73d8 {
  grid-area: 1 / 8 / 2 / 9;
  align-self: end;
  justify-self: end;
}

#w-node-e9db6fc7-3676-1aab-17e3-211d000ad890-ee1c73d8, #w-node-e9db6fc7-3676-1aab-17e3-211d000ad891-ee1c73d8 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-e9db6fc7-3676-1aab-17e3-211d000ad892-ee1c73d8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e9db6fc7-3676-1aab-17e3-211d000ad895-ee1c73d8, #w-node-e9db6fc7-3676-1aab-17e3-211d000ad8a2-ee1c73d8 {
  grid-area: 2 / 4 / 3 / 9;
}

@media screen and (max-width: 991px) {
  #w-node-_2b16023a-e323-6771-16d0-097b25b7baa7-ee1c73cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e6435e1-b93b-5bcb-0a15-0d91140d6b57-ee1c73cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7f60aad-4103-9d84-7b94-5175370994d8-ee1c73cd, #w-node-_58a7f80f-d73a-e062-6ec8-ddbb76089e1a-ee1c73cd, #w-node-_6d7eb621-fb04-3083-6c24-8a4cd415c94b-ee1c73cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_920c362a-a345-0dfc-e09b-20b0509ae075-ee1c73cd, #w-node-_920c362a-a345-0dfc-e09b-20b0509ae076-ee1c73cd, #w-node-_920c362a-a345-0dfc-e09b-20b0509ae077-ee1c73cd, #w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da60881-ee1c73cd, #w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da6088a-ee1c73cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da60850-ee1c73cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da60855-ee1c73cd, #w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da60857-ee1c73cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4e1259f-a3a2-901f-0179-743516967b60-ee1c73cd {
    grid-column: span 1 / span 1;
  }

  #w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da6085d-ee1c73cd, #w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da6085f-ee1c73cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_332a0468-2d57-5519-7d2a-0085ed0dcb9f-ee1c73cd {
    grid-column: span 1 / span 1;
  }

  #w-node-_332a0468-2d57-5519-7d2a-0085ed0dcba3-ee1c73cd, #w-node-_332a0468-2d57-5519-7d2a-0085ed0dcba7-ee1c73cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c7c62b2a-4b2c-ddbf-cb86-d694338da499-ee1c73cd {
    grid-column: span 1 / span 1;
  }

  #w-node-c7c62b2a-4b2c-ddbf-cb86-d694338da49d-ee1c73cd, #w-node-c7c62b2a-4b2c-ddbf-cb86-d694338da4a1-ee1c73cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20e9d45e-38b7-60d9-452e-1fcc8729467c-ee1c73cd {
    grid-column: span 1 / span 1;
  }

  #w-node-_20e9d45e-38b7-60d9-452e-1fcc87294680-ee1c73cd, #w-node-_20e9d45e-38b7-60d9-452e-1fcc87294684-ee1c73cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51ed6f48-711a-a6ab-8c6c-d98c3a7824dc-ee1c73cd {
    grid-column: span 1 / span 1;
  }

  #w-node-_51ed6f48-711a-a6ab-8c6c-d98c3a7824e0-ee1c73cd, #w-node-_51ed6f48-711a-a6ab-8c6c-d98c3a7824e4-ee1c73cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7b727d1-fbd4-5a28-7b12-81bf332fccb9-ee1c73cd {
    grid-column: span 1 / span 1;
  }

  #w-node-b7b727d1-fbd4-5a28-7b12-81bf332fccbd-ee1c73cd, #w-node-b7b727d1-fbd4-5a28-7b12-81bf332fccc1-ee1c73cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_241cc671-1664-a4c1-4092-119825a20738-ee1c73cd {
    grid-column: span 1 / span 1;
  }

  #w-node-_241cc671-1664-a4c1-4092-119825a2073c-ee1c73cd, #w-node-_241cc671-1664-a4c1-4092-119825a20740-ee1c73cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e447afe-f6c8-3079-89f3-2ac2bc2ad8fd-bc2ad8f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9e447afe-f6c8-3079-89f3-2ac2bc2ad904-bc2ad8f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a297455-ad30-538d-32e3-6c8d22175132-be725a37, #w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a3e-be725a37, #w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a45-be725a37 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f5a08c80-405e-42c6-2578-db48e5182d09-be725a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a4c-be725a37 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a4d-be725a37, #w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a4e-be725a37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9db6fc7-3676-1aab-17e3-211d000ad88a-ee1c73d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e9db6fc7-3676-1aab-17e3-211d000ad88e-ee1c73d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9db6fc7-3676-1aab-17e3-211d000ad890-ee1c73d8, #w-node-e9db6fc7-3676-1aab-17e3-211d000ad895-ee1c73d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_920c362a-a345-0dfc-e09b-20b0509ae075-ee1c73cd, #w-node-_920c362a-a345-0dfc-e09b-20b0509ae076-ee1c73cd, #w-node-_920c362a-a345-0dfc-e09b-20b0509ae077-ee1c73cd {
    grid-column: span 2 / span 2;
  }

  #w-node-_9e447afe-f6c8-3079-89f3-2ac2bc2ad904-bc2ad8f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f5a08c80-405e-42c6-2578-db48e5182d09-be725a37, #w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a4d-be725a37, #w-node-_5aed1f2d-8325-1270-e4d3-2cdbbe725a4e-be725a37 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da60881-ee1c73cd, #w-node-_59b54a92-fd5f-44ee-7ce3-e16c0da6088a-ee1c73cd {
    grid-column: span 2 / span 2;
  }

  #w-node-b4e1259f-a3a2-901f-0179-743516967b60-ee1c73cd, #w-node-dcd17ecf-297d-a887-f7a7-bba02b28f254-ee1c73cd, #w-node-_39ba5c30-f3c8-8f2c-af20-fa104f09ffd8-ee1c73cd, #w-node-_332a0468-2d57-5519-7d2a-0085ed0dcb9f-ee1c73cd, #w-node-_332a0468-2d57-5519-7d2a-0085ed0dcba1-ee1c73cd, #w-node-_332a0468-2d57-5519-7d2a-0085ed0dcba5-ee1c73cd, #w-node-c7c62b2a-4b2c-ddbf-cb86-d694338da499-ee1c73cd, #w-node-c7c62b2a-4b2c-ddbf-cb86-d694338da49b-ee1c73cd, #w-node-c7c62b2a-4b2c-ddbf-cb86-d694338da49f-ee1c73cd, #w-node-_20e9d45e-38b7-60d9-452e-1fcc8729467c-ee1c73cd, #w-node-_20e9d45e-38b7-60d9-452e-1fcc8729467e-ee1c73cd, #w-node-_20e9d45e-38b7-60d9-452e-1fcc87294682-ee1c73cd, #w-node-_51ed6f48-711a-a6ab-8c6c-d98c3a7824dc-ee1c73cd, #w-node-_51ed6f48-711a-a6ab-8c6c-d98c3a7824de-ee1c73cd, #w-node-_51ed6f48-711a-a6ab-8c6c-d98c3a7824e2-ee1c73cd, #w-node-b7b727d1-fbd4-5a28-7b12-81bf332fccb9-ee1c73cd, #w-node-b7b727d1-fbd4-5a28-7b12-81bf332fccbb-ee1c73cd, #w-node-b7b727d1-fbd4-5a28-7b12-81bf332fccbf-ee1c73cd, #w-node-_241cc671-1664-a4c1-4092-119825a20738-ee1c73cd, #w-node-_241cc671-1664-a4c1-4092-119825a2073a-ee1c73cd, #w-node-_241cc671-1664-a4c1-4092-119825a2073e-ee1c73cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2'), url('../fonts/InterDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2'), url('../fonts/InterDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/Inter-DisplaySemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/Inter-DisplaySemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url('../fonts/Neco-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}


/* NEW CSS */

.nav-image-wrapper {
  width: 100%;
}
.hero-video {
  width: 100%;
}

.francis-container {
  background-image: url('../images/francis.png');
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1440px;
  margin: 0 auto;
}

.link-music {
  color: #e6ff53;
  text-decoration: underline;
  letter-spacing: -.25px;
  margin-left: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}
.fadeInUp{
  animation:fadeInUp 1.5s ease backwards;
}

.currently_block {
  animation:fadeInLeft 1.5s ease backwards;
  animation-delay: 1s;
  display: flex;
  gap: 12px;
}

@keyframes fadeInUp{
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    scale: 1.2;
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    scale: 1.0;
  }
}


@keyframes fadeInLeft{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}