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

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

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

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

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

.section {
  z-index: 500;
  background-color: #353333;
  position: relative;
}

.link-block {
  padding-top: 10px;
}

.link-block.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.text-block {
  color: #fff;
  text-align: right;
  margin-top: -14px;
  padding-right: 28px;
  font-family: Droid Sans, sans-serif;
}

.text-block._7 {
  color: #fff;
  text-align: left;
  margin-left: 32px;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #e42730;
  text-align: left;
  margin-right: 0;
  font-family: Exo, sans-serif;
  font-size: 23px;
  font-style: italic;
  line-height: 32px;
}

.heading._3 {
  font-size: 23px;
}

.image {
  margin-top: 9px;
}

.columns {
  margin-top: -17px;
}

.column, .column-2 {
  margin-top: 0;
}

.slider {
  height: 600px;
}

.slide {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/ruby.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Great Vibes, cursive;
}

.heading-2 {
  color: red;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 174px;
  font-size: 52px;
  line-height: 62px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 37px;
  font-size: 35px;
}

.slide-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .03), rgba(0, 0, 0, .03)), url('../images/MassamanSeafoodCurry.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/BunSaladwithEggRolls.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), url('../images/BirdNest.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.icon, .icon-2 {
  color: rgba(0, 0, 0, 0);
}

.slide-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .06), rgba(0, 0, 0, .06)), url('../images/Sushi.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-3 {
  color: #e8252c;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  margin-top: 0;
  padding-top: 79px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.text-span {
  background-color: rgba(0, 0, 0, 0);
}

.columns-2 {
  margin-top: 73px;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-5 {
  color: #fff;
  text-shadow: 1px 1px 6px #ff0d0d, 1px 1px 3px #000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 71px;
  font-family: Exo, sans-serif;
  font-size: 42px;
  line-height: 54px;
}

.column-3 {
  margin-top: -31px;
}

.column-4 {
  margin-top: 36px;
}

.column-5 {
  margin-top: -31px;
}

.column-6 {
  margin-top: 36px;
}

.text-block-3 {
  color: red;
  text-align: center;
  background-color: rgba(255, 255, 255, .71);
  margin-top: 24px;
  margin-left: 50px;
  margin-right: 50px;
  font-family: Droid Sans, sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.navbar {
  background-color: #353333;
  margin-bottom: 0;
  display: block;
}

.nav-link {
  color: #eeebe4;
  padding-left: 10px;
  padding-right: 20px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.nav-link:hover {
  color: #e8252c;
}

.nav-link.w--current {
  color: #eeebe4;
}

.text-span-2 {
  color: #ff0004;
  font-size: 25px;
}

.text-span-2:hover {
  text-decoration: underline;
}

.image-2 {
  margin-top: 5px;
}

.image-3 {
  text-align: right;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-4 {
  text-align: center;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.columns-3 {
  margin-top: -35px;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-7 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-2 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.section-2 {
  background-color: #eeebe4;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
  position: relative;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  padding-top: 50px;
  font-family: Exo, sans-serif;
  font-size: 45px;
  line-height: 54px;
}

.text-block-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
}

.text-block-4.email-club {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.columns-4 {
  margin-top: 50px;
  margin-left: 150px;
  margin-right: 150px;
}

.link-block-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text-block-5 {
  width: 250px;
  text-align: left;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-6 {
  width: 250px;
  text-align: center;
  border-bottom: 1px dotted #000;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  font-family: Droid Sans, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

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

.image-6 {
  width: 250px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-7, .image-8 {
  width: 250px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-8 {
  height: 310px;
}

.button {
  width: 245px;
  text-align: center;
  background-color: #e8252c;
  border-radius: 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px #000;
}

.button.left {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 20px;
}

.button.menu {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 20px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 108px;
  margin-bottom: 41px;
  padding-top: 0;
  font-weight: 400;
}

.section-3 {
  background-color: #353333;
  padding-top: 25px;
  padding-bottom: 20px;
}

.columns-5 {
  margin-left: 310px;
  margin-right: 100px;
}

.image-9 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph {
  color: #fff;
  margin-left: 22px;
  margin-right: 0;
  font-size: 14px;
  line-height: 18px;
}

.column-9 {
  padding-left: 0;
}

.navbar-2 {
  height: 150px;
  background-color: #251515;
  padding-top: 25px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  color: #ddd3c0;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 15px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 700;
}

.nav-link-2:hover {
  color: #e8252c;
  font-size: 20px;
}

.nav-link-2.w--current {
  color: #ddd3c0;
}

.nav-link-2.loc {
  display: none;
}

.columns-15 {
  height: auto;
  background-color: rgba(238, 235, 228, .9);
  border-radius: 15px;
  margin-bottom: 0;
}

.columns-17 {
  padding-left: 10px;
  padding-right: 10px;
}

.container-4 {
  height: auto;
  background-image: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75));
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block-6 {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.heading-8 {
  width: 100%;
  color: #fff;
  text-align: center;
  border: 1px #f7f7f7;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 57px;
}

.heading-8.menu-tect {
  margin-top: 0;
  padding-top: 50px;
}

.heading-8.black {
  color: #353333;
}

.container-5 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid red;
}

.container-5.height1 {
  height: 500px;
  background-color: rgba(238, 235, 228, .9);
  border-style: none;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-right: 0;
  font-size: 15px;
}

.heading-9 {
  color: #000;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
}

.div-block-16 {
  border: 2px solid red;
  padding: 0;
}

.column-24 {
  border: 2px solid red;
  padding: 3px 3px 2px;
}

.div-block-17 {
  border: 1px solid #000;
  margin-top: 5px;
  padding-top: 3px;
}

.column-21 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-10 {
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  display: inline-block;
}

.link-block-11 {
  text-decoration: none;
  display: block;
}

.columns-18 {
  background-color: rgba(238, 235, 228, .9);
  border-radius: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-3 {
  z-index: 25;
  color: #353333;
  background-color: #251515;
  margin-top: 0;
  padding-top: 25px;
  font-family: Verdana, Geneva, sans-serif;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-20 {
  color: #000;
  text-align: center;
  margin-top: 10px;
}

.columns-16 {
  font-weight: 400;
}

.column-25 {
  border: 2px solid red;
  margin-top: 14px;
  padding-bottom: 15px;
}

.column-25.p0p {
  border-style: none;
  margin-top: 0;
}

.text-block-22 {
  color: #fff;
  margin-top: 42px;
  margin-left: 6px;
}

.paragraph-5 {
  text-align: center;
}

.bold-text-4 {
  font-size: 16px;
}

.section-6 {
  background-image: url('../images/1Menu_Bambu_Oakdale_MAIN_September2019_7-1.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.columns-20 {
  padding-left: 100px;
  padding-right: 100px;
}

.text-span-3 {
  border: 1px #e00;
  border-bottom: 2px solid #e00;
  text-decoration: none;
}

.nav-link-3 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-3:hover {
  color: #000;
  background-color: rgba(255, 255, 255, .72);
  border-radius: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-3.w--current {
  color: #fff;
}

.columns-19 {
  background-color: rgba(238, 235, 228, .9);
  padding-top: 8px;
  padding-bottom: 5px;
}

.text-block-21 {
  text-align: center;
  margin: 7px 10px 16px;
  padding-left: 0;
}

.paragraph-3 {
  color: #000;
  margin-top: 5px;
  padding-left: 5px;
}

.paragraph-3.center {
  text-align: center;
}

.image-10 {
  float: right;
  clear: none;
  text-align: left;
  display: block;
}

.ordernow {
  color: #e8252c;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 700;
}

.ordernow:hover {
  color: #251515;
  background-color: #e8252c;
}

.container-7 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.italic-text {
  font-size: 18px;
}

.div-block-18 {
  padding-top: 20px;
  padding-left: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-19 {
  color: #ddd3c0;
}

.text-block-23 {
  color: #ddd3c0;
  font-size: 16px;
  font-weight: 700;
}

.text-block-24 {
  color: #ddd3c0;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.link {
  color: #ddd3c0;
  text-decoration: none;
}

.div-block-18-copy {
  padding: 20px 20px 0 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link-2 {
  color: #ddd3c0;
  font-weight: 700;
  text-decoration: none;
}

.section-7 {
  z-index: 4;
  height: auto;
  background-color: #ddd3c0;
  background-image: linear-gradient(rgba(221, 219, 192, .9), rgba(221, 219, 192, .9)), url('../images/Bambu-Oakdale_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
  padding: 0 0 50px;
  position: relative;
  box-shadow: 0 2px 4px rgba(37, 21, 21, .85);
}

.section-8 {
  background-color: #ddd3c0;
  margin-top: 150px;
  padding: 30px 10px 40px;
}

.heading-11 {
  color: #251515;
  text-align: center;
  margin-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.text-block-25 {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
}

.columns-21 {
  height: auto;
}

.category {
  height: 300px;
  text-align: left;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-11 {
  max-height: 100%;
  max-width: none;
  text-align: left;
  object-fit: cover;
  flex: 1;
  padding-bottom: 0;
}

.column-26 {
  border: 1px solid #999;
  padding-left: 0;
  padding-right: 0;
}

.div-block-21 {
  width: 100%;
  height: 30px;
  text-align: center;
  background-color: rgba(37, 21, 21, .74);
  flex: 0 auto;
  position: relative;
  top: -136px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-26 {
  color: #ddd3c0;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.column-27 {
  border: 1px solid #999;
  border-left-style: none;
  padding-left: 0;
  padding-right: 0;
}

.column-28 {
  border: 1px solid #999;
  border-style: solid none;
  padding-left: 0;
  padding-right: 0;
}

.column-29 {
  border: 1px solid #999;
  padding-left: 0;
  padding-right: 0;
}

.catlink {
  color: #ddd3c0;
  text-decoration: none;
  display: block;
}

.section-9 {
  text-align: center;
  background-color: #ddd3c0;
  padding-top: 25px;
  padding-bottom: 30px;
}

.button-2 {
  width: 245px;
  color: #e8252c;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e8252c;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Verdana, Geneva, sans-serif;
}

.button-2:hover {
  color: #eeebe4;
  background-color: #e8252c;
}

.section-10 {
  background-color: #eeebe4;
  padding-top: 30px;
  padding-bottom: 60px;
}

.heading-12 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.heading-13 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-27 {
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
}

.body {
  font-family: Verdana, Geneva, sans-serif;
}

.link-3 {
  color: #353333;
  text-decoration: none;
}

.image-12 {
  width: 500px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.hours, .dayotw {
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
}

.hoursop {
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.column-30 {
  height: 400px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.menucol {
  height: 400px;
  text-align: left;
  padding-right: 40px;
}

.slide-15 {
  background-image: url('../images/DSC_4628-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-5 {
  margin-right: 10px;
  display: none;
}

.text-block-28 {
  color: #eeebe4;
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.button-3 {
  width: 250px;
  color: #251515;
  text-align: center;
  background-color: #eeebe4;
  border-radius: 0;
  flex: 0 auto;
  margin: 35px 20px 20px;
  padding: 10px 20px;
  font-size: 16px;
  display: block;
}

.button-3:hover {
  color: #fff;
  background-color: #e8252c;
}

.button-3.catering-button {
  display: inline-block;
}

.icon-6 {
  margin-left: 10px;
  display: none;
}

.slider-2 {
  width: 450px;
  height: 400px;
  background-color: #331e1e;
}

.slide-10 {
  background-image: url('../images/Sushi-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-11 {
  background-color: #331e1e;
  background-image: linear-gradient(rgba(54, 23, 23, .85), rgba(54, 23, 23, .85)), url('../images/02d14741.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 20px;
}

.slide-nav-3 {
  display: none;
}

.slide-13 {
  background-image: url('../images/25152274_10155535235369024_2997590546847450150_n.jpg'), linear-gradient(#331e1e, #331e1e);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.heading6 {
  color: #eeebe4;
  margin-top: 0;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.slide-8 {
  background-image: url('../images/13529014_10153925430319024_588078256666429550_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-31 {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-12 {
  background-color: #eeebe4;
  margin: 0 0;
  padding: 40px 8vw;
}

.section-13 {
  color: #eeebe4;
  background-color: #353333;
  padding-top: 20px;
  padding-bottom: 40px;
}

.link-4 {
  color: #eeebe4;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.link-4.w--current {
  color: #eeebe4;
}

.container-8 {
  text-align: center;
}

.text-block-29 {
  color: #eeebe4;
  padding-top: 5px;
}

.link-block-12 {
  width: auto;
  padding: 10px;
}

.image-13 {
  width: 30px;
}

.gallery {
  background-color: #eeebe4;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.body-2 {
  font-family: Verdana, Geneva, sans-serif;
}

.section-14 {
  background-color: #eeebe4;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
}

.optiondiv {
  width: 100%;
  height: 400px;
  color: #353333;
  background-color: #353333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.optiondiv.red {
  background-color: #e8252c;
}

.body-3 {
  background-color: #fff;
  font-family: Verdana, Geneva, sans-serif;
}

.columns-22 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.heading-14 {
  color: #353333;
  text-align: center;
}

.div-block-22 {
  width: 95%;
  height: 370px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-15, .text-block-30 {
  text-align: center;
}

.div-block-23 {
  width: 95%;
  height: auto;
  border: 1px solid #999;
  padding-top: 10px;
}

.text-block-31 {
  font-size: 16px;
  line-height: 24px;
}

.text-block-32 {
  padding-bottom: 10px;
}

.container-9 {
  margin-top: 0;
  padding-top: 20px;
}

.columns-23 {
  margin-left: 100px;
}

.text-block-33 {
  color: #e8252c;
  text-align: center;
  margin-top: 20px;
  font-size: 140px;
  line-height: 200px;
}

.text-block-33.catering {
  color: #eeebe4;
  margin-top: -66px;
  font-size: 75px;
  line-height: 85px;
}

.text-block-33.sushi {
  margin-top: 100px;
  font-size: 90px;
  line-height: 100px;
}

.text-block-33.online-ordering {
  font-size: 100px;
  line-height: 120px;
}

.text-block-34 {
  color: #eeebe4;
  text-align: center;
  font-size: 75px;
  line-height: 85px;
}

.column-34 {
  margin-top: 74px;
}

.column-35 {
  margin-top: 77px;
}

.columns-24 {
  margin-top: 20px;
}

.heading-16 {
  text-align: center;
  margin-top: 56px;
}

.form {
  margin-top: 39px;
}

.submit-button {
  width: 245px;
  background-color: #e8252c;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 1px 1px 3px #000;
}

.columns-25 {
  background-color: #eeebe4;
  padding-left: 50px;
  display: none;
}

.image-14 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-36 {
  margin-bottom: 26px;
  padding-left: 40px;
  padding-right: 40px;
}

.column-37 {
  padding-right: 26px;
}

.body-4 {
  font-family: Verdana, Geneva, sans-serif;
}

.container-10 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brandlink, .brandlink.w--current {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.brandlinkmob {
  padding-top: 10px;
  display: none;
}

.brandlinkmob.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: none;
}

.div-block-24 {
  padding-right: 10px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-25 {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.body-5 {
  font-family: Verdana, Geneva, sans-serif;
}

.heading-17 {
  text-align: center;
  font-weight: 400;
}

.container-11 {
  text-align: left;
}

.div-block-26 {
  width: 100%;
  text-align: center;
}

.columns-27 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.body-6 {
  font-family: Verdana, Geneva, sans-serif;
}

.div-block-27 {
  text-align: center;
}

.column-39 {
  padding-left: 0;
  padding-right: 0;
}

.columns-28 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.section-15 {
  background-color: #eeebe4;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:hover, .dropdown-link.w--current, .dropdown-link.w--current:hover {
  color: #e8252c;
}

.dropdown-list {
  background-color: #353333;
}

.image-11-copy {
  width: auto;
  max-height: 100%;
  max-width: none;
  text-align: left;
  object-fit: cover;
  flex: 1;
  padding-bottom: 0;
}

.section-16 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-28 {
  width: 100%;
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-list-2 {
  background-color: #353333;
}

.dropdown-link-2 {
  color: #fff;
}

.dropdown-link-2.w--current {
  color: #e8252c;
}

.button-4 {
  width: 245px;
  color: #e8252c;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px #000;
}

.button-4:hover {
  color: #fff;
  background-color: #e8252c;
}

.button-3-copy {
  width: 250px;
  color: #251515;
  text-align: center;
  background-color: #eeebe4;
  border-radius: 0;
  flex: 0 auto;
  margin: 35px 20px 20px;
  padding: 10px 20px;
  font-size: 16px;
  display: block;
}

.button-3-copy:hover {
  color: #fff;
  background-color: #e8252c;
}

.button-3-copy.catering-button {
  display: inline-block;
}

.button-4-left {
  width: 245px;
  color: #e8252c;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 20px;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px #000;
}

.button-4-left:hover {
  color: #fff;
  background-color: #e8252c;
}

.div-block-29 {
  text-align: center;
  padding: 20px 0;
}

.button-5 {
  width: 200px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #b4252d;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  display: block;
}

.trigger {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.deliveryoptions {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.delivdiv {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.delivimg {
  height: 80px;
  margin-top: 0;
}

.column-40 {
  padding-left: 0;
  padding-right: 0;
}

.body-7 {
  font-family: Verdana, Geneva, sans-serif;
}

.heading-18, .heading-19 {
  font-weight: 400;
}

.section-17 {
  margin-top: 30px;
  margin-bottom: 60px;
}

.link-5 {
  color: #eeebe4;
  padding-right: 20px;
  text-decoration: none;
}

.heading-20 {
  color: #252424;
  text-align: center;
  padding-top: 20px;
}

.heading-20.black {
  color: #333;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}

.review-button {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-35 {
  font-size: 14px;
  line-height: 22px;
}

.reviewdiv {
  height: 450px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
}

.image-16 {
  max-width: 110%;
}

.div-block-9 {
  height: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-21 {
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-10 {
  height: 200px;
  overflow: hidden;
}

.columns-7 {
  margin-top: 20px;
}

.column-41 {
  padding: 0 10px;
}

.section-18 {
  background-color: #eeebe4;
  padding-bottom: 100px;
}

.challenge {
  width: 120%;
  max-width: 120%;
  position: relative;
  top: -49px;
}

.button-6 {
  width: 200px;
  color: #c4171d;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c4171d;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
}

.button-6:hover {
  color: #fff;
  background-color: #c4171d;
}

.button-6.review {
  width: 100%;
  color: #e8252c;
  border-color: #e8252c;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-6.review:hover {
  color: #fff;
  background-color: #e8252c;
}

.heading-22 {
  text-align: center;
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.container-12 {
  padding-top: 40px;
}

.applink {
  padding: 10px;
}

.text-block-36 {
  margin-top: 20px;
}

.column-42 {
  text-align: center;
}

.image-17 {
  width: 180px;
}

.section-19 {
  background-color: #eeebe4;
  padding-top: 40px;
  padding-bottom: 100px;
}

.column-43, .column-44 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  margin-top: 20px;
}

.image-19 {
  width: 180px;
}

.heading-23 {
  text-align: center;
  font-size: 28px;
  line-height: 28px;
}

.food {
  padding-bottom: 100px;
}

.foodcon {
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-block-37 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-6, .link-7 {
  color: #353333;
  font-style: italic;
  text-decoration: none;
}

.body-8 {
  background-color: #eeebe4;
}

.div-block-30 {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-31 {
  width: 90px;
  height: 50px;
  text-align: center;
  background-color: #e8252c;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-38 {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
}

.stickybutton {
  z-index: 9;
  color: #fff;
  text-decoration: none;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  bottom: 16%;
  left: 0;
  right: 0%;
}

.privacy, .terms {
  color: #eeebe4;
  text-decoration: none;
}

.column-45 {
  padding-right: 20px;
}

.column-46 {
  padding-left: 20px;
}

.heading-24 {
  text-align: center;
}

.section-20 {
  padding-bottom: 40px;
}

.column-47 {
  text-align: center;
  padding-bottom: 10px;
}

.column-48 {
  padding-bottom: 10px;
}

.bold-text-5 {
  font-weight: 400;
}

.sushi {
  height: 300px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid red;
  padding-bottom: 0;
}

.sushi.height1 {
  height: 464px;
  background-color: rgba(238, 235, 228, .9);
  border-style: none;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.poke-cont {
  height: 190px;
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75));
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.happy-hour {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: none;
}

.image-20 {
  margin-bottom: 20px;
  margin-left: 10px;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.columns-16-copy {
  margin-top: 40px;
  padding-left: 75px;
  padding-right: 75px;
}

.bold-text-6 {
  font-weight: 400;
}

.column-49, .column-50, .column-51, .column-52, .column-53, .column-54, .column-55 {
  text-align: center;
}

.foodcol {
  margin-top: 10px;
}

.sushitext {
  text-align: center;
  margin: 7px 10px 10px;
  padding-left: 0;
}

.sushi-oak {
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid red;
  padding-bottom: 0;
}

.sushi-oak.height1 {
  height: 464px;
  background-color: rgba(238, 235, 228, .9);
  border-style: none;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-copyright {
  color: #eeebe4;
  padding-top: 5px;
}

.phone {
  color: #eeebe4;
  padding-right: 20px;
  text-decoration: none;
}

.sushi-maple {
  height: 250px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid red;
  padding-bottom: 0;
}

.sushi-maple.height1 {
  height: 464px;
  background-color: rgba(238, 235, 228, .9);
  border-style: none;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-39 {
  text-align: center;
}

.mobileapphidden {
  background-color: #eeebe4;
  padding-top: 40px;
  padding-bottom: 100px;
  display: none;
}

.column-58 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.columns-29 {
  display: flex;
}

.text-block-40 {
  color: #e8252c;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.section-21 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-60 {
  padding-left: 0;
  padding-right: 0;
}

.image-21 {
  height: 406px;
}

.column-61 {
  padding-left: 0;
  padding-right: 0;
}

.image-22 {
  height: 406px;
  display: block;
}

.image-23 {
  width: auto;
  height: 406px;
  display: block;
}

.image-24, .image-25, .image-26 {
  width: 100%;
  height: 300px;
}

.column-62, .column-63, .column-64 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-5-copy {
  width: auto;
  text-align: left;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
}

.cell {
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.cell-2, .cell-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cell-4 {
  padding-top: 60px;
}

.cell-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cell-6 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.section-22 {
  background-color: #ddd3c0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-27 {
  width: 75px;
  height: 75px;
  max-width: none;
}

.social-link {
  color: #353333;
  text-align: center;
  text-decoration: none;
}

.image-28 {
  height: 250px;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 4px 4px 7px 2px rgba(0, 0, 0, .43);
}

.cell-7, .cell-8 {
  align-items: center;
}

.quick-stack {
  padding-left: 100px;
  padding-right: 100px;
}

.app-text {
  color: #353333;
}

.app-text:hover {
  color: #e8252c;
}

.div-block-32 {
  padding-top: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    display: none;
  }

  .heading-3 {
    font-size: 44px;
    line-height: 50px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .link-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-4.email-club {
    font-size: 14px;
    line-height: 22px;
  }

  .image-9 {
    padding-bottom: 10px;
  }

  .container-4 {
    height: 250px;
  }

  .heading-8 {
    font-size: 22px;
  }

  .container-5.height1 {
    height: 550px;
  }

  .paragraph-4 {
    margin-left: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .columns-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-22 {
    margin-top: 19px;
  }

  .columns-20 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link-3, .nav-link-3.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-25 {
    font-size: 16px;
  }

  .nav-menu {
    background-color: #251515;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hoursdiv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-30 {
    height: auto;
    text-align: center;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 40px 100px 10px;
    display: flex;
  }

  .menucol {
    height: auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-3.catering-button {
    margin-top: 0;
  }

  .slider-2 {
    width: 550px;
    height: 350px;
  }

  .section-12 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .link-block-12 {
    width: auto;
    padding: 10px;
  }

  .image-13 {
    width: 30px;
    max-width: none;
  }

  .gallery {
    padding-top: 60px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .text-block-33 {
    display: none;
  }

  .text-block-33.catering {
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .column-36 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-10 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-2.w--open, .nav-menu-2 {
    background-color: #353333;
  }

  .columns-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brandlinkmob, .brandlinkmob.w--current {
    display: block;
  }

  .div-block-24 {
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-25 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

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

  .button-3-copy.catering-button {
    margin-top: 0;
  }

  .link-5 {
    padding-right: 20px;
  }

  .review-button {
    position: absolute;
    bottom: 4%;
  }

  .image-15 {
    position: static;
    top: -148px;
  }

  .reviewdiv {
    height: 500px;
    margin-bottom: 20px;
  }

  .image-16 {
    max-width: 130%;
  }

  .div-block-10 {
    height: 180px;
    object-fit: none;
  }

  .column-41 {
    padding-left: 10px;
  }

  .challenge {
    width: 100%;
    object-fit: cover;
    object-position: 50% 100%;
    position: static;
    top: -165px;
  }

  .button-6.review {
    color: #fff;
    background-color: #c4171d;
  }

  .column-44 {
    height: 100%;
    max-height: none;
    flex-direction: row;
  }

  .image-18 {
    margin-top: 20px;
  }

  .sushi.height1 {
    height: 550px;
  }

  .poke-cont {
    height: 200px;
  }

  .columns-16-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .sushi-oak.height1 {
    height: 550px;
  }

  .phone {
    padding-right: 20px;
  }

  .sushi-maple.height1 {
    height: 550px;
  }

  .div-block-32 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .heading-3 {
    font-size: 43px;
    line-height: 48px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .image-9 {
    padding-bottom: 10px;
  }

  .navbar-2 {
    height: 100px;
    padding-top: 20px;
  }

  .nav-link-2.loc {
    display: block;
  }

  .heading-8.menu-tect {
    padding-top: 50px;
  }

  .container-5.height1 {
    height: 700px;
  }

  .column-24 {
    margin-bottom: 10px;
  }

  .navbar-3, .container-6 {
    display: none;
  }

  .text-block-22 {
    text-align: center;
  }

  .section-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .container-7 {
    flex-direction: row;
    justify-content: space-between;
  }

  .div-block-18, .div-block-18-copy {
    display: none;
  }

  .section-8 {
    margin-top: 100px;
  }

  .category {
    height: 250px;
    justify-content: flex-start;
  }

  .image-11 {
    max-height: none;
    max-width: 100%;
  }

  .column-26 {
    border-style: none;
  }

  .div-block-21 {
    margin-bottom: 17px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-27 {
    border-style: none;
    border-width: 0;
  }

  .column-28, .column-29 {
    border-style: none;
  }

  .image-12 {
    padding-right: 0;
  }

  .hoursdiv {
    padding-left: 10px;
    padding-right: 0;
  }

  .hoursop {
    margin-top: 10px;
  }

  .column-30 {
    justify-content: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menucol {
    padding-right: 10px;
  }

  .button-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-11 {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .link-4, .link-4.w--current {
    padding-bottom: 10px;
  }

  .container-8 {
    flex-direction: column;
    display: flex;
  }

  .gallery {
    margin-top: 0;
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-14 {
    margin-top: 100px;
  }

  .column-32, .column-33 {
    padding-bottom: 20px;
  }

  .text-block-33 {
    margin-top: 220px;
    display: block;
  }

  .text-block-33.catering, .text-block-33.sushi {
    display: none;
  }

  .text-block-33.online-ordering {
    margin-top: 10px;
    display: none;
  }

  .text-block-34 {
    display: none;
  }

  .columns-25 {
    padding-left: 0;
  }

  .column-36, .columns-27, .columns-28 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-11-copy {
    max-height: none;
    max-width: 100%;
  }

  .section-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-3-copy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-5 {
    width: auto;
  }

  .delivdiv {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .review-button {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .image-15 {
    width: 100%;
    position: static;
    top: -44px;
  }

  .reviewdiv {
    height: auto;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-10 {
    height: 300px;
  }

  .challenge {
    position: static;
    top: -185px;
  }

  .button-6.review {
    color: #fff;
    background-color: #b4252d;
  }

  .column-43 {
    display: none;
  }

  .text-block-37 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stickybutton {
    bottom: 0%;
  }

  .sushi {
    height: auto;
    padding-bottom: 10px;
  }

  .sushi.height1 {
    height: 700px;
  }

  .poke-cont {
    height: auto;
    margin-bottom: 0;
  }

  .column-56, .column-57 {
    text-align: center;
  }

  .sushi-oak {
    height: auto;
    padding-bottom: 10px;
  }

  .sushi-oak.height1 {
    height: 700px;
  }

  .sushi-maple {
    height: auto;
    padding-bottom: 10px;
  }

  .sushi-maple.height1 {
    height: 700px;
  }

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

  .quick-stack {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-32 {
    padding-top: 10px;
  }
}

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

  .heading-3 {
    font-size: 33px;
    line-height: 36px;
  }

  .heading-4 {
    margin-top: -29px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-link {
    display: block;
  }

  .link-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-4, .text-block-4.email-club {
    font-size: 16px;
    line-height: 20px;
  }

  .button.left, .button.menu {
    width: 100%;
  }

  .paragraph {
    margin-left: 0;
  }

  .navbar-2 {
    height: 90px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .section-6 {
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
  }

  .container-7 {
    flex-direction: row;
    justify-content: space-between;
  }

  .section-8 {
    margin-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    font-size: 26px;
    line-height: 28px;
  }

  .text-block-25 {
    font-size: 14px;
    line-height: 18px;
  }

  .category {
    height: 200px;
    border: 1px #000;
  }

  .image-11 {
    max-height: 100%;
    max-width: none;
  }

  .div-block-21 {
    margin-bottom: 13px;
  }

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-2 {
    width: 100%;
    text-align: center;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 22px;
  }

  .image-12, .column-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menucol {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-28 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-3 {
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #e8252c;
    margin: 20px 0;
  }

  .slider-2 {
    width: 300px;
  }

  .section-11 {
    padding-top: 10px;
  }

  .text-block-29 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .gallery {
    margin-top: 0;
    padding-top: 0;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .section-14 {
    margin-top: 90px;
    padding-top: 10px;
  }

  .heading-14 {
    font-size: 28px;
  }

  .text-block-33 {
    display: none;
  }

  .column-37 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    flex: 0 auto;
  }

  .brandlinkmob.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-24 {
    display: none;
  }

  .heading-17 {
    font-size: 28px;
    line-height: 36px;
  }

  .columns-28 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-11-copy {
    width: 100%;
    max-height: 100%;
    max-width: none;
  }

  .section-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-28 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-4 {
    margin-top: 20px;
  }

  .button-3-copy {
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #e8252c;
    margin: 20px 0;
  }

  .button-5 {
    width: 100%;
    text-align: center;
  }

  .link-5 {
    margin-bottom: 0;
    padding-right: 10px;
  }

  .heading-20.black {
    font-size: 30px;
  }

  .image-15 {
    position: static;
  }

  .div-block-10 {
    height: auto;
  }

  .section-18 {
    padding-bottom: 40px;
  }

  .challenge {
    position: static;
  }

  .button-6 {
    margin-top: 20px;
  }

  .button-6.review {
    background-color: #e8252c;
  }

  .column-42 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-43 {
    display: none;
  }

  .footer-copyright {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .phone {
    margin-bottom: 10px;
    padding-right: 10px;
  }

  .mobileapphidden {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-link {
    flex: 0 auto;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-32 {
    flex-direction: row;
    padding-top: 10px;
  }
}

#w-node-afe6f76b-0ce0-c18e-0e6b-dce5032ae31f-032ae31d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-afe6f76b-0ce0-c18e-0e6b-dce5032ae320-032ae31d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afe6f76b-0ce0-c18e-0e6b-dce5032ae325-032ae31d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-afe6f76b-0ce0-c18e-0e6b-dce5032ae326-032ae31d, #w-node-afe6f76b-0ce0-c18e-0e6b-dce5032ae32b-032ae31d, #w-node-afe6f76b-0ce0-c18e-0e6b-dce5032ae330-032ae31d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38efff11-9439-c6c4-003f-6a40b13d4472-2a9f31c0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-afe6f76b-0ce0-c18e-0e6b-dce5032ae31f-032ae31d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-afe6f76b-0ce0-c18e-0e6b-dce5032ae320-032ae31d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-afe6f76b-0ce0-c18e-0e6b-dce5032ae330-032ae31d {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38efff11-9439-c6c4-003f-6a40b13d4472-2a9f31c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


