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

@font-face {
  font-family: Futura Light;
  src: url('../fonts/futuralight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Book;
  src: url('../fonts/Futura-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futuranowheadline;
  src: url('../fonts/FuturaNowHeadline.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Now;
  src: url('../fonts/FuturaNowHeadlineBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Now;
  src: url('../fonts/FuturaNowHeadlineItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futura Now;
  src: url('../fonts/FuturaNowHeadlineBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Futura;
  src: url('../fonts/Futura-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #fedb3c;
  --white: #fff;
  --blue: #2a3c93;
  --black: black;
  --purple: #8880bb;
  --cream: #ebe0cf;
}

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

.section.hero_section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.section.section_info {
  background-color: var(--yellow);
  background-image: url('../images/section_info_bg.png');
  background-position: 50%;
  background-size: cover;
  display: block;
  overflow: visible;
}

.section.from_section {
  background-image: url('../images/form_section_bg.png');
  background-position: 0 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.hero_section_mobile {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.section.about_section {
  background-color: var(--yellow);
}

.section.footer_section {
  background-color: #c0d1d9;
}

.section.legal_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.container.faqs_container {
  justify-content: center;
  align-items: center;
}

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

.container.container_legal_section {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.legal_container_title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
}

.title_hero_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.heading_h4 {
  color: var(--white);
  font-family: Futura, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading_h4.text_blue {
  color: var(--blue);
  margin: 0;
}

.heading_h4.heading_yellow {
  color: var(--yellow);
}

.paragraph {
  width: 80%;
  color: var(--white);
  font-family: Futura, Arial, sans-serif;
  display: block;
}

.paragraph.paragraph_blue {
  color: var(--blue);
  text-align: center;
  font-weight: 400;
}

.paragraph.paragraph_black {
  width: 90%;
  color: var(--black);
  font-family: Futuranowheadline, Arial, sans-serif;
  font-weight: 400;
}

.button_primary {
  background-color: var(--yellow);
  color: var(--blue);
  border-radius: 200px;
  margin-top: 24px;
  padding: 17px 40px;
  font-family: Futura, Arial, sans-serif;
  font-size: 16px;
}

.button_primary:hover {
  background-color: #fedb3c;
}

.logo_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.date_card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/card_3_bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.heading-2 {
  color: var(--blue);
  margin: 0;
  font-family: Foun, Georgia, sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}

.heading-2.heading_yellow {
  color: var(--yellow);
}

.heading_h3 {
  color: var(--blue);
  margin: 0;
  font-family: Futura, Arial, sans-serif;
  font-size: 30px;
}

.heading_h3.heading_yellow {
  color: var(--yellow);
  font-size: 25px;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.div-block-3 {
  flex-flow: column;
  display: flex;
}

.form_text_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
}

.form_content_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.heading-3 {
  color: var(--white);
  font-family: Foun, Georgia, sans-serif;
}

.heading_h1 {
  color: var(--yellow);
  font-family: Foun, Georgia, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.heading_h1.heading_blue {
  color: var(--blue);
  font-size: 50px;
}

.heading_h1.heading_blue.heading_centered, .heading_h1.heading_centered {
  text-align: center;
}

.field-label {
  color: var(--white);
  margin-top: 16px;
  font-family: Futuranowheadline, Arial, sans-serif;
  font-weight: 400;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image_mask {
  z-index: 0;
  background-color: #0006;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero_image {
  background-image: url('../images/hero_section_bg.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.image {
  border-radius: 20px;
}

.date_card-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/card_2_bg.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card_cineros {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--purple);
  background-image: url('../images/card_sara_cisneros.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.place_card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/card_2_bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 23px 24px;
  display: flex;
}

.info_section_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 159px;
  padding-bottom: 159px;
  display: flex;
}

.section_mobile.hero_section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.section_mobile.section_info {
  background-color: var(--yellow);
  display: block;
  overflow: visible;
}

.section_mobile.from_section {
  background-image: url('../images/form_section_blue_bg.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_mobile.hero_section_mobile {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: none;
}

.capacity_card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/card_4_bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.checkbox-label {
  color: var(--white);
  font-family: Futuranowheadline, Arial, sans-serif;
  font-weight: 400;
}

.checkbox {
  border: 1px solid var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 16px;
}

.checkbox.w--redirected-checked {
  background-color: var(--yellow);
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-image: url('../images/check_icon.svg');
  background-position: 50%;
  background-size: 70%;
  background-clip: border-box;
  border-width: 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.about_section_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.about_title_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 24px;
  display: flex;
}

.link {
  color: var(--blue);
  font-family: Futura, Arial, sans-serif;
  text-decoration: none;
}

.text-block {
  color: var(--blue);
  font-family: Futura, Arial, sans-serif;
}

.footer_links_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_logo_wrapper {
  width: 50%;
}

.footer_wrapper {
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.paragraph_footer {
  color: var(--white);
  font-family: Futura, Arial, sans-serif;
}

.paragraph_footer.paragraph_blue {
  color: var(--blue);
}

.paragraph_footer.paragraph_black {
  color: var(--black);
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .75em;
  font-family: Open Sans, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph_large.margin-bottom_none {
  color: var(--blue);
  white-space: normal;
  font-family: Futura, Arial, sans-serif;
  font-weight: 700;
}

.paragraph_large.margin-bottom_none.question_text {
  color: var(--blue);
  font-family: Futura, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.accordion {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: .25rem;
  width: 100%;
  margin-bottom: .5rem;
}

.accordion:hover {
  background-color: color-mix(in srgb, currentColor 8%, transparent);
}

.accordion.is-transparent {
  color: var(--blue);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 40%, transparent);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 40%, transparent);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
}

.accordion_icon {
  color: var(--blue);
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.accordion_content {
  background-color: #0000;
  padding: 0;
  transition: max-height .3s cubic-bezier(.645, .045, .355, 1);
  position: static;
  overflow: hidden;
}

.accordion_content.w--open {
  position: relative;
}

.accordion_toggle-transparent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--blue);
  background-color: #0000;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.2;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.accordion_toggle-transparent.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.question_link-wrapper {
  width: 100%;
}

.padding_xsmall {
  padding: 1rem;
}

.faqs_section_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  display: none;
}

.accordion_icon-2 {
  color: var(--blue);
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  display: block;
}

.accordion_content-2 {
  background-color: #0000;
  padding: 0;
  transition: max-height .3s cubic-bezier(.645, .045, .355, 1);
  position: static;
  overflow: hidden;
}

.accordion_content-2.w--open {
  position: relative;
}

.accordion_toggle-transparent-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.2;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.accordion_toggle-transparent-2.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.faqs_paragraph_answer {
  color: var(--black);
  font-family: Futuranowheadline, Arial, sans-serif;
}

.div-block-8 {
  background-color: #8f3c3c;
  width: 50%;
  height: 400px;
}

.div-block-9 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.radio_button_label {
  color: var(--white);
  font-family: Futura, Arial, sans-serif;
}

.radio-button {
  background-color: var(--white);
}

.radio-button.w--redirected-checked {
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
}

.radio-button.w--redirected-focus {
  background-color: var(--white);
}

.radio-button-2.w--redirected-checked {
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  color: var(--black);
  font-family: Futura, Arial, sans-serif;
}

.form_success_title {
  color: var(--white);
  text-align: left;
  font-family: Futura, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.success-message {
  background-color: #57517c;
}

.form_success_paragraph {
  color: var(--white);
  text-align: left;
  font-family: Futura, Arial, sans-serif;
  font-size: 14px;
}

.success_message_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  font-family: Futura, Arial, sans-serif;
}

.error-message {
  background-color: #e69090;
  margin-top: 24px;
}

.email_error_message {
  background-color: #c57070;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-family: Futura, Arial, sans-serif;
  font-size: 12px;
  display: flex;
}

.heading_h1_legal {
  color: var(--black);
  font-family: Futura, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.paragraph_legal {
  color: var(--black);
  font-family: Futura Light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.legal_block_wrapper {
  border-bottom: 1px solid #000;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-10 {
  background-color: var(--yellow);
  width: 150px;
  height: 3px;
}

.logos_wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.link-2 {
  color: var(--blue);
  font-weight: 400;
  text-decoration: underline;
}

.headline_h4.headline_yellow {
  color: var(--yellow);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container.footer_container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .title_hero_wrapper {
    width: 60%;
  }

  .date_card {
    justify-content: center;
    align-items: flex-start;
    height: 30em;
  }

  .div-block-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .form_text_wrapper, .form-block {
    width: 100%;
  }

  .form_content_wrapper {
    flex-flow: column;
    width: 80%;
  }

  .card_cineros {
    justify-content: flex-start;
    align-items: flex-start;
    height: 30em;
    padding-top: 63px;
  }

  .place_card {
    justify-content: center;
    align-items: flex-start;
    height: 30em;
  }

  .capacity_card {
    justify-content: center;
    align-items: flex-start;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .about_section_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_links_wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .footer_wrapper {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .accordion.is-transparent {
    width: 100%;
  }

  .bold-text-3 {
    white-space: normal;
    word-break: normal;
  }

  .logos_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    justify-content: flex-start;
    align-items: center;
  }

  .title_hero_wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

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

  .logo_wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .date_card {
    justify-content: center;
    align-items: center;
    height: 20em;
  }

  .heading_h3 {
    text-align: center;
  }

  .div-block-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .form_text_wrapper, .form-block {
    width: 100%;
  }

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

  .image_mask {
    display: none;
  }

  .date_card-copy {
    align-items: center;
  }

  .card_cineros {
    justify-content: flex-start;
    align-items: center;
    height: 30em;
    line-height: 20px;
  }

  .place_card, .capacity_card {
    justify-content: center;
    align-items: center;
    height: 20em;
  }

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

@media screen and (max-width: 479px) {
  .section.hero_section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-position: 70%;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .section.from_section {
    flex-flow: column;
  }

  .section.hero_section_mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-position: 70%;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
  }

  .container {
    flex-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.legal_container_title {
    flex-flow: column;
  }

  .title_hero_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph {
    text-align: left;
    width: 100%;
  }

  .logo_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .date_card {
    justify-content: flex-start;
    align-items: flex-start;
    height: 25em;
    padding-top: 40px;
  }

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

  .div-block-2 {
    grid-template-rows: auto auto auto;
  }

  .form_text_wrapper, .form-block {
    width: 100%;
  }

  .form_content_wrapper {
    flex-flow: column;
  }

  .heading_h1.heading_blue {
    font-size: 40px;
  }

  .hero_image {
    background-position: 65%;
  }

  .card_cineros {
    justify-content: flex-start;
    align-items: flex-start;
    height: 25em;
  }

  .place_card {
    justify-content: flex-start;
    align-items: flex-start;
    height: 25em;
    padding-top: 40px;
  }

  .section_mobile.hero_section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-position: 70%;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
  }

  .section_mobile.from_section {
    flex-flow: column;
  }

  .section_mobile.hero_section_mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--blue);
    background-image: url('../images/hero_section_mobile_bg.png');
    background-position: 100% 0;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-bottom: 0;
    display: flex;
  }

  .capacity_card {
    justify-content: flex-start;
    align-items: flex-start;
    height: 25em;
    padding-top: 40px;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .text-block {
    display: none;
  }

  .footer_links_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-5 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .paragraph_footer {
    text-align: left;
  }

  .accordion_toggle-transparent {
    width: 100%;
  }

  .question_link-wrapper {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .faqs_section_wrapper {
    display: none;
  }

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

  .bold-text-2 {
    vertical-align: baseline;
  }

  .ix-link-wrapper {
    flex-flow: column;
    display: flex;
  }

  .heading_h1_legal {
    line-height: 30px;
  }

  .image-2 {
    max-width: 80%;
  }
}


@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Light';
  src: url('../fonts/futuralight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Book';
  src: url('../fonts/Futura-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuranowheadline';
  src: url('../fonts/FuturaNowHeadline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Now';
  src: url('../fonts/FuturaNowHeadlineBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Now';
  src: url('../fonts/FuturaNowHeadlineItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Now';
  src: url('../fonts/FuturaNowHeadlineBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Foun';
  src: url('../fonts/Foun.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}