@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Black;
  src: url('../fonts/NewBlackTypeface-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Black;
  src: url('../fonts/NewBlackTypeface-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Black;
  src: url('../fonts/NewBlackTypeface-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Black;
  src: url('../fonts/NewBlackTypeface-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Black;
  src: url('../fonts/NewBlackTypeface-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Black;
  src: url('../fonts/NewBlackTypeface-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New Black;
  src: url('../fonts/NewBlackTypeface-UltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Minaruoh;
  src: url('../fonts/Minaruoh.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --eggshell: #f0ebd6;
  --dark-brown: #7a5230;
  --green: #025f32;
  --blue: #02265f;
  --yellow: #ffd60a;
  --red: #d90429;
  --orange: #ff9335;
  --black: #000;
  --white: #fff;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #0000;
  background-image: linear-gradient(#efebd6bf, #efebd6bf), url('../images/WhatsApp-Image-2023-10-20-at-17.27.46.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: New Black, sans-serif;
  display: flex;
}

.hero-section {
  margin-top: 31px;
  display: block;
}

.container {
  z-index: 0;
  background-color: var(--eggshell);
  outline-offset: 0px;
  border-radius: 20px;
  outline: 2px solid #7a5230;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-card {
  background-color: #f0ebd6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: auto;
  padding: 23px;
  display: flex;
  overflow: clip;
}

.info-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 21px;
  display: flex;
}

.blur {
  z-index: -100;
  background-color: var(--green);
  filter: blur(8px);
  border-radius: 20px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.blur.blue {
  background-color: var(--blue);
}

.blur.yellow {
  background-color: var(--yellow);
}

.blur.red {
  background-color: var(--red);
}

.image {
  width: 20vw;
  overflow: hidden;
}

.heading {
  color: var(--red);
  text-align: center;
  font-family: Lato, sans-serif;
}

.text-block {
  color: var(--orange);
}

.zone-section {
  z-index: 0;
  margin-top: 31px;
  position: static;
}

.zone-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  display: flex;
  position: relative;
}

.zone-image {
  width: 40vw;
  max-height: 100%;
}

.zone-name {
  color: var(--green);
  text-align: left;
  background-color: #f0ebd6cc;
  margin-bottom: 0;
  padding: 2px 10px;
  font-size: 1.4rem;
  position: absolute;
  inset: auto 0% 0%;
}

.zone-name.blue {
  color: var(--blue);
}

.zone-name.yellow {
  color: var(--yellow);
  background-color: #353535cc;
}

.zone-name.red {
  color: var(--red);
}

.zone-info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: clip;
}

.grid-3 {
  text-align: center;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  padding: 14px;
}

.text-block-5 {
  color: var(--eggshell);
  font-family: New Black, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.text-block-5.black {
  color: var(--black);
}

.text-block-6, .text-block-8 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.text_block {
  color: var(--eggshell);
  font-family: New Black, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.text_block.black {
  color: var(--black);
}

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

.map-button {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--dark-brown), var(--dark-brown));
  outline-color: var(--dark-brown);
  outline-offset: 0px;
  color: var(--eggshell);
  text-align: center;
  border-radius: 11px;
  outline-width: 2px;
  outline-style: solid;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 2.4rem;
  margin: 13px;
  padding: 10px 15px;
  font-family: New Black, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  transition: all .25s;
  display: flex;
  box-shadow: 0 6px 5px 1px #0003;
}

.map-button:hover {
  background-image: linear-gradient(to bottom, var(--eggshell), var(--eggshell));
  outline-color: var(--dark-brown);
  outline-offset: 0px;
  color: var(--dark-brown);
  outline-width: 2px;
  outline-style: solid;
}

.map-button.feedback {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--eggshell) 10%, #025f3229);
  outline-color: var(--green);
  color: var(--green);
  width: 9rem;
  height: 2.6rem;
  margin-top: 26px;
  font-size: .8rem;
}

.map-button.feedback:hover {
  background-color: var(--green);
  outline-color: var(--eggshell);
  color: var(--eggshell);
  background-image: none;
}

.map-button.blue {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blue) 10%, #ffffff29);
}

.map-button.blue:hover {
  background-image: linear-gradient(to bottom, var(--eggshell), var(--eggshell));
  outline-color: var(--black);
  color: var(--blue);
}

.map-button.yellow {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--yellow) 10%, #ffffff29);
  outline-color: var(--black);
  color: var(--black);
}

.map-button.yellow:hover {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  outline-color: var(--eggshell);
  color: var(--eggshell);
}

.map-button.red {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--red) 10%, #ffffff29);
}

.map-button.red:hover {
  background-image: linear-gradient(to bottom, var(--eggshell), var(--eggshell));
  outline-color: var(--black);
  color: var(--red);
}

.google_maps {
  outline-offset: 0px;
  color: #fff;
  background-color: #3c2200;
  background-image: linear-gradient(257deg, #f98500, #ae4d03);
  border-radius: 11px;
  outline: 2px solid #fff;
  margin: 13px;
  padding: 10px 15px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 6px 5px 1px #0003;
}

.blur-div {
  z-index: -100;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.grid-4 {
  grid-template-rows: auto;
}

.grid-3-copy {
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.text-block-9, .text-block-10, .text-block-11 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.text_block-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button {
  outline-offset: 0px;
  background-color: #3c2200;
  background-image: linear-gradient(258deg, #f98500, #ae4d03);
  border-radius: 11px;
  outline: 2px solid #fff;
  box-shadow: 0 6px 5px 1px #0003;
}

.code-embed.mobile {
  display: none;
}

.dropdown-3 {
  background-color: var(--green);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 15rem;
  margin-top: 31px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.dropdown-3.g {
  cursor: pointer;
  width: 15rem;
  transition: all .25s;
}

.dropdown-list-2 {
  transition: all .25s;
}

.dropdown-list-2.w--open {
  background-color: var(--green);
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 45rem;
  transition: all .25s;
}

.dropdown-list-2.g {
  background-color: var(--green);
  cursor: auto;
  margin-top: 155.3rem;
}

.dropdown-link-2 {
  color: var(--eggshell);
  transition: all .25s;
}

.dropdown-link-2:hover {
  border: 1px solid var(--eggshell);
  border-radius: 20px;
}

.dropdown-link-2.w--current {
  color: var(--black);
}

.text-block-12 {
  color: var(--eggshell);
  font-size: 1.1rem;
  font-weight: 600;
}

.icon {
  color: var(--eggshell);
}

.dropdown-section {
  display: none;
}

.zone-section-with-location {
  z-index: 0;
  margin-top: 31px;
  display: none;
  position: relative;
}

.copyright-wrapper {
  color: var(--black);
  background-image: linear-gradient(#0003, #0003), url('../images/Footer.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, 421px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 3rem;
  display: none;
}

.footer-copyright-center {
  background-color: var(--eggshell);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  margin-top: 7px;
  margin-left: 23px;
  margin-right: 23px;
  padding: 5px 11px;
  font-size: .9rem;
  line-height: 16px;
}

.link {
  color: var(--black);
  transition: all .25s;
}

.link:hover {
  background-color: var(--green);
  color: var(--eggshell);
}

.grid-5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.image-2.top-left {
  width: 15%;
}

.image-2.top-right {
  width: 15%;
  inset: 0% 0% auto auto;
}

.image-2.bottom-left {
  width: 15%;
  inset: auto auto 0% 0%;
}

.image-2.bottom-right {
  width: 15%;
  inset: auto 0% 0% auto;
}

.bottom-corner-design {
  position: relative;
}

.bottom_corner_design {
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 4rem;
  display: block;
  position: relative;
}

.link-block {
  background-image: url('../images/Button-02.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9.6rem;
  height: 2.8rem;
  text-decoration: none;
  display: none;
}

.text-block-13 {
  color: #144572;
  margin-left: 44px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-7 {
  width: 90%;
  margin-top: 15px;
}

.heading-2 {
  align-self: flex-start;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 1.7rem;
}

.ikonik-i27ofi {
  color: #fff;
}

.text-block-14 {
  align-self: flex-start;
  margin-bottom: 12px;
  padding-left: 20px;
}

.main-map {
  width: 90%;
  height: 20rem;
  margin-top: 15px;
  margin-bottom: 6rem;
}

.container-3 {
  width: 90vw;
  max-width: 940px;
  display: block;
}

.container-3.grid {
  width: 30vw;
  max-width: none;
}

.key-locations {
  margin-top: 30px;
}

.kep-locations-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.key-location-box {
  z-index: 0;
  color: #333;
  margin-top: 0;
  text-decoration: none;
  position: relative;
}

.heading-3 {
  align-self: flex-start;
  margin-top: 10px;
  padding-left: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.key-location-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 7.5%;
  display: flex;
  position: relative;
}

.container-k {
  z-index: 0;
  background-color: var(--eggshell);
  outline-offset: 0px;
  border-radius: 20px;
  outline: 2px solid #7a5230;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-18 {
  align-self: flex-start;
  padding-left: 0;
}

.svg-icon {
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.code-embed-2 {
  color: var(--dark-brown);
  align-self: flex-start;
  width: 1.5rem;
}

.code-embed-desktop.mobile {
  display: none;
}

.backtotop_component {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.backtotop_button {
  outline-color: var(--dark-brown);
  outline-offset: 0px;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  outline-width: 1.5px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.key-locations-copy {
  margin-top: 30px;
}

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

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

  .zone-image {
    width: 55vw;
  }

  .zone-name {
    text-align: left;
    margin-bottom: 0;
  }

  .grid-3 {
    padding: 14px;
  }

  .button {
    text-align: center;
  }

  .dropdown-3 {
    width: 14rem;
    margin-left: 18px;
    margin-right: 18px;
  }

  .dropdown-3.g {
    width: 12rem;
  }

  .text-block-12 {
    font-size: 1.1rem;
    font-weight: 600;
  }

  .dropdown-section {
    display: flex;
  }

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

  .bottom_corner_design {
    margin-top: 4rem;
  }

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

  .container-k {
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: var(--eggshell);
  }

  .container {
    border-radius: 20px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .category-card {
    background-color: var(--green);
  }

  .heading, .text-block {
    color: var(--eggshell);
  }

  .zone-image {
    object-fit: fill;
    width: 85vw;
    max-height: 35vh;
    overflow: clip;
  }

  .zone-name {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .zone-info {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .grid-3 {
    padding: 14px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .map-button {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--orange) 10%, #ffffff29);
    outline-color: var(--black);
    outline-offset: 0px;
    text-align: center;
    border: 1px #000;
    border-radius: 11px;
    outline-width: 2px;
    outline-style: solid;
    margin-right: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .blur-div {
    border-radius: 20px;
  }

  .grid-4 {
    text-align: center;
    grid-auto-flow: column;
    place-content: stretch;
    place-items: center;
  }

  .dropdown-3, .dropdown-3.g {
    width: 12rem;
  }

  .text-block-12 {
    font-size: 1.1rem;
    font-weight: 600;
  }

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

  .image-2.top-left, .image-2.top-right, .image-2.bottom-left, .image-2.bottom-right {
    width: 20%;
  }

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

  .container-k {
    border-radius: 20px;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: var(--eggshell);
    background-image: linear-gradient(#f0ebd691, #f0ebd691), url('../images/WhatsApp-Image-2023-10-20-at-17.27.46.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-y;
    background-size: auto, auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-family: New Black, sans-serif;
    display: flex;
  }

  .hero-section {
    margin-top: 64px;
    display: block;
  }

  .container {
    z-index: 0;
    background-color: var(--eggshell);
    outline-color: var(--dark-brown);
    outline-offset: 0px;
    object-fit: fill;
    border: 2px #7a5230;
    border-radius: 12px;
    outline-width: 2px;
    outline-style: solid;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .category-card {
    outline-offset: .001px;
    background-color: #0000;
    border: 1px #000;
    border-radius: 20px;
    outline: 1px #555;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: 20rem;
    display: flex;
    position: static;
    overflow: clip;
  }

  .info-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    height: 20rem;
    padding: 21px;
    display: flex;
    position: absolute;
  }

  .blur {
    z-index: -100;
    background-color: var(--green);
    filter: blur(8px);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .blur.category {
    z-index: -3;
    position: absolute;
  }

  .image {
    aspect-ratio: auto;
    object-fit: contain;
    width: 78vw;
    max-width: none;
    overflow: hidden;
  }

  .heading {
    color: var(--red);
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.7rem;
  }

  .text-block {
    color: var(--dark-brown);
    text-align: left;
    font-size: 17px;
  }

  .div-block-4 {
    position: relative;
  }

  .dropdown {
    z-index: 30;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 85vw;
    display: flex;
    position: absolute;
  }

  .drop-down-card {
    outline-offset: .001px;
    background-color: #0000;
    border: 1px #000;
    border-radius: 20px;
    outline: 1px #555;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: 3rem;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all .25s;
    display: flex;
    position: static;
    overflow: clip;
  }

  .dropdown-list {
    z-index: 30;
    background-color: var(--orange);
    opacity: 1;
    border-radius: 20px;
    margin-top: 21%;
    display: block;
  }

  .dropdown-link {
    background-color: var(--orange);
    border-radius: 20px;
    font-weight: 600;
    transition: all .25s;
  }

  .dropdown-link:hover {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
  }

  .text-block-2 {
    font-size: 17px;
    font-weight: 700;
  }

  .drop-down-section {
    margin-top: 31px;
    display: block;
  }

  .zone-section {
    z-index: 0;
    margin-top: 31px;
    position: static;
  }

  .zone-card {
    outline-offset: .001px;
    background-color: #0000;
    border: 1px #000;
    border-radius: 20px 20px 0 0;
    outline: 1px #555;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: auto;
    display: flex;
    position: static;
    overflow: clip;
  }

  .zone-image {
    box-sizing: border-box;
    object-fit: fill;
    border-radius: 20px 20px 0 0;
    width: 100%;
    position: static;
    inset: 0% 0% auto;
    overflow: clip;
  }

  .zone-name {
    color: var(--green);
    text-align: left;
    background-color: #f0ebd6cc;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px 10px 2px 25px;
    font-size: 1.5rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .zone-name.small {
    font-size: 1.2rem;
  }

  .text-block-3 {
    position: static;
  }

  .zone-info {
    z-index: -1;
    background-color: #0000;
    border-radius: 0 0 20px 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: auto;
    max-height: none;
    display: flex;
    position: static;
    inset: auto 0% 0%;
    overflow: clip;
  }

  .div-block-6 {
    position: absolute;
    inset: 0% 0% auto;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 15px;
    outline-offset: 0px;
    outline: 3px #333;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr;
    grid-auto-flow: row;
    padding: 14px;
    position: static;
    inset: 2% 0% auto;
    overflow: hidden;
  }

  .text-block-5 {
    outline-offset: 0px;
    color: #f0ebd6;
    outline: 3px #fff;
    font-family: New Black, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .text-block-5.small {
    font-size: 1.25rem;
  }

  .text-block-5.big {
    margin-left: 48px;
    margin-right: 48px;
  }

  .text-block-6, .text-block-8 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-weight: 900;
  }

  .text_block {
    color: var(--eggshell);
    text-align: center;
    font-family: New Black, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2rem;
  }

  .bold-text-3 {
    text-align: left;
  }

  .bold-text {
    display: inline;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: static;
  }

  .map-button {
    border-style: none;
    border-color: var(--black);
    background-color: #0000;
    background-image: linear-gradient(to bottom, var(--dark-brown), var(--dark-brown));
    outline-color: var(--dark-brown);
    outline-offset: 0px;
    color: var(--eggshell);
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
    cursor: auto;
    border-radius: 20px;
    outline-width: 2px;
    outline-style: solid;
    flex-flow: row;
    place-content: stretch center;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 2.4rem;
    margin: 13px 0;
    padding: 10px 15px;
    font-family: New Black, sans-serif;
    font-size: 13px;
    font-weight: 600;
    transition: all .25s;
    display: flex;
    overflow: hidden;
    box-shadow: 0 6px 5px 1px #0003;
  }

  .map-button:hover {
    outline-color: var(--dark-brown);
    outline-offset: 0px;
    color: var(--dark-brown);
    background-image: none;
    outline-width: 2px;
    outline-style: solid;
  }

  .map-button.small {
    width: 3rem;
    height: 3rem;
    position: static;
  }

  .map-button.feedback {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--eggshell) 10%, #025f3229);
    outline-color: var(--green);
    color: var(--green);
    margin-top: 26px;
  }

  .map-button.feedback:hover {
    background-color: var(--green);
    outline-color: var(--eggshell);
    color: var(--eggshell);
    background-image: none;
  }

  .map-button.feedback.color {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--eggshell) 10%, #5f020229);
    outline-color: var(--black);
    color: var(--red);
  }

  .map-button.yellow {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .google_maps {
    outline-offset: 0px;
    text-align: center;
    white-space: normal;
    overflow-wrap: normal;
    background-color: #3c2200;
    background-image: linear-gradient(265deg, #f98500, #ae4d03);
    border-radius: 11px;
    outline: 2px solid #fff;
    flex-flow: row;
    place-content: stretch center;
    align-items: center;
    width: 150px;
    max-width: none;
    height: 40px;
    margin: 13px;
    padding: 10px 20px;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    box-shadow: 0 6px 5px #0003;
  }

  .blur-div {
    z-index: -100;
    border-radius: 20px;
    position: absolute;
    inset: 0%;
    overflow: clip;
  }

  .grid-4 {
    grid-template-rows: auto;
    overflow: hidden;
  }

  .grid-3-copy {
    grid-column-gap: 16px;
    grid-row-gap: 15px;
    outline-offset: 0px;
    text-align: center;
    outline: 3px #333;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr .5fr .5fr .25fr;
    grid-auto-flow: row;
    padding: 14px;
    position: relative;
    overflow: hidden;
  }

  .text-block-9 {
    outline-offset: 0px;
    color: #fff;
    outline: 3px #fff;
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-weight: 900;
  }

  .text-block-10, .text-block-11 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-weight: 900;
  }

  .text_block-2 {
    color: #fff;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 15px;
  }

  .bold-text-2 {
    font-size: 25px;
    font-weight: 900;
  }

  .bold-text-4 {
    display: inline;
  }

  .button {
    outline-offset: 0px;
    text-align: center;
    background-color: #3c2200;
    background-image: linear-gradient(258deg, #f98500, #ae4d03);
    border-radius: 11px;
    outline: 2px solid #fff;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    font-size: 25px;
    display: block;
    position: static;
    inset: 0%;
    overflow: hidden;
    box-shadow: 0 6px 5px 1px #0003;
  }

  .code-embed {
    color: #7a4c4c;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 19px;
    height: auto;
    display: flex;
  }

  .code-embed.desktop {
    display: none;
  }

  .code-embed.mobile {
    width: auto;
    display: block;
  }

  .bold-text-5 {
    color: var(--black);
  }

  .dropdown-2 {
    z-index: 5;
  }

  .dropdown-3 {
    z-index: 5;
    background-color: var(--green);
    border-radius: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 85vw;
    margin-top: 31px;
    display: flex;
  }

  .dropdown-3.g {
    z-index: 300;
    background-color: var(--green);
    cursor: auto;
    width: 85vw;
  }

  .dropdown-list-2 {
    margin-top: 9px;
  }

  .dropdown-list-2.w--open {
    background-color: var(--green);
    border: 1px solid #000;
    border-radius: 20px;
    margin-top: 47.4rem;
    transition: all .25s;
  }

  .dropdown-list-2.g.w--open {
    z-index: 20;
    width: 85vw;
    margin-top: 161.4rem;
    overflow: hidden;
  }

  .dropdown-link-2 {
    outline-offset: 0px;
    color: var(--eggshell);
    border-radius: 0;
    outline: 0 #222;
    width: 85vw;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 600;
    transition: all .25s;
    overflow: hidden;
  }

  .dropdown-link-2:hover {
    border: 1px solid var(--eggshell);
    outline-color: var(--black);
    outline-offset: 0px;
    border-radius: 20px;
    outline-width: 1px;
    outline-style: none;
  }

  .dropdown-link-2.w--current {
    color: var(--eggshell);
    outline-color: #222;
    width: 85vw;
    font-weight: 600;
    overflow: clip;
  }

  .text-block-12 {
    color: var(--eggshell);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .icon {
    color: var(--eggshell);
    font-size: 16px;
  }

  .dropdown-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -13px;
    display: none;
    position: relative;
  }

  .zone-section-with-location {
    z-index: 0;
    margin-top: 31px;
    display: none;
    position: relative;
  }

  .copyright-wrapper {
    background-color: var(--dark-brown);
    color: var(--black);
    background-image: none;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    margin: 22px 0 0;
    padding: 0;
    font-weight: 500;
    display: flex;
  }

  .footer-copyright-center {
    color: var(--eggshell);
    background-color: #0000;
    border-radius: 20px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 3% 0 0;
    font-size: .85rem;
  }

  .link {
    color: var(--eggshell);
    transition: all .25s;
  }

  .link:hover {
    color: var(--eggshell);
    background-color: #1b3f11;
  }

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

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-2.top-left, .image-2.top-right {
    width: 20%;
  }

  .image-2.bottom-left {
    inset: auto auto 0% 0%;
  }

  .image-2.bottom-right {
    inset: auto 0% 0% auto;
  }

  .bottom_corner_design {
    margin-top: 2.5rem;
  }

  .link-block {
    background-image: url('../images/Button-02.svg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 9.8rem;
    height: 2.8rem;
    text-decoration: none;
    display: none;
  }

  .text-block-13 {
    color: #144572;
    margin-left: 44px;
    font-size: 13px;
    font-weight: 600;
  }

  .div-block-7 {
    border: 1px #000;
    border-radius: 0;
    width: 90%;
    margin-top: 18px;
  }

  .container-2 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .heading-2 {
    align-self: flex-start;
    margin-top: 10px;
    padding-left: 24px;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .text-block-14 {
    align-self: flex-start;
    padding-bottom: 12px;
    padding-left: 24px;
    font-size: .8rem;
  }

  .main-map {
    border: 1px #000;
    border-radius: 0;
    width: 90%;
    height: auto;
    margin-top: 18px;
    margin-bottom: 0;
  }

  .container-3 {
    margin-left: 2%;
    margin-right: 2%;
    display: block;
  }

  .container-3.grid {
    width: 90vw;
  }

  .key-locations {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .kep-locations-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 89vw;
    margin-left: 0%;
    margin-right: 0%;
    display: grid;
  }

  .key-location-box {
    z-index: 0;
    color: #333;
    margin-top: 0;
    text-decoration: none;
    position: static;
  }

  .heading-3 {
    align-self: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .key-location-card {
    outline-offset: .001px;
    background-color: #0000;
    border: 1px #000;
    border-radius: 20px 20px 0 0;
    outline: 1px #555;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 7.5%;
    display: flex;
    position: static;
    overflow: clip;
  }

  .container-k {
    z-index: 0;
    background-color: var(--eggshell);
    outline-color: var(--dark-brown);
    outline-offset: 0px;
    object-fit: fill;
    border: 2px #7a5230;
    border-radius: 12px;
    outline-width: 2px;
    outline-style: solid;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .text-block-18 {
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
    line-height: 1.2;
  }

  .image-3 {
    color: var(--dark-brown);
    align-self: flex-start;
    width: 1rem;
    margin-top: 10px;
    margin-left: 20px;
  }

  .svg-icon, .path, .circle {
    color: var(--dark-brown);
  }

  .code-embed-2 {
    color: var(--dark-brown);
    align-self: flex-start;
    width: 1.5rem;
    margin-top: 0;
    margin-left: 0;
  }

  .code-embed-desktop {
    color: #7a4c4c;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 19px;
    height: auto;
    display: none;
  }

  .code-embed-desktop.desktop {
    display: none;
  }

  .code-embed-desktop.mobile {
    width: auto;
    display: block;
  }

  .code-embed-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .backtotop_component {
    border-radius: 12px;
  }

  .backtotop_button {
    outline-color: var(--dark-brown);
    outline-offset: 0px;
    background-image: linear-gradient(#f0ebd6cc, #f0ebd6cc);
    border-style: none;
    border-color: #000;
    border-radius: 5px;
    outline-width: 1.5px;
    outline-style: solid;
    transition: all .2s;
  }

  .backtotop_button:hover {
    background-image: linear-gradient(#7a523087, #7a523087);
  }

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

  .key-locations-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

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

  .all-zones-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Black';
  src: url('../fonts/NewBlackTypeface-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Black';
  src: url('../fonts/NewBlackTypeface-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Black';
  src: url('../fonts/NewBlackTypeface-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Black';
  src: url('../fonts/NewBlackTypeface-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Black';
  src: url('../fonts/NewBlackTypeface-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Black';
  src: url('../fonts/NewBlackTypeface-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Black';
  src: url('../fonts/NewBlackTypeface-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minaruoh';
  src: url('../fonts/Minaruoh.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}