:root {
  --body-text-color: #1f2937;
  --sara-blue: #272e69;
  --sara-red: #d02630;
  --white-color: white;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--body-text-color);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

h1 {
  color: var(--sara-blue);
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2.4rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.6rem;
}

h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.6rem;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--body-text-color);
  text-decoration: underline;
}

a:hover {
  color: var(--sara-red);
  text-decoration: none;
}

.hero-container {
  position: relative;
}

.hero-section, .hero-slider {
  height: 90vh;
}

.hero-overlay {
  background-color: #ffffffbf;
  width: 100%;
  height: 100%;
}

.hero-content-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: var(--sara-blue);
}

.hero-content-container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.hero-button {
  color: var(--white-color);
  background-color: #000;
  background-image: linear-gradient(145deg, #e31b23 10%, #2e3ec8 90%);
  border-radius: 16px;
  margin-top: 8px;
  padding: 10px 32px;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: 0 4px 10px #00000059;
}

.hero-button:hover {
  color: var(--white-color);
  background-image: linear-gradient(160deg, #e31b23, #2e3ec8 80%);
  box-shadow: 0 8px 12px #00000059;
}

.hero-quicklinks-container {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -100px;
}

.hero-quicklinks-container.en {
  bottom: -120px;
}

.hero-quicklink-btn {
  color: var(--body-text-color);
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 33.33%;
  padding: 16px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  box-shadow: 0 4px 10px #00000040;
}

.hero-quicklink-btn:hover {
  color: var(--body-text-color);
  background-image: radial-gradient(circle at 0 0, #fff 40%, #e6e6e6);
  box-shadow: 0 8px 12px #00000040;
}

.hero-quicklink-icon {
  width: 64px;
  margin-bottom: 16px;
}

.hero-quicklink-txt {
  font-size: 1.2rem;
  font-weight: 600;
}

.section {
  margin-top: 64px;
}

.section.alt {
  background-color: #f4f8ff;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.sara-statement-container {
  width: 100%;
  max-width: 1000px;
  margin-top: 96px;
  margin-left: auto;
  margin-right: auto;
}

.sara-statement-txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}

.highlighted-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(145deg, #e31b23 10%, #2e3ec8);
  -webkit-background-clip: text;
  background-clip: text;
}

.comparison-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-header {
  background-color: var(--sara-blue);
  color: var(--white-color);
  text-align: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 16px;
  font-size: 1.2rem;
  font-weight: 600;
}

.grid-label {
  background-color: #272e6933;
  padding: 16px;
  font-weight: 600;
}

.grid-label.alt {
  background-color: #d0263033;
}

.grid-cell {
  background-color: #272e691a;
  padding: 16px;
}

.grid-cell.alt {
  background-color: #d026301a;
}

.category-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.category-item-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  display: flex;
}

.category-item-container:hover {
  background-color: var(--white-color);
  border-color: #bfbfbf;
}

.category-icon-wrapper {
  background-image: linear-gradient(320deg, #bfbfbf, #fff 90%);
  border-radius: 8px 0 0 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.category-label-wrapper {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.category-label-txt {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.category-label-eg-txt {
  font-size: .8rem;
  line-height: 1rem;
}

.purchase-steps-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: 36px;
  display: flex;
}

.purchase-step-container {
  border: 1px solid #b4c7e7;
  border-radius: 8px;
  width: 32%;
  margin-bottom: 16px;
  padding: 24px 24px 14px;
  position: relative;
}

.purchase-step-container:hover {
  background-image: radial-gradient(circle at 0 0, #e31b23 10%, #2e3ec8);
}

.purchase-step-number {
  color: var(--white-color);
  background-image: linear-gradient(145deg, #e31b23 10%, #2e3ec8);
  border: 1px solid #b4c7e7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: -20px;
}

.purchase-step-image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}

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

.purchase-step-title {
  min-height: 40px;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.youtube-video-wrapper {
  width: 800px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.footer-quicklinks-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  margin-top: 32px;
  display: flex;
}

.hero-quicklink-cta {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.hero-quicklink-cta-arrow {
  margin-left: 8px;
}

.hero-quicklink-header {
  flex: 1;
  margin-bottom: 8px;
}

.hero-quicklink-medium-icon {
  width: 48px;
  margin-bottom: 16px;
}

.footer-wrapper {
  border-top: 1px solid #cad5e8;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.footer-link-item {
  text-align: center;
}

.footer-link-items-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.footer-link-item-title {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-link-item-link {
  color: var(--body-text-color);
  text-decoration: none;
}

.language-button {
  z-index: 99;
  background-color: var(--sara-blue);
  color: var(--white-color);
  border-radius: 8px;
  padding: 12px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  inset: 32px 32px auto auto;
  box-shadow: 0 4px 10px #00000059;
}

.language-button:hover {
  color: var(--white-color);
  background-image: linear-gradient(145deg, #e31b23 10%, #2e3ec8 90%);
  transform: scale(1.05);
  box-shadow: 0 8px 12px #00000059;
}

.hero-logo {
  width: 400px;
}

.copyright-txt {
  color: var(--sara-blue);
  font-size: .9rem;
  line-height: 1rem;
}

.hero-button-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-background-video {
  z-index: -99;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-video-placeholder {
  z-index: -999;
  position: absolute;
  inset: 0%;
}

.hero-video-placeholder-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.back-to-top-btn {
  z-index: 999;
  background-image: linear-gradient(145deg, #e31b23 10%, #2e3ec8 90%);
  border-radius: 8px;
  padding: 2px;
  position: fixed;
  inset: auto 32px 48px auto;
  box-shadow: 0 4px 10px #0003;
}

.back-to-top-btn:hover {
  box-shadow: 0 8px 12px #0003;
}

.back-to-top-btn-inner {
  background-color: var(--white-color);
  border-radius: 6px;
  padding: 16px;
}

.hero-quicklink-line {
  background-image: linear-gradient(145deg, #e31b23 10%, #2e3ec8 90%);
  width: auto;
  height: 4px;
}

.coming-soon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.sara-logo-coming-soon {
  width: 400px;
}

.hashtag {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(145deg, #e31b23 10%, #2e3ec8);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .hero-content-wrapper, .hero-quicklinks-container {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-quicklink-btn {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-quicklink-txt {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .section {
    margin-top: 32px;
  }

  .container {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .grid-header {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .grid-label {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .grid-cell {
    font-size: .9rem;
    line-height: 1.1rem;
  }

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

  .category-label-txt {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .purchase-steps-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .purchase-step-container {
    padding: 16px 16px 6px;
  }

  .purchase-step-container:hover {
    background-image: none;
  }

  .purchase-step-number {
    width: 32px;
    height: 32px;
  }

  .purchase-step-title {
    min-height: 38px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .youtube-video-wrapper {
    width: auto;
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
  }

  .footer-link-item {
    text-align: left;
  }

  .language-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .heading-2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .heading-3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

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

  h2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .hero-section, .hero-slider {
    height: auto;
  }

  .hero-overlay {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .hero-quicklinks-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    bottom: -140px;
  }

  .hero-quicklinks-container.en {
    bottom: -180px;
  }

  .hero-quicklink-icon {
    margin-bottom: 8px;
  }

  .container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sara-statement-container.en {
    margin-top: 160px;
  }

  .sara-statement-txt {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .category-icon-wrapper {
    width: 64px;
    height: 64px;
  }

  .purchase-step-container {
    width: 48%;
  }

  .footer-link-item-title {
    margin-bottom: 4px;
  }

  .language-button {
    font-size: .9rem;
    line-height: 1rem;
  }

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

  .hero-quicklink-line {
    display: none;
  }
}

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

  .hero-overlay {
    padding-top: 64px;
  }

  .hero-quicklinks-container {
    flex-flow: column;
    margin-top: 16px;
    position: static;
  }

  .hero-quicklink-btn {
    width: 100%;
  }

  .sara-statement-container, .sara-statement-container.en {
    margin-top: 0;
  }

  .grid-header, .grid-label, .grid-cell {
    padding: 8px;
  }

  .category-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .purchase-step-container {
    width: auto;
  }

  .footer-quicklinks-wrapper {
    flex-flow: column;
  }

  .footer-link-items-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .hero-logo {
    width: 250px;
  }

  .hashtag {
    font-size: 1.5rem;
  }
}

#w-node-acdf3750-38f2-f2bb-048c-08689dd37c98-5a71d7a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_562605cf-d7a5-d8f8-3608-695d99e45c3a-5a71d7a2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1e85eff4-d5da-2053-4801-d517c7362ac2-5a71d7a2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_56594908-dfc0-2f05-0e3e-036a5ffc522e-5a71d7a2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f1b62044-7428-2a19-f7b4-869dbca89c8c-5a71d7a2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_31f829ad-3b4f-a8d1-8ec1-df9806d0a5bc-5a71d7a2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a8e30e84-d3b7-1ee1-43d4-64048c25e045-5a71d7a2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f6c32c68-957f-0393-fe5d-61ba1b202cdb-5a71d7a2 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_85b9e198-91f6-f40c-e1bc-0dc7ad068f7a-5a71d7a2 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1c25e459-ce20-5b67-c300-89a9f54a863e-5a71d7a2 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_7bbbe247-ecb8-fb46-a72e-296b8336c039-5a71d7a2 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_85dc17cc-62c1-0442-ad4f-9f7bcef5f44b-5a71d7a2 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_46495666-90b6-e702-498a-eaf2dd7ae577-5a71d7a2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-f9ea883e-53b1-dbcf-524d-389775d0344d-5a71d7a2 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_58e24e94-1253-baaa-e527-161fef412ef6-5a71d7a2 {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-acdf3750-38f2-f2bb-048c-08689dd37c98-cc0c6b1a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_562605cf-d7a5-d8f8-3608-695d99e45c3a-cc0c6b1a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1e85eff4-d5da-2053-4801-d517c7362ac2-cc0c6b1a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_56594908-dfc0-2f05-0e3e-036a5ffc522e-cc0c6b1a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f1b62044-7428-2a19-f7b4-869dbca89c8c-cc0c6b1a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_31f829ad-3b4f-a8d1-8ec1-df9806d0a5bc-cc0c6b1a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a8e30e84-d3b7-1ee1-43d4-64048c25e045-cc0c6b1a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f6c32c68-957f-0393-fe5d-61ba1b202cdb-cc0c6b1a {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_85b9e198-91f6-f40c-e1bc-0dc7ad068f7a-cc0c6b1a {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_1c25e459-ce20-5b67-c300-89a9f54a863e-cc0c6b1a {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_7bbbe247-ecb8-fb46-a72e-296b8336c039-cc0c6b1a {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_85dc17cc-62c1-0442-ad4f-9f7bcef5f44b-cc0c6b1a {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_46495666-90b6-e702-498a-eaf2dd7ae577-cc0c6b1a {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-f9ea883e-53b1-dbcf-524d-389775d0344d-cc0c6b1a {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_58e24e94-1253-baaa-e527-161fef412ef6-cc0c6b1a {
  grid-area: 5 / 2 / 6 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-acdf3750-38f2-f2bb-048c-08689dd37c98-5a71d7a2 {
    grid-column: 1 / 2;
  }

  #w-node-_562605cf-d7a5-d8f8-3608-695d99e45c3a-5a71d7a2 {
    grid-column: 2 / 3;
  }

  #w-node-_1e85eff4-d5da-2053-4801-d517c7362ac2-5a71d7a2 {
    grid-column-end: 3;
  }

  #w-node-_56594908-dfc0-2f05-0e3e-036a5ffc522e-5a71d7a2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f1b62044-7428-2a19-f7b4-869dbca89c8c-5a71d7a2 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_31f829ad-3b4f-a8d1-8ec1-df9806d0a5bc-5a71d7a2 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-a8e30e84-d3b7-1ee1-43d4-64048c25e045-5a71d7a2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f6c32c68-957f-0393-fe5d-61ba1b202cdb-5a71d7a2 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_85b9e198-91f6-f40c-e1bc-0dc7ad068f7a-5a71d7a2 {
    grid-row: 6 / 7;
    grid-column-end: 3;
  }

  #w-node-_1c25e459-ce20-5b67-c300-89a9f54a863e-5a71d7a2 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_7bbbe247-ecb8-fb46-a72e-296b8336c039-5a71d7a2 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_85dc17cc-62c1-0442-ad4f-9f7bcef5f44b-5a71d7a2 {
    grid-row: 8 / 9;
    grid-column-end: 3;
  }

  #w-node-_46495666-90b6-e702-498a-eaf2dd7ae577-5a71d7a2 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-f9ea883e-53b1-dbcf-524d-389775d0344d-5a71d7a2 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-a948a891-61c5-4e9c-b410-6aa1225e85aa-5a71d7a2 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_58e24e94-1253-baaa-e527-161fef412ef6-5a71d7a2 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-acdf3750-38f2-f2bb-048c-08689dd37c98-cc0c6b1a {
    grid-column: 1 / 2;
  }

  #w-node-_562605cf-d7a5-d8f8-3608-695d99e45c3a-cc0c6b1a {
    grid-column: 2 / 3;
  }

  #w-node-_1e85eff4-d5da-2053-4801-d517c7362ac2-cc0c6b1a {
    grid-column-end: 3;
  }

  #w-node-_56594908-dfc0-2f05-0e3e-036a5ffc522e-cc0c6b1a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f1b62044-7428-2a19-f7b4-869dbca89c8c-cc0c6b1a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_31f829ad-3b4f-a8d1-8ec1-df9806d0a5bc-cc0c6b1a {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-a8e30e84-d3b7-1ee1-43d4-64048c25e045-cc0c6b1a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f6c32c68-957f-0393-fe5d-61ba1b202cdb-cc0c6b1a {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_85b9e198-91f6-f40c-e1bc-0dc7ad068f7a-cc0c6b1a {
    grid-row: 6 / 7;
    grid-column-end: 3;
  }

  #w-node-_1c25e459-ce20-5b67-c300-89a9f54a863e-cc0c6b1a {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_7bbbe247-ecb8-fb46-a72e-296b8336c039-cc0c6b1a {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_85dc17cc-62c1-0442-ad4f-9f7bcef5f44b-cc0c6b1a {
    grid-row: 8 / 9;
    grid-column-end: 3;
  }

  #w-node-_46495666-90b6-e702-498a-eaf2dd7ae577-cc0c6b1a {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-f9ea883e-53b1-dbcf-524d-389775d0344d-cc0c6b1a {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-a948a891-61c5-4e9c-b410-6aa1225e85aa-cc0c6b1a {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_58e24e94-1253-baaa-e527-161fef412ef6-cc0c6b1a {
    grid-area: 8 / 1 / 9 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5aacba92-48a8-3395-bab7-a744d0b1c126-5a71d7a2 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_9e0e53e7-ddc9-ca94-1e71-fff4362b5f2d-5a71d7a2 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-a948a891-61c5-4e9c-b410-6aa1225e85aa-5a71d7a2 {
    grid-row: 8 / 9;
  }

  #w-node-_58e24e94-1253-baaa-e527-161fef412ef6-5a71d7a2 {
    grid-row: 9 / 10;
  }

  #w-node-_5aacba92-48a8-3395-bab7-a744d0b1c126-cc0c6b1a {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_9e0e53e7-ddc9-ca94-1e71-fff4362b5f2d-cc0c6b1a {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-a948a891-61c5-4e9c-b410-6aa1225e85aa-cc0c6b1a {
    grid-row: 8 / 9;
  }

  #w-node-_58e24e94-1253-baaa-e527-161fef412ef6-cc0c6b1a {
    grid-row: 9 / 10;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5aacba92-48a8-3395-bab7-a744d0b1c126-5a71d7a2, #w-node-_9e0e53e7-ddc9-ca94-1e71-fff4362b5f2d-5a71d7a2, #w-node-a948a891-61c5-4e9c-b410-6aa1225e85aa-5a71d7a2, #w-node-_58e24e94-1253-baaa-e527-161fef412ef6-5a71d7a2, #w-node-_5aacba92-48a8-3395-bab7-a744d0b1c126-cc0c6b1a, #w-node-_9e0e53e7-ddc9-ca94-1e71-fff4362b5f2d-cc0c6b1a, #w-node-a948a891-61c5-4e9c-b410-6aa1225e85aa-cc0c6b1a, #w-node-_58e24e94-1253-baaa-e527-161fef412ef6-cc0c6b1a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


