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

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

.hero-stack {
  background-color: #252525;
  background-image: url('../images/20240410_154937.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px #000;
  padding: 80px 30px 50px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 35%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading {
  color: #fff;
  max-width: 976px;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.hero-heading-left {
  background-color: #faefd1;
  border: 1px #000;
  padding: 50px 30px;
  position: relative;
}

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

.hero-wrapper {
  flex-flow: row-reverse;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #000;
  max-width: 319px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.margin-bottom-24px-2.cor {
  color: #8f4f00;
  margin-bottom: 0;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.heading-2.mar {
  margin-bottom: 50px;
}

.text-span {
  color: #8f4f00;
  font-weight: 600;
}

.section {
  background-color: #8f4f00;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1060px;
  display: flex;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  place-items: start center;
}

.section-2 {
  background-color: #faefd1;
}

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

.heading-3 {
  color: #000;
  max-width: 473px;
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.heading-3.edit2 {
  color: #000;
  text-align: center;
  max-width: none;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
}

.des {
  color: #8f4f00;
  font-weight: 600;
}

.image-5 {
  width: 100%;
  max-width: 1060px;
  margin-bottom: 50px;
}

.image-5-copy {
  width: 100%;
  max-width: 1060px;
  display: none;
}

.des-2 {
  color: #8f4f00;
  font-weight: 600;
}

.image-6 {
  border-radius: 16px;
}

.margin-bottom-24px-3 {
  color: #000;
  max-width: 456px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 26px;
}

.margin-bottom-24px-3.daji {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #c17415;
  padding: 15px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #a26315;
  padding: 15px 50px;
  transform: scale(1.1);
}

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

.div-block {
  background-image: linear-gradient(#445031, #44503100);
  margin-top: 0;
  padding: 1px;
}

.heading-4 {
  color: #000;
  max-width: 473px;
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.heading-4.jfjf {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.heading-6 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.text-block-3 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.image-10 {
  width: 100px;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-16 {
  background-color: #f4f4f4;
  border-radius: 16px;
  width: 320px;
  height: 100%;
  padding: 15px 25px;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 40px;
  height: 40px;
}

.text-block-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.div-block-14 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 50px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
}

.footer-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-link-copy-3 {
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-7 {
  width: 20px;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.footer-dark-copy {
  background-color: #8f4f00;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  display: block;
  position: relative;
}

.footer-copyright-center {
  color: #292929;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.code-embed {
  width: auto;
  height: auto;
}

.div-block-8 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer-block {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
}

.footer-link-copy-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: #fff;
}

.footer-link-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

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

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

.heading-7 {
  color: #000;
  max-width: 430px;
  margin-top: 50px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.heading-7.edit {
  color: #fff;
  margin-top: 0;
  font-size: 26px;
  line-height: 36px;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-heading-left-copy {
  background-color: #8f4f00;
  border: 1px #000;
  padding: 50px 0;
  position: relative;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-3.edit2 {
  margin-bottom: 50px;
}

.hero-wrapper-3.inv {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.image {
  width: auto;
  max-width: 298px;
  max-height: 223px;
}

.margin-bottom-24px-4 {
  color: #000;
  max-width: 328px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.margin-bottom-24px-4.edit {
  color: #fff;
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.container-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 758px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  color: #000;
  max-width: 456px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-8 {
  color: var(--black);
  max-width: 473px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  background-image: url('../images/20240410_154939.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  padding: 50px 0 100px;
  position: relative;
}

.image-12 {
  display: block;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  max-width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer-copyright-center-2 {
  color: #292929;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (min-width: 1440px) {
  .section-2 {
    padding-bottom: 50px;
  }

  .heading-5 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .heading-6 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  .text-block-3 {
    text-align: left;
    max-width: none;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .image-10 {
    width: 100px;
    margin-top: 15px;
  }

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

  .div-block-13 {
    background-color: #f4f4f400;
    border-radius: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 289.984px;
    min-width: auto;
    padding: 10px 25px;
    display: flex;
  }

  .div-block-16 {
    width: 339.969px;
    height: 100%;
  }

  .image-8 {
    margin-top: 15px;
  }

  .div-block-12 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-9 {
    width: 40px;
    height: 40px;
  }

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

  .div-block-11 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    display: flex;
  }

  .div-block-14 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .div-block-9 {
    margin-top: 0;
    margin-bottom: 50px;
    margin-right: 75px;
  }

  .div-block-10 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: 50px;
    display: flex;
  }

  .footer-link-copy-3 {
    color: #fff;
    font-weight: 300;
  }

  .title-small {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
  }

  .footer-dark-copy {
    background-color: #8f4f00;
    border: 1px #000;
  }

  .footer-copyright-center {
    color: #c4c4c4;
  }

  .div-block-8 {
    color: #fff;
  }

  .footer-link-copy-2, .footer-link {
    color: #fff;
    font-weight: 300;
  }

  .link {
    text-decoration: none;
  }

  .footer-link-copy {
    color: #fff;
    font-weight: 300;
  }

  .bold-text {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }

  .hero-heading-left-copy {
    background-color: #8f4f00;
    border: 1px #000;
  }

  .hero-heading-left-2 {
    border: 1px #000;
  }

  .footer-copyright-center-2 {
    color: #000;
    font-family: Montserrat, sans-serif;
  }
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-copy, .container-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 728px;
    display: flex;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack, .hero-heading-left {
    padding: 60px 15px;
  }

  .footer-divider {
    margin-top: 60px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-block {
    align-items: center;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .hero-heading-left-copy, .hero-heading-left-2 {
    padding: 60px 15px;
  }
}

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

  .margin-bottom-24px {
    max-width: 85%;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

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

  .hero-wrapper, .hero-split {
    justify-content: flex-start;
    align-items: center;
  }

  .margin-bottom-24px-2, .heading-2 {
    text-align: center;
  }

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

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

  .heading-3 {
    width: 95%;
    font-size: 26px;
    line-height: 36px;
  }

  .heading-3.edit2 {
    max-width: 95%;
  }

  .image-5 {
    width: 100%;
    display: none;
  }

  .image-5-copy {
    width: 90%;
    margin-bottom: 50px;
    display: block;
  }

  .image-6 {
    width: 95%;
  }

  .margin-bottom-24px-3 {
    width: 95%;
    margin-bottom: 0;
  }

  .margin-bottom-24px-3.daji {
    text-align: center;
    width: 90%;
  }

  .hero-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-primary-2 {
    width: 100%;
  }

  .div-block {
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }

  .div-block.tam {
    width: 95%;
  }

  .heading-4 {
    width: 95%;
    font-size: 26px;
    line-height: 36px;
  }

  .heading-4.jfjf {
    text-align: center;
    width: 90%;
  }

  .hero-split-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0%;
    margin-bottom: 85%;
  }

  .hero-split-2.mar {
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    height: auto;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .hero-split-2.mar.edy {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-link-copy-3 {
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: underline;
  }

  .image-7 {
    color: #fff;
    width: 26px;
  }

  .footer-dark-copy {
    display: block;
  }

  .code-embed {
    width: 100%;
    max-width: 100%;
  }

  .div-block-8 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    width: 38.2461%;
    margin-top: 12px;
    margin-bottom: 6px;
    display: flex;
  }

  .footer-link-copy-2, .footer-link {
    margin-top: 0;
    margin-bottom: 12px;
    text-decoration: underline;
  }

  .footer-link-copy {
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: underline;
  }

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

  .heading-7 {
    width: 95%;
    font-size: 26px;
    line-height: 36px;
  }

  .heading-7.edit {
    text-align: center;
  }

  .hero-split-3 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .hero-split-3.mar {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0%;
    margin-bottom: 25px;
  }

  .hero-heading-left-copy {
    padding-bottom: 50px;
  }

  .hero-wrapper-3 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-wrapper-3.edit2 {
    flex-flow: column-reverse;
  }

  .hero-wrapper-3.inv {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .margin-bottom-24px-4 {
    width: 95%;
    max-width: none;
    margin-bottom: 0;
  }

  .margin-bottom-24px-4.edit {
    text-align: center;
  }

  .container-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .margin-bottom-24px-5 {
    color: #000;
    width: 95%;
    margin-bottom: 0;
  }

  .container-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .hero-wrapper-4 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .heading-8 {
    color: #000;
    width: 95%;
    font-size: 26px;
    line-height: 36px;
  }

  .hero-split-4 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0%;
    margin-bottom: 85%;
  }

  .hero-split-4.mar {
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    height: auto;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .hero-heading-left-2 {
    background-color: #faefd1;
    background-image: url('../images/20240410_154938.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 50px;
  }

  .link-block-2 {
    margin-top: 35px;
  }
}

#w-node-c7762be9-d7fa-1725-3841-d049f436bd15-5e11b413 {
  order: 0;
}

#w-node-_9b4f2bfd-e303-7098-9cc7-15357027802c-5e11b413, #w-node-_9b4f2bfd-e303-7098-9cc7-15357027803b-5e11b413, #w-node-_9b4f2bfd-e303-7098-9cc7-15357027803f-5e11b413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


