:root {
  --white: white;
  --black: black;
}

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

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.social-icon-2 {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

.sn_icon {
  width: 100%;
  max-width: none;
}

.nav-cover-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.brand {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-right: 1px #ffffff1a;
  align-items: center;
  padding-left: 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.navbar {
  z-index: 90;
  background-color: #0000;
  justify-content: center;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-cover {
  background-color: #0f0f0f;
  border-bottom: 1px solid #ffffff1a;
  height: 100%;
  position: absolute;
  inset: -101% 0% 0%;
}

.wrapper-social {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.nav-right {
  border-left: 1px #ffffff1a;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.hero_home {
  background-image: url('../images/63b8ec613af0d3130c93cf0d_Celine_Van_De_Poel2.jpg');
  background-position: 100% 0;
  background-size: cover;
  border-bottom: 1px solid #303030;
  height: 100vh;
  display: block;
}

.hero_container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero_content {
  flex: 1;
}

.xxl-heading {
  color: #fff;
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

.hero_content_button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 60px;
  display: flex;
}

.outline-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button.light {
  color: #fff;
  background-color: #fff0;
  border-color: #fff3;
  border-radius: 2px;
  width: 220px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.35em;
}

.head_shots {
  border-bottom: 1px solid #ffffff1a;
  padding: 100px 5%;
}

.heading-1 {
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 1.5em;
}

.heading.contact_me {
  text-align: left;
  font-size: 25px;
}

.headshotsgrid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #0f0f0f;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6em;
}

.text-block-3 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.hero_content-2 {
  width: auto;
  margin-top: 10%;
  padding-left: 0%;
  padding-right: 0;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
}

.text-block-4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
}

.text-block-2 {
  color: #9c9c9c;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.about_home {
  border: 1px #000;
  border-bottom: 1px solid #ffffff1a;
  padding: 100px 5%;
}

.polaroids_home {
  border-bottom: 1px solid #303030;
  padding: 100px 5%;
}

.polaroids_container_photo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 2;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 10px;
  width: 70%;
  display: grid;
}

.polaroids_container {
  justify-content: space-between;
  height: auto;
  font-size: 10px;
  display: flex;
}

.div-block-12 {
  padding-top: 53px;
}

.polaroids_info {
  width: 30%;
  height: 100vh;
  padding-top: 100px;
  padding-left: 0;
  position: sticky;
  top: 0;
}

.polaroids_info_g {
  color: #9c9c9c;
  font-size: 16px;
  line-height: 1.4em;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.polaroids_info_w-2 {
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
}

.button-text-2 {
  font-family: Montserrat, sans-serif;
}

.button-text-2.download {
  letter-spacing: 2px;
  margin-bottom: 35px;
  padding-bottom: 0;
  font-size: 12px;
  text-decoration: underline;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.footer_wrapper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.text-field-2 {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #eff9fc1a;
  border-radius: 2px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 36px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field-2:focus {
  border-color: #eff9fc99;
  padding-left: 26px;
}

.text-field-2::placeholder {
  color: #ffffff7a;
  font-weight: 300;
}

.text-field-2.large {
  border-radius: 2px;
  min-height: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.subtitle-2 {
  z-index: 10;
  color: #fffc;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
}

.footer-credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-top: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 9px;
  display: grid;
}

.body-display-2 {
  color: #ffffffe6;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-2.small {
  font-size: 16px;
}

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

.content-stacked.small {
  grid-row-gap: 48px;
  width: 50%;
  display: block;
}

.text-block-7 {
  letter-spacing: 2px;
  font-size: 12px;
}

.text-block-7.tiktock_link {
  text-transform: none;
}

.quick-link-icon {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 12px;
  display: flex;
}

.legal-link {
  opacity: 1;
  color: #a0a1af;
  font-size: 10px;
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

.legal-link:hover {
  color: #fff;
}

.form-wrapper {
  border-right: 1px #ffffff1a;
  width: 50%;
  padding: 0 0 100px;
}

.feild-block-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #161a2000;
  border: 1px solid #eff9fc1a;
  border-radius: 2px;
  padding: 20px 18px;
  font-size: 14px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  border-color: #eff9fc;
}

.error-message {
  background-color: #8ea5b60d;
  border: 1px #eff9fc1a;
  border-left-style: solid;
  margin-top: 36px;
  padding: 18px 24px;
}

.success-message {
  background-color: #0000;
  flex: 1;
  width: 100%;
  padding: 0;
}

.footer {
  border: 1px #000;
  border-top-color: #ffffff1a;
  border-bottom-style: solid;
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.quick-link-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  border-bottom: 1px #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #8ea5b60d;
  border: 1px #eff9fc1a;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 48px 18px;
  display: grid;
}

.button_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-icon {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block_videos {
  object-fit: fill;
  position: static;
  inset: auto 0% 0%;
}

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

.g {
  height: 50px;
}

.div-block-14 {
  padding-top: 10px;
  padding-bottom: 40px;
}

.youtube_videos {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.video_wrapper {
  padding-bottom: 20px;
}

.button-block-2 {
  z-index: 99;
  cursor: pointer;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-block-2:hover {
  transform: scale(1.05);
}

.acting_portfolio {
  border-bottom: 1px solid #ffffff1a;
  padding: 100px 5%;
}

.button-gradient-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-gradient-2._6 {
  z-index: 6;
}

.color {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.color.cc-pulm {
  background-image: linear-gradient(#00000080, #00000080);
}

.lightbox_theatre {
  padding-top: 0;
}

.preloader {
  z-index: 9000;
  background-color: #0f0f0f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.lottie-animation {
  width: 100%;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  padding-top: 84px;
  display: flex;
}

.heading-5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.link {
  color: #fff;
  text-decoration: none;
}

.writing-directing {
  border-bottom: 1px solid #ffffff1a;
  padding: 140px 5% 100px;
}

@media screen and (max-width: 991px) {
  .content-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .social-icon-2 {
    width: 40px;
    height: 40px;
  }

  .sn_icon {
    width: 160%;
    max-width: none;
  }

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

  .hero_content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .xxl-heading {
    text-align: center;
    font-size: 70px;
  }

  .outline-button.light {
    width: 220px;
  }

  .button-text {
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
  }

  .heading {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 1em;
  }

  .heading.contact_me {
    text-align: left;
  }

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

  .paragraph {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .hero_content-2 {
    text-align: center;
    order: 1;
    align-self: center;
    width: 100%;
    margin-top: 0%;
    padding: 32px 0% 60px;
  }

  .e_t_info, .heading-3, .about_home {
    text-align: center;
  }

  .div-block-12 {
    padding-top: 0;
    font-size: 12px;
  }

  .link-block {
    color: #fff;
    margin-top: 71px;
    font-size: 10px;
    text-decoration: none;
  }

  .button-text-2 {
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
  }

  .button-text-2.download {
    letter-spacing: 2px;
    font-size: 12px;
    text-decoration: underline;
  }

  .form {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .footer_wrapper {
    flex-direction: column;
  }

  .footer-credits {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

  .content-stacked.small {
    width: 100%;
  }

  .form-wrapper {
    border: 1px solid #000;
    width: 100%;
    padding: 76px 0 100px;
  }

  .form-block {
    align-items: center;
    padding-bottom: 0;
  }

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

  .div-block-14 {
    padding-bottom: 10px;
  }

  .div-block-15 {
    width: 60%;
  }

  .div-block-16 {
    padding-top: 0;
  }

  .agency-contact {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav-right {
    display: none;
  }

  .xxl-heading {
    text-align: center;
    font-size: 7vh;
  }

  .heading {
    text-align: center;
  }

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

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

  .polaroids_container_photo {
    width: 100%;
  }

  .polaroids_container {
    flex-direction: column;
  }

  .div-block-12 {
    justify-content: center;
    display: flex;
  }

  .polaroids_info {
    text-align: left;
    column-count: 3;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-top: 60px;
    padding-left: 0;
    display: flex;
    position: static;
  }

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

  .form {
    max-width: none;
  }

  .footer-credits {
    grid-row-gap: 18px;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

  .form-wrapper {
    padding: 60px 0 120px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-block-14 {
    padding-bottom: 0;
  }

  .div-block-15 {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .xxl-heading {
    text-align: center;
    font-size: 5vh;
  }

  .hero_content_button {
    flex-direction: column;
  }

  .head_shots {
    border-bottom: 1px solid #ffffff1a;
  }

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

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

  .paragraph {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .polaroids_info {
    column-count: 2;
  }

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

  .form {
    padding-top: 0;
    display: flex;
  }

  .footer-credits {
    grid-row-gap: 18px;
  }

  .content-stacked {
    grid-row-gap: 60px;
  }

  .form-wrapper {
    padding: 48px 0 90px;
  }

  .form-block {
    grid-row-gap: 80px;
  }

  .quick-link-item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .div-block-15 {
    width: 80%;
  }

  .agency-contact {
    width: 100%;
  }
}

#w-node-_0e548381-60f8-4801-58c9-8686e4bfdc87-6951ea20 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0e548381-60f8-4801-58c9-8686e4bfdc88-6951ea20 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_0e548381-60f8-4801-58c9-8686e4bfdc8c-6951ea20 {
  justify-self: start;
}

#w-node-dd4235d0-019b-acc6-b7eb-8410e2960a24-6951ea20, #w-node-dd4235d0-019b-acc6-b7eb-8410e2960a28-6951ea20, #w-node-_8f1e60f4-aae7-8ea2-b723-245b12a9a083-6951ea20, #w-node-_747c9577-792f-ef8a-a779-2e390e435711-6951ea20, #w-node-a659045e-c00d-ec25-1f49-7f3a6887e9de-6951ea20, #w-node-_8dcfb7a0-f5c8-884c-d524-c40f786a4705-6951ea20, #w-node-_0d206316-9884-57e5-e4ad-cdcf8fb8a11c-6951ea20, #w-node-_3045dc1f-d07e-deda-a766-3bb537b54ee2-6951ea20, #w-node-_1087868d-37ba-0671-9224-8ab1242798a7-6951ea20, #w-node-_1087868d-37ba-0671-9224-8ab1242798b0-6951ea20, #w-node-_1087868d-37ba-0671-9224-8ab1242798b9-6951ea20, #w-node-_1087868d-37ba-0671-9224-8ab1242798c5-6951ea20, #w-node-f05fa951-13ae-9ac2-a32a-ab5e87862592-6951ea20, #w-node-_98e178b8-b911-702f-404f-8798b5aed025-6951ea20, #w-node-_4613a6bd-b8b3-03e8-da22-d24e1230ec09-6951ea20, #w-node-_70a4712a-93b4-0f8c-6bf6-b8338cf1e3dc-6951ea20, #w-node-_70a4712a-93b4-0f8c-6bf6-b8338cf1e3e0-6951ea20, #w-node-_70a4712a-93b4-0f8c-6bf6-b8338cf1e3d0-6951ea20, #w-node-_70a4712a-93b4-0f8c-6bf6-b8338cf1e3d4-6951ea20, #w-node-_70a4712a-93b4-0f8c-6bf6-b8338cf1e402-6951ea20, #w-node-_70a4712a-93b4-0f8c-6bf6-b8338cf1e406-6951ea20, #w-node-a9433f32-d1eb-2ca1-66f1-d7959679be15-6951ea20, #w-node-a9433f32-d1eb-2ca1-66f1-d7959679be1e-6951ea20, #w-node-_70a4712a-93b4-0f8c-6bf6-b8338cf1e3ef-6951ea20, #w-node-_70a4712a-93b4-0f8c-6bf6-b8338cf1e3f1-6951ea20, #w-node-_70a4712a-93b4-0f8c-6bf6-b8338cf1e3f3-6951ea20, #w-node-_70a4712a-93b4-0f8c-6bf6-b8338cf1e3fb-6951ea20, #w-node-_70a4712a-93b4-0f8c-6bf6-b8338cf1e3f9-6951ea20, #w-node-_70a4712a-93b4-0f8c-6bf6-b8338cf1e3fd-6951ea20, #w-node-_9a1d1ae1-22ef-3ddb-d39c-2c3aa7489936-6951ea20, #w-node-d3e160bc-af1d-01a1-de00-4ebd3978e3b7-6951ea20, #w-node-_3a9b7f75-502e-f381-a57c-61a729fb365d-6951ea20, #w-node-_8f47e302-8734-8052-a166-77fd094ecd5f-6951ea20, #w-node-db968868-aeaa-2def-9ea3-88d28d13e3b4-6951ea20, #w-node-c55b10a3-2ff8-fba4-e29f-e386031d71d3-6951ea20, #w-node-b64f8c6e-c3d7-2950-ce71-673fc9d578db-6951ea20, #w-node-_006fc00a-dcb8-caf8-cdcf-99ca3a2fc58c-6951ea20, #w-node-cb07f05b-b58d-e314-6cf8-2231c4306466-6951ea20, #w-node-ffe5b5a4-6d2f-80a6-1196-0a0b529c5fb8-6951ea20, #w-node-_00017876-662c-425d-fa1e-0e48c843016b-6951ea20, #w-node-b0af71e1-99d7-47f4-c156-d033be0ca0e7-6951ea20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-afd8a43c-851f-2937-2e43-209ff8517189-6951ea20, #w-node-afd8a43c-851f-2937-2e43-209ff851718e-6951ea20, #w-node-afd8a43c-851f-2937-2e43-209ff8517193-6951ea20, #w-node-afd8a43c-851f-2937-2e43-209ff8517198-6951ea20, #w-node-afd8a43c-851f-2937-2e43-209ff851719d-6951ea20, #w-node-afd8a43c-851f-2937-2e43-209ff85171a2-6951ea20 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0e548381-60f8-4801-58c9-8686e4bfdc88-6951ea20 {
    grid-column: 1 / 3;
    justify-self: start;
  }
}


