:root {
  --white: #fff;
  --light-cafe: #c69c6d;
  --cafe: #736357;
}

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

.navbar-logo-center {
  z-index: 1000;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px #0003;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  z-index: -1000;
  background-color: var(--white);
  width: 100%;
  max-width: none;
  margin-right: 25px;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  flex: 1;
  width: auto;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 1px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  flex: 0 auto;
  margin-right: -100px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-right: 10px;
  padding: 6px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.header {
  background-image: url('../images/fondo_header_ultra.png'), linear-gradient(#555, #000);
  background-position: 0 0, 0 0;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.intro {
  background-image: url('../images/ultra_melaminas_marca_agua.png');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 75vh;
  padding-top: 220px;
}

.aplicaciones {
  background-image: linear-gradient(#313131, #161616);
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.diferenciadores {
  background-color: #e6e6e6;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-2 {
  color: #383838;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  margin-right: 10px;
  padding: 6px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.image {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block {
  text-align: center;
  flex-flow: column;
  max-width: 700px;
  display: flex;
}

.heading {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 40px;
}

.paragraph {
  color: var(--white);
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.div-block-2 {
  margin-top: 32px;
}

.image-3 {
  z-index: 3;
  max-width: 1000px;
  margin-bottom: -129px;
  position: relative;
}

.button-3 {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #3898ec00;
  border-radius: 4px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.button-4 {
  background-color: var(--white);
  color: #313131;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-3 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.button-5 {
  border: 2px solid var(--light-cafe);
  color: var(--light-cafe);
  background-color: #3898ec00;
  border-radius: 4px;
  margin-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

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

.container-2 {
  border: 1px solid var(--light-cafe);
  max-width: 1000px;
  padding: 10px 20px;
}

.div-4 {
  background-color: #363636;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-4 {
  opacity: .51;
}

.image-4:hover {
  opacity: 6;
}

.text-block {
  z-index: 3;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  position: absolute;
  inset: auto 0%;
}

.columns {
  margin-top: 0;
}

.heading-3 {
  color: var(--light-cafe);
  text-align: center;
  width: 700px;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.image-5 {
  margin-top: 11px;
  margin-right: 20px;
}

.div-block-5 {
  color: #c4c4c4;
  background-color: #b9b9b9;
  width: 3px;
  height: 120px;
  margin-left: 18px;
}

.container-3 {
  max-width: 1100px;
}

.section {
  background-image: url('../images/ultra_melaminas_marca_agua_izq.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-4 {
  max-width: 1100px;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-4 {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.button-6 {
  margin-top: 13px;
}

.button-7 {
  background-color: #030303;
  border-radius: 4px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 42px;
}

.text-span-3 {
  color: var(--light-cafe);
  font-weight: 600;
}

.section-2 {
  background-image: url('../images/fondo_header_ultra.png'), linear-gradient(#1a1a1a, #3b3b3b);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  height: auto;
  padding-bottom: 100px;
}

.heading-6 {
  color: var(--cafe);
  text-align: center;
  margin-top: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

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

.container-5 {
  max-width: 1100px;
}

.heading-7 {
  color: var(--light-cafe);
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.text-block-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 78px;
  display: flex;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.distribuidor {
  background-image: url('../images/ultra_melaminas_fondo.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-9 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: auto;
  height: auto;
  margin-top: 60px;
}

.heading-9-copy {
  text-align: center;
  width: auto;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.text-span-4 {
  color: var(--light-cafe);
}

.div-block-8 {
  width: 366.406px;
  height: 284.906px;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 60px;
  display: block;
  position: relative;
}

.image-6 {
  position: absolute;
}

.image-7 {
  position: absolute;
  left: 357px;
}

.container-6 {
  max-width: 940px;
}

.image-8 {
  position: absolute;
  left: 886px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.bold-text {
  color: var(--white);
  font-size: 3px;
  font-weight: 400;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4-copy {
  background-color: var(--white);
  color: #313131;
  border-radius: 4px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-link-two-copy {
  color: #1a1b1f;
  margin-top: 0;
  text-decoration: none;
}

.footer-link-two-copy:hover {
  color: #1a1b1fbf;
}

.intro-2 {
  background-image: url('../images/ultra_melaminas_marca_agua.png');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.header-2 {
  background-image: url('../images/fondo_header_ultra.png'), linear-gradient(#555, #000);
  background-position: 0 0, 0 0;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.container-8 {
  margin-top: 60px;
  margin-bottom: auto;
}

.heading-12 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.heading-2-copy {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.container-8-copy {
  max-width: 1100px;
  margin-top: 60px;
  margin-bottom: auto;
}

.div-block-copy {
  text-align: center;
  flex-flow: column;
  max-width: 1100px;
  display: flex;
}

.image-9 {
  margin-top: 40px;
}

.image-10 {
  width: 207.203px;
  height: 366.344px;
}

.image-11, .image-12 {
  width: 207.203px;
  height: 366.344px;
}

.image-13 {
  filter: brightness(200%);
  width: 207.203px;
  height: 366.344px;
}

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

.div-block-2-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.text-span-5 {
  font-weight: 500;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  margin-top: 41px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container-7 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-flow: column;
  }

  .mobile-margin-top-10 {
    flex-flow: column;
    margin-right: 0;
    display: flex;
  }

  .header {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro {
    height: auto;
    padding: 100px 20px 40px;
  }

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

  .button-2 {
    margin-top: 20px;
  }

  .image {
    z-index: 0;
  }

  .image-2 {
    display: none;
    overflow: auto;
  }

  .div-block {
    position: relative;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-3 {
    max-width: 100%;
    margin-bottom: -61px;
  }

  .button-3 {
    text-align: center;
    margin-right: 0;
  }

  .button-4 {
    margin-top: 20px;
  }

  .button-5 {
    text-align: center;
  }

  .heading-3 {
    width: auto;
  }

  .columns-2 {
    flex-flow: column;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .container-7 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .button-4-copy {
    text-align: center;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .grid-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-2-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_5822d359-aafd-9ad5-d9d7-b441417a9b9c-13577e94, #w-node-_5822d359-aafd-9ad5-d9d7-b441417a9bae-13577e94, #w-node-_5822d359-aafd-9ad5-d9d7-b441417a9baf-13577e94, #w-node-_5822d359-aafd-9ad5-d9d7-b441417a9bb0-13577e94, #w-node-_5822d359-aafd-9ad5-d9d7-b441417a9bb1-13577e94, #w-node-_5822d359-aafd-9ad5-d9d7-b441417a9bb3-13577e94, #w-node-_5822d359-aafd-9ad5-d9d7-b441417a9bb4-13577e94, #w-node-_5822d359-aafd-9ad5-d9d7-b441417a9bb5-13577e94, #w-node-_5822d359-aafd-9ad5-d9d7-b441417a9bb6-13577e94, #w-node-_5822d359-aafd-9ad5-d9d7-b441417a9bb7-13577e94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5822d359-aafd-9ad5-d9d7-b441417a9b9c-13577e94 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5822d359-aafd-9ad5-d9d7-b441417a9b9c-13577e94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
