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

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

@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: #fff;
  background-color: #131313;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #b6a093;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 10px;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: .5rem;
  position: absolute;
}

.button {
  text-align: center;
  background-color: #4d443f;
  border-style: none;
  border-width: 1px;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: .6rem 1rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_logo {
  max-width: 200px;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar2_component {
  background-color: #ddd0;
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  height: 3.53rem;
  max-height: 3.53125rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.hero-section {
  background-image: url('../images/file-cover---1.png');
  background-position: 50% 100%;
  background-size: cover;
  padding: 5% 3%;
}

.container {
  max-width: 1150px;
}

.header3_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

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

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

.header21_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header21_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

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

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

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

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

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

.header1_content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #151515;
  border-radius: 11px;
  flex-flow: column;
  padding: 2rem 2rem 1rem;
  display: flex;
}

.header1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header1_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.header1_image-wrapper {
  background-image: url('../images/6285682-uhd_3840_2160_30fps-1.png');
  background-position: 50%;
  background-size: cover;
  height: 31vw;
}

.image-wrapp {
  position: relative;
}

.form-heading-wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.form-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.paragraph {
  color: #fff9;
  text-align: center;
  font-size: .7625rem;
  font-weight: 300;
  line-height: 1;
}

.paragraph.right-para {
  text-align: left;
  font-size: .6rem;
}

.form-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.form-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-field {
  color: #757575;
  background-color: #252525;
  border: 1px #000;
  border-radius: 6px;
  margin-bottom: 12px;
  font-size: .8rem;
  line-height: 1;
}

.form-button {
  background-color: #fff0;
  border: 1px solid #535353;
  border-radius: .5rem;
  width: 100%;
  margin-top: 1rem;
  font-size: .75rem;
  font-weight: 700;
  transition: transform 1s;
}

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

.text-block {
  font-size: .75rem;
  font-weight: 800;
  line-height: 1;
}

.text-block-2 {
  font-size: .6875rem;
  font-weight: 300;
  line-height: 1;
}

.div-block {
  justify-content: space-around;
  align-items: flex-end;
  margin-top: .8rem;
  display: flex;
}

.form-right-heading-wrap {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.heading {
  font-size: 48px;
}

.heading-2 {
  z-index: 2;
  text-align: center;
  font-size: 48px;
  line-height: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-2 {
  z-index: 3;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  display: grid;
}

.heading-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.text-block-3 {
  color: #000;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}

.text-block-4 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.01375rem;
  font-weight: 700;
}

.text-block-5 {
  color: #000;
  width: auto;
  max-width: none;
  padding: .5px;
  font-size: 11px;
  font-weight: 900;
  display: flex;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 19px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  background-color: #fff;
  width: 1px;
}

.div-block-6.trans {
  background-color: #fff0;
}

.paragraph-2 {
  color: #fff9;
  margin-top: 4px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: .7rem;
  line-height: 1.3;
}

.text-block-6 {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
}

.div-block-7 {
  background-color: #fff9;
  width: .7px;
}

.image {
  width: 34px;
  position: absolute;
  inset: auto auto -20% -11%;
}

.div-block-8 {
  position: relative;
}

.language-switcher {
  color: #fff;
  font-size: 16px;
}

.language-switcher-dropdown {
  color: #131313;
  background-color: #fff;
  font-size: 16px;
}

.language-switcher-dropdown-item:hover {
  color: #fff;
  background-color: #131313;
}

.background-video {
  z-index: 1;
  border-radius: 16px;
}

@media screen and (min-width: 1440px) {
  h3 {
    font-size: 1.25rem;
  }

  .navbar2_logo {
    max-width: 243px;
  }

  .navbar2_container {
    max-width: 1100px;
  }

  .navbar2_component {
    height: 5rem;
  }

  .hero-section {
    background-size: cover;
  }

  .container {
    max-width: 1450px;
  }

  .header1_content-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 13px;
    padding: 3rem;
  }

  .header1_content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .form-heading {
    font-size: 1.1875rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .paragraph.right-para {
    font-size: .7rem;
  }

  .form-right {
    flex-flow: column;
  }

  .text-field {
    border-radius: 7px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .9rem;
  }

  .form-button {
    margin-top: 2rem;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: .9375rem;
  }

  .text-block {
    font-size: .9375rem;
  }

  .text-block-2 {
    font-size: .8rem;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 2rem;
    display: flex;
  }

  .heading-2 {
    font-size: 60px;
  }

  .div-block-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-radius: 10px;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .heading-3 {
    font-size: 1.875rem;
  }

  .text-block-3 {
    margin-bottom: 2px;
    font-size: 3rem;
  }

  .text-block-4 {
    font-size: 1.25rem;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .div-block-6.trans {
    background-color: #fff0;
  }

  .paragraph-2 {
    margin-top: 5px;
    padding-bottom: 12px;
    font-size: .9rem;
  }

  .text-block-6 {
    font-size: .875rem;
  }

  .image {
    width: 41px;
  }

  .background-video {
    border-radius: 16px;
  }
}

@media screen and (min-width: 1920px) {
  h3 {
    font-size: 1.625rem;
  }

  .button {
    padding: .9rem 1.1rem;
  }

  .navbar2_logo {
    max-width: 315px;
  }

  .navbar2_container {
    max-width: 1680px;
  }

  .navbar2_component {
    height: 6rem;
  }

  .container {
    max-width: 1750px;
  }

  .header1_content-left {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    border-radius: 15.3px;
    padding: 4rem;
  }

  .header1_content {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .form-heading-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form-heading {
    font-size: 1.6rem;
  }

  .paragraph {
    font-size: 1.1875rem;
  }

  .paragraph.right-para {
    font-size: .85rem;
  }

  .text-field {
    border-radius: 8px;
    margin-bottom: 16px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1rem;
  }

  .form-button {
    padding-bottom: 11px;
    font-size: 1.25rem;
  }

  .text-block {
    font-size: 1.125rem;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .form-right-heading-wrap {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .heading-2 {
    font-size: 76.5px;
  }

  .div-block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 12.6px;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

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

  .text-block-3 {
    font-size: 3.3rem;
  }

  .text-block-4 {
    font-size: 1.5625rem;
  }

  .text-block-5 {
    font-size: 13.4px;
  }

  .div-block-5 {
    grid-template-columns: .25fr 2fr;
  }

  .paragraph-2 {
    margin-top: 6px;
    padding-bottom: 14px;
    font-size: 1rem;
  }

  .text-block-6 {
    font-size: 1.25rem;
  }

  .image {
    width: 53px;
    bottom: -24%;
    left: -10%;
  }

  .background-video {
    border-radius: 16px;
  }
}

@media screen and (max-width: 991px) {
  .menu-icon2_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-section {
    padding-top: 0%;
  }

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

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

  .header21_content {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .form-wrapper {
    flex-flow: column;
  }

  .heading-2 {
    z-index: 2;
  }

  .div-block-3 {
    justify-items: center;
  }

  .background-video {
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .button {
    padding: .5rem .8rem;
    font-size: 14px;
    line-height: 1;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_logo {
    max-width: 160px;
  }

  .hero-section {
    padding-top: 0%;
  }

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

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

  .header21_content {
    grid-row-gap: 3rem;
  }

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

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

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

  .header1_content-left {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .form-wrapper {
    display: flex;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .heading-2 {
    z-index: 2;
    font-size: 48px;
  }

  .div-block-3 {
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .text-block-3 {
    font-size: 1.8rem;
    line-height: 1;
  }

  .text-block-4 {
    font-size: .8rem;
    line-height: 1;
  }

  .background-video {
    z-index: 1;
  }
}

@media screen and (max-width: 479px) {
  .navbar2_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .navbar2_component {
    height: auto;
    max-height: none;
  }

  .hero-section {
    padding-top: 0%;
    padding-left: 2%;
    padding-right: 2%;
  }

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

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

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

  .header1_content-left {
    padding: 1rem .5rem;
  }

  .header1_content {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    z-index: 2;
    font-size: 30px;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
  }

  .heading-3 {
    margin-top: 5px;
  }

  .background-video {
    z-index: 1;
    height: 50vh;
    max-height: none;
  }
}

#w-node-_8fac4a66-3659-fb5e-395a-1cf6531261f8-e4a204c9 {
  justify-self: end;
}

#w-node-_53382ed2-0349-afbf-a40e-cfad4aa2dcb6-e4a204c9 {
  align-self: auto;
}

#w-node-_8ff120b5-f1cb-47f1-7909-4892b48f574d-e4a204c9, #w-node-_75afb9a1-8d24-a97e-4ed0-001f861d80d6-e4a204c9 {
  justify-self: center;
}

#w-node-_5d19e908-dd55-ca3b-e901-4cddd5df4fc1-e4a204c9 {
  place-self: center start;
}

#w-node-_4e3f460d-eb78-02fc-7f7a-e99d681316b4-e4a204c9, #w-node-a394cfc9-b837-19f8-1b75-d3f25360acfb-e4a204c9 {
  justify-self: center;
}

#w-node-a394cfc9-b837-19f8-1b75-d3f25360acff-e4a204c9 {
  place-self: center start;
}

#w-node-a394cfc9-b837-19f8-1b75-d3f25360ad01-e4a204c9, #w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db90-e4a204c9 {
  justify-self: center;
}

#w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db94-e4a204c9 {
  place-self: center start;
}

#w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db96-e4a204c9 {
  justify-self: center;
}

#w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db97-e4a204c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fac4a66-3659-fb5e-395a-1cf6531261f8-86469ea8 {
  justify-self: end;
}

#w-node-_53382ed2-0349-afbf-a40e-cfad4aa2dcb6-86469ea8 {
  align-self: auto;
}

#w-node-_8ff120b5-f1cb-47f1-7909-4892b48f574d-86469ea8, #w-node-_75afb9a1-8d24-a97e-4ed0-001f861d80d6-86469ea8 {
  justify-self: center;
}

#w-node-_5d19e908-dd55-ca3b-e901-4cddd5df4fc1-86469ea8 {
  place-self: center start;
}

#w-node-_4e3f460d-eb78-02fc-7f7a-e99d681316b4-86469ea8, #w-node-a394cfc9-b837-19f8-1b75-d3f25360acfb-86469ea8 {
  justify-self: center;
}

#w-node-a394cfc9-b837-19f8-1b75-d3f25360acff-86469ea8 {
  place-self: center start;
}

#w-node-a394cfc9-b837-19f8-1b75-d3f25360ad01-86469ea8, #w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db90-86469ea8 {
  justify-self: center;
}

#w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db94-86469ea8 {
  place-self: center start;
}

#w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db96-86469ea8 {
  justify-self: center;
}

#w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db97-86469ea8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fac4a66-3659-fb5e-395a-1cf6531261f8-157f2f93 {
  justify-self: end;
}

#w-node-_53382ed2-0349-afbf-a40e-cfad4aa2dcb6-157f2f93 {
  align-self: auto;
}

#w-node-_8ff120b5-f1cb-47f1-7909-4892b48f574d-157f2f93, #w-node-_75afb9a1-8d24-a97e-4ed0-001f861d80d6-157f2f93 {
  justify-self: center;
}

#w-node-_5d19e908-dd55-ca3b-e901-4cddd5df4fc1-157f2f93 {
  place-self: center start;
}

#w-node-_4e3f460d-eb78-02fc-7f7a-e99d681316b4-157f2f93, #w-node-a394cfc9-b837-19f8-1b75-d3f25360acfb-157f2f93 {
  justify-self: center;
}

#w-node-a394cfc9-b837-19f8-1b75-d3f25360acff-157f2f93 {
  place-self: center start;
}

#w-node-a394cfc9-b837-19f8-1b75-d3f25360ad01-157f2f93, #w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db90-157f2f93 {
  justify-self: center;
}

#w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db94-157f2f93 {
  place-self: center start;
}

#w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db96-157f2f93 {
  justify-self: center;
}

#w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db97-157f2f93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fac4a66-3659-fb5e-395a-1cf6531261f8-1b15c711 {
  justify-self: end;
}

#w-node-_53382ed2-0349-afbf-a40e-cfad4aa2dcb6-1b15c711 {
  align-self: auto;
}

#w-node-_8ff120b5-f1cb-47f1-7909-4892b48f574d-1b15c711, #w-node-_75afb9a1-8d24-a97e-4ed0-001f861d80d6-1b15c711 {
  justify-self: center;
}

#w-node-_5d19e908-dd55-ca3b-e901-4cddd5df4fc1-1b15c711 {
  place-self: center start;
}

#w-node-_4e3f460d-eb78-02fc-7f7a-e99d681316b4-1b15c711, #w-node-a394cfc9-b837-19f8-1b75-d3f25360acfb-1b15c711 {
  justify-self: center;
}

#w-node-a394cfc9-b837-19f8-1b75-d3f25360acff-1b15c711 {
  place-self: center start;
}

#w-node-a394cfc9-b837-19f8-1b75-d3f25360ad01-1b15c711, #w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db90-1b15c711 {
  justify-self: center;
}

#w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db94-1b15c711 {
  place-self: center start;
}

#w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db96-1b15c711 {
  justify-self: center;
}

#w-node-_8fe09e3f-d013-26c1-8077-a4bf76b5db97-1b15c711 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-b7b22451-b061-bd1b-07bb-a52b4e5a1798-e4a204c9 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}


