:root {
  --black: #1f1f1f;
  --neutro: whitesmoke;
  --golden-light: #d7bfa8;
  --golden: #bf9874;
  --azul-1300: #e5eaf1;
  --golden-1000: #f9f7f5;
  --deep-blue: #001025;
  --azul-1200: #d8e0ea;
  --golden-dark: #9e7249;
  --gris-1: #7a7a7a;
  --azul: #4c688b;
  --deeper-blue: #0d1825;
  --golden-800: #f0e8df;
  --azul-500: #aec5da;
  --azul-1000: #bfccdc;
  --info: #1976d2;
  --exito: #4caf50;
  --error: #c62828;
  --advertencia: #ff9800;
}

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

@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: var(--black);
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1 {
  color: var(--black);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--black);
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: var(--black);
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  line-height: 1.3;
}

p {
  color: var(--black);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.navbar {
  z-index: 1;
  background-color: #0000;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  max-width: 1440px;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.hero-section {
  background-image: linear-gradient(135deg, #0d1825, #1f3044);
  height: 100vh;
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

.nav-link {
  color: var(--neutro);
  cursor: pointer;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--golden-light);
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-image-bg {
  z-index: 0;
  opacity: .8;
  width: 1000px;
  max-width: none;
  position: absolute;
  inset: auto auto 0% 60%;
}

.hero-image-bg-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-heading {
  color: var(--neutro);
  max-width: 600px;
  margin-bottom: 12px;
}

.text-span {
  color: var(--golden);
}

.hero-text-name {
  color: var(--azul-1300);
  font-size: 36px;
  line-height: 1.2;
}

.hero-text-job {
  color: var(--azul-1300);
  font-size: 20px;
  line-height: 1.3;
}

.servicios-short-section {
  background-color: var(--golden-1000);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.short-service-heading {
  color: var(--deep-blue);
  max-width: 910px;
  margin-bottom: 60px;
  font-size: 36px;
}

.short-service-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.short-service {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.ss-icon-bg {
  background-color: var(--azul-1200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.ss-icon-embed {
  justify-content: center;
  align-items: center;
  width: 42px;
  display: flex;
}

.ss-text {
  color: var(--black);
  letter-spacing: .5px;
  max-width: 360px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

.ss-image-bg {
  opacity: .08;
  width: 580px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.compromiso-section {
  background-image: linear-gradient(115deg, white 35%, var(--azul-1300));
  padding-top: 120px;
  padding-bottom: 120px;
}

.compromiso-heading {
  color: var(--deep-blue);
  text-align: center;
  margin-bottom: 80px;
}

.compromiso {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
}

.compromiso.is-last {
  margin-bottom: 0;
}

.compromiso-img {
  opacity: .9;
}

.compromiso-img.blending {
  mix-blend-mode: multiply;
}

.compromiso-title {
  color: var(--deep-blue);
  margin-bottom: 10px;
}

.compromiso-text {
  max-width: 526px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: var(--golden-dark);
}

.bio-section {
  background-color: var(--deep-blue);
  padding-top: 120px;
  padding-bottom: 120px;
}

.bio-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 300px) 1fr 120px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.bio-pic {
  width: 100%;
  max-width: 298px;
}

.bio-content {
  flex: 1;
}

.bio-heading {
  color: var(--neutro);
  margin-bottom: 4px;
  line-height: 1;
}

.bio-subtitle {
  color: var(--golden);
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.bio-text {
  color: var(--neutro);
  letter-spacing: .6px;
  max-width: 654px;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 1.8;
}

.bio-logo {
  width: 120px;
}

.bio-logo.is-mobile {
  display: none;
}

.bio-logo.is-desktop {
  margin-top: -12px;
}

.servicios-section {
  background-color: var(--deep-blue);
  padding-top: 120px;
  padding-bottom: 140px;
}

.servicios-heading {
  color: var(--neutro);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.servicios-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.servicio {
  padding-bottom: 10px;
}

.servicio-title {
  color: var(--neutro);
}

.servicio-line {
  border-bottom: 1px solid var(--golden);
  width: 100%;
  height: 1px;
}

.servicio-toggle-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  display: flex;
}

.servicio-toggle-wrapper.is-last-item {
  cursor: auto;
}

.servicio-toggle {
  color: var(--golden-light);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
}

.service-detail {
  color: #adadad;
  letter-spacing: .5px;
  padding-bottom: 8px;
  padding-right: 70px;
  line-height: 1.8;
}

.service-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.cta-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/supreme-court-united-states-columns-row.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 220px;
  padding-bottom: 220px;
}

.cta-content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-heading {
  color: var(--neutro);
  text-transform: uppercase;
  margin-bottom: 32px;
}

.cta-small-title {
  color: var(--neutro);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.primary-button {
  background-color: var(--golden);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 12px 47px;
  font-weight: 500;
  transition: filter .2s;
}

.primary-button:hover {
  filter: brightness(120%);
}

.testimonios-section {
  background-color: var(--neutro);
  padding-top: 120px;
  padding-bottom: 120px;
}

.testimonios-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.testimonios-eyebow {
  color: var(--golden);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.eyebow-servicios {
  color: var(--golden);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.eyebow-small-service {
  color: var(--golden);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.compromiso-eyebow {
  color: var(--golden);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.testimonios-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonio {
  border: 1px solid var(--azul-1200);
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding: 36px;
  display: flex;
}

.testimonio-text {
  color: var(--deep-blue);
  letter-spacing: .5px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  line-height: 1.8;
}

.testimonio-person {
  grid-column-gap: 12px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 48px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonio-img {
  width: 48px;
}

.testimonio-name {
  font-weight: 500;
}

.testimonio-job {
  color: var(--gris-1);
  font-size: 14px;
  line-height: 1.2;
}

.form-section {
  background-color: var(--azul-1300);
  padding-top: 120px;
  padding-bottom: 120px;
}

.form-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.form-eyebow {
  color: var(--golden);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.submit-button {
  background-color: var(--azul);
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  align-self: center;
  margin-top: 30px;
  padding: 12px 42px;
  font-weight: 500;
  transition: filter .2s;
}

.submit-button:hover {
  filter: brightness(120%);
}

.text-field {
  border-bottom: 1px solid var(--golden);
  background-color: #0000;
  margin-bottom: 0;
}

.text-field-2, .text-field-3, .text-field-4 {
  margin-bottom: 0;
}

.form-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--deeper-blue);
  padding-top: 120px;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.footer-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.footer-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 200px;
  display: flex;
}

.footer-link {
  color: var(--neutro);
  cursor: pointer;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--golden-light);
}

.footer-link.slim {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
}

.footer-logo {
  width: 140px;
  margin-top: -12px;
}

.footer-heading {
  color: var(--neutro);
  text-transform: uppercase;
}

.footer-subtitle {
  color: var(--golden);
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.footer-bio-text {
  color: #a8a8a8;
  letter-spacing: .5px;
  max-width: 210px;
  font-size: 12px;
}

.link-block {
  cursor: pointer;
}

.footer-bottom-content {
  background-color: var(--azul);
  justify-content: center;
  align-items: center;
}

.footer-bottom-text {
  color: var(--neutro);
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
}

.footer-bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  height: 60px;
  display: grid;
}

.wa-floating-modal {
  z-index: 5;
  cursor: pointer;
  background-color: #25d366;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: filter .2s;
  display: flex;
  position: fixed;
  inset: auto 40px 100px auto;
}

.wa-floating-modal:hover {
  filter: brightness(110%);
}

.wa-icon {
  width: 50px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    text-align: center;
  }

  .hero-image-bg {
    z-index: 0;
    width: 1000px;
  }

  .hero-content {
    z-index: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-heading-wrapper {
    z-index: 1;
    margin-top: 220px;
    position: relative;
  }

  .hero-heading {
    max-width: 540px;
    font-size: 48px;
  }

  .hero-text-name {
    font-size: 24px;
  }

  .hero-text-job {
    font-size: 16px;
  }

  .menu-button {
    color: var(--neutro);
  }

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

  .nav-menu {
    text-align: center;
    background-image: linear-gradient(135deg, #0d1825, #1f3044);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
  }

  .servicios-short-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .short-service-heading {
    max-width: 700px;
    margin-bottom: 40px;
    font-size: 28px;
  }

  .short-service-grid {
    z-index: 1;
    position: relative;
  }

  .ss-icon-bg {
    width: 70px;
    height: 70px;
  }

  .ss-icon-embed {
    width: 36px;
  }

  .ss-text {
    font-size: 16px;
  }

  .ss-image-bg {
    z-index: 0;
    width: 500px;
  }

  .compromiso-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .compromiso-heading {
    margin-bottom: 40px;
  }

  .compromiso {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .compromiso-text {
    font-size: 16px;
  }

  .bio-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bio-grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bio-pic {
    max-width: none;
  }

  .bio-subtitle {
    font-size: 18px;
  }

  .bio-text {
    font-size: 14px;
  }

  .bio-logo.is-mobile {
    margin-top: 0;
    display: block;
  }

  .bio-logo.is-desktop {
    display: none;
  }

  .servicios-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .servicios-heading {
    margin-bottom: 48px;
  }

  .servicio-title {
    font-size: 20px;
  }

  .service-detail {
    font-size: 14px;
  }

  .service-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .cta-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cta-heading {
    margin-bottom: 20px;
  }

  .cta-small-title {
    font-size: 16px;
  }

  .testimonios-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonios-heading {
    margin-bottom: 48px;
  }

  .testimonios-eyebow, .eyebow-servicios, .eyebow-small-service, .compromiso-eyebow {
    font-size: 16px;
  }

  .testimonios-grid {
    flex-flow: column;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonio-text {
    margin-bottom: 48px;
  }

  .testimonio-person {
    grid-column-gap: 12px;
  }

  .form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-eyebow {
    font-size: 16px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-grid {
    margin-bottom: 60px;
  }

  .footer-link.slim.small, .footer-bottom-text {
    font-size: 12px;
  }

  .footer-bottom-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .wa-floating-modal {
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
  }

  .wa-icon {
    width: 36px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  .hero-image-bg {
    width: 760px;
    left: 50%;
  }

  .hero-heading-wrapper {
    margin-top: 14vh;
  }

  .hero-heading {
    font-size: 36px;
  }

  .short-service-grid {
    flex-flow: column;
    display: flex;
  }

  .short-service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    display: flex;
  }

  .ss-text {
    max-width: 430px;
  }

  .compromiso-heading {
    margin-bottom: 30px;
  }

  .compromiso {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .compromiso-img {
    order: -1;
  }

  .servicios-heading {
    margin-bottom: 36px;
  }

  .servicios-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .servicio {
    width: 100%;
  }

  .servicio-title {
    font-size: 18px;
  }

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

  .cta-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .testimonio-text {
    font-size: 14px;
  }

  .div-block {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
  }

  .footer-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-nav {
    justify-content: space-between;
    align-items: center;
  }

  .footer-center {
    flex-flow: column;
    order: -1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-right {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-image-bg {
    width: auto;
    height: 50vh;
    left: 30%;
  }

  .hero-heading-wrapper {
    text-align: center;
  }

  .hero-text-job {
    font-size: 14px;
  }

  .short-service-heading {
    text-align: center;
  }

  .short-service {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .compromiso-detail {
    text-align: left;
  }

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

  .compromiso-text {
    font-size: 16px;
  }

  .bio-section {
    padding-bottom: 48px;
  }

  .bio-grid {
    flex-flow: column;
    display: flex;
  }

  .service-detail {
    padding-right: 0;
  }

  .service-row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .primary-button {
    align-self: stretch;
  }

  .testimonios-eyebow {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .eyebow-small-service {
    text-align: center;
  }

  .submit-button {
    align-self: stretch;
  }
}

#w-node-_6eb27cfa-9343-c70a-1a84-fef2c34cd6d6-9c4f0d40 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e54cea36-ecdb-cfe2-dd52-c6f0ab84201e-9c4f0d40 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_90c89b77-f4f1-c104-2411-f3165c7aba32-9c4f0d40 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-ef26b3d3-2fc7-e0d4-572f-cf99ed81c16f-9c4f0d40 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-ef26b3d3-2fc7-e0d4-572f-cf99ed81c170-9c4f0d40 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-ef26b3d3-2fc7-e0d4-572f-cf99ed81c172-9c4f0d40 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_94dafec6-410f-6131-0c8e-a1cf94bc354a-9c4f0d40 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_94dafec6-410f-6131-0c8e-a1cf94bc354b-9c4f0d40 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_94dafec6-410f-6131-0c8e-a1cf94bc354d-9c4f0d40 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-e0eb4fb3-df25-82ad-3c27-148860c551b0-9c4f0d40 {
  justify-self: end;
}

#w-node-_5974dab7-bdee-ed29-1da6-69d4e4dffbf1-9c4f0d40 {
  justify-self: start;
}

#w-node-f7d35ac8-0b05-5923-f962-d2c922750f65-9c4f0d40 {
  justify-self: center;
}

#w-node-adc61f4a-71a5-7f48-48db-41432889202c-9c4f0d40 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_26ceced7-645d-5177-4d64-98224df55785-9c4f0d40 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f83bca83-c32c-5f0e-6127-35ab828d668b-9c4f0d40 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c142329-d454-8bad-2ed2-7266847763c0-9c4f0d40 {
    grid-area: 2 / 2 / 3 / 3;
  }
}


