.header {
  z-index: 15;
  height: 250px;
  padding-top: 30px;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.header.sticky {
  height: 102px;
  background-color: #f8b133;
}

.header.inner.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.footer {
  z-index: 10;
  background-color: #f8752d;
  margin-top: -50px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.top-banner {
  z-index: 4;
  height: 60vh;
  background-image: url('../images/Franchising_Header_compressed.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.top-banner.our-menu {
  background-image: url('../images/OurFood_Header_compressed.jpg');
}

.top-banner.franchising {
  background-image: url('../images/Franchising_Header_compressed.jpg');
}

.top-banner.find-us {
  background-image: url('../images/FindUs_Header_compressed.jpg');
}

.top-banner.homepage {
  height: 100vh;
  background-image: url('../images/Header_Image_compressed.jpg');
}

.no-compromise {
  z-index: 2;
  background-color: #fff;
  margin-top: -100px;
  margin-bottom: 0;
  position: relative;
}

.no-compromise.inner {
  margin-top: 0;
  margin-bottom: -200px;
}

.about-sauces {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Sauces_image_big_compressed.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-sauces.px-30 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Sauces_image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sliding-pages.px-30 {
  justify-content: center;
}

.c__small {
  width: 50ch;
}

.s-3 {
  z-index: 3;
  color: #fff;
  text-align: center;
  background-color: #ff5a5f;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.s-1 {
  z-index: 1;
  height: 100vh;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-5 {
  z-index: 5;
  color: #000;
  text-align: center;
  background-color: #ebebeb;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.s-2__left {
  width: 50vw;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0, -100%);
}

.s-2__left.bg-yellow {
  transform: none;
}

.s-2 {
  z-index: 2;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.s__main {
  z-index: 1;
  height: 600vh;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
  overflow: hidden;
}

.s-2__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-4__bottom {
  height: 50vh;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0, 100%);
}

.s-4__bottom.bg-yellow {
  transform: translate(0, 100%);
}

.s-6 {
  z-index: 6;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-100%);
}

.s-6.bg-yellow {
  transform: none;
}

.s-4__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-2__right {
  width: 50vw;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0, 100%);
}

.s-2__right.bg-light-grey {
  transform: none;
}

.s-4__top {
  height: 50vh;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0, -100%);
}

.s-4__top.bg-pink {
  transform: translate(0, -100%);
}

.s-5__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-3__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-1__shadow {
  z-index: 3;
  opacity: 1;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c__main {
  width: 75ch;
  display: none;
}

.s-4 {
  z-index: 4;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.text-center.mx-auto.mw-600.text-white.custom-width {
  max-width: 490px;
}

.text-center.mw-750 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.mw-600 {
  width: 100%;
  max-width: 600px;
}

.body {
  color: #3c3c3c;
  letter-spacing: .5px;
  font-family: Cab_Grotesk_500, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-white {
  color: #fff;
}

.heading {
  text-align: center;
  letter-spacing: 1.4px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Knockout_Sumo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tossed-container {
  z-index: 1;
  border: 1px red;
  padding-bottom: 0;
  position: relative;
  top: 6px;
  overflow: hidden;
}

.tossed-container.inner {
  margin-top: -160px;
}

.button {
  min-height: 60px;
  min-width: 200px;
  color: #3c3c3c;
  background-color: #f8b133;
  border: 2px solid #3c3c3c;
  justify-content: center;
  align-items: center;
  padding: 17px 45px 15px;
  font-family: Cab_Grotesk_900, sans-serif;
  font-weight: 900;
  display: inline-block;
  box-shadow: 5px 3px rgba(0, 0, 0, .2);
}

.button.mt-40 {
  text-align: center;
  transition: all .3s;
  display: inline-block;
  box-shadow: 4px 4px #3c3c3c;
}

.button.mt-40:hover {
  background-color: #ffc765;
  box-shadow: 0 0 #3c3c3c;
}

.button.mt-40.small {
  min-height: 40px;
  min-width: 135px;
  margin-top: 0;
  margin-right: 10px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1em;
  display: none;
}

.button.mt-40.small:hover {
  background-color: #ffc765;
}

.button.mt-40.small.d-inline-block {
  width: auto;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.button.mt-40.small.top-banner-button {
  display: none;
}

.button.mt-40.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.button.mt-40.d-none {
  display: none;
}

.button._w-full {
  width: 100%;
}

.button._w-full.mt-50 {
  transition: all .3s;
}

.button._w-full.mt-50:hover {
  background-color: #ffc765;
}

.button.mt-30 {
  margin-top: 30px;
}

.button.mx-15 {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s;
  box-shadow: 4px 4px #3c3c3c;
}

.button.mx-15:hover {
  background-color: #ffc765;
  box-shadow: 0 0 rgba(0, 0, 0, .2);
}

.button.mx-15.mx-auto {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.button.mbm-logo-button {
  width: 140px;
  height: 80px;
  min-width: 0;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  transition: all .2s;
  display: flex;
  box-shadow: 4px 4px #3c3c3c;
}

.button.mbm-logo-button:hover {
  background-color: #ffc765;
  box-shadow: 0 0 rgba(0, 0, 0, .2);
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.nc-content {
  z-index: 6;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nc-content.inner {
  bottom: 360px;
}

.fries {
  margin-top: -100px;
  position: relative;
  top: 100px;
}

.s-1__left {
  width: 50%;
  padding: 30px;
}

.s-1__left.bg-yellow {
  justify-content: center;
  align-items: center;
  display: block;
}

.s-1__right {
  width: 50%;
}

.s-1__right.bg-light-grey {
  justify-content: center;
  align-items: center;
  display: block;
}

.bg-yellow {
  background-color: #f8b133;
}

.bg-light-grey {
  background-color: #f5f5f5;
}

.bg-dark-grey {
  background-color: #3c3c3c;
}

.bg-pink {
  background-color: #f8dfd8;
}

.bg-orange {
  background-color: #f8752d;
}

.text-orange {
  color: #f8752d;
}

.big {
  letter-spacing: -1px;
  font-family: Knock_Fullbantamwt, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 1em;
}

.big.text-orange {
  z-index: 1;
  text-align: left;
  position: relative;
}

.big.text-orange.narrow {
  line-height: .8em;
}

.big.text-orange.narrow.text-end {
  text-align: right;
}

.big.text-yellow {
  z-index: 1;
  text-align: left;
  position: relative;
}

.big.text-yellow.narrow {
  margin-bottom: 20px;
  line-height: .75em;
}

.big.text-dark-grey {
  color: #3c3c3c;
  text-align: left;
}

.mw-440 {
  max-width: 440px;
  text-align: center;
}

.mw-440.text-center {
  text-align: center;
}

.slide-text {
  color: #3c3c3c;
  text-align: left;
}

.slide-text.text-white {
  color: #fff;
}

.slide-text.text-center {
  text-align: center;
}

.text-yellow {
  color: #f8b133;
}

.s-3__left, .s-3__right, .s-5__left, .s-5__right {
  width: 50vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.s-6__main {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 30px 60px;
  display: flex;
  position: relative;
}

.text-pink {
  color: #f8dfd8;
}

.burger-section {
  z-index: 9;
  margin-bottom: -100px;
  padding-top: 105px;
  padding-bottom: 0;
  position: relative;
}

.find-us-section {
  z-index: 8;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.container {
  z-index: 1;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container.text-center {
  position: relative;
}

.container.text-center.burger-section-container {
  top: 250px;
}

.container.text-center.find-us-container {
  top: 400px;
}

.container.footer-container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container.header-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.header-container.inner._w-full {
  width: 100%;
  align-items: flex-start;
  padding-top: 0;
}

.container.fs-container {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.container.fr-b-content, .container.fr-s-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.get-in-touch-container {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.mx-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mw-560 {
  max-width: 560px;
}

.burger-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.burger-img {
  display: block;
}

.bowl-img {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bowl-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.find-us-after {
  z-index: 7;
  height: 700px;
  background-color: #f5f5f5;
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.burger-section-bg {
  background-color: #f8752d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.find-us-section-bg {
  background-color: #f8dfd8;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-left {
  min-width: 130px;
  align-items: center;
  display: flex;
}

.footer-right {
  min-width: 130px;
}

.footer-mid {
  padding-top: 7px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-menu {
  justify-content: center;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.footer-menu-item {
  margin-left: 7px;
  margin-right: 7px;
}

.footer-menu-link {
  color: #f5f5f5;
  font-family: Cab_Grotesk_700, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
}

.footer-menu-link:hover {
  color: #3c3c3c;
}

.h-l {
  min-width: 300px;
  align-items: center;
  display: flex;
}

.h-l.h-l-overlay {
  min-width: 300px;
}

.h-l.h-l-overlay.logo-list {
  justify-content: center;
  margin-bottom: 30px;
}

.h-r {
  min-width: 300px;
  justify-content: flex-end;
  display: flex;
}

.h-r.h-r-overlay {
  min-width: 300px;
}

.h-m {
  position: relative;
}

.image {
  max-width: 365px;
}

.h-l-link {
  margin-left: 15px;
}

.h-l-link.hl-logo-list {
  margin-left: 10px;
  margin-right: 10px;
}

.logo.logo-static {
  max-width: 365px;
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  left: -50%;
}

.logo.logo-sticky {
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
}

.hamburger.hamburger-sticky.hamburger-times {
  width: 36px;
  cursor: pointer;
  display: block;
  position: relative;
  top: -5px;
}

.text-start {
  text-align: left;
}

.mw-900 {
  width: 100%;
  max-width: 900px;
}

.text-end {
  text-align: right;
}

.s6-block.s6-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.s-2__left-container {
  width: 490px;
  height: 370px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.s-2__right-container {
  width: 600px;
  height: 370px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.s-3__left-container {
  width: 540px;
  height: 370px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.s-3__right-container {
  width: 500px;
  height: 370px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.s-4__top-container {
  width: 850px;
  height: 320px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.s-4__bottom-container {
  width: 900px;
  height: 320px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.s-5__left-container {
  width: 550px;
  height: 420px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.s-5__right-container {
  width: 580px;
  height: 320px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.burger-section-pattern {
  opacity: .25;
  background-image: url('../images/Yellow2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.find-us-section-pattern {
  opacity: .25;
  background-image: url('../images/White2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-pattern {
  z-index: 0;
  opacity: .25;
  background-image: url('../images/Yellow2x.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.no-compromise-pattern {
  z-index: 0;
  opacity: .25;
  background-image: url('../images/Pink2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-2__left-images {
  width: 220px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.s2-l-img {
  width: 310px;
  height: 310px;
  max-width: none;
  display: block;
  position: relative;
  right: auto;
  transform: rotate(-4deg);
}

.s2-l-deco-1 {
  display: block;
  position: absolute;
  top: 40px;
  right: 235px;
}

.s2-l-deco-2 {
  display: block;
  position: absolute;
  top: 230px;
  right: 25px;
}

.s2-l-deco-3 {
  display: block;
  position: absolute;
  top: 40px;
  right: 5px;
}

.s-2__right-images {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.s2-r-img {
  width: 305px;
  height: 305px;
  max-width: none;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  transform: rotate(-35deg);
}

.s2-r-deco-2 {
  display: block;
  position: absolute;
  top: 70px;
  right: 250px;
}

.s2-r-deco-1 {
  display: block;
  position: absolute;
  top: 200px;
  right: 25px;
}

.s2-r-img-cnt {
  width: 220px;
  height: 220px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 70px;
  right: 35px;
  overflow: hidden;
  transform: rotate(32deg);
}

.s2-l-img-cnt {
  width: 220px;
  height: 220px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 70px;
  right: 35px;
  overflow: hidden;
  transform: rotate(4deg);
}

.s-3__left-images {
  width: 220px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.s3-l-deco-2 {
  display: block;
  position: absolute;
  top: 150px;
  right: 0;
}

.s3-l-deco-1 {
  display: block;
  position: absolute;
  top: 0;
  right: 155px;
}

.s-3__right-images {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.s3-r-img-cnt {
  width: 240px;
  height: 240px;
  border: 1px #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 55px;
  right: 0;
  overflow: hidden;
}

.s3-l-img-cnt {
  width: 220px;
  height: 220px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 70px;
  right: 35px;
  overflow: hidden;
  transform: rotate(33deg);
}

.s3-l-img {
  width: 310px;
  height: 310px;
  max-width: none;
  display: block;
  position: relative;
  right: auto;
  transform: rotate(-33deg);
}

.s3-r-img {
  width: 240px;
  height: 240px;
  max-width: none;
  display: block;
  position: relative;
  right: auto;
}

.s3-r-deco-2 {
  width: 60px;
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
}

.s3-r-deco-1 {
  display: block;
  position: absolute;
  top: 50px;
  right: 170px;
}

.s-4__left-images {
  width: 220px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.s4-l-img-cnt {
  width: 230px;
  height: 230px;
  border: 1px #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 35px;
  right: 0;
  overflow: hidden;
}

.s4-l-img {
  max-width: 100%;
  display: block;
  position: relative;
  right: auto;
}

.s4-l-deco-1 {
  display: block;
  position: absolute;
  top: 40px;
  right: 20px;
}

.s-4__bottom-images {
  width: 220px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0;
  right: auto;
}

.s4-b-img-cnt {
  width: 220px;
  height: 220px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 30px;
  left: 30px;
  right: auto;
  overflow: hidden;
  transform: rotate(-18deg);
}

.s4-b-deco-2 {
  display: block;
  position: absolute;
  top: 5px;
  left: 25px;
  right: auto;
}

.s4-b-deco-1 {
  width: 60px;
  display: block;
  position: absolute;
  top: 240px;
  left: 40px;
  right: auto;
}

.s-5__left-images {
  width: 220px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.s5-l-img-cnt {
  width: 230px;
  height: 230px;
  border: 1px #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 60px;
  right: 0;
  overflow: hidden;
}

.s5-l-deco-1 {
  display: block;
  position: absolute;
  top: 65px;
  right: 0;
}

.s5-l-img {
  max-width: 100%;
  display: block;
  position: relative;
  right: auto;
}

.s5-l-deco-2 {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
}

.s-5__right-images {
  width: 220px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.s5-r-img-cnt {
  width: 230px;
  height: 230px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40px;
  right: 20px;
  overflow: hidden;
  transform: rotate(5deg);
}

.s5-r-deco-1 {
  display: block;
  position: absolute;
  top: 20px;
  right: 220px;
}

.s5-r-deco-2 {
  width: 60px;
  display: block;
  position: absolute;
  top: 240px;
  right: 0;
}

.s5-r-img {
  max-width: 100%;
  display: block;
  position: relative;
  right: auto;
}

.s6-decorations {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.s6-d-1 {
  width: 40px;
  position: absolute;
  top: 225px;
  left: -10px;
}

.s6-d-2 {
  position: absolute;
  top: 270px;
  left: 30px;
}

.s6-d-3 {
  position: absolute;
  top: 20px;
  left: 390px;
}

.s6-d-4 {
  width: 60px;
  position: absolute;
  top: 40px;
  left: 440px;
}

.s6-d-5 {
  position: absolute;
  top: 230px;
  left: 430px;
}

.s6-d-6 {
  position: absolute;
  top: 60px;
  right: 350px;
}

.s6-d-7 {
  position: absolute;
  top: 190px;
  right: -10px;
}

.s6-d-8 {
  width: 40px;
  position: absolute;
  top: 220px;
  right: 0;
}

.s4-b-img {
  width: 310px;
  height: 310px;
  max-width: none;
  display: block;
  position: relative;
  right: auto;
  transform: rotate(18deg);
}

.lottie-animation {
  width: 1200px;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation.inner {
  width: 1000px;
}

.top-banner-heading {
  z-index: 1;
  color: #f5f5f5;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Knock_Fullbantamwt, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 180px;
  position: relative;
}

.find-us-content {
  margin-top: -80px;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.h4 {
  color: #f8752d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cab_Grotesk_900, sans-serif;
  font-weight: 900;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Cab_Grotesk_700, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
}

.paragraph.small {
  font-family: Cab_Grotesk_500, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Knockout_Sumo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: .9em;
}

.h2.text-center.wider {
  max-width: 740px;
  letter-spacing: 1.4px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
}

.fc-img-wrapper {
  width: 740px;
  height: 570px;
  background-color: #f8dfd8;
  transform: rotate(3deg);
}

.fc-img-container {
  background-color: #3c3c3c;
  overflow: hidden;
  transform: rotate(-6deg);
}

.fc-deco-1 {
  z-index: 4;
  width: 90px;
  position: absolute;
  top: -100px;
  right: 50px;
}

.fc-deco-2 {
  z-index: 4;
  width: 30px;
  position: absolute;
  top: -100px;
  right: 140px;
}

.fc-bg {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/Pink2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.fc-soc {
  margin-top: 20px;
}

.fc-soc-orange {
  margin-right: 0;
}

.fc-soc-orange.uber-eats {
  width: 100px;
}

.fc-deco-3 {
  z-index: 4;
  width: 30px;
  position: absolute;
  top: auto;
  bottom: -80px;
  left: 140px;
  right: auto;
}

.franchising-form {
  max-width: 860px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.franchising-form-bg {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/Pink2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.label {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Cab_Grotesk_400, sans-serif;
  font-weight: 400;
}

.input-default {
  height: 55px;
  border: 1px solid #f8b133;
  margin-bottom: 0;
  font-family: Cab_Grotesk_400, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
}

.input-default:hover {
  border-color: #bb8627;
}

.input-default:focus {
  border-color: #46310e;
}

.textarea-default {
  height: 220px;
  min-height: 220px;
  border: 1px solid #f8b133;
  margin-bottom: 0;
  padding: 12px 15px;
  font-family: Cab_Grotesk_400, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
}

.textarea-default:hover {
  border-color: #bb8627;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-2 {
  padding-left: 8px;
}

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

.select-default {
  height: 55px;
  background-color: #fff;
  border: 1px solid #f8b133;
  font-family: Cab_Grotesk_400, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.select-default:hover {
  border-color: #bb8627;
}

.our-menu-heading {
  margin-top: -80px;
  padding-top: 200px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.omh-deco-left {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.omh-deco-right {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.omh-bg {
  opacity: .2;
  background-image: url('../images/Pink2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-menu-content {
  padding-top: 10px;
  padding-bottom: 100px;
  overflow: hidden;
}

.omc-item {
  margin-bottom: 40px;
}

.our-menu-section {
  position: relative;
}

.fr-burger {
  z-index: 2;
  background-color: #f8752d;
  padding-top: 180px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.fr-burger-bg {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/Yellow2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fr-b-left {
  max-width: 600px;
  padding-right: 50px;
}

.frb-img-container {
  width: 550px;
  position: relative;
}

.frb-img-bg {
  z-index: 0;
  background-color: #f8b133;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-3deg);
}

.frb-img-img {
  z-index: 1;
  width: 550px;
  height: 450px;
  max-width: 100%;
  background-image: url('../images/Franchising_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  transform: rotate(3deg);
}

.frb-img-img-img {
  z-index: 1;
  width: 110%;
  max-width: 110%;
  margin-left: auto;
  position: relative;
  overflow: visible;
}

.frb-img-deco {
  z-index: 2;
  width: 120%;
  max-width: 120%;
  margin-top: -10%;
  margin-left: -10%;
  position: absolute;
}

.fr-sauces {
  z-index: 3;
  background-color: #f8dfd8;
  margin-top: -8%;
  padding-top: 180px;
  padding-bottom: 300px;
  position: relative;
  overflow: hidden;
}

.fr-s-right {
  max-width: 600px;
  padding-left: 50px;
  padding-right: 0;
}

.frs-img-bg {
  z-index: 0;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-3deg);
}

.fr-sauces-bg {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/White2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.frs-img-deco {
  z-index: 2;
  width: 120%;
  max-width: 120%;
  margin-top: -10%;
  margin-left: -10%;
  position: absolute;
}

.frs-deco-2 {
  position: absolute;
  top: -40px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.get-in-touch {
  z-index: 4;
  height: 460px;
  margin-top: -8%;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.get-in-touch-bg {
  z-index: 1;
  background-color: #3c3c3c;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.git-img-container {
  width: 550px;
  position: relative;
}

.gitic-img {
  transform: translate(0, 1px);
}

.gitic-deco-1 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 60px;
  right: auto;
}

.gitic-deco-2 {
  width: 46px;
  position: absolute;
  top: 160px;
  bottom: auto;
  left: 100px;
  right: auto;
}

.gitic-deco-3 {
  position: absolute;
  top: 200px;
  bottom: auto;
  left: 80px;
  right: auto;
}

.gitic-deco-4 {
  position: absolute;
  top: 100px;
  bottom: auto;
  left: auto;
  right: -40px;
}

.gitic-deco-5 {
  width: 57px;
  position: absolute;
  top: 140px;
  bottom: auto;
  left: auto;
  right: -30px;
}

.git-left {
  max-width: 600px;
  padding-top: 110px;
  padding-right: 50px;
}

.fc-deco-4 {
  z-index: 4;
  width: 100%;
  position: absolute;
  top: -120px;
  right: 0;
}

.menu-buttons {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.frs-img-img {
  z-index: 1;
  width: 550px;
  height: 450px;
  max-width: 100%;
  background-image: url('../images/Franchising_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  transform: rotate(3deg);
}

.menu-right-top {
  opacity: .48;
  color: #fff;
  margin-bottom: 40px;
  font-family: Knockout_Sumo, sans-serif;
  font-size: 152px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.social-links-wrapper {
  align-items: flex-start;
  display: flex;
}

.underline-fill {
  width: 0;
  height: 2px;
  background-color: #fff;
}

.vertical-line {
  z-index: 10;
  width: 2px;
  height: 100%;
  background-color: rgba(33, 46, 46, .1);
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.text-link {
  position: relative;
}

.drop-link {
  z-index: 999;
  color: rgba(33, 46, 46, .5);
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  font-size: 32px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hamburger-link:hover {
  opacity: 1;
  border-bottom-width: 2px;
  border-bottom-color: #ff2020;
}

.wrap-link-drop {
  margin-bottom: 25px;
  overflow: hidden;
}

.wrap-drop-menu {
  z-index: 1;
  width: 50%;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.menu-links {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-bar-content {
  z-index: 9999;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.menu-content {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.underline-link-text {
  opacity: 1;
  color: #3c3c3c;
  margin-bottom: 8px;
}

.social-link {
  opacity: .7;
  margin-right: 0;
  padding: 0 8px 8px;
  transition: opacity .2s;
  position: relative;
}

.social-link:hover {
  opacity: 1;
}

.nav-bar {
  z-index: 99;
  width: 100%;
  background-color: #f8b133;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.adress-text {
  color: #3c3c3c;
  -webkit-text-stroke-color: white;
}

.menu-link-heading {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5px;
  font-family: Knockout_Sumo, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}

.number-link {
  color: #fff;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 16px;
}

.menu-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.underline-w {
  height: 1.5px;
  background-color: rgba(33, 46, 46, .2);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-right-btm {
  width: 100%;
  color: #fff;
}

.burger-line {
  width: 100%;
  height: 1px;
  background-color: #212e2e;
}

.burger-line.bottom {
  margin-top: 6px;
}

.image-8 {
  position: relative;
}

.menu-wrapper {
  z-index: 98;
  width: 100%;
  height: 100vh;
  background-color: #f8b133;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.burger-bg {
  width: 108px;
  height: 36px;
  background-color: rgba(33, 46, 46, .05);
  border-radius: 100vw;
  position: absolute;
}

.menu-right-bg {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.drop-arrow {
  max-width: 28px;
  margin-left: 9px;
}

.burger-lines {
  z-index: 999;
  width: 24px;
  margin-left: 13px;
}

.wrap-drop-link {
  flex-direction: column;
  justify-content: center;
}

.wrap-menu-link {
  display: flex;
  position: relative;
}

.underline-link {
  opacity: .8;
  color: #c4c4c4;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.menu-bottom-content {
  width: 100%;
  max-width: 1200px;
  color: #c4c4c4;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-link {
  text-decoration: none;
}

.nav-link:hover {
  opacity: 1;
  border-bottom-width: 2px;
  border-bottom-color: #ff2020;
}

.menu-bottom {
  z-index: 999;
  width: 100%;
  background-color: #f8752d;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.wrap-link {
  color: #212e2e;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: none;
}

.wrap-link.w--current {
  align-items: center;
}

.nav-link-logo {
  color: #ff2020;
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  position: relative;
}

.address-wrap {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.menu-bottom-line {
  width: 100%;
  height: 1px;
  background-color: rgba(33, 46, 46, .1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-content {
  align-items: center;
  display: flex;
}

.header-overlay {
  z-index: 999;
  height: 100vh;
  opacity: 1;
  background-color: #f8b133;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: -100vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-item-list {
  text-align: center;
  margin-top: 100px;
}

.menu-item {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: none;
}

.menu-item.menu-item-button {
  text-align: center;
  margin-top: 50px;
  list-style-type: none;
}

.menu-item-link {
  color: #3c3c3c;
  font-family: Knockout_Sumo, sans-serif;
  font-size: 54px;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.menu-item-link:hover {
  color: #fff;
}

.menu-item-link.w--current {
  color: #f8752d;
}

.menu-soc-icons {
  width: 36px;
  height: 32px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.header-overlay-top-panel {
  z-index: 1;
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-trigger-open {
  width: 36px;
  height: 36px;
  border: 1px #000;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.b-line.b-line-1 {
  width: 26px;
  height: 5px;
  background-color: #fff;
}

.b-line.b-line-2 {
  width: 36px;
  height: 5px;
  background-color: #fff;
  margin-top: 7px;
  margin-bottom: 7px;
}

.b-line.b-line-3 {
  width: 18px;
  height: 5px;
  background-color: #fff;
}

.sections-mobile {
  display: none;
}

.menu-trigger-open-homepage {
  width: 36px;
  height: 36px;
  border: 1px #000;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.omc-item-container {
  overflow: hidden;
}

.menu-buttons-mobile {
  text-align: center;
  justify-content: center;
  display: block;
}

.mbm-heading {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 0;
  font-family: Cab_Grotesk_700, sans-serif;
  font-weight: 700;
}

.mbm-logos {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mbm-logo-img {
  width: 50px;
}

.mbm-buttons {
  display: none;
}

.hl-logo-list-img {
  width: 50px;
}

.hl-logos-heading {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Knockout_Sumo, sans-serif;
  font-weight: 400;
}

.hl-logos-heading.find-us-logos-heading {
  margin-top: 35px;
  margin-bottom: 0;
}

.logo-link-block {
  text-decoration: none;
}

.dark-overlay {
  z-index: 0;
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-soc-link {
  width: 36px;
  height: 34px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.footer-soc-icon {
  max-height: 100%;
}

.d-none {
  display: none;
}

.copy-text {
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
}

.copy-link {
  color: #fff;
}

.fc-soc-orange-link {
  margin-right: 45px;
  text-decoration: none;
}

.privacy-policy-section {
  background-color: #f5f5f5;
  margin-top: -80px;
  padding-top: 160px;
  padding-bottom: 120px;
}

.msi-icon {
  max-height: 100%;
}

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

@media screen and (max-width: 991px) {
  .header.sticky, .header.inner.sticky {
    height: 80px;
    padding-top: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-banner {
    height: 600px;
  }

  .top-banner.find-us {
    height: 400px;
  }

  .top-banner.homepage {
    height: 60vh;
  }

  .no-compromise {
    background-color: #f5f5f5;
    padding-top: 120px;
  }

  .no-compromise.inner {
    margin-top: -150px;
    margin-bottom: -150px;
    padding-top: 0;
  }

  .s__main {
    display: none;
  }

  .text-center {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-center.mx-auto.mw-600 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .text-center.mx-auto.mw-600.nc-text {
    margin-bottom: 0;
  }

  .text-center.mw-750 {
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-center.pb-140 {
    padding-bottom: 120px;
  }

  .heading {
    font-size: 38px;
    font-weight: 400;
    line-height: .92em;
  }

  .tossed-container {
    padding-top: 150px;
  }

  .tossed-container.inner {
    margin-top: 0;
  }

  .button.mt-40.small {
    min-height: 36px;
    min-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button.mt-30 {
    white-space: nowrap;
  }

  .button.mx-15 {
    white-space: nowrap;
    display: flex;
  }

  .button.mx-15.d-none {
    display: none;
  }

  .nc-content.inner {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .burger-section {
    margin-bottom: -100px;
    padding-top: 0;
    overflow: visible;
  }

  .find-us-section {
    margin-bottom: -100px;
    padding-top: 100px;
  }

  .container.text-center.burger-section-container {
    padding-left: 0;
    padding-right: 0;
    top: 150px;
  }

  .container.text-center.find-us-container {
    padding-left: 0;
    padding-right: 0;
    top: 200px;
  }

  .container.footer-container {
    flex-flow: column;
  }

  .container.header-container, .container.header-container.inner {
    align-items: center;
  }

  .container.header-container.inner._w-full {
    max-width: 100%;
  }

  .container.fs-container {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .container.get-in-touch-container {
    padding-bottom: 120px;
    padding-right: 0;
  }

  .burger-container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .bowl-container {
    padding-left: 0;
    padding-right: 0;
  }

  .find-us-after {
    height: 400px;
  }

  .footer-left {
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer-right {
    min-width: auto;
    order: -1;
    margin-bottom: 30px;
  }

  .footer-mid {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .h-l {
    min-width: 150px;
  }

  .h-l.h-l-overlay {
    min-width: 160px;
  }

  .h-r {
    min-width: 150px;
  }

  .h-r.h-r-overlay {
    min-width: 160px;
  }

  .h-m {
    width: 120px;
    top: 16px;
  }

  .h-l-link {
    display: none;
  }

  .h-l-link.hl-logo-list {
    display: block;
  }

  .logo.logo-static {
    max-width: 260px;
  }

  .no-compromise-pattern {
    display: none;
  }

  .lottie-animation {
    width: 100%;
  }

  .lottie-animation.inner {
    width: 90%;
  }

  .top-banner-heading {
    font-size: 140px;
  }

  .find-us-content {
    margin-top: -40px;
    padding-top: 40px;
  }

  .fc-left {
    width: 100%;
    text-align: center;
    order: 1;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .fc-right {
    order: -1;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph {
    font-size: 20px;
  }

  .h2 {
    font-size: 42px;
  }

  .h2.text-center.wider {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    line-height: .92em;
  }

  .fc-img-wrapper {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .fc-soc-orange {
    margin-left: 15px;
    margin-right: 15px;
  }

  .fc-soc-orange.uber-eats {
    width: 96px;
  }

  .franchising-form {
    margin-top: -40px;
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .our-menu-heading {
    margin-top: -40px;
    padding-top: 120px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .omh-deco-left {
    width: 180px;
    left: -60px;
  }

  .omh-deco-right {
    width: 200px;
    right: -60px;
  }

  .fr-burger {
    padding-top: 120px;
    padding-bottom: 160px;
    padding-right: 30px;
  }

  .frb-img-container {
    width: 400px;
  }

  .fr-sauces {
    margin-top: -12%;
    padding: 100px 30px 120px;
  }

  .get-in-touch {
    height: auto;
    padding-bottom: 0;
  }

  .git-img-container {
    width: 440px;
  }

  .gitic-deco-1 {
    left: 0;
  }

  .gitic-deco-2 {
    left: 40px;
  }

  .gitic-deco-3 {
    left: 20px;
  }

  .git-left {
    padding-top: 80px;
    padding-right: 0;
  }

  .menu-right-top, .vertical-line {
    display: none;
  }

  .drop-link {
    width: 100%;
    justify-content: flex-start;
    font-size: 25px;
  }

  .hamburger-link {
    display: none;
  }

  .wrap-link-drop {
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
    position: relative;
  }

  .wrap-drop-menu {
    width: 100%;
    height: auto;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    position: static;
  }

  .menu-content {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .social-link {
    flex: none;
  }

  .adress-text {
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .menu-link-heading {
    font-size: 45px;
  }

  .menu-container {
    height: 100%;
    justify-content: flex-start;
  }

  .menu-right-btm {
    display: none;
  }

  .menu-wrapper {
    height: auto;
    padding-top: 100px;
  }

  .menu-right-bg {
    display: none;
  }

  .drop-arrow {
    max-width: 20px;
  }

  .wrap-drop-link {
    width: 100%;
    padding-left: 40px;
  }

  .nav-link {
    display: none;
  }

  .menu-bottom {
    width: 100%;
    margin-bottom: 56px;
    padding-left: 32px;
    padding-right: 32px;
    position: static;
  }

  .wrap-link {
    cursor: auto;
  }

  .menu-item-link {
    font-size: 48px;
    line-height: 1.3em;
  }

  .footer-logo {
    width: 150px;
  }

  .sections-mobile {
    display: block;
  }

  .section-mobile {
    height: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
    position: relative;
  }

  .section-mobile.sm-0 {
    background-image: url('../images/Sauces_image.jpg');
    background-position: 50%;
    background-size: cover;
    position: relative;
  }

  .section-mobile.sm-1 {
    background-color: #f8b133;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-mobile.sm-2 {
    background-color: #f5f5f5;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-mobile.sm-3 {
    background-color: #3c3c3c;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-mobile.sm-4 {
    background-color: #f8b133;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-mobile.sm-5 {
    background-color: #f8dfd8;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-mobile.sm-6 {
    background-color: #f8b133;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-mobile.sm-7 {
    background-color: #f8dfd8;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-mobile.sm-8 {
    background-color: #f8752d;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-mobile.sm-9 {
    background-color: #f8b133;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-mobile.sm-10 {
    background-color: #f8b133;
    flex-direction: row;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .section-mobile.sm-11 {
    background-color: #f8b133;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-0-overlay {
    opacity: .22;
    background-color: #f8752d;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h3-mobile {
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Knock_Fullbantamwt, sans-serif;
    font-size: 115px;
    font-weight: 400;
    line-height: .75em;
  }

  .h3-mobile.h3m-1 {
    color: #f8752d;
  }

  .h3-mobile.h3m-2 {
    color: #f8b133;
  }

  .h3-mobile.h3m-3 {
    color: #f8752d;
  }

  .h3-mobile.h3m-5 {
    color: #f8752d;
    text-align: left;
  }

  .h3-mobile.h3m-6 {
    color: #f8752d;
  }

  .h3-mobile.h3m-7, .h3-mobile.h3m-8 {
    color: #f8b133;
  }

  .h3-mobile.h3m-9 {
    color: #f8752d;
  }

  .h3-mobile.h3m-10 {
    color: #f8dfd8;
  }

  .text-mobile {
    text-align: left;
  }

  .text-mobile.text-center {
    text-align: center;
  }

  .text-mobile.text-center.px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm-container {
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url('../images/home-slide-mobile-img-2.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .sm-container.smc-1 {
    max-width: 360px;
    background-image: url('../images/home-slide-mobile-img-1.png');
    background-position: 100% 55px;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px #000;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-container.smc-9 {
    max-width: 360px;
    background-image: url('../images/home-slide-mobile-img-9.svg');
    background-position: 50% 28%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-container.smc-10 {
    max-width: 50%;
    background-image: url('../images/home-slide-mobile-img-10.svg');
    background-position: 50% 35%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-container.smc-11 {
    max-width: 50%;
    background-image: url('../images/home-slide-mobile-img-11.svg');
    background-position: 50% 34%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-container.smc-2 {
    max-width: 360px;
    background-position: 100% 35px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-container.smc-3 {
    max-width: 360px;
    background-image: url('../images/home-slide-mobile-img-3.png');
    background-position: 100% 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-container.smc-4 {
    max-width: 360px;
    background-image: url('../images/home-slide-mobile-img-4.png');
    background-position: 200px 55px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-container.smc-5 {
    max-width: 360px;
    background-image: url('../images/home-slide-mobile-img-5.png');
    background-position: 100% 90px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-container.smc-6 {
    max-width: 360px;
    background-image: url('../images/home-slide-mobile-img-6.png');
    background-position: 100% 75px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-container.smc-7 {
    max-width: 360px;
    background-image: url('../images/home-slide-mobile-img-7.png');
    background-position: 100% 45px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-container.smc-8 {
    max-width: 360px;
    background-image: url('../images/home-slide-mobile-img-8.png');
    background-position: 100% 66px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .chipsta-sauces-mobile {
    height: 400px;
    background-color: #f8752d;
    background-image: url('../images/burst-yellow-mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: relative;
  }

  .sauces-h3 {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Knockout_Sumo, sans-serif;
    font-weight: 400;
    line-height: .9em;
  }

  .sauces-text {
    color: #fff;
    text-align: center;
  }

  .section-mobile-slider, .sm-slide, .mask {
    height: 400px;
  }

  .sm-slide-nav {
    display: block;
  }

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

  .footer-soc-link {
    margin-left: 4px;
    margin-right: 4px;
  }

  .copy-text {
    margin-top: 0;
  }

  .fc-soc-orange-link {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    /*padding-bottom: 0;*/
  }

  .top-banner, .top-banner.find-us {
    height: 400px;
  }

  .top-banner.homepage {
    align-items: flex-end;
    padding-bottom: 70px;
  }

  .no-compromise {
    margin-top: -80px;
    padding-top: 160px;
  }

  .no-compromise.inner {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .heading {
    font-size: 38px;
  }

  .tossed-container {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button.mt-40.small {
    display: none;
  }

  .button.mt-40.small.top-banner-button {
    padding: 10px 15px;
    font-size: 18px;
    display: none;
  }

  .button.mx-15 {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.mx-15.mx-auto {
    display: none;
  }

  .button.mbm-logo-button {
    width: 30%;
    height: 80px;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .nc-content {
    position: relative;
  }

  .nc-content.inner {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .burger-section {
    margin-top: 0;
    margin-bottom: -100px;
    padding-top: 0;
  }

  .container.text-center.burger-section-container {
    top: 150px;
  }

  .container.fr-b-content, .container.fr-s-container {
    flex-direction: column;
  }

  .container.get-in-touch-container {
    padding-bottom: 120px;
  }

  .footer-menu {
    flex-wrap: wrap;
  }

  .footer-menu-item {
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .h-l, .h-l.h-l-overlay, .h-r, .h-r.h-r-overlay {
    min-width: 50px;
  }

  .h-m {
    width: 200px;
    text-align: center;
  }

  .logo.logo-static {
    max-width: 200px;
    left: 0%;
  }

  .logo.logo-sticky {
    max-width: 120px;
  }

  .top-banner-heading {
    font-size: 100px;
  }

  .h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
  }

  .h2.text-center.wider {
    padding-left: 0;
    padding-right: 0;
  }

  .our-menu-heading {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .omh-deco-left, .omh-deco-right {
    display: none;
  }

  .fr-burger {
    padding-right: 0;
  }

  .fr-b-left {
    max-width: 100%;
    text-align: center;
    order: 1;
    padding-right: 0;
  }

  .fr-b-right {
    max-width: 100%;
    order: -1;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .frb-img-container {
    width: 100%;
  }

  .frb-img-img {
    height: 400px;
  }

  .frb-img-deco {
    width: 100%;
    max-width: 100%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .fr-sauces {
    padding-bottom: 180px;
  }

  .fr-s-right {
    text-align: center;
    padding-left: 0;
  }

  .fr-s-left {
    width: 100%;
    margin-bottom: 80px;
  }

  .git-img-container {
    width: 330px;
  }

  .gitic-img {
    transform: translate(59px)rotate(-69deg);
  }

  .gitic-deco-1 {
    width: 100px;
    left: 50px;
  }

  .git-left {
    z-index: 1;
    width: 100%;
    padding-right: 160px;
    position: relative;
  }

  .git-right {
    z-index: 0;
    position: absolute;
    top: 80px;
    bottom: auto;
    left: auto;
    right: -100px;
  }

  .fc-deco-4 {
    top: -50px;
  }

  .menu-buttons {
    flex-direction: column;
    display: none;
  }

  .frs-img-img {
    width: 550px;
    height: 400px;
  }

  .drop-link {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .menu-links {
    flex: 1;
    align-items: stretch;
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .adress-text {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link-heading {
    font-size: 40px;
    line-height: 1.3;
  }

  .number-link {
    margin-top: 5px;
  }

  .menu-bottom-content {
    margin-bottom: 16px;
    display: block;
  }

  .menu-bottom {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
  }

  .wrap-link {
    text-align: center;
  }

  .header-overlay {
    width: 100%;
  }

  .menu-item-link {
    font-size: 42px;
    line-height: 1.2em;
  }

  .header-overlay-top-panel {
    z-index: 999;
    width: 100%;
  }

  .section-mobile.sm-10 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .sm-container.smc-10 {
    background-position: 50% 33%;
    background-size: contain;
    justify-content: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sm-container.smc-11 {
    background-position: 50% 27%;
    background-size: contain;
    justify-content: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .omc-item-container {
    display: none;
  }

  .menu-buttons-mobile {
    flex-direction: column;
    display: flex;
  }

  .mbm-heading {
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
    font-family: Cab_Grotesk_700, sans-serif;
    font-weight: 700;
  }

  .mbm-logos {
    justify-content: space-between;
    padding-bottom: 30px;
    display: flex;
  }

  .mbm-logo-img {
    width: 60px;
  }

  .mbm-buttons {
    display: block;
  }

  .sm-left-arrow {
    height: 400px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .right-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .no-compromise.inner {
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-center.mx-0 {
    padding-left: 20px;
    padding-right: 0;
  }

  .text-center.px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    letter-spacing: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: .89em;
  }

  .text-defaut.text-center.mw-560.mx-auto {
    line-height: 1.2em;
  }

  .button.mt-30 {
    width: 100%;
    min-height: auto;
    margin-top: 35px;
    padding: 17px 17px 15px;
    display: flex;
  }

  .nc-content.inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .container.text-center.burger-section-container {
    top: 100px;
  }

  .container.text-center.find-us-container {
    top: 150px;
  }

  .container.fs-container {
    padding-bottom: 120px;
  }

  .container.fr-b-content {
    padding-left: 0;
    padding-right: 0;
  }

  .burger-img {
    transform: scale(1.2);
  }

  .h-l, .h-r {
    min-width: 60px;
  }

  .paragraph.small.text-white {
    padding-right: 0;
  }

  .paragraph.small.text-white.get-in-touch-text {
    padding-right: 100px;
  }

  .h2.text-center {
    font-size: 32px;
  }

  .h2.text-center.wider {
    font-size: 36px;
  }

  .h2.text-white {
    padding-right: 60px;
  }

  .fc-soc {
    margin-top: 25px;
  }

  .fc-soc-orange {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .our-menu-heading {
    padding-bottom: 30px;
  }

  .omc-item {
    margin-bottom: 30px;
  }

  .frb-img-img {
    height: 300px;
  }

  .frb-img-deco {
    width: 100%;
    margin-top: -3%;
    transform: scale(1.2);
  }

  .get-in-touch {
    margin-top: -58px;
  }

  .gitic-deco-1 {
    left: 20px;
  }

  .gitic-deco-3 {
    top: 220px;
    left: 80px;
  }

  .git-left {
    padding-right: 30px;
  }

  .git-right {
    right: -160px;
  }

  .frs-img-img {
    height: 300px;
  }

  .social-links-wrapper {
    display: none;
  }

  .drop-link {
    margin-bottom: 10px;
  }

  .menu-links {
    flex: 1;
    align-items: stretch;
    margin-bottom: 0;
  }

  .nav-bar-content {
    padding-bottom: 0;
  }

  .menu-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .social-link {
    margin-right: 4px;
  }

  .menu-link-heading {
    text-align: left;
    margin-bottom: 0;
    font-size: 40px;
  }

  .number-link {
    margin-top: 0;
    margin-right: 15px;
    font-size: 12px;
  }

  .menu-wrapper {
    padding-top: 60px;
  }

  .burger-bg {
    display: none;
  }

  .menu-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }

  .wrap-link.w--current {
    margin-bottom: 16px;
  }

  .nav-link-logo {
    font-size: 14px;
  }

  .address-wrap.hide-mobile {
    display: none;
  }

  .menu-item-link {
    letter-spacing: 0;
    font-size: 32px;
  }

  .h3-mobile.h3m-1, .h3-mobile.h3m-2, .h3-mobile.h3m-3, .h3-mobile.h3m-4 {
    margin-bottom: 25px;
  }

  .h3-mobile.h3m-10, .h3-mobile.h3m-11 {
    font-size: 115px;
  }

  .text-mobile.text-center.px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-mobile.mw-250 {
    max-width: 250px;
  }

  .sm-container.smc-1 {
    background-position: 100% 64px;
  }

  .sm-container.smc-10 {
    max-width: 100%;
    background-size: auto;
    padding-right: 5px;
  }

  .sm-container.smc-11 {
    max-width: 100%;
    background-position: 50% 31%;
    background-size: auto;
    padding-left: 5px;
  }

  .chipsta-sauces-mobile {
    position: relative;
  }

  .sauces-h3 {
    font-size: 32px;
  }

  .fc-soc-orange-link {
    margin: 5px;
  }
}


@font-face {
  font-family: 'Knockout_Sumo';
  src: url('../fonts/KNOCKOUT-HTF54-SUMO.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Knock_Fullbantamwt';
  src: url('../fonts/KNOCKOUT-HTF67-FULLBANTAMWT.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cab_Grotesk_500';
  src: url('../fonts/CabinetGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cab_Grotesk_700';
  src: url('../fonts/CabinetGrotesk-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cab_Grotesk_400';
  src: url('../fonts/CabinetGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cab_Grotesk_900';
  src: url('../fonts/CabinetGrotesk-Extrabold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
