.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block {
  background-image: url('../images/2026-newyear-PNG_工作區域-1-複本-min.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1280px;
  padding-top: 8%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 150%;
}

.image {
  margin-bottom: 140px;
}

.div-block-2 {
  z-index: 2;
  height: 1280px;
  position: relative;
}

.cloud_1 {
  position: absolute;
  inset: 10% auto auto 10%;
}

.cloud_2 {
  position: absolute;
  inset: 25% 10% auto auto;
}

.airplant {
  position: absolute;
  inset: 38% auto auto 5%;
}

.cloud_3 {
  position: absolute;
  inset: 55% auto auto 5%;
}

.cloud_4 {
  position: absolute;
  inset: 60% 25% auto auto;
}

.cloud_5 {
  position: absolute;
  inset: auto auto 20% 25%;
}

.cloud_6 {
  position: absolute;
  inset: auto 5% 8% auto;
}

.section-1 {
  background-color: #ee7563;
  overflow: hidden;
}

.div-block-3 {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -380px;
  display: flex;
  position: relative;
}

.div-block-4 {
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.text-block-2 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 3px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

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

.columns-1 {
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.text-block-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 150%;
}

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

.image-2 {
  margin-bottom: 10px;
}

.text-block-3 {
  color: #000;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 100%;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin-left: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 100%;
}

.div-block-6 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 15px;
  margin-left: 10px;
  display: flex;
}

.text-span {
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-size: 60px;
}

.div-block-7 {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
}

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

.div-block-9 {
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 100%;
  display: flex;
}

.div-block-9.nothing {
  border-color: #0000;
}

.text-block-5 {
  color: #000;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 100%;
}

.link-block {
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.link-block.yellow {
  color: #ffc571;
  border-color: #ffc571;
  transition: color .325s, box-shadow .2s ease-in-out, transform .275s ease-in-out;
}

.link-block.yellow:hover {
  color: #fff;
  background-color: #ffc571;
  transform: scale(1.1);
  box-shadow: 0 0 17px 4px #ffc57173;
}

.link-block.yellow:active {
  box-shadow: none;
  color: #ffc571;
  background-color: #000;
  transform: none;
}

.link-block.blue {
  color: #23547a;
  border-color: #23547a;
  transition: transform .275s ease-in-out, box-shadow .2s ease-in-out, color .325s;
}

.link-block.blue:hover {
  color: #fff;
  background-color: #23547a;
  transform: scale(1.1);
  box-shadow: 0 0 17px 4px #23547a73;
}

.link-block.blue:active {
  box-shadow: none;
  color: #23547a;
  background-color: #000;
  transform: none;
}

.link-block.red {
  color: #ee7563;
  border-color: #ee7563;
  transition: box-shadow .325s ease-in-out, color .2s, transform .275s ease-in-out;
}

.link-block.red:hover {
  color: #fff;
  background-color: #ee7563;
  transform: scale(1.1);
  box-shadow: 0 0 14px 7px #ee756373;
}

.link-block.red:active {
  box-shadow: none;
  color: #ee7563;
  background-color: #000;
  transform: none;
}

.quick-stack {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding: 0;
}

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

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

.div-block-11 {
  background-color: #ffc571;
  border: 1px solid #fff;
  border-radius: 999px;
  width: 25px;
  height: 25px;
}

.div-block-11.blue {
  background-color: #23547a;
}

.div-block-11.red {
  background-color: #ee7563;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin-left: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 100%;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.columns-2 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8%;
  display: flex;
}

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

.div-block-13 {
  background-color: #fff;
  border: 3px solid #23547a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 150px;
  display: flex;
}

.text-block-7 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

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

.image-3 {
  margin-right: 10px;
}

.text-span-2 {
  letter-spacing: 2px;
  font-weight: 300;
}

.text-block-8 {
  color: #23547a;
  text-align: center;
  letter-spacing: 5px;
  text-indent: 5px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
}

.button {
  z-index: 1;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 1px;
  background-color: #ffc571;
  border: 3px solid #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 45px;
  margin-top: -14px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 100%;
  transition: filter .3s ease-in-out, transform .325s ease-in-out, box-shadow .3s ease-in-out;
  display: flex;
  position: relative;
}

.button:hover {
  filter: saturate(200%);
  background-color: #ffc571;
  transform: translate(-5px, -5px);
  box-shadow: 8px 8px 0 -2px #000;
}

.button:active {
  box-shadow: none;
  transform: none;
}

.button.red {
  color: #fff;
  background-color: #ee7563;
  width: 160px;
  margin-top: -21px;
  font-size: 18px;
}

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

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

.section-2 {
  background-color: #f5f5f5;
  padding-top: 8%;
  padding-bottom: 8%;
  overflow: hidden;
}

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

.div-block-18 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

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

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

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

.div-block-22 {
  background-image: url('../images/2026-newyear-PNG-15-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 700px;
  height: 420px;
}

.div-block-22.kansai {
  background-image: url('../images/2026-newyear-PNG-16-min.png');
}

.div-block-22.chubu {
  background-image: url('../images/2026-newyear-PNG-19-min.png');
  width: 1200px;
  height: 550px;
}

.div-block-22.tohoku {
  background-image: url('../images/2026-newyear-PNG-20-min.png');
  width: 1200px;
  height: 550px;
}

.div-block-22.hokkaido {
  background-image: url('../images/2026-newyear-PNG-17-min.png');
}

.div-block-22.kyushu {
  background-image: url('../images/2026-newyear-PNG-18-min.png');
}

.text-block-9 {
  color: #ee7563;
  text-align: center;
  width: 1em;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-23 {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 210px;
  display: flex;
}

.div-block-23._2 {
  height: 110px;
}

.heading {
  z-index: 1;
  color: #fff;
  text-align: left;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: -25px;
  margin-left: -15px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.heading-2 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #000;
  margin-top: -50px;
  margin-bottom: 0;
  margin-left: -15px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 90px;
  line-height: 100%;
}

.text-block-10 {
  color: #ea624a;
  text-align: center;
  letter-spacing: 5px;
  border-bottom: 4px dashed #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-11 {
  color: #666;
  text-align: center;
  letter-spacing: 2px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 200%;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -122px;
  margin-right: 60px;
  display: flex;
}

.div-block-24._2 {
  margin-right: 140px;
}

.div-block-24._3 {
  margin-top: 40px;
  margin-right: 0;
}

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

.section-3 {
  background-image: url('../images/2026-newyear-PNG-21-min.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
  overflow: hidden;
}

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

.section-4 {
  background-color: #f5f5f5;
  padding-top: 8%;
  padding-bottom: 3%;
  overflow: hidden;
}

.section-5 {
  background-image: url('../images/2026-newyear-PNG-24-min.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 1000px;
  display: flex;
  overflow: hidden;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 3px;
  margin-top: 20px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.image-4 {
  margin-top: 265px;
}

.section-6 {
  background-color: #23547a;
  padding-bottom: 2%;
  overflow: hidden;
}

.div-block-27 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 8%;
  display: flex;
}

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

.text-block-13 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 200%;
}

.text-block-14 {
  color: #ee7563;
  text-align: left;
  letter-spacing: 5px;
  white-space: nowrap;
  font-family: Dela Gothic One, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
}

.marquee_contain {
  justify-content: flex-start;
  align-items: center;
  width: 150%;
  display: flex;
  overflow: visible;
}

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

.div-block-29 {
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .div-block {
    padding-top: 7%;
  }

  .cloud_2 {
    right: 15%;
  }

  .airplant {
    left: 10%;
  }

  .cloud_3 {
    left: 12%;
  }

  .cloud_5 {
    left: 30%;
  }

  .div-block-3 {
    margin-top: -400px;
  }

  .section-2 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .section-4 {
    padding-top: 5%;
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    height: 1000px;
    padding-top: 10%;
  }

  .image {
    width: 600px;
    margin-bottom: 100px;
  }

  .div-block-2 {
    height: 1000px;
  }

  .cloud_1 {
    width: 120px;
    top: 5%;
    left: 5%;
  }

  .cloud_2 {
    width: 180px;
    top: 30%;
    right: 5%;
  }

  .airplant {
    width: 200px;
    left: -32%;
  }

  .cloud_3 {
    width: 50px;
  }

  .cloud_4 {
    width: 100px;
    right: 20%;
  }

  .cloud_5 {
    width: 200px;
    left: 10%;
  }

  .cloud_6 {
    width: 150px;
    bottom: 10%;
    right: 5%;
  }

  .div-block-3 {
    margin-top: -296px;
  }

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

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

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

  .column-2 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .columns-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10%;
  }

  .column-4 {
    padding-top: 5%;
  }

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

  .section-2 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-18 {
    flex-flow: column;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-22.chubu, .div-block-22.tohoku {
    width: 700px;
    height: 420px;
  }

  .heading-2 {
    font-size: 80px;
  }

  .div-block-24._2 {
    margin-right: 60px;
  }

  .section-3 {
    height: 800px;
  }

  .section-4 {
    padding-top: 10%;
  }

  .section-5 {
    height: 800px;
  }

  .div-block-27 {
    margin-top: 5%;
  }

  .text-block-14 {
    font-size: 60px;
  }

  .image-5 {
    width: 700px;
  }

  .image-6 {
    width: 300px;
  }

  .image-7 {
    width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    height: 750px;
  }

  .text-block {
    font-size: 24px;
  }

  .image {
    width: 450px;
    margin-bottom: 80px;
  }

  .div-block-2 {
    height: 750px;
  }

  .cloud_1 {
    width: 100px;
  }

  .cloud_2 {
    width: 120px;
  }

  .airplant {
    width: 150px;
  }

  .cloud_3 {
    left: 2%;
  }

  .cloud_4 {
    width: 80px;
    right: 18%;
  }

  .cloud_5 {
    width: 160px;
  }

  .cloud_6 {
    width: 80px;
    bottom: 8%;
    right: 2%;
  }

  .div-block-3 {
    margin-top: -201px;
  }

  .div-block-4 {
    margin-bottom: 15px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-copy {
    font-size: 24px;
  }

  .image-2 {
    width: 350px;
  }

  .div-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-2 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .div-block-18 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .div-block-22, .div-block-22.chubu, .div-block-22.tohoku {
    width: 500px;
    height: 320px;
  }

  .text-block-9 {
    margin-left: 5px;
    font-size: 12px;
    line-height: 110%;
  }

  .div-block-23 {
    width: 300px;
    height: 190px;
  }

  .div-block-23._2 {
    width: 250px;
  }

  .heading {
    margin-left: -10px;
    font-size: 60px;
  }

  .heading-2 {
    -webkit-text-stroke-width: 1px;
    margin-top: -35px;
    margin-left: -10px;
    font-size: 50px;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .div-block-24 {
    margin-top: -90px;
    margin-right: 40px;
  }

  .div-block-24._2 {
    margin-right: 40px;
  }

  .div-block-24._3 {
    margin-top: 20px;
  }

  .section-3 {
    height: 700px;
  }

  .section-4 {
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .section-5 {
    height: 700px;
  }

  .section-6 {
    padding-bottom: 5%;
  }

  .div-block-27 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
  }

  .div-block-28 {
    margin-bottom: 60px;
  }

  .image-5 {
    width: 500px;
  }

  .image-8, .image-9, .image-10 {
    width: 350px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: 700px;
    padding-top: 25%;
  }

  .text-block {
    letter-spacing: 5px;
    font-size: 20px;
  }

  .image {
    width: 320px;
    margin-bottom: 80px;
  }

  .div-block-2 {
    height: 700px;
  }

  .cloud_1 {
    width: 50px;
    top: 0%;
    left: 5%;
  }

  .cloud_2 {
    width: 80px;
    top: 25%;
  }

  .airplant {
    width: 100px;
    top: 30%;
  }

  .cloud_3 {
    width: 30px;
    top: 40%;
    left: 0%;
  }

  .cloud_4 {
    width: 50px;
    top: 55%;
    right: 15%;
  }

  .cloud_5 {
    width: 100px;
    bottom: 30%;
    left: 5%;
  }

  .cloud_6 {
    width: 60px;
    bottom: 15%;
    right: -15%;
  }

  .div-block-3 {
    margin-top: -185px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-4 {
    padding: 6px 8px;
  }

  .text-block-2 {
    letter-spacing: 2px;
    text-indent: 2px;
    font-size: 10px;
  }

  .text-block-copy {
    letter-spacing: 5px;
    text-indent: 5px;
    font-size: 20px;
  }

  .image-2 {
    width: 260px;
  }

  .text-block-3, .text-block-4 {
    font-size: 21px;
  }

  .text-span {
    font-size: 50px;
  }

  .div-block-7 {
    width: 300px;
    height: 300px;
  }

  .div-block-9, .link-block, .link-block.yellow {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-6 {
    font-size: 14px;
  }

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

  .columns-2 {
    padding-bottom: 15%;
  }

  .div-block-13 {
    border-width: 3px;
  }

  .button {
    width: 120px;
    height: 40px;
    font-size: 16px;
  }

  .button.red {
    border-width: 3px;
    width: 140px;
    margin-top: -17px;
    font-size: 16px;
  }

  .section-2, .div-block-18 {
    padding-top: 15%;
    padding-bottom: 25%;
  }

  .div-block-19, .div-block-20 {
    justify-content: center;
    align-items: center;
  }

  .div-block-22, .div-block-22.chubu {
    width: 300px;
    height: 300px;
  }

  .div-block-22.tohoku {
    background-position: 100%;
    width: 300px;
    height: 300px;
  }

  .text-block-9 {
    margin-left: 3px;
    font-size: 12px;
  }

  .div-block-23 {
    border-width: 3px;
    width: 290px;
  }

  .div-block-23._2 {
    width: 240px;
    height: 100px;
  }

  .heading {
    -webkit-text-stroke-width: 1px;
    margin-bottom: -15px;
    margin-left: 0;
    font-size: 40px;
  }

  .heading-2 {
    -webkit-text-stroke-width: .1px;
    margin-left: 0;
  }

  .text-block-10 {
    border-bottom-width: 3px;
  }

  .text-block-11 {
    letter-spacing: 1px;
  }

  .div-block-24 {
    margin-top: 10px;
    margin-right: 0;
  }

  .div-block-24._2 {
    margin-right: 0;
  }

  .section-3 {
    background-position: 20%;
    height: 600px;
  }

  .section-4 {
    padding-top: 25%;
  }

  .section-5 {
    height: 600px;
  }

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

  .image-4 {
    margin-top: 200px;
  }

  .div-block-27 {
    margin-top: 20%;
    margin-bottom: 10%;
  }

  .div-block-28 {
    margin-bottom: 40px;
  }

  .text-block-13 {
    letter-spacing: 4px;
    font-size: 14px;
  }

  .text-block-14 {
    font-size: 40px;
  }

  .image-5 {
    width: auto;
  }

  .image-6 {
    width: 250px;
  }

  .image-7 {
    width: 280px;
  }

  .div-block-29 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-8, .image-9, .image-10 {
    width: 280px;
  }

  .image-11 {
    width: 260px;
  }
}

#w-node-_82dcb933-06f4-9a8b-7719-39a20a7aaefd-4885928b, #w-node-bb2f3c79-7700-77a6-6525-2dfa3d4804c5-4885928b {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}


