@font-face {
  font-family: Neontubes webfont;
  src: url('../fonts/neontubes-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --red: #ff2300;
  --yellow-2: yellow;
  --khaki: #fdff9f;
  --yellow: #fbff00;
  --orange-light: #e7a245;
  --orange-dark: #d33d25;
}

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

a {
  text-decoration: none;
}

.body {
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.coming-soon-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.image {
  width: 75%;
}

.heading {
  color: red;
  font-size: 3rem;
  line-height: 1;
}

.hero-sec {
  background-image: url('../images/hero-back.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 110%;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.image-2 {
  z-index: 1100;
  width: 40%;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
}

.about-sec {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
  overflow: hidden;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-bottom: 0;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  width: 70%;
  margin: 40px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  position: static;
  inset: 17% auto auto;
}

.about-box-red {
  background-image: url('../images/about-red.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
}

.about-yellow-div {
  background-image: url('../images/about-yellow.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-orange-div {
  margin-bottom: 40px;
}

.red-splash-img {
  width: 100%;
}

.about-h1 {
  color: var(--white);
  text-align: center;
  width: 70%;
  margin: 40px 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Cantora One, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  position: static;
  inset: 17% auto auto;
}

.about-h1-red {
  color: var(--red);
  text-align: center;
  width: 70%;
  margin: 40px 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Cantora One, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  position: static;
  inset: 17% auto auto;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/about-orange.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
}

.orange-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-h1-black {
  color: var(--black);
  text-align: center;
  width: 70%;
  margin: 40px 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Cantora One, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  position: static;
  inset: 17% auto auto;
}

.fish-img {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: -40% 0% auto;
}

.fish-img-div {
  position: relative;
}

.specials-sec {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.heading-3 {
  color: var(--white);
  text-align: center;
}

.open-sign {
  font-family: Neontubes webfont, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.neon-h1 {
  color: #f6fffe;
  text-align: center;
  text-shadow: -1px -1px 10px #49ffff, 4px 0 15px #4ff7fd;
  margin-top: 0;
  font-family: Neontubes webfont, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  box-shadow: 4px 4px 3px #000;
}

.neon-h1.reviews-h1 {
  margin-top: 20px;
  font-size: 5rem;
  line-height: 1;
}

.neon-h1.hero-menu {
  font-size: 7rem;
}

.neon-h1.yellow-neon {
  color: var(--yellow-2);
  text-shadow: -1px -1px 10px var(--khaki), 4px 0 15px var(--khaki);
  margin-top: 40px;
  font-size: 5rem;
}

.shrimp-img {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: -40% 0% auto;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 95%;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.spec-div {
  border: 4px solid var(--red);
  border-radius: 30px;
  width: 100%;
  margin-bottom: 40px;
}

.spec-div.main-page {
  width: 60%;
}

.spec-div.bottom-special {
  flex-direction: column;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spec-h1-header {
  color: var(--khaki);
  text-align: center;
  text-shadow: 1px 1px 19px var(--yellow-2), 1px 1px 14px var(--yellow-2);
  margin-bottom: 20px;
  font-family: Neontubes webfont, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.spec-h1-header.main-page {
  font-size: 3rem;
}

.spec-h1-header.main-page.menu-hero {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.spec-h3 {
  color: var(--white);
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Cantora One, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.spec-h3.big-price {
  color: var(--yellow-2);
  font-size: 2rem;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid var(--red);
  grid-template-columns: 1fr 4.5fr;
  align-content: start;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.grid-4.end-noborder {
  border-bottom-width: 0;
}

.spec-h1-price {
  color: var(--khaki);
  text-align: center;
  text-shadow: 1px 1px 18px var(--yellow), 1px 1px 11px var(--yellow);
  margin-top: 0;
  font-family: Neontubes webfont, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.spec-h1-price.white-neon {
  color: var(--white);
  text-shadow: 1px 1px 18px #0df, 1px 1px 11px #0df;
}

.heading-4 {
  color: var(--yellow-2);
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Cantora One, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.spec-number-div {
  background-color: var(--orange-light);
  background-image: linear-gradient(to bottom, var(--orange-dark), var(--black));
  width: 100%;
}

.spec-food-div {
  background-color: #0000;
  width: 100%;
  position: relative;
}

.spec-h1-pc {
  color: var(--khaki);
  text-align: center;
  text-shadow: 1px 1px 18px var(--yellow), 1px 1px 11px var(--yellow);
  margin-top: 20px;
  font-family: Neontubes webfont, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.grid-whole-wings {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid var(--red);
  grid-template-columns: 4.25fr 4.5fr;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
}

.grid-whole-wings.end-noborder {
  border-bottom-width: 0;
}

.spec-whole-wings-img {
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
}

.image-3 {
  width: 150px;
  max-width: none;
  position: absolute;
  inset: auto 0% 0% 109%;
}

.image-4 {
  width: 60px;
  max-width: none;
  position: absolute;
  inset: auto 0% 0% 61%;
}

.spec-h3-whole-wings {
  color: var(--white);
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Cantora One, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.delivery-sec {
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
  overflow: hidden;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/chicken-delivery.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.body-2 {
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.daily-yellow-price {
  color: var(--yellow);
}

.daily-small-type {
  font-size: 1rem;
}

.placeholder-div {
  width: 100%;
  height: 100%;
}

.delivery-h1 {
  color: var(--red);
  text-align: center;
  margin-top: 40px;
  font-family: Cantora One, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.doordash-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.doordash-img {
  width: 30vw;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grubhub-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.grubhub-img {
  width: 25vw;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.catering-sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 60vh;
  display: flex;
  position: relative;
}

.cater-div {
  z-index: 1000;
  background-color: var(--orange-dark);
  color: var(--black);
  width: 60%;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
}

.catering-h1 {
  color: var(--yellow);
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Cantora One, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

.reviews-sec {
  width: 100%;
  max-width: 1920px;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.lottie-reviews-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.reviews-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.heading-5 {
  color: var(--yellow-2);
  font-family: Cantora One, sans-serif;
  font-weight: 400;
}

.slider-2 {
  background-color: var(--black);
  width: 100%;
  margin-bottom: 20px;
}

.review-box-div {
  border: 2px solid var(--yellow-2);
  background-image: linear-gradient(to bottom, var(--orange-dark), var(--black) 43%);
  border-radius: 20px;
  width: 75%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 20px 0;
}

._5-star-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._5-stars {
  width: 30%;
  max-width: none;
}

.reviews-h1 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
}

.review-name-h3 {
  color: var(--yellow-2);
  text-align: center;
  font-size: 1.3rem;
}

.lottie-animation {
  width: auto;
  min-width: auto;
  height: 100%;
}

.catering-back-div {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.catering-img {
  width: 100%;
  max-width: none;
}

.location-sec {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: flex;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 75%;
  margin-top: 20px;
}

.map-div, .address-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buziko-link {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px 10px;
  display: block;
}

.address-h1 {
  color: var(--white);
  text-align: center;
  font-family: Cantora One, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.navbar-2 {
  z-index: 2000;
  width: 100%;
}

.menu-button-2 {
  z-index: 2000;
  background-color: #0000;
  border-bottom-left-radius: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-button-2.w--open {
  z-index: 3500;
  background-color: #0000;
}

.icon-3 {
  background-color: var(--yellow-2);
  color: #f4d12b;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3rem;
}

.icon-3.open-icon {
  background-color: var(--red);
}

.nav-menu {
  z-index: 3400;
  background-color: var(--yellow-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 63px;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  z-index: 2001;
  color: var(--red);
  text-align: center;
  margin-top: 0;
  font-family: Cantora One, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.header-sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-bottom: 40px;
  display: flex;
}

.logo-img-header {
  width: 100%;
  max-width: none;
}

.logo-link {
  width: 50%;
}

.body-3 {
  background-color: var(--black);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu-sec {
  flex-direction: column;
  align-items: center;
  width: 85%;
  max-width: 1920px;
  display: flex;
}

.hero-menu-div {
  z-index: 1000;
  margin-bottom: 40px;
  margin-right: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.dropdown {
  border: 3px solid var(--red);
  border-radius: 60px;
  width: 60%;
}

.dropdown-toggle {
  width: 100%;
}

.icon-4 {
  color: #fff;
  font-size: 3vw;
}

.text-block {
  color: var(--yellow);
  text-align: center;
  font-family: Cantora One, sans-serif;
  font-size: 3vw;
  font-weight: 800;
  line-height: 1;
}

.dropdown-list {
  background-color: red;
}

.dropdown-list.w--open {
  background-color: var(--yellow-2);
}

.dropdown-link {
  border: 1px solid var(--red);
  color: var(--red);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Cantora One, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.dropdown-link.w--current {
  color: #ff0;
  border-bottom: 2px solid #ff0;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-top: 40px;
}

.menu-h1 {
  color: var(--red);
  margin-left: 20px;
  font-family: Cantora One, sans-serif;
  font-weight: 400;
}

.menu-red-number {
  color: var(--red);
}

.chicken-shrimp-img {
  width: 100%;
  max-width: none;
}

.menu-p {
  color: var(--white);
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Cantora One, sans-serif;
  font-size: 14px;
}

.menu-yellow-pc {
  color: var(--yellow-2);
}

.menu-orange-pc {
  color: var(--orange-light);
}

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

.menu-red-price {
  color: var(--red);
}

.yellow-address {
  color: var(--yellow);
}

.slider-3 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
}

.hero-slider-div {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.chicken-fish-img {
  z-index: 100;
  width: 90%;
  min-width: 500px;
  max-width: none;
  margin-top: auto;
  position: absolute;
  inset: auto auto 3% 26%;
}

.chicken-fish-img.hero-smaller-left {
  width: 80%;
  margin-bottom: 20px;
}

.chicken-fish-img.hero-smaller-left.whole-wings {
  width: 80%;
  min-width: 550px;
}

.chicken-tenders-img {
  width: 90%;
  min-width: 500px;
  max-width: none;
  margin-top: 0;
  position: absolute;
  inset: 5% 26% auto auto;
}

.chicken-tenders-img.hero-smaller {
  width: 80%;
  min-width: 550px;
  margin-top: 20px;
}

.sides1-img {
  width: 90%;
  min-width: 500px;
  max-width: none;
  margin-top: 0;
  position: absolute;
  inset: 5% 26% auto auto;
}

.sides1-img.hero-smaller {
  width: 80%;
  min-width: 550px;
  margin-top: 20px;
}

.sides2-img {
  z-index: 100;
  width: 90%;
  min-width: 500px;
  max-width: none;
  margin-top: auto;
  position: absolute;
  inset: auto auto 3% 26%;
}

.sides2-img.hero-smaller-left {
  width: 80%;
  margin-bottom: 20px;
}

.sides2-img.hero-smaller-left.whole-wings {
  width: 80%;
  min-width: 550px;
}

.image-5, .div-block {
  display: none;
}

.social-sec {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
  overflow: hidden;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 75%;
  margin-right: 0;
}

.social-h1 {
  text-align: center;
  font-family: Cantora One, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.social-lottie-div {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: visible;
}

.lottie-animation-2 {
  width: 200%;
  max-width: none;
  height: 200%;
  position: absolute;
  inset: -50% -50% -50px;
}

.social-icons-div {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.facebook-img {
  width: 100%;
  max-width: none;
}

.link-block {
  z-index: 15000;
  width: 25%;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 20px;
  position: relative;
}

.link-block-insta {
  width: 25%;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 10px;
}

.new-yellow {
  color: var(--yellow-2);
}

.flavors-p {
  color: var(--yellow-2);
  font-size: 14px;
}

.banner-div {
  z-index: 10000;
  background-color: #7f2630;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 15% 0% auto;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--yellow);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.image-8 {
  width: 100%;
  margin: 10px auto;
}

.button-2 {
  text-align: center;
  width: 50%;
  margin: 10px auto;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.hiring-link {
  position: absolute;
  inset: 0% 0% auto auto;
}

.wills-banner-heading-5 {
  color: #fff;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.menu-red {
  color: var(--red);
}

.smaller-text {
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .about-box-red {
    height: 500px;
    margin-bottom: 40px;
  }

  .about-yellow-div {
    margin-bottom: 0;
    position: relative;
  }

  .grid-2 {
    background-image: none;
  }

  .orange-div {
    background-image: url('../images/about-orange.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .fish-img-div {
    display: none;
  }

  .neon-h1.hero-menu {
    font-size: 5.5rem;
  }

  .grid-3 {
    margin-bottom: 0;
  }

  .spec-div.bottom-special {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .spec-h1-header, .spec-h1-header.main-page.menu-hero, .spec-h3 {
    font-size: 2rem;
  }

  .grid-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .spec-h1-pc {
    font-size: 4rem;
  }

  .spec-h3-whole-wings {
    font-size: 2rem;
  }

  .placeholder-div {
    display: none;
  }

  .catering-sec {
    height: auto;
  }

  .reviews-sec {
    width: 100%;
  }

  .buziko-link {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .navbar-2 {
    z-index: 10000;
  }

  .menu-button-2 {
    z-index: 3500;
  }

  .menu-button-2.w--open {
    z-index: 40000;
  }

  .nav-menu {
    padding-top: 48px;
  }

  .menu-sec {
    width: 100%;
  }

  .icon-4, .text-block {
    font-size: 35px;
  }

  .hero-slider-div {
    position: relative;
  }

  .chicken-fish-img {
    width: 60%;
    min-width: 500px;
    max-width: none;
    margin-left: auto;
    position: absolute;
    inset: 32% 7% auto auto;
  }

  .chicken-fish-img.hero-smaller-left {
    width: 60%;
    margin-top: 22px;
    position: absolute;
    inset: 20% 4% auto auto;
  }

  .chicken-fish-img.hero-smaller-left.whole-wings {
    width: 50%;
    min-width: auto;
  }

  .chicken-tenders-img {
    z-index: 260;
    width: 60%;
    min-width: 500px;
    max-width: none;
    margin-right: auto;
    position: absolute;
    inset: auto auto 27% 8%;
  }

  .chicken-tenders-img.hero-smaller {
    width: 55%;
    min-width: auto;
    margin: 0 auto 2px 20px;
    position: absolute;
    inset: auto auto 21% 0%;
  }

  .sides1-img {
    width: 60%;
    min-width: auto;
    max-width: none;
    margin-right: auto;
    position: absolute;
    inset: auto auto 14% 0%;
  }

  .sides1-img.hero-smaller {
    width: 55%;
    min-width: auto;
    margin: 0 auto 2px 20px;
    position: absolute;
    inset: auto auto 21% 0%;
  }

  .sides2-img {
    width: 60%;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    position: absolute;
    inset: 38% 0% auto auto;
  }

  .sides2-img.hero-smaller-left {
    width: 60%;
    margin-top: 22px;
    position: absolute;
    inset: 20% 4% auto auto;
  }

  .sides2-img.hero-smaller-left.whole-wings {
    width: 50%;
    min-width: auto;
  }

  .image-5 {
    z-index: 500;
    display: block;
    position: absolute;
    inset: auto auto -17%;
  }

  .image-6 {
    position: absolute;
    inset: auto auto -135%;
  }

  .image-7 {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -16% 0% auto;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
    height: 200px;
    display: flex;
    position: relative;
  }

  .grid-12 {
    margin-bottom: 20px;
  }

  .lottie-animation-2 {
    left: -50%;
    right: 0%;
  }

  .social-icons-div {
    justify-content: center;
  }

  .link-block, .link-block-insta {
    width: 100px;
  }

  .banner-div {
    width: auto;
    max-width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    width: 50%;
  }

  .about-box-red {
    margin-bottom: 68px;
  }

  .neon-h1.reviews-h1 {
    font-size: 4rem;
  }

  .neon-h1.yellow-neon {
    font-size: 3rem;
  }

  .spec-div, .spec-div.bottom-special {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spec-h1-header, .spec-h1-header.main-page {
    font-size: 2rem;
  }

  .spec-h3 {
    font-size: 1.5rem;
  }

  .grid-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-4.end-noborder, .grid-4.bottom-special {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .spec-h1-price {
    font-size: 3rem;
  }

  .heading-4, .spec-h1-pc {
    font-size: 5rem;
  }

  .spec-whole-wings-img {
    width: 350px;
  }

  .spec-h3-whole-wings {
    font-size: 1.5rem;
  }

  .grid-5 {
    background-image: url('../images/chicken-delivery-phonejpg.jpg');
    background-position: 50% 100%;
  }

  .delivery-img-div {
    height: 600px;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .delivery-h1 {
    font-size: 4rem;
  }

  .doordash-img {
    width: 70vw;
  }

  .grubhub-img {
    width: 60vw;
  }

  .catering-sec {
    height: auto;
  }

  .catering-h1 {
    font-size: 3rem;
  }

  ._5-stars {
    width: 50%;
  }

  .reviews-h1 {
    font-size: 15px;
  }

  .location-sec {
    width: 100%;
  }

  .grid-8 {
    width: 90%;
  }

  .buziko-link {
    margin-bottom: 0;
  }

  .nav-link {
    font-size: 3rem;
  }

  .hero-menu-div {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .dropdown {
    width: 80%;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.5rem;
  }

  .dropdown-link.w--current {
    font-size: 1.5rem;
  }

  .slider-3 {
    height: 75%;
  }

  .chicken-fish-img {
    width: 60%;
    min-width: 420px;
    max-width: none;
    top: 52%;
  }

  .chicken-fish-img.hero-smaller-left {
    margin-top: 103px;
    margin-bottom: 0;
  }

  .chicken-tenders-img {
    z-index: 200;
    width: 60%;
    min-width: 420px;
    max-width: none;
    bottom: 8%;
  }

  .chicken-tenders-img.hero-smaller {
    bottom: 5%;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .sides1-img {
    z-index: 220;
    width: 60%;
    min-width: 350px;
    max-width: none;
    bottom: 14%;
  }

  .sides2-img {
    width: 60%;
    min-width: 350px;
    max-width: none;
    top: 65%;
  }

  .sides2-img.hero-smaller-left {
    margin-top: 103px;
    margin-bottom: 0;
  }

  .image-5 {
    bottom: -24%;
  }

  .banner-div {
    width: auto;
  }

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

  .button-2 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .hero-sec {
    height: 80vh;
  }

  .image-2 {
    width: 60%;
  }

  .about-box-red {
    height: 400px;
    margin-bottom: 59px;
  }

  .about-yellow-div {
    margin-bottom: 0;
  }

  .about-h1 {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 22px;
  }

  .about-h1-red {
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: Cantora One, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .orange-div {
    position: relative;
  }

  .about-h1-black {
    width: 80%;
    font-size: 22px;
  }

  .fish-img-div {
    display: none;
  }

  .neon-h1 {
    font-size: 60px;
  }

  .neon-h1.reviews-h1 {
    font-size: 38px;
  }

  .neon-h1.hero-menu {
    font-size: 50px;
  }

  .neon-h1.yellow-neon {
    margin-top: 10px;
    font-size: 36px;
  }

  .grid-3 {
    margin-bottom: 0;
  }

  .spec-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spec-div.main-page {
    width: 90%;
  }

  .spec-div.bottom-special {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .spec-h1-header {
    font-size: 26px;
  }

  .spec-h1-header.main-page {
    font-size: 30px;
  }

  .spec-h1-header.main-page.menu-hero {
    font-size: 20px;
  }

  .spec-h3 {
    margin-top: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .spec-h3.big-price {
    font-size: 24px;
  }

  .grid-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .spec-h1-price {
    font-size: 40px;
  }

  .heading-4 {
    font-size: 60px;
  }

  .spec-h1-pc {
    font-size: 50px;
  }

  .spec-whole-wings-img {
    width: 250px;
  }

  .spec-h3-whole-wings {
    margin-top: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .grid-5 {
    background-image: url('../images/chicken-delivery-phonejpg.jpg');
  }

  .daily-small-type {
    font-size: 12px;
  }

  .delivery-h1 {
    margin-top: 20px;
  }

  .catering-sec {
    height: auto;
    margin-bottom: 20px;
  }

  .catering-h1 {
    font-size: 26px;
  }

  .review-box-div {
    width: 90%;
  }

  ._5-stars {
    width: 60%;
  }

  .reviews-h1 {
    font-size: 12px;
  }

  .review-name-h3 {
    font-size: 16px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .grid-8 {
    margin-top: 20px;
  }

  .buziko-link {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .address-h1 {
    font-size: 28px;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .nav-link {
    font-size: 1.5rem;
  }

  .header-sec {
    align-items: flex-start;
  }

  .logo-img-header {
    margin-top: 0;
    margin-left: 0;
  }

  .logo-link {
    width: 60%;
    margin-top: 10px;
    margin-left: 10px;
  }

  .hero-menu-div {
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% 0%;
  }

  .dropdown {
    width: 90%;
  }

  .icon-4, .text-block {
    font-size: 22px;
  }

  .dropdown-link {
    padding-top: 10px;
    font-size: 1rem;
  }

  .dropdown-link.w--current {
    font-size: 1rem;
  }

  .menu-h1 {
    font-size: 28px;
  }

  .slider-3 {
    height: 80%;
  }

  .chicken-fish-img {
    width: 65%;
    min-width: 250px;
    max-width: none;
    top: 77%;
    right: 0%;
  }

  .chicken-fish-img.hero-smaller-left {
    width: 100%;
    margin-top: 53px;
  }

  .chicken-fish-img.hero-smaller-left.whole-wings {
    width: 65%;
    max-width: 300px;
    margin-top: 74px;
  }

  .chicken-tenders-img {
    z-index: 200;
    width: 65%;
    min-width: 250px;
    max-width: none;
    bottom: 7%;
    left: 0%;
  }

  .chicken-tenders-img.hero-smaller {
    width: 65%;
    max-width: 320px;
    margin-bottom: -14px;
    bottom: 18%;
  }

  .slide, .slide-2, .slide-3 {
    overflow: hidden;
  }

  .sides1-img {
    z-index: 200;
    width: 68%;
    min-width: 280px;
    max-width: none;
    bottom: 12%;
    left: 0%;
  }

  .sides1-img.hero-smaller {
    width: 65%;
    max-width: 320px;
    margin-bottom: -14px;
  }

  .sides2-img {
    width: 68%;
    min-width: 280px;
    max-width: none;
    top: 68%;
    right: 0%;
  }

  .sides2-img.hero-smaller-left {
    width: 100%;
    margin-top: 53px;
  }

  .sides2-img.hero-smaller-left.whole-wings {
    width: 65%;
    max-width: 300px;
    margin-top: 74px;
  }

  .image-5 {
    width: 300px;
    max-width: none;
    bottom: -26%;
  }

  .image-6 {
    bottom: -49%;
  }

  .image-7 {
    width: 300px;
    max-width: none;
    top: -39%;
  }

  .div-block {
    z-index: 270;
    height: 110px;
  }

  .grid-12 {
    width: 100%;
    margin-bottom: 10px;
  }

  .social-h1 {
    margin-left: 20px;
    font-size: 26px;
  }

  .lottie-animation-2 {
    width: 200%;
    height: 200%;
  }

  .social-icons-div {
    flex-direction: row;
  }

  .link-block-insta {
    margin-right: 20px;
  }

  .banner-div {
    background-color: #fff;
    width: 90%;
    max-width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .grid-14, .button-2 {
    width: 100%;
  }

  .smaller-text {
    font-size: 14px;
  }
}

#w-node-_53da3f98-e548-a2ff-037a-61875dfaae34-686f0d1f {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-a3b5c04a-e967-bec8-1a43-cd9558e1c921-686f0d1f, #w-node-_6e538d2f-46c1-3d68-1d46-5d5835901e3d-686f0d1f, #w-node-f4a645b7-45dc-53bb-d11d-2e8c12968fce-686f0d1f, #w-node-f4a645b7-45dc-53bb-d11d-2e8c12968fd0-686f0d1f, #w-node-c33f4502-7bea-0162-8433-ed05d65f32dc-686f0d1f, #w-node-c33f4502-7bea-0162-8433-ed05d65f32de-686f0d1f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b8a7b0a0-fcca-db52-8a50-ae735e2b48d0-686f0d1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3268b367-b8cc-96a4-c850-5ff19b3ed9eb-686f0d1f, #w-node-f14c27d7-68a9-384f-4603-65bba1720300-686f0d1f, #w-node-e7b108ab-74b0-1d68-b75a-9066d7897a3f-686f0d1f, #w-node-da7e0423-96b7-7898-bf50-f3da2035e833-686f0d1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1356b3ba-69ad-8c62-0362-1784ba7b7564-686f0d1f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3d129f37-3217-67c0-3815-8807cc25fa78-686f0d1f, #w-node-_62e6b996-38d3-4bab-b571-86c8d972a4f0-686f0d1f, #w-node-d0815f6f-c2b1-3624-5604-ccdec2a9cc4c-686f0d1f, #w-node-e26f1281-322f-e6d5-8ec3-5f47d6068b5b-686f0d1f, #w-node-_0a2a1732-2f55-3444-a7c6-4add4ee988ac-686f0d1f, #w-node-_23a34713-2311-834f-d5ec-b01cad94180d-686f0d1f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_842a8a5e-e6e8-16f9-65d4-5ee6dc5d73f9-686f0d1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0298d4f2-9d95-d220-615c-b8bb1bdeba65-1bdeba63, #w-node-_0298d4f2-9d95-d220-615c-b8bb1bdeba67-1bdeba63 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88cd6-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88cda-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88cdb-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88cdd-3b8aaaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88ce7-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88ceb-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88cec-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88cee-3b8aaaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88cf6-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88cfa-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88cfb-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88cfd-3b8aaaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d05-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d09-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d0a-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d0c-3b8aaaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d16-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d19-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d1d-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d1e-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d20-3b8aaaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d2a-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d2e-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d2f-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d31-3b8aaaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d3b-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d3f-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d40-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d42-3b8aaaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d4c-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d50-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d51-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d53-3b8aaaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d5d-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_09f607db-327d-5f6b-dfd0-d5c7715baf59-3b8aaaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09f607db-327d-5f6b-dfd0-d5c7715baf6a-3b8aaaf6, #w-node-_09f607db-327d-5f6b-dfd0-d5c7715baf60-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d60-3b8aaaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d62-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d69-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d6b-3b8aaaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d6f-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d72-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d79-3b8aaaf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d81-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d83-3b8aaaf6, #w-node-f8ee0d83-e744-2e68-4b10-6ef820f8fe4b-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f6b1519-319d-8203-4a8d-f11e6859526b-3b8aaaf6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8f6b1519-319d-8203-4a8d-f11e68595279-3b8aaaf6, #w-node-_8f6b1519-319d-8203-4a8d-f11e6859526f-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6a3f136-0657-cb18-47ce-0016c9b5d393-3b8aaaf6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a6a3f136-0657-cb18-47ce-0016c9b5d394-3b8aaaf6, #w-node-a6a3f136-0657-cb18-47ce-0016c9b5d397-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2118bb7-3830-fe02-deea-d3d2489aa6dc-3b8aaaf6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c2118bb7-3830-fe02-deea-d3d2489aa6dd-3b8aaaf6, #w-node-c2118bb7-3830-fe02-deea-d3d2489aa6e0-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d2b6e96-0324-822f-9e9e-65b03c95e8fd-3b8aaaf6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0d2b6e96-0324-822f-9e9e-65b03c95e8fe-3b8aaaf6, #w-node-_0d2b6e96-0324-822f-9e9e-65b03c95e901-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98a99b02-b4d7-a5ec-2fb4-fd92ebddb32c-3b8aaaf6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_98a99b02-b4d7-a5ec-2fb4-fd92ebddb32d-3b8aaaf6, #w-node-_98a99b02-b4d7-a5ec-2fb4-fd92ebddb330-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e8bb198-c492-25f6-2986-a242069d600b-3b8aaaf6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6e8bb198-c492-25f6-2986-a242069d600c-3b8aaaf6, #w-node-_6e8bb198-c492-25f6-2986-a242069d600f-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_00f17faf-f82e-dda9-337c-fe0fc0570b2b-3b8aaaf6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_00f17faf-f82e-dda9-337c-fe0fc0570b2c-3b8aaaf6, #w-node-_00f17faf-f82e-dda9-337c-fe0fc0570b2f-3b8aaaf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6276f6c0-3835-4a5a-23a9-78db7392dab5-fbf32bcf, #w-node-d739d487-1bcf-7d94-7fd4-4bdb2dd3d8fd-fbf32bcf, #w-node-_56979c6e-2b59-f346-68eb-4024f4b03cae-fbf32bcf, #w-node-_01bd6fd3-a074-98f6-1964-9570bd287c32-fbf32bcf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_01bd6fd3-a074-98f6-1964-9570bd287c6a-fbf32bcf {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1b0bc651-bab4-bf67-33cb-46f28f1812c7-fbf32bcf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1b0bc651-bab4-bf67-33cb-46f28f1812fd-fbf32bcf {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_83eb144b-9629-cff6-6ed4-9cefd7c89bb2-fbf32bcf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a3b5c04a-e967-bec8-1a43-cd9558e1c921-686f0d1f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6e538d2f-46c1-3d68-1d46-5d5835901e3d-686f0d1f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f4a645b7-45dc-53bb-d11d-2e8c12968fce-686f0d1f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f4a645b7-45dc-53bb-d11d-2e8c12968fd0-686f0d1f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-c33f4502-7bea-0162-8433-ed05d65f32dc-686f0d1f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c33f4502-7bea-0162-8433-ed05d65f32de-686f0d1f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b8a7b0a0-fcca-db52-8a50-ae735e2b48d0-686f0d1f, #w-node-_3268b367-b8cc-96a4-c850-5ff19b3ed9eb-686f0d1f, #w-node-_845c8f63-c351-ce9a-bf4c-dc23146ea83c-686f0d1f, #w-node-_3a6cd015-2fe7-f5c3-07f6-2ad40c87f5da-686f0d1f, #w-node-e7b108ab-74b0-1d68-b75a-9066d7897a3f-686f0d1f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_62e6b996-38d3-4bab-b571-86c8d972a4f0-686f0d1f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d0815f6f-c2b1-3624-5604-ccdec2a9cc4c-686f0d1f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-e26f1281-322f-e6d5-8ec3-5f47d6068b5b-686f0d1f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_23a34713-2311-834f-d5ec-b01cad94180d-686f0d1f, #w-node-_0298d4f2-9d95-d220-615c-b8bb1bdeba65-1bdeba63, #w-node-_0298d4f2-9d95-d220-615c-b8bb1bdeba67-1bdeba63 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88cd6-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d19-3b8aaaf6, #w-node-_09f607db-327d-5f6b-dfd0-d5c7715baf59-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d60-3b8aaaf6, #w-node-f8ee0d83-e744-2e68-4b10-6ef820f8fe4b-3b8aaaf6, #w-node-_8f6b1519-319d-8203-4a8d-f11e6859526b-3b8aaaf6, #w-node-a6a3f136-0657-cb18-47ce-0016c9b5d393-3b8aaaf6, #w-node-c2118bb7-3830-fe02-deea-d3d2489aa6dc-3b8aaaf6, #w-node-_0d2b6e96-0324-822f-9e9e-65b03c95e8fd-3b8aaaf6, #w-node-_98a99b02-b4d7-a5ec-2fb4-fd92ebddb32c-3b8aaaf6, #w-node-_6e8bb198-c492-25f6-2986-a242069d600b-3b8aaaf6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_00f17faf-f82e-dda9-337c-fe0fc0570b2b-3b8aaaf6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6276f6c0-3835-4a5a-23a9-78db7392dab5-fbf32bcf, #w-node-_01bd6fd3-a074-98f6-1964-9570bd287c32-fbf32bcf, #w-node-_1b0bc651-bab4-bf67-33cb-46f28f1812c7-fbf32bcf, #w-node-_83eb144b-9629-cff6-6ed4-9cefd7c89bb2-fbf32bcf {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3d129f37-3217-67c0-3815-8807cc25fa78-686f0d1f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88cd6-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d19-3b8aaaf6, #w-node-_09f607db-327d-5f6b-dfd0-d5c7715baf59-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d60-3b8aaaf6, #w-node-f8ee0d83-e744-2e68-4b10-6ef820f8fe4b-3b8aaaf6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8f6b1519-319d-8203-4a8d-f11e6859526b-3b8aaaf6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_8f6b1519-319d-8203-4a8d-f11e6859526f-3b8aaaf6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a6a3f136-0657-cb18-47ce-0016c9b5d393-3b8aaaf6, #w-node-c2118bb7-3830-fe02-deea-d3d2489aa6dc-3b8aaaf6, #w-node-_0d2b6e96-0324-822f-9e9e-65b03c95e8fd-3b8aaaf6, #w-node-_98a99b02-b4d7-a5ec-2fb4-fd92ebddb32c-3b8aaaf6, #w-node-_6e8bb198-c492-25f6-2986-a242069d600b-3b8aaaf6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d739d487-1bcf-7d94-7fd4-4bdb2dd3d8fd-fbf32bcf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_56979c6e-2b59-f346-68eb-4024f4b03cae-fbf32bcf {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a6cd015-2fe7-f5c3-07f6-2ad40c87f5da-686f0d1f, #w-node-e7b108ab-74b0-1d68-b75a-9066d7897a3f-686f0d1f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d62-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d69-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d6b-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d72-3b8aaaf6, #w-node-_651657a7-c4ce-13c2-b4c0-c1b646e88d79-3b8aaaf6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8f6b1519-319d-8203-4a8d-f11e6859526b-3b8aaaf6, #w-node-a6a3f136-0657-cb18-47ce-0016c9b5d393-3b8aaaf6, #w-node-c2118bb7-3830-fe02-deea-d3d2489aa6dc-3b8aaaf6, #w-node-_0d2b6e96-0324-822f-9e9e-65b03c95e8fd-3b8aaaf6, #w-node-_98a99b02-b4d7-a5ec-2fb4-fd92ebddb32c-3b8aaaf6, #w-node-_6e8bb198-c492-25f6-2986-a242069d600b-3b8aaaf6, #w-node-_00f17faf-f82e-dda9-337c-fe0fc0570b2b-3b8aaaf6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Neontubes webfont';
  src: url('../fonts/neontubes-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}