/**
 * @project           ark-coloring-book
 * @author            
 * @version           0.0.1
 * @build             Thu, Jun 20, 2024 11:28 AM ET
 * @release           9a4e86f66c8a79d5fd3dd2ffeb8de1e827d225f9 [develop]
 * @copyright         Copyright (c) 2024 
**/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.sample {
  font-size: 16px;
}
@media (min-width: 46.25em) {
  .sample {
    color: red;
  }
}

html, body {
  scroll-behavior: smooth;
}

.wp-block-acf-giraffe-hero {
  position: relative;
  height: 75vh;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-acf-giraffe-hero h1 {
  margin: 0;
  font-family: "Amatic SC", sans-serif;
  font-size: 5.3125rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .wp-block-acf-giraffe-hero h1 {
    font-size: 2.8125rem;
    padding-bottom: 5rem;
  }
}
.wp-block-acf-giraffe-hero a {
  position: absolute;
  bottom: -3%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
}
@media only screen and (min-width: 600px) {
  .wp-block-acf-giraffe-hero a {
    position: relative;
    inset: unset;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.wp-block-acf-giraffe-hero button {
  font-family: "Ubuntu" !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #BC3B4A;
  border-radius: 0.625rem;
  height: 55px;
  width: 200px;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 1.625rem */
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  cursor: pointer !important;
  position: relative;
}
@media only screen and (min-width: 2000px) and (max-width: 2500px) {
  .wp-block-acf-giraffe-hero button {
    font-size: 2rem;
    width: 300px;
  }
}
.wp-block-acf-giraffe-hero button:hover {
  background-color: #d54253;
}
.wp-block-acf-giraffe-hero img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}
@media only screen and (min-width: 1024px) {
  .wp-block-acf-giraffe-hero {
    height: 100vh;
  }
  .wp-block-acf-giraffe-hero .giraffe-background-image {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.section-hero {
  position: absolute;
  inset: 0;
}
.section-hero > video {
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0;
  overflow: hidden;
  width: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  padding: 0rem 0rem 60rem 0rem;
}
@media only screen and (min-width: 300px) and (max-width: 399px) {
  .section-hero__wrapper {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 0rem 0rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 699px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 5rem 0rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 768px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 10rem 0rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 25rem 0rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 899px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 25rem 0rem;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 36rem 0rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 50rem 0rem;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 60rem 0rem;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 1899px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 70rem 0rem;
  }
}
@media only screen and (min-width: 1900px) and (max-width: 1999px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 70rem 0rem;
  }
}
@media only screen and (min-width: 2301px) and (max-width: 2399px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 90rem 0rem;
  }
}
@media only screen and (min-width: 2000px) and (max-width: 2300px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 80rem 0rem;
  }
}
@media only screen and (min-width: 2400px) {
  .section-hero__wrapper {
    padding: 0rem 0rem 100rem 0rem;
  }
}
.section-hero__wrapper > h1 {
  font-family: "Amatic SC", sans-serif;
}
.section-hero__wrapper > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.section-hero__wrapper > div:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section-hero__wrapper > div:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-hero__wrapper > div > img {
  width: 150%;
  height: 500;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .section-hero__wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .section-hero__wrapper > div:first-child, .section-hero__wrapper > div:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-hero__wrapper > div > img {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.section-wrapper {
  padding: 0rem 0rem 3rem 0rem;
}

.container {
  padding: 0rem 5rem 0rem 5rem;
  background-image: url("/wp-content/uploads/2023/12/Screenshot-2023-09-26-at-8.14-1.png");
  margin: -20px 0;
}
.container__inner {
  padding: 1rem 1rem 1rem 1rem;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0rem 1rem 0rem 1rem;
  }
}

.cards {
  margin: 0;
  padding: 0;
  list-style: none;
  border-spacing: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.cards__item--top {
  position: relative;
  background-color: white;
  border: 1px solid white;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  margin-top: -50px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards__item--top > h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 39px;
}
.cards__item--top > p {
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  text-align: center;
  font-weight: 300;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cards__item--top {
    margin-top: 0px;
  }
  .cards__item--top:nth-child(1) {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .cards__item--top {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cards__item--top {
    padding: 15px;
  }
}

.cards__item--bottom {
  position: relative;
  background-color: white;
  border: 1px solid white;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: -50px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards__item--bottom > h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 39px;
}
.cards__item--bottom > p {
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  font-weight: 300;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cards__item--bottom {
    margin-bottom: 0px;
  }
  .cards__item--bottom:nth-child(6) {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .cards__item--bottom {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cards__item--bottom {
    padding: 15px;
  }
}

.cards__button--blue {
  position: absolute;
  inset: auto auto 0 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #198FB5;
  border-radius: 0.625rem;
  height: 55px;
  width: 200px !important;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 1.625rem */
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  cursor: pointer;
}

.cards__button--blue:hover {
  background-color: #1ca1cd;
}

.cards__button--red {
  position: absolute;
  inset: auto auto 0 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #BC3B4A;
  border-radius: 0.625rem;
  height: 55px;
  width: 200px !important;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 1.625rem */
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  cursor: pointer;
}

.cards__button--red:hover {
  background-color: #d54253;
}

@media (max-width: 767px) {
  .cards {
    grid-template-columns: 1fr;
  }
  .cards__item {
    display: block;
    margin-bottom: 20px;
  }
}
.section-wrapper {
  padding: 0rem 0rem 3rem 0rem;
}

.container {
  padding: 0rem 5rem 0rem 5rem;
  margin: -20px 0;
}
.container__inner {
  padding: 1rem 1rem 1rem 1rem;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0rem 1rem 0rem 1rem;
  }
}

.has-red {
  background-image: url("/wp-content/uploads/2023/12/image-4-1.png");
}

.cards {
  margin: 0;
  padding: 0;
  list-style: none;
  border-spacing: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}

.cards__item--top {
  background-color: white;
  border: 1px solid white;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  margin-top: -50px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards__item--top > h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 39px;
}
.cards__item--top > p {
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  text-align: center;
  font-weight: 300;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cards__item--top {
    margin-top: 0px;
  }
  .cards__item--top:nth-child(1) {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .cards__item--top {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cards__item--top {
    padding: 15px;
  }
}

.cards__item--bottom {
  background-color: white;
  border: 1px solid white;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: -50px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards__item--bottom > h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 39px;
}
.cards__item--bottom > p {
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  font-weight: 300;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cards__item--bottom {
    margin-bottom: 0px;
  }
  .cards__item--bottom:nth-child(6) {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .cards__item--bottom {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cards__item--bottom {
    padding: 15px;
  }
}

.cards__button--blue {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #198FB5;
  border-radius: 0.625rem;
  height: 55px;
  width: 200px !important;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 1.625rem */
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  cursor: pointer;
}

.cards__button--blue:hover {
  background-color: #1ca1cd;
}

.cards__button--red {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #BC3B4A;
  border-radius: 0.625rem;
  height: 55px;
  width: 200px !important;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 1.625rem */
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  cursor: pointer;
}

.cards__button--red:hover {
  background-color: #d54253;
}

@media (max-width: 767px) {
  .cards {
    grid-template-columns: 1fr;
  }
  .cards__item {
    display: block;
    margin-bottom: 20px;
  }
}
/* Styles for .bubble-container-1 */
.bubble-container-1 {
  position: absolute;
  background-color: white;
  padding: 20px;
  width: 500px;
  height: 250px;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
.bubble-container-1 .info-text {
  font-family: "Amatic SC", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 3.25rem;
  text-align: center;
  margin-top: 3rem;
}
.bubble-container-1 .button-text {
  position: absolute;
  background-color: #198FB5;
  border-radius: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  bottom: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  cursor: pointer;
  position: relative;
}
.bubble-container-1 .button-text:hover {
  background-color: #1ca1cd;
}
@media only screen and (min-width: 300px) and (max-width: 399px) {
  .bubble-container-1 {
    bottom: 0px !important;
    top: -60px !important;
    left: -50px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .bubble-container-1 {
    bottom: 100px !important;
    top: -50px !important;
    left: -20px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .bubble-container-1 {
    bottom: 200px !important;
    top: 0px !important;
    left: 125px !important;
    scale: 0.6 !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .bubble-container-1 {
    bottom: 200px !important;
    top: 50px !important;
    left: 400px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .bubble-container-1 {
    bottom: 200px !important;
    top: 100px !important;
    left: 600px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  .bubble-container-1 {
    bottom: 200px !important;
    top: 100px !important;
    left: 600px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 20000px) {
  .bubble-container-1 {
    bottom: 200px !important;
    top: 300px !important;
    left: 1100px !important;
    scale: 1.5 !important;
  }
}

/* Styles for .bubble-container-2 */
.bubble-container-2 {
  position: absolute;
  background-color: white;
  padding: 20px;
  width: 500px;
  height: 250px;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
.bubble-container-2 .info-text {
  font-family: "Amatic SC", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 3.25rem;
  text-align: center;
  margin-top: 3rem;
}
.bubble-container-2 .button-text {
  position: absolute;
  background-color: #198FB5;
  border-radius: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  bottom: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  cursor: pointer;
  position: relative;
}
.bubble-container-2 .button-text:hover {
  background-color: #1ca1cd;
}
@media only screen and (min-width: 300px) and (max-width: 399px) {
  .bubble-container-2 {
    bottom: 0px !important;
    top: -60px !important;
    left: -125px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .bubble-container-2 {
    bottom: 100px !important;
    top: -60px !important;
    left: -100px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .bubble-container-2 {
    bottom: 200px !important;
    top: 50px !important;
    left: -50px !important;
    scale: 0.6 !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .bubble-container-2 {
    bottom: 200px !important;
    top: 150px !important;
    left: 100px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .bubble-container-2 {
    bottom: 200px !important;
    top: 200px !important;
    left: 100px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  .bubble-container-2 {
    bottom: 200px !important;
    top: 300px !important;
    left: 300px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 20000px) {
  .bubble-container-2 {
    bottom: 200px !important;
    top: 400px !important;
    left: 500px !important;
    scale: 1.5 !important;
  }
}

/* Styles for .bubble-container-3 */
.bubble-container-3 {
  position: absolute;
  background-color: white;
  padding: 20px;
  width: 500px;
  height: 250px;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
.bubble-container-3 .info-text {
  font-family: "Amatic SC", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 3.25rem;
  text-align: center;
  margin-top: 3rem;
}
.bubble-container-3 .button-text {
  position: absolute;
  background-color: #198FB5;
  border-radius: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  bottom: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  cursor: pointer;
  position: relative;
}
.bubble-container-3 .button-text:hover {
  background-color: #1ca1cd;
}
@media only screen and (min-width: 300px) and (max-width: 399px) {
  .bubble-container-3 {
    bottom: 100px !important;
    top: -10px !important;
    left: 25px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .bubble-container-3 {
    bottom: 100px !important;
    top: 10px !important;
    left: 50px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .bubble-container-3 {
    bottom: 200px !important;
    top: 50px !important;
    left: 200px !important;
    scale: 0.6 !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .bubble-container-3 {
    bottom: 200px !important;
    top: 150px !important;
    left: 300px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .bubble-container-3 {
    bottom: 200px !important;
    top: 300px !important;
    left: 600px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  .bubble-container-3 {
    bottom: 200px !important;
    top: 400px !important;
    left: 800px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 20000px) {
  .bubble-container-3 {
    bottom: 200px !important;
    top: 650px !important;
    left: 1150px !important;
    scale: 1.5 !important;
  }
}

/* Styles for .bubble-container-4 */
.bubble-container-4 {
  position: absolute;
  background-color: white;
  padding: 20px;
  width: 500px;
  height: 250px;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
.bubble-container-4 .info-text {
  font-family: "Amatic SC", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 3.25rem;
  text-align: center;
  margin-top: 3rem;
}
.bubble-container-4 .button-text {
  position: absolute;
  background-color: #198FB5;
  border-radius: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  bottom: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-transform: translateX(45%);
          transform: translateX(45%);
  cursor: pointer;
  position: relative;
}
.bubble-container-4 .button-text:hover {
  background-color: #1ca1cd;
}
@media only screen and (min-width: 300px) and (max-width: 399px) {
  .bubble-container-4 {
    bottom: 0px !important;
    top: -60px !important;
    left: -50px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .bubble-container-4 {
    bottom: 100px !important;
    top: -50px !important;
    left: -20px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .bubble-container-4 {
    bottom: 200px !important;
    top: 0px !important;
    left: 125px !important;
    scale: 0.6 !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .bubble-container-4 {
    bottom: 200px !important;
    top: 50px !important;
    left: 400px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .bubble-container-4 {
    bottom: 200px !important;
    top: 100px !important;
    left: 600px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  .bubble-container-4 {
    bottom: 200px !important;
    top: 100px !important;
    left: 600px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 20000px) {
  .bubble-container-4 {
    bottom: 200px !important;
    top: 300px !important;
    left: 1100px !important;
    scale: 1.5 !important;
  }
}

/* Styles for .bubble-container-5 */
.bubble-container-5 {
  position: absolute;
  background-color: white;
  padding: 20px;
  width: 500px;
  height: 250px;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
.bubble-container-5 .info-text {
  font-family: "Amatic SC", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 3.25rem;
  text-align: center;
  margin-top: 3rem;
}
.bubble-container-5 .button-text {
  position: absolute;
  background-color: #198FB5;
  border-radius: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  bottom: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  cursor: pointer;
  position: relative;
}
.bubble-container-5 .button-text:hover {
  background-color: #1ca1cd;
}
@media only screen and (min-width: 300px) and (max-width: 399px) {
  .bubble-container-5 {
    bottom: 100px !important;
    top: -10px !important;
    left: -5px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .bubble-container-5 {
    bottom: 100px !important;
    top: 10px !important;
    left: 30px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .bubble-container-5 {
    bottom: 200px !important;
    top: 50px !important;
    left: 200px !important;
    scale: 0.6 !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .bubble-container-5 {
    bottom: 200px !important;
    top: 150px !important;
    left: 300px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .bubble-container-5 {
    bottom: 200px !important;
    top: 300px !important;
    left: 600px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  .bubble-container-5 {
    bottom: 200px !important;
    top: 400px !important;
    left: 800px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 20000px) {
  .bubble-container-5 {
    bottom: 200px !important;
    top: 650px !important;
    left: 1150px !important;
    scale: 1.5 !important;
  }
}

/* Styles for .bubble-container-6 */
.bubble-container-6 {
  position: absolute;
  background-color: white;
  padding: 20px;
  width: 500px;
  height: 250px;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
.bubble-container-6 .info-text {
  font-family: "Amatic SC", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 3.25rem;
  text-align: center;
  margin-top: 3rem;
}
.bubble-container-6 .button-text {
  position: absolute;
  background-color: #198FB5;
  border-radius: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  bottom: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  cursor: pointer;
  position: relative;
}
.bubble-container-6 .button-text:hover {
  background-color: #1ca1cd;
}
@media only screen and (min-width: 300px) and (max-width: 399px) {
  .bubble-container-6 {
    bottom: 0px !important;
    top: -60px !important;
    left: -50px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .bubble-container-6 {
    bottom: 100px !important;
    top: -50px !important;
    left: -20px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .bubble-container-6 {
    bottom: 200px !important;
    top: 0px !important;
    left: 125px !important;
    scale: 0.6 !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .bubble-container-6 {
    bottom: 200px !important;
    top: 50px !important;
    left: 400px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .bubble-container-6 {
    bottom: 200px !important;
    top: 100px !important;
    left: 600px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  .bubble-container-6 {
    bottom: 200px !important;
    top: 100px !important;
    left: 600px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 20000px) {
  .bubble-container-6 {
    bottom: 200px !important;
    top: 300px !important;
    left: 1100px !important;
    scale: 1.5 !important;
  }
}

/* Styles for .bubble-container-7 */
.bubble-container-7 {
  position: absolute;
  background-color: white;
  padding: 20px;
  width: 500px;
  height: 250px;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
.bubble-container-7 .info-text {
  font-family: "Amatic SC", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 3.25rem;
  text-align: center;
  margin-top: 3rem;
}
.bubble-container-7 .button-text {
  position: absolute;
  background-color: #198FB5;
  border-radius: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  bottom: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  cursor: pointer;
  position: relative;
}
.bubble-container-7 .button-text:hover {
  background-color: #1ca1cd;
}
@media only screen and (min-width: 300px) and (max-width: 399px) {
  .bubble-container-7 {
    bottom: 0px !important;
    top: -60px !important;
    left: -125px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .bubble-container-7 {
    bottom: 100px !important;
    top: -60px !important;
    left: -100px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .bubble-container-7 {
    bottom: 200px !important;
    top: 50px !important;
    left: -50px !important;
    scale: 0.6 !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .bubble-container-7 {
    bottom: 200px !important;
    top: 150px !important;
    left: 100px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .bubble-container-7 {
    bottom: 200px !important;
    top: 200px !important;
    left: 100px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  .bubble-container-7 {
    bottom: 200px !important;
    top: 300px !important;
    left: 300px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 20000px) {
  .bubble-container-7 {
    bottom: 200px !important;
    top: 400px !important;
    left: 500px !important;
    scale: 1.5 !important;
  }
}

/* Styles for .bubble-container-8 */
.bubble-container-8 {
  position: absolute;
  background-color: white;
  padding: 20px;
  width: 500px;
  height: 250px;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}
.bubble-container-8 .info-text {
  font-family: "Amatic SC", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 3.25rem;
  text-align: center;
  margin-top: 3rem;
}
.bubble-container-8 .button-text {
  position: absolute;
  background-color: #198FB5;
  border-radius: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Ubuntu";
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 300%;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: white;
  border: none;
  letter-spacing: 0.2rem;
  bottom: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-transform: translateX(55%);
          transform: translateX(55%);
  cursor: pointer;
  position: relative;
}
.bubble-container-8 .button-text:hover {
  background-color: #1ca1cd;
}
@media only screen and (min-width: 300px) and (max-width: 399px) {
  .bubble-container-8 {
    bottom: 0px !important;
    top: -60px !important;
    left: 10px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
  .bubble-container-8 {
    bottom: 100px !important;
    top: -50px !important;
    left: 60px !important;
    scale: 0.4 !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .bubble-container-8 {
    bottom: 200px !important;
    top: 0px !important;
    left: 200px !important;
    scale: 0.6 !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .bubble-container-8 {
    bottom: 200px !important;
    top: 50px !important;
    left: 400px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .bubble-container-8 {
    bottom: 200px !important;
    top: 100px !important;
    left: 750px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  .bubble-container-8 {
    bottom: 200px !important;
    top: 100px !important;
    left: 900px !important;
    scale: 1 !important;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 20000px) {
  .bubble-container-8 {
    bottom: 200px !important;
    top: 150px !important;
    left: 1200px !important;
    scale: 1.5 !important;
  }
}

.image-slider {
  z-index: 99;
  position: relative;
}
.image-slider .images-container {
  position: relative;
}
.image-slider .images-container .the-background {
  position: relative;
}
.image-slider .images-container .the-background img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-slider .arrows {
  pointer-events: none;
  font-size: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .image-slider .arrows {
    padding: 0rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; /* Adjust the flex direction as needed */
  }
}
.image-slider .arrows .slick-arrow {
  pointer-events: all;
  cursor: pointer;
  padding: 1rem;
}
.image-slider .arrows .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.image-slider .arrows .slick-arrow:not(.slick-disabled):hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .image-slider .arrows .slick-arrow img {
    width: 36px;
    height: 36px;
    display: block;
  }
}
.image-slider .arrows .slick-arrow:hover > img {
  opacity: 0.7;
}
.image-slider .slick-slider {
  position: relative;
  width: 100%;
}
.image-slider .slick-slider .slick-dots {
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 2rem;
  left: 50%;
}
.image-slider .slick-slider .slick-dots li {
  margin: 0 5px;
}
.image-slider .slick-slider .slick-dots li button {
  font-size: 14px;
  line-height: 20px;
  width: 27px;
  height: 27px;
  padding-top: 1rem;
  border: none;
  cursor: pointer;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 50%;
  background-color: #122637;
  border: 1px solid #122637;
  opacity: 1;
  text-indent: -9999px; /* Removes numbers */
}
.image-slider .slick-slider .slick-dots li button:hover {
  background-color: rgba(18, 38, 55, 0.1725490196);
  border: 1px solid rgba(18, 38, 55, 0.1725490196);
}
.image-slider .slick-slider .slick-dots li.slick-active button {
  background-color: #198FB5;
  border: 1px solid #198FB5;
  opacity: 1;
}
.image-slider .slick-slider .slick-dots li.slick-active button:hover {
  background-color: rgba(25, 142, 181, 0.262745098);
  border: 1px solid rgba(25, 142, 181, 0.262745098);
}
@media only screen and (max-width: 767px) {
  .image-slider .slick-slider .slick-dots li button {
    font-size: 7px;
    width: 17px;
    height: 17px;
    padding-top: 0rem;
  }
}
.image-slider .custom-button, .image-slider .button-text {
  cursor: pointer;
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .image-slider .button-text {
    cursor: pointer;
  }
}

body {
  font: 1em Arial;
}

p {
  font-size: 16px;
  padding: 0.2rem;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  p {
    max-width: 300px;
  }
}

h1 {
  text-align: center;
}

#main {
  margin: 0 auto;
  max-width: 80rem;
  text-align: left; /* to center #puzzle on small devices */
}

@media only screen and (min-width: 600px) {
  #main {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  #main {
    font-size: 0.5rem;
  }
}

#puzzle {
  display: inline-block;
  border: 1px solid black;
  padding: 3vw;
}
@media only screen and (max-width: 767px) {
  #puzzle {
    border: none;
  }
}

.filled-cell {
  visibility: visible;
}

#puzzle { /* rows */ }
#puzzle > div:nth-child(1) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(1) > input:nth-child(1) {
  visibility: hidden;
}
#puzzle > div:nth-child(1) > input:nth-child(2) {
  visibility: hidden;
}
#puzzle > div:nth-child(1) > input:nth-child(3) {
  visibility: hidden;
}
#puzzle > div:nth-child(1) > input:nth-child(4) {
  visibility: hidden;
}
#puzzle > div:nth-child(1) > input:nth-child(5) {
  visibility: hidden;
}
#puzzle > div:nth-child(1) > input:nth-child(6) {
  visibility: hidden;
}
#puzzle > div:nth-child(1) > input:nth-child(7) {
  visibility: hidden;
}
#puzzle > div:nth-child(1) > input:nth-child(8) {
  visibility: hidden;
}
#puzzle > div:nth-child(1) > input:nth-child(9) {
  visibility: hidden;
}
#puzzle > div:nth-child(1) > input:nth-child(10) {
  visibility: hidden;
}
#puzzle > div:nth-child(1) > input:nth-child(11) {
  visibility: hidden;
}
#puzzle > div:nth-child(1) > input:nth-child(12) {
  visibility: hidden;
}
#puzzle > div:nth-child(1) > input:nth-child(13) {
  visibility: visible;
}
#puzzle > div:nth-child(1) > input:nth-child(14) {
  visibility: visible;
}
#puzzle > div:nth-child(1) > input:nth-child(15) {
  visibility: hidden;
}
#puzzle > div:nth-child(2) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(2) > input:nth-child(1) {
  visibility: hidden;
}
#puzzle > div:nth-child(2) > input:nth-child(2) {
  visibility: hidden;
}
#puzzle > div:nth-child(2) > input:nth-child(3) {
  visibility: hidden;
}
#puzzle > div:nth-child(2) > input:nth-child(4) {
  visibility: hidden;
}
#puzzle > div:nth-child(2) > input:nth-child(5) {
  visibility: hidden;
}
#puzzle > div:nth-child(2) > input:nth-child(6) {
  visibility: hidden;
}
#puzzle > div:nth-child(2) > input:nth-child(7) {
  visibility: hidden;
}
#puzzle > div:nth-child(2) > input:nth-child(8) {
  visibility: hidden;
}
#puzzle > div:nth-child(2) > input:nth-child(9) {
  visibility: hidden;
}
#puzzle > div:nth-child(2) > input:nth-child(10) {
  visibility: visible;
}
#puzzle > div:nth-child(2) > input:nth-child(11) {
  visibility: visible;
}
#puzzle > div:nth-child(2) > input:nth-child(12) {
  visibility: visible;
}
#puzzle > div:nth-child(2) > input:nth-child(13) {
  visibility: visible;
}
#puzzle > div:nth-child(2) > input:nth-child(14) {
  visibility: visible;
}
#puzzle > div:nth-child(2) > input:nth-child(15) {
  visibility: visible;
}
#puzzle > div:nth-child(3) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(3) > input:nth-child(1) {
  visibility: hidden;
}
#puzzle > div:nth-child(3) > input:nth-child(2) {
  visibility: hidden;
}
#puzzle > div:nth-child(3) > input:nth-child(3) {
  visibility: hidden;
}
#puzzle > div:nth-child(3) > input:nth-child(4) {
  visibility: hidden;
}
#puzzle > div:nth-child(3) > input:nth-child(5) {
  visibility: hidden;
}
#puzzle > div:nth-child(3) > input:nth-child(6) {
  visibility: hidden;
}
#puzzle > div:nth-child(3) > input:nth-child(7) {
  visibility: hidden;
}
#puzzle > div:nth-child(3) > input:nth-child(8) {
  visibility: hidden;
}
#puzzle > div:nth-child(3) > input:nth-child(9) {
  visibility: hidden;
}
#puzzle > div:nth-child(3) > input:nth-child(10) {
  visibility: visible;
}
#puzzle > div:nth-child(3) > input:nth-child(11) {
  visibility: hidden;
}
#puzzle > div:nth-child(3) > input:nth-child(12) {
  visibility: hidden;
}
#puzzle > div:nth-child(3) > input:nth-child(13) {
  visibility: visible;
  position: absolute;
}
#puzzle > div:nth-child(3) > input:nth-child(14) {
  visibility: hidden;
}
#puzzle > div:nth-child(3) > input:nth-child(15) {
  visibility: hidden;
}
#puzzle > div:nth-child(4) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(4) > input:nth-child(1) {
  visibility: hidden;
}
#puzzle > div:nth-child(4) > input:nth-child(2) {
  visibility: hidden;
}
#puzzle > div:nth-child(4) > input:nth-child(3) {
  visibility: hidden;
}
#puzzle > div:nth-child(4) > input:nth-child(4) {
  visibility: hidden;
}
#puzzle > div:nth-child(4) > input:nth-child(5) {
  visibility: hidden;
}
#puzzle > div:nth-child(4) > input:nth-child(6) {
  visibility: hidden;
}
#puzzle > div:nth-child(4) > input:nth-child(7) {
  visibility: hidden;
}
#puzzle > div:nth-child(4) > input:nth-child(8) {
  visibility: hidden;
}
#puzzle > div:nth-child(4) > input:nth-child(9) {
  visibility: visible;
}
#puzzle > div:nth-child(4) > input:nth-child(10) {
  visibility: visible;
}
#puzzle > div:nth-child(4) > input:nth-child(11) {
  visibility: visible;
}
#puzzle > div:nth-child(4) > input:nth-child(12) {
  visibility: visible;
}
#puzzle > div:nth-child(4) > input:nth-child(13) {
  visibility: hidden;
}
#puzzle > div:nth-child(4) > input:nth-child(14) {
  visibility: visible;
}
#puzzle > div:nth-child(4) > input:nth-child(15) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(5) > input:nth-child(1) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) > input:nth-child(2) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) > input:nth-child(3) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) > input:nth-child(4) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) > input:nth-child(5) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) > input:nth-child(6) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) > input:nth-child(7) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) > input:nth-child(8) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) > input:nth-child(9) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) > input:nth-child(10) {
  visibility: visible;
}
#puzzle > div:nth-child(5) > input:nth-child(11) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) > input:nth-child(12) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) > input:nth-child(13) {
  visibility: visible;
}
#puzzle > div:nth-child(5) > input:nth-child(14) {
  visibility: hidden;
}
#puzzle > div:nth-child(5) > input:nth-child(15) {
  visibility: hidden;
}
#puzzle > div:nth-child(6) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(6) > input:nth-child(1) {
  visibility: hidden;
}
#puzzle > div:nth-child(6) > input:nth-child(2) {
  visibility: hidden;
}
#puzzle > div:nth-child(6) > input:nth-child(3) {
  visibility: hidden;
}
#puzzle > div:nth-child(6) > input:nth-child(4) {
  visibility: hidden;
}
#puzzle > div:nth-child(6) > input:nth-child(5) {
  visibility: hidden;
}
#puzzle > div:nth-child(6) > input:nth-child(6) {
  visibility: visible;
}
#puzzle > div:nth-child(6) > input:nth-child(7) {
  visibility: visible;
}
#puzzle > div:nth-child(6) > input:nth-child(8) {
  visibility: visible;
}
#puzzle > div:nth-child(6) > input:nth-child(9) {
  visibility: visible;
}
#puzzle > div:nth-child(6) > input:nth-child(10) {
  visibility: visible;
}
#puzzle > div:nth-child(6) > input:nth-child(11) {
  visibility: visible;
}
#puzzle > div:nth-child(6) > input:nth-child(12) {
  visibility: hidden;
}
#puzzle > div:nth-child(6) > input:nth-child(13) {
  visibility: hidden;
}
#puzzle > div:nth-child(6) > input:nth-child(14) {
  visibility: hidden;
}
#puzzle > div:nth-child(6) > input:nth-child(15) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(7) > input:nth-child(1) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(2) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(3) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(4) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(5) {
  visibility: visible;
}
#puzzle > div:nth-child(7) > input:nth-child(6) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(7) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(8) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(9) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(10) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(11) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(12) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(13) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(14) {
  visibility: hidden;
}
#puzzle > div:nth-child(7) > input:nth-child(15) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(8) > input:nth-child(1) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(2) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(3) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(4) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(5) {
  visibility: visible;
}
#puzzle > div:nth-child(8) > input:nth-child(6) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(7) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(8) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(9) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(10) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(11) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(12) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(13) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(14) {
  visibility: hidden;
}
#puzzle > div:nth-child(8) > input:nth-child(15) {
  visibility: hidden;
}
#puzzle > div:nth-child(9) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(9) > input:nth-child(1) {
  visibility: visible;
}
#puzzle > div:nth-child(9) > input:nth-child(2) {
  visibility: visible;
}
#puzzle > div:nth-child(9) > input:nth-child(3) {
  visibility: hidden;
}
#puzzle > div:nth-child(9) > input:nth-child(4) {
  visibility: visible;
}
#puzzle > div:nth-child(9) > input:nth-child(5) {
  visibility: visible;
}
#puzzle > div:nth-child(9) > input:nth-child(6) {
  visibility: visible;
}
#puzzle > div:nth-child(9) > input:nth-child(7) {
  visibility: visible;
}
#puzzle > div:nth-child(9) > input:nth-child(8) {
  visibility: visible;
}
#puzzle > div:nth-child(9) > input:nth-child(9) {
  visibility: hidden;
}
#puzzle > div:nth-child(9) > input:nth-child(10) {
  visibility: hidden;
}
#puzzle > div:nth-child(9) > input:nth-child(11) {
  visibility: hidden;
}
#puzzle > div:nth-child(9) > input:nth-child(12) {
  visibility: hidden;
}
#puzzle > div:nth-child(9) > input:nth-child(13) {
  visibility: hidden;
}
#puzzle > div:nth-child(9) > input:nth-child(14) {
  visibility: hidden;
}
#puzzle > div:nth-child(9) > input:nth-child(15) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(10) > input:nth-child(1) {
  visibility: visible;
}
#puzzle > div:nth-child(10) > input:nth-child(2) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) > input:nth-child(3) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) > input:nth-child(4) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) > input:nth-child(5) {
  visibility: visible;
}
#puzzle > div:nth-child(10) > input:nth-child(6) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) > input:nth-child(7) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) > input:nth-child(8) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) > input:nth-child(9) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) > input:nth-child(10) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) > input:nth-child(11) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) > input:nth-child(12) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) > input:nth-child(13) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) > input:nth-child(14) {
  visibility: hidden;
}
#puzzle > div:nth-child(10) > input:nth-child(15) {
  visibility: hidden;
}
#puzzle > div:nth-child(11) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(11) > input:nth-child(1) {
  visibility: visible;
}
#puzzle > div:nth-child(11) > input:nth-child(2) {
  visibility: visible;
}
#puzzle > div:nth-child(11) > input:nth-child(3) {
  visibility: visible;
}
#puzzle > div:nth-child(11) > input:nth-child(4) {
  visibility: visible;
}
#puzzle > div:nth-child(11) > input:nth-child(5) {
  visibility: visible;
}
#puzzle > div:nth-child(11) > input:nth-child(6) {
  visibility: visible;
}
#puzzle > div:nth-child(11) > input:nth-child(7) {
  visibility: visible;
}
#puzzle > div:nth-child(11) > input:nth-child(8) {
  visibility: visible;
}
#puzzle > div:nth-child(11) > input:nth-child(9) {
  visibility: hidden;
}
#puzzle > div:nth-child(11) > input:nth-child(10) {
  visibility: hidden;
}
#puzzle > div:nth-child(11) > input:nth-child(11) {
  visibility: hidden;
}
#puzzle > div:nth-child(11) > input:nth-child(12) {
  visibility: hidden;
}
#puzzle > div:nth-child(11) > input:nth-child(13) {
  visibility: hidden;
}
#puzzle > div:nth-child(11) > input:nth-child(14) {
  visibility: hidden;
}
#puzzle > div:nth-child(11) > input:nth-child(15) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(12) > input:nth-child(1) {
  visibility: visible;
}
#puzzle > div:nth-child(12) > input:nth-child(2) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) > input:nth-child(3) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) > input:nth-child(4) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) > input:nth-child(5) {
  visibility: visible;
}
#puzzle > div:nth-child(12) > input:nth-child(6) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) > input:nth-child(7) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) > input:nth-child(8) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) > input:nth-child(9) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) > input:nth-child(10) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) > input:nth-child(11) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) > input:nth-child(12) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) > input:nth-child(13) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) > input:nth-child(14) {
  visibility: hidden;
}
#puzzle > div:nth-child(12) > input:nth-child(15) {
  visibility: hidden;
}
#puzzle > div:nth-child(13) {
  width: 100%;
  margin: 0 auto;
}
#puzzle > div:nth-child(13) > input:nth-child(1) {
  visibility: hidden;
}
#puzzle > div:nth-child(13) > input:nth-child(2) {
  visibility: visible;
}
#puzzle > div:nth-child(13) > input:nth-child(3) {
  visibility: visible;
}
#puzzle > div:nth-child(13) > input:nth-child(4) {
  visibility: visible;
}
#puzzle > div:nth-child(13) > input:nth-child(5) {
  visibility: visible;
}
#puzzle > div:nth-child(13) > input:nth-child(6) {
  visibility: visible;
}
#puzzle > div:nth-child(13) > input:nth-child(7) {
  visibility: visible;
}
#puzzle > div:nth-child(13) > input:nth-child(8) {
  visibility: hidden;
}
#puzzle > div:nth-child(13) > input:nth-child(9) {
  visibility: hidden;
}
#puzzle > div:nth-child(13) > input:nth-child(10) {
  visibility: hidden;
}
#puzzle > div:nth-child(13) > input:nth-child(11) {
  visibility: hidden;
}
#puzzle > div:nth-child(13) > input:nth-child(12) {
  visibility: hidden;
}
#puzzle > div:nth-child(13) > input:nth-child(13) {
  visibility: hidden;
}
#puzzle > div:nth-child(13) > input:nth-child(14) {
  visibility: hidden;
}
#puzzle > div:nth-child(13) > input:nth-child(15) {
  visibility: hidden;
}

.puzzleSquare::before {
  content: attr(data-prefix);
  position: absolute;
  top: 50%;
  left: 5px; /* Adjust as needed */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#puzzle > div:nth-child(1) > input:nth-child(13)::-webkit-input-placeholder {
  color: gray;
}

#puzzle > div:nth-child(1) > input:nth-child(13)::-moz-placeholder {
  color: gray;
}

#puzzle > div:nth-child(1) > input:nth-child(13):-ms-input-placeholder {
  color: gray;
}

#puzzle > div:nth-child(1) > input:nth-child(13)::-ms-input-placeholder {
  color: gray;
}

#puzzle > div:nth-child(1) > input:nth-child(13)::placeholder {
  color: gray;
}

#puzzle > div:nth-child(2) > input:nth-child(12)::-webkit-input-placeholder {
  color: gray;
}

#puzzle > div:nth-child(2) > input:nth-child(12)::-moz-placeholder {
  color: gray;
}

#puzzle > div:nth-child(2) > input:nth-child(12):-ms-input-placeholder {
  color: gray;
}

#puzzle > div:nth-child(2) > input:nth-child(12)::-ms-input-placeholder {
  color: gray;
}

#puzzle > div:nth-child(2) > input:nth-child(12)::placeholder {
  color: gray;
}

/* style for each square in the puzzle */
.puzzleSquare {
  text-transform: uppercase;
  background-color: white;
  border: 1px solid black;
  font: 1vw sans-serif !important;
  text-align: right;
  padding: 8px;
  font-size: max(16px, 1vw) !important; /* Minimum font size of 16px, scales with viewport width */
}

@media only screen and (min-width: 600px) {
  #puzzle {
    float: left;
    padding: 1rem;
  }
  .puzzleSquare {
    height: 3.5rem;
    width: 3.5rem;
    font: 2rem sans-serif;
  }
}
button::-moz-focus-inner {
  border: 0;
}

/* indicates when a square has been selected */
#puzzle .selected {
  background-color: orange;
}

/* indicates that the square is part of a word that has been found */
#puzzle .found {
  background-color: blue;
  color: white;
}

#puzzle .solved {
  background-color: purple;
  color: white;
}

/* indicates that all words have been found */
#puzzle .complete {
  background-color: green;
}

/**
* Styles for the word list
*/
#words {
  display: inline-block;
  max-width: 30rem;
  padding: 1em;
  list-style-type: none;
  text-align: left;
}

@media only screen and (min-width: 600px) {
  #words {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#words li {
  padding: 3px 0;
  font: 1em sans-serif;
  marker: none;
}

input.word {
  width: 650px;
  text-wrap: wrap;
  text-align: left;
  padding: 0.5rem;
}
@media only screen and (max-width: 767px) {
  input.word {
    width: 350px;
    font-size: 0.51rem;
  }
}

/* indicates that the word has been found */
.wordFound {
  text-decoration: line-through;
  color: gray;
}

.empty-cell {
  background-color: #f0f0f0; /* Light gray background color */
}

.specific-cell {
  background-color: yellow; /* Example background color */
}

#puzzle .puzzleSquare.blank-cell {
  background-color: yellow !important; /* Set your desired background color here */
}

.blank-cell {
  background-color: lightgray;
}

.prefix {
  position: absolute;
  z-index: 999;
  padding-left: 5px;
}

/**
* Styles for the controls
*/
#controls {
  display: inline-block;
  max-width: 30rem;
  padding: 1em;
  border: none;
  text-align: left;
}

label {
  white-space: nowrap;
  margin-top: 1em;
}

input {
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  input {
    border-bottom: none;
  }
}

input[type=number] {
  width: 2rem;
}

select {
  max-width: 10rem;
}

#create-grid, #solve {
  display: block;
  margin-top: 1rem;
}

#secret-word {
  text-transform: uppercase;
}

#result-message {
  font-size: 1.2em;
}

.completed {
  color: red;
  position: relative;
}

.completed::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 46%;
  right: 0;
  border-bottom: 1px solid black;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .completed::after {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    border-bottom: 1px solid black;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .completed::after {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    border-bottom: 1px solid black;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 400px;
  }
}
@media only screen and (min-width: 1260px) {
  .completed::after {
    content: "";
    position: absolute;
    top: 48%;
    left: 46%;
    right: 0;
    border-bottom: 1px solid black;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 650px;
  }
}

.completed2 {
  color: red;
  position: relative;
}

.completed2::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 46%;
  right: 0;
  border-bottom: 1px solid red;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .completed2::after {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    border-bottom: 1px solid black;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .completed2::after {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    border-bottom: 1px solid black;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 400px;
  }
}
@media only screen and (min-width: 1260px) {
  .completed2::after {
    content: "";
    position: absolute;
    top: 48%;
    left: 46%;
    right: 0;
    border-bottom: 1px solid black;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 350px;
  }
}

.puzzleSquare {
  height: 40px;
  width: 40px;
  text-transform: uppercase;
  background-color: white;
  border: 1px solid black; /* Add border here */
  font: 1.4vw sans-serif;
}

@media only screen and (max-width: 600px) {
  .puzzleSquare {
    height: 25px;
    width: 25px;
    text-transform: uppercase;
    background-color: white;
    border: 1px solid black; /* Add border here */
    font: 3vw sans-serif !important;
  }
}
/*# sourceMappingURL=gutenberg.css.map */
