.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(226, 5%, 48%, .2);
  background-color: hsla(0, 0%, 100%, .95);
}

.nav-link {
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.nav-link:hover {
  background-color: #f1f2f3;
}

.nav-menu {
  right: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-section {
  display: block;
  min-height: 400px;
  margin-top: 72px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../images/gettyimages-707435321-1529962463.jpg'), -webkit-gradient(linear, left top, left bottom, from(#677eff), to(#677eff));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/gettyimages-707435321-1529962463.jpg'), linear-gradient(180deg, #677eff, #677eff);
  background-position: 0px 0px, 50% -255px, 0px 0px;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.heading-1 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Raleway;
  color: #fff;
  font-size: 62px;
  line-height: 65px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1.5px;
}

.heading-1.text-left {
  text-align: left;
}

.heading-1.text-left.text-jumbo-1 {
  margin-top: 10px;
  font-size: 102px;
  line-height: 115px;
}

.heading-1.textonwhite {
  color: #4759bd;
  text-align: left;
}

.hero-container {
  padding-top: 20px;
}

.heading-3 {
  border-bottom-style: none;
  border-bottom-color: #ffc033;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1.65px;
}

.download-c2a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.downloadappstore-img {
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
}

.download-googleplay-img {
  margin-right: 9px;
  margin-bottom: 15px;
  margin-left: 10px;
}

.crityk-logo {
  margin-bottom: 5px;
  text-align: center;
}

.brand {
  position: relative;
  left: -100px;
  height: 45px;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.whatiscrityk-section {
  padding-top: 20px;
  padding-bottom: 30px;
}

.text-span-underline {
  padding-bottom: 8px;
  border-bottom: 3px solid #ffc033;
}

.whatiscrityk-container {
  min-height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.whatiscrityk-leftdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.whatiscrityk-rightdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  background-image: url('../images/Cheers-GettyImage.jpg');
  background-position: -261px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.heading-2 {
  margin-bottom: 0px;
  font-family: Raleway;
  color: #4759bd;
}

.heading-2.standaloneheading {
  border-bottom: 0px none #000;
  color: #737680;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
}

.whatiscrityk-columns {
  height: 500px;
  margin-top: 40px;
}

.heading-notch-div {
  width: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 40px;
  border-top: 3px solid #4759bd;
}

.paragraph-2 {
  margin-bottom: 40px;
  margin-left: 65px;
  font-family: Lato, sans-serif;
  color: #737680;
  font-size: 17px;
  line-height: 25px;
}

.landscap-photoleft {
  height: 300px;
  background-image: url('../images/GroupEat-GettyImage.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.whatiscritykleft-column {
  padding-right: 40px;
}

.oursecretsauce-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(71, 89, 189, .1), #fff);
}

.oursecretsauce-container {
  min-height: 400px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.oursecretsauce-columns {
  margin-top: 40px;
}

.feature-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-color: #737680;
}

.feature-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  font-family: Raleway;
  font-size: 21px;
  font-weight: 600;
}

.feature-icon {
  margin-right: 20px;
  margin-left: 20px;
}

.oursecretsauceleft-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #737680;
}

.discoverthebest-section {
  display: block;
  min-height: 520px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 20px;
  border-color: rgba(71, 89, 189, .9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 89, 189, .25)), to(rgba(71, 89, 189, .25)));
  background-image: linear-gradient(180deg, rgba(71, 89, 189, .25), rgba(71, 89, 189, .25));
}

.discoverthebest-container {
  min-height: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px none #c7c7c7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
  background-image: linear-gradient(180deg, #e0e0e0, #e0e0e0);
}

.unleashyourfoodieside-section {
  background-image: url('../images/UnleashYourFoodieSide.png');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-1 {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #737680;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.download-c2a-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: -10px;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.discoverthebest-section-v2 {
  display: none;
  min-height: 500px;
}

.foodiesmoodies-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.discoverthebest-slider {
  display: block;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.discoverthebest-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ramen-slide {
  position: absolute;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 89, 189, .3)), to(rgba(71, 89, 189, .3))), url('../images/Discoverthebest...Ramen.png');
  background-image: linear-gradient(180deg, rgba(71, 89, 189, .3), rgba(71, 89, 189, .3)), url('../images/Discoverthebest...Ramen.png');
  background-position: 0px 0px, 50% 55%;
  background-size: auto, cover;
}

.footer-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 95%, .3))), url('../images/image-from-rawpixel-id-6530-jpeg.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 95%, .3)), url('../images/image-from-rawpixel-id-6530-jpeg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.footerwhitebox-div {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 2500px;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 40px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .98)), to(hsla(0, 0%, 100%, .98)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .98), hsla(0, 0%, 100%, .98));
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-rows {
  width: 95%;
  margin-top: 0px;
  margin-right: 60px;
  margin-left: 60px;
  background-color: transparent;
  text-align: center;
}

.social-media-icons-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin: 5px auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footercompany-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 5px;
}

.footer-title-label {
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Raleway;
  color: #007aff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

.brandfooter-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links {
  width: 100%;
  margin-top: auto;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #a6a4a1;
  font-size: 17px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.footerproduct-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0px;
}

.copyright-label {
  width: 80%;
  margin: 30px 0px;
  font-family: Lato, sans-serif;
  color: #737680;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.footerlegal-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footerspacer-column {
  display: none;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.footer-logo {
  height: 45px;
}

.footerfollowus-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.download-c2a-3 {
  display: none;
  margin-top: 30px;
  margin-left: -10px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sociallink-block {
  width: 25px;
  height: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.sociallink-block.facebook-link {
  width: 45px;
  height: 45px;
  background-image: url('../images/Facebook-Icon.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/Facebook-Icon.svg'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: 18px 18px, auto;
  background-repeat: no-repeat, repeat;
}

.sociallink-block.twitter-link {
  width: 45px;
  height: 45px;
  background-image: url('../images/Twitter-Icon.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/Twitter-Icon.svg'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: 18px 18px, auto;
  background-repeat: no-repeat, repeat;
}

.sociallink-block.instagram-link {
  width: 45px;
  height: 45px;
  background-image: url('../images/Instagram-Icon.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/Instagram-Icon.svg'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: 18px 18px, auto;
  background-repeat: no-repeat, repeat;
}

.socialmedialinks-div {
  margin-left: -10px;
}

.unleashfoodie-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stackedphones-div {
  position: relative;
  width: 500px;
  height: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: left;
  background-image: url('../images/Item-Detail--Rate-Page.png');
  background-position: 50% 43%;
  background-size: 500px 500px;
  background-repeat: no-repeat;
}

.unleashfoodieright-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unleashfoodieleft-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.foodiesmoodiestitle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.unleashyourfoodiesidetextc2a-div {
  position: absolute;
}

.sub-heading-2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #737680;
  font-size: 16px;
  line-height: 25px;
}

.basic-column {
  padding-right: 5px;
  padding-left: 5px;
}

.card {
  position: relative;
  height: 340px;
  padding: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.card.card5-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .15))), url('../images/Brunch-RawPixel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Brunch-RawPixel.jpg');
  background-position: 0px 0px, 15% 50%;
  background-size: auto, cover;
}

.card.card6-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .15))), url('../images/BandMusic.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/BandMusic.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.card.card4-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/HappyHour_RawPixel3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/HappyHour_RawPixel3.jpg');
  background-position: 0px 0px, 95% 50%;
  background-size: auto, cover;
}

.card.card3-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .15))), url('../images/TasteExploration-RawPixel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/TasteExploration-RawPixel.jpg');
  background-position: 0px 0px, 21% 50%;
  background-size: auto, cover;
}

.card.card2-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url('../images/Dancing-RawPixel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Dancing-RawPixel.jpg');
  background-position: 0px 0px, 52% 50%;
  background-size: auto, cover;
}

.card.card1-content {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .15)), to(rgba(0, 0, 0, .15))), url('../images/DateFriendly-RawPixel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/DateFriendly-RawPixel.jpg');
  background-position: 0px 0px, 38% 83%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.tagline-promo-40 {
  color: rgba(51, 51, 51, .4);
}

.tagline.white-hero-tagline {
  margin-bottom: 10px;
  color: #fff;
}

.content-wrapper {
  margin-bottom: 50px;
}

.button {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  line-height: 22px;
}

.button:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.button.default-button {
  display: inline-block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #5b697a;
}

.button.default-button:hover {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
  color: #213d63;
}

.button.default-button.card-cta {
  position: absolute;
  left: 30px;
  bottom: 20px;
  display: none;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.card-headline {
  margin-top: 10px;
  color: #fff;
}

.heading-5 {
  font-family: Lato, sans-serif;
  color: #737680;
  font-size: 21px;
  line-height: 25px;
  text-align: left;
}

.heading-notchcenter-div {
  width: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 3px solid #4759bd;
  text-align: left;
}

.howtobeacrityk-section {
  min-height: 100px;
}

.div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-left: auto;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 87%, .75)), to(hsla(0, 0%, 87%, .75)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 87%, .75), hsla(0, 0%, 87%, .75));
  font-family: Lato, sans-serif;
  color: #007aff;
  text-align: right;
}

.div-block-2 {
  width: 200px;
  height: 20px;
}

.text-block-2 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.text-span {
  font-weight: 900;
  text-decoration: underline;
}

.acaibowl-slide {
  position: absolute;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 89, 189, .3)), to(rgba(71, 89, 189, .3))), url('../images/Discoverthebest...Ramen.png');
  background-image: linear-gradient(180deg, rgba(71, 89, 189, .3), rgba(71, 89, 189, .3)), url('../images/Discoverthebest...Ramen.png');
  background-position: 0px 0px, 50% 55%;
  background-size: auto, cover;
}

.modal-header {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  margin: -20px 0px 140px auto;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container {
  margin-bottom: 40px;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 1px 15px 0 #cfcfcf;
}

.page-label-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.create-an-item-div {
  display: block;
  margin: 60px auto 0px;
  padding-right: 8%;
  padding-bottom: 40px;
  padding-left: 8%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.close-modal-button {
  position: static;
  left: 0px;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-image: url('../images/Close-Icon.svg'), -webkit-gradient(linear, left top, left bottom, from(#007aff), to(#007aff));
  background-image: url('../images/Close-Icon.svg'), linear-gradient(180deg, #007aff, #007aff);
  background-position: 50% 50%, 0px 0px;
  background-size: 15px 15px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  text-align: right;
}

.close-modal-button:hover {
  background-image: url('../images/Close-Icon.svg'), -webkit-gradient(linear, left top, left bottom, from(#007aff), to(#007aff));
  background-image: url('../images/Close-Icon.svg'), linear-gradient(180deg, #007aff, #007aff);
  background-position: 50% 50%, 0px 0px;
  background-size: 15px 15px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.close-modal-button:active {
  border: 3px solid #8b8b8b;
  background-image: url('../images/Close-Icon.svg'), -webkit-gradient(linear, left top, left bottom, from(#a6a4a1), to(#a6a4a1));
  background-image: url('../images/Close-Icon.svg'), linear-gradient(180deg, #a6a4a1, #a6a4a1);
  background-position: 50% 50%, 0px 0px;
  background-size: 15px 15px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.termsandconditions-section {
  margin-top: 120px;
  padding-bottom: 40px;
}

.item-name-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.body-2 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.page-label {
  color: #646464;
  font-size: 24px;
  line-height: 22px;
  font-weight: 900;
}

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

.link:hover {
  color: #4759bd;
}

.downloadnav-link {
  margin-left: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(71, 89, 189, .5);
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0 5px 15px 0 rgba(0, 122, 255, .5);
  font-family: Lato, sans-serif;
  color: #007aff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

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

.text-span-2 {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #4759bd;
  line-height: 28px;
}

.text-span-3 {
  border-bottom: 4px solid #ffc033;
  color: #000;
  line-height: 40px;
}

.text-span-4 {
  border-bottom: 4px solid #ffc033;
  color: #000;
}

.text-span-5 {
  border-bottom: 4px solid #ffc033;
  color: #000;
}

.text-span-6 {
  color: #4759bd;
  font-weight: 700;
}

@media (max-width: 991px) {
  .heading-1 {
    font-size: 60px;
  }
  .heading-1.text-left.text-jumbo-1 {
    font-size: 80px;
    text-align: center;
  }
  .heading-1.text-left.text-jumbo-2 {
    font-size: 52px;
    text-align: center;
  }
  .heading-3 {
    font-size: 20px;
  }
  .brand {
    left: -150px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .paragraph-1 {
    font-size: 17px;
  }
  .menu-button {
    right: -150px;
  }
  .footer-title-label {
    font-size: 20px;
  }
  .footer-links {
    font-size: 15px;
  }
  .copyright-label {
    font-size: 12px;
  }
  .unleashfoodie-row {
    height: 400px;
  }
  .stackedphones-div {
    display: block;
    width: 500px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .unleashfoodieright-column {
    padding-right: auto;
    padding-left: auto;
  }
  .unleashyourfoodiesidetextc2a-div {
    position: static;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .button.default-button.card-cta {
    left: 30px;
    right: 30px;
    bottom: 20px;
    display: none;
    -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
    transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
    text-align: center;
  }
  .icon {
    display: none;
  }
  .icon-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .heading-1 {
    font-size: 42px;
    line-height: 55px;
  }
  .heading-1.text-left.text-jumbo-1 {
    font-size: 60px;
  }
  .heading-1.text-left.text-jumbo-2 {
    font-size: 40px;
  }
  .heading-3 {
    font-size: 18px;
  }
  .download-c2a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brand {
    left: -50px;
  }
  .whatiscrityk-leftdiv {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .whatiscrityk-rightdiv {
    display: none;
  }
  .heading-2 {
    text-align: left;
  }
  .heading-2.standaloneheading {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-notch-div {
    position: static;
    left: 140px;
    margin-left: 0px;
    text-align: center;
  }
  .landscap-photoleft {
    text-align: center;
  }
  .whatiscritykleft-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .oursecretsauceleft-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-button {
    right: -50px;
  }
  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-media-icons-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-title-label {
    text-align: center;
  }
  .brandfooter-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footercopyright-column {
    display: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-links {
    text-align: center;
  }
  .copyright-label {
    margin-left: 0px;
    text-align: center;
  }
  .footerspacer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footerfollowus-column {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .oursecretsauce1-img {
    margin-bottom: 20px;
  }
  .unleashfoodie-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .stackedphones-div {
    display: none;
  }
  .oursecretsaucetitle-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .whatiscrityktitle-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .foodiesmoodiestitle-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .unleashyourfoodiesidetextc2a-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sub-heading-2 {
    text-align: center;
  }
  .tagline.tagline-promo-40 {
    font-family: Lato, sans-serif;
  }
  .tagline.white-hero-tagline {
    font-family: Lato, sans-serif;
  }
  .button.default-button.card-cta {
    left: 30px;
    right: auto;
    bottom: 20px;
  }
  .card-headline {
    font-family: Lato, sans-serif;
    font-weight: 900;
  }
  .heading-5 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .heading-notchcenter-div {
    position: static;
    left: 140px;
    margin-left: 0px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-section {
    min-height: 420px;
  }
  .heading-1 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 32px;
  }
  .heading-1.text-left.text-jumbo-1 {
    font-size: 55px;
  }
  .heading-1.textonwhite {
    line-height: 45px;
    text-align: center;
  }
  .heading-3 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 19px;
    line-height: 40px;
  }
  .download-c2a {
    margin-bottom: 40px;
  }
  .downloadappstore-img {
    text-align: center;
  }
  .download-googleplay-img {
    text-align: center;
  }
  .brand {
    position: absolute;
    left: 20px;
  }
  .heading-2 {
    font-size: 28px;
    text-align: center;
  }
  .heading-2.standaloneheading {
    color: #737680;
  }
  .paragraph-2 {
    font-size: 16px;
    text-align: left;
  }
  .feature-div {
    padding-right: 15px;
  }
  .heading-4 {
    font-size: 18px;
  }
  .paragraph-1 {
    font-size: 16px;
  }
  .download-c2a-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-button {
    right: -100px;
  }
  .column-11 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-media-icons-footer {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footercopyright-column {
    position: relative;
  }
  .copyright-label {
    font-size: 12px;
  }
  .footerlegal-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footerspacer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .appstore-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .googleplay-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .unleashyourfoodiesidetextc2a-div {
    margin-bottom: 30px;
  }
  .sub-heading-2 {
    font-size: 15px;
  }
  .heading-5 {
    font-family: Lato, sans-serif;
    font-size: 21px;
    line-height: 35px;
    font-weight: 400;
  }
  .icon {
    display: none;
  }
  .icon-2 {
    display: none;
  }
}

