.menu-icon4_wrapper {
  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: 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;
}

.heading-2 {
  width: 340px;
  margin-top: 0px;
  margin-bottom: -7px;
  padding: 1rem 2rem;
  border-radius: 20px 20px 0px 0px;
  background-color: #e26ad6;
  color: #f3f3f3;
  font-size: 2em;
  line-height: 1;
  text-align: left;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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;
}

.navbar4_dropdown-toggle {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 4rem 0.5rem 0rem;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -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;
}

.valid-icon {
  position: relative;
  z-index: 10;
  width: 60px;
}

.dropdown-icon {
  margin-top: 0.75rem;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
}

.navbar4_component {
  display: none;
  height: 4.5rem;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  background-color: #ececec;
}

.menu-icon_line-middle-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 24px;
  height: 2px;
}

.choice-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  -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: 2px;
  border-color: #e2e2e2;
  border-radius: 12px;
  background-color: #ececec;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.choice-link-block:hover {
  background-color: #cecece;
  color: #e26ad6;
}

.choice-link-block:active {
  background-color: #6ae272;
}

.choice-link-block.favorite {
  border-style: none;
  border-width: 3px;
  border-color: #419e6b;
  background-color: #fff;
}

.vote {
  position: absolute;
  z-index: -10;
  min-width: 130px;
}

.header-image {
  position: relative;
  width: 100%;
  height: 50vh;
}

.item-is-favorite {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  -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;
}

.menu-icon4_line-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  -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-color: #000;
}

.menu-icon4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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;
}

.navbar4_menu-dropdown {
  margin-left: 0px;
  font-size: 24px;
}

.jetboost-toggle-favorite-2p72 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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: 2px solid #f2f2ed;
  border-radius: 100px;
}

.more {
  color: #6a9ee2;
  font-size: 16px;
  line-height: 1;
  text-align: left;
}

.navbar4_menu {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  -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-color: transparent;
}

.navbar4_wrapper {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar4_menu-button {
  padding: 0rem;
}

.navbar4_menu-button.w--open {
  background-color: transparent;
}

.header {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.saving-favorite {
  position: relative;
  display: none;
  -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;
}

.navbar4_menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -4.5rem;
  -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;
}

.heading {
  margin-top: auto;
  margin-bottom: auto;
  outline-color: #f38ab3;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: 'Peace sans', sans-serif;
  color: #08476c;
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 6px 6px 0 transparent;
  white-space: normal;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -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;
}

.venue-name {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: red;
  font-size: 25px;
  line-height: 1;
  text-align: left;
}

.right-container {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar4_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr -webkit-max-content 1fr;
  -ms-grid-columns: 1fr max-content 1fr;
  grid-template-columns: 1fr -webkit-max-content 1fr;
  grid-template-columns: 1fr max-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-icon4_line-top {
  width: 24px;
  height: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Peace sans', sans-serif;
  color: #333;
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-3.blue {
  margin-bottom: 20px;
  color: #08476c;
}

.heading-3._2 {
  margin-top: 20px;
}

.heading-3.white {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.heading-3.pad {
  margin-bottom: 10px;
}

.burger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding: 2rem;
  -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-radius: 12px;
  background-color: #fff;
}

.burger-wrapper.centre {
  -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;
}

.emoji {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 3em;
}

.burgers {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  position: static;
  background-color: transparent;
}

.left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0rem;
  padding-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.menu-icon4_line-bottom {
  width: 24px;
  height: 2px;
  background-color: #000;
}

.choice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: -60px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar4_logo-link {
  padding-left: 0rem;
}

.navbar4_link {
  position: static;
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0rem;
  padding: 0.5rem 0rem;
  font-size: 24px;
}

.navbar4_link.w--current {
  color: transparent;
}

.item-is-not-favorite {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.vote-text {
  margin-right: 3px;
  margin-left: 3px;
  color: #f2f2ed;
  font-size: 1em;
  font-weight: 800;
}

.vote-text.jetboost-item-total-favorites-2p72 {
  font-size: 1em;
}

.menu-icon_line-middle-base {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000;
}

.vote-result-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 13px;
  padding: 10px 25px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(242, 242, 237, 0.29);
  border-radius: 4px;
  background-color: #f38ab3;
  opacity: 1;
}

.navbar4_dropdown-link {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
  padding: 0.5rem 0rem;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: transparent;
}

.body-style {
  background-color: #70cde3;
  font-family: Montserrat, sans-serif;
}

.jetboost-toggle-favorite-mj9p {
  width: auto;
  height: auto;
}

.heading-4 {
  width: auto;
  margin-top: auto;
  margin-bottom: -0.25em;
  padding: 0.25em 30px 0.5em;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #f38ab3;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  text-align: left;
  text-transform: uppercase;
}

.text-block {
  margin-right: 3px;
  margin-bottom: 0px;
  margin-left: 3px;
  padding-right: 0px;
  font-family: 'Peace sans', sans-serif;
  color: #333;
  font-size: 21px;
  font-weight: 800;
}

.text-block.jetboost-item-total-favorites-mj9p {
  margin-bottom: 0px;
  color: #333;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 4px;
}

.text-block-2 {
  font-size: 1em;
}

.left-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.text-block-3._2 {
  margin-top: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.text-block-4 {
  color: #70cde3;
}

.image {
  position: absolute;
  left: 20%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
}

.image-2 {
  position: relative;
  z-index: 1;
}

.page-padding {
  padding-right: 5%;
  padding-left: 5%;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.text-size-medium {
  width: 80%;
  color: #ececec;
  font-size: 1.125rem;
}

.text-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px;
  -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;
  border-radius: 12px;
  background-color: #f38ab3;
  text-align: center;
}

.section-header64 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.page-padding-2 {
  padding-right: 5%;
  padding-left: 5%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.faq1_icon {
  width: 2rem;
  margin-left: 1.5rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.faq1_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px none #000;
  cursor: pointer;
}

.faq1_answer {
  overflow: hidden;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.faq1_component {
  border-bottom: 1px solid #000;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-size-medium-2.text-weight-bold {
  color: #08476c;
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
}

.button-secondary {
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
  text-align: center;
}

.margin-top-2 {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

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

.faq1_accordion {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.burger-format {
  width: 100%;
}

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

.image-3 {
  width: 300px;
  height: 300px;
  border-style: solid;
  border-width: 10px;
  border-color: #f38ab3;
  border-radius: 11px;
  -o-object-fit: cover;
  object-fit: cover;
}

.burger-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.burger-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-left: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rich-text-block {
  font-size: 18px;
  line-height: 1.5;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.text-block-5 {
  margin-right: 10px;
  padding: 7px 13px;
  border-radius: 8px;
  background-color: #f38ab3;
  color: #ececec;
  font-weight: 600;
}

.price {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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-radius: 900px;
  background-color: #fff;
}

.text-block-6 {
  font-family: 'Peace sans', sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.paragraph {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.paragraph._10 {
  padding-right: 5px;
}

.paragraph.format {
  max-width: 50%;
  font-weight: 500;
  text-align: center;
}

.burger-top {
  position: relative;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.buttons.show {
  display: none;
}

.button-1 {
  margin-bottom: 10px;
  padding: 9px;
  border-style: solid;
  border-width: 3px;
  border-color: #08476c;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.button-1:hover {
  background-color: #f38ab3;
}

.button-1:active {
  background-color: #f38ab3;
}

.text-block-7 {
  color: #08476c;
  font-weight: 800;
  text-align: center;
}

.hear-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.text-field {
  height: 46px;
  border-style: solid;
  border-width: 3px;
  border-color: #08476c;
  border-radius: 11px;
  font-size: 20px;
  font-weight: 700;
}

.text-field.large {
  height: 170px;
}

.submit-button {
  border-radius: 6px;
  background-color: #08476c;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.success-message {
  padding-left: 0px;
  background-color: transparent;
}

.text-block-8 {
  color: #08476c;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
}

.form {
  margin-top: 20px;
  padding: 19px;
  border-style: solid;
  border-width: 3px;
  border-color: #08476c;
  border-radius: 8px;
}

.see-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.load {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  background-color: #08476c;
}

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

.form-block-2 {
  width: 500px;
}

._100100 {
  width: 100px;
  height: 100px;
}

.text-block-9 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.lottie-animation-2 {
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
}

.success-message-2 {
  width: 500px;
  margin-top: 20px;
  border-radius: 14px;
  background-color: #f38ab3;
  text-align: left;
}

.div-block {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1440px) {
  .heading-2 {
    color: #333;
    font-size: 5rem;
    line-height: 1;
    text-align: left;
  }

  .section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .valid-icon {
    width: 60px;
  }

  .choice-link-block {
    margin-left: 0px;
  }

  .choice-link-block.favorite {
    border-color: #08476c;
    background-color: #fff;
  }

  .item-is-favorite {
    display: none;
  }

  .jetboost-toggle-favorite-2p72 {
    width: 100px;
    height: 100px;
  }

  .more {
    margin-top: 2rem;
    font-size: 1.5rem;
    text-align: left;
  }

  .saving-favorite {
    display: none;
    width: 100px;
    height: 100px;
  }

  .venue-name {
    margin-bottom: 1rem;
    color: #666;
    font-size: 1.8rem;
    line-height: 1;
    text-align: left;
  }

  .heading-3 {
    font-family: 'Peace sans', sans-serif;
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
  }

  .heading-3.blue {
    color: #08476c;
    text-align: center;
  }

  .burger-wrapper {
    height: auto;
    box-shadow: 11px 9px 0 0 #4b8b9b;
    font-size: 1rem;
  }

  .burger-wrapper.centre {
    width: 1080px;
  }

  .emoji {
    font-size: 40px;
    line-height: 1;
  }

  .burgers {
    width: 1080px;
    max-width: none;
    margin-bottom: 40px;
  }

  .left-container {
    height: 120px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .vote-text {
    margin: 10px 5px;
    font-size: 2rem;
  }

  .vote-text.jetboost-item-total-favorites-2p72 {
    font-size: 2rem;
  }

  .vote-result-container {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-color: #70cde3;
    background-color: #f38ab3;
  }

  .body-style {
    font-family: Montserrat, sans-serif;
  }

  .heading-4 {
    padding-top: 0.5em;
    padding-bottom: 0.75em;
  }

  .text-block {
    font-family: 'Peace sans', sans-serif;
    color: #333;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .text-block.jetboost-item-total-favorites-mj9p {
    font-family: 'Peace sans', sans-serif;
    color: #333;
    font-size: 20px;
  }

  .left-align {
    width: 1080px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .text-block-3 {
    font-family: 'Changa One', Impact, sans-serif;
    font-size: 39px;
    font-weight: 400;
    letter-spacing: 3px;
  }

  .text-block-4 {
    padding-top: 20px;
    text-transform: uppercase;
  }

  .image {
    left: auto;
    top: auto;
    opacity: 1;
  }

  .page-padding {
    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;
  }

  .text-size-medium {
    font-family: Montserrat, sans-serif;
    color: #08476c;
    line-height: 1.5;
  }

  .text-align-center {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-header64 {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 9px;
    background-color: #f38ab3;
  }

  .heading-5 {
    color: #08476c;
  }

  .lottie-animation {
    width: 100px;
    height: 100px;
  }

  .faq1_icon {
    margin-left: 1rem;
  }

  .faq1_question {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-style: none;
  }

  .faq1_answer {
    height: auto;
  }

  .text-size-medium-2.text-weight-bold {
    font-family: Montserrat, sans-serif;
    color: #f38ab3;
    font-size: 16px;
    font-weight: 700;
  }

  .burger-format {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .image-3 {
    width: 300px;
    height: 300px;
    border-style: solid;
    border-width: 10px;
    border-color: #f38ab3;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .burger-details {
    height: auto;
    min-height: 537px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .burger-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    margin-left: 39px;
    -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;
    color: #08476c;
  }

  .rich-text-block {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #08476c;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
  }

  .collection-list {
    margin-bottom: 20px;
  }

  .text-block-5 {
    margin-right: 10px;
    margin-left: 0px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f38ab3;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .form-block {
    text-align: left;
  }

  .burger-image {
    position: relative;
    width: 300px;
    height: 300px;
  }

  .price {
    position: absolute;
    left: auto;
    top: auto;
    right: 5%;
    bottom: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    -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: 1px none #000;
    border-radius: 999px;
    background-color: #fff;
    color: #333;
  }

  .text-block-6 {
    padding: 10px;
    border-radius: 0px;
    font-family: 'Changa One', Impact, sans-serif;
    font-size: 2.3rem;
    line-height: 1;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
  }

  .paragraph._10 {
    margin-bottom: 10px;
    padding-right: 5px;
  }

  .paragraph.format {
    max-width: 70%;
    line-height: 1.2;
  }

  .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 188px;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
  }

  .button-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 10px 21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 3px;
    border-color: #08476c;
    border-radius: 16px;
    background-color: transparent;
    color: #333;
    text-decoration: none;
  }

  .text-block-7 {
    color: #08476c;
    font-weight: 700;
  }

  .hear-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .text-field {
    height: 42px;
    border-style: solid;
    border-width: 3px;
    border-color: #08476c;
    border-radius: 11px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
  }

  .submit-button {
    border-radius: 4px;
    background-color: #08476c;
    color: #ececec;
    font-weight: 500;
    text-transform: uppercase;
  }

  .field-label {
    font-weight: 500;
  }

  .field-label-2 {
    font-weight: 500;
  }

  .success-message {
    padding-left: 0px;
    background-color: transparent;
    color: #08476c;
  }

  .text-block-8 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .menu-icon4_wrapper {
    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: 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;
  }

  .navbar4_dropdown-toggle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0rem;
    padding: 0.75rem 2rem 0.75rem 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-icon {
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    margin-top: 0rem;
    margin-right: 0px;
    margin-bottom: 0rem;
  }

  .menu-icon_line-middle-top {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .menu-icon4_line-middle {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    -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-color: #000;
  }

  .menu-icon4 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    -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-color: transparent;
  }

  .navbar4_menu-dropdown {
    position: relative;
    display: block;
    -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;
    font-size: 1.25rem;
  }

  .navbar4_menu {
    z-index: 1;
    display: block;
    margin-left: 0rem;
    -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;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .navbar4_menu-button {
    margin-left: -0.5rem;
    padding: 0rem;
  }

  .navbar4_menu-button.w--open {
    background-color: transparent;
  }

  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .menu-icon4_line-top {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    position: static;
    padding: 0px;
    border-style: none;
  }

  .menu-icon4_line-bottom {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .navbar4_link {
    position: static;
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding: 1rem 0rem;
    font-size: 1.25rem;
  }

  .menu-icon_line-middle-base {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    -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-color: #000;
  }

  .navbar4_dropdown-link {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding-top: 1rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
    font-size: 20px;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-top-2 {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar4_component {
    height: 4rem;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

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

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

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

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .margin-top-2 {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .image-3 {
    width: 300px;
    height: 300px;
  }

  .burger-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .burger-description {
    width: auto;
    margin-top: 10px;
    margin-left: auto;
  }

  .burger-image {
    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;
  }

  .burger-top {
    display: block;
    width: 300px;
    height: 300px;
  }

  .success-message-2 {
    width: auto;
    margin-right: 10%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 479px) {
  .choice-link-block {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .header-image {
    height: 25vh;
    margin-bottom: 100px;
  }

  .header {
    position: static;
    padding-top: 30px;
    padding-right: 42px;
    padding-left: 42px;
  }

  .heading-3 {
    margin-top: 0px;
    font-size: 24px;
    letter-spacing: 0px;
  }

  .heading-3._2.large {
    font-size: 30px;
  }

  .heading-3.pad.large {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
  }

  .burger-wrapper {
    padding: 1rem;
  }

  .burger-wrapper.centre {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .choice-container {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vote-result-container {
    width: auto;
    margin-top: auto;
    padding-right: 4px;
    padding-left: 4px;
  }

  .vote-result-container.version {
    width: 80px;
  }

  .heading-4 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .text-block {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 0px;
    font-family: 'Peace sans', sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
  }

  .text-block.jetboost-item-total-favorites-mj9p {
    font-size: 15px;
  }

  .image {
    position: static;
    left: auto;
    bottom: auto;
    max-width: 80%;
    margin-top: -100px;
    margin-bottom: auto;
  }

  .image-2 {
    position: static;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .text-size-medium {
    width: 90%;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .faq1_icon {
    margin-left: 0.5rem;
  }

  .faq1_question {
    padding-top: 0rem;
    padding-bottom: 0rem;
    -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;
  }

  .text-size-medium-2.text-weight-bold {
    line-height: 2;
  }

  .margin-top-2 {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .top {
    padding-bottom: 17px;
  }

  .image-3 {
    width: 100%;
    height: 80vw;
  }

  .rich-text-block {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    text-align: center;
  }

  .collection-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .text-block-5 {
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
  }

  .burger-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph._10 {
    margin-bottom: 0px;
    padding-right: 5px;
  }

  .paragraph.format {
    max-width: none;
  }

  .burger-top {
    width: 100%;
    height: 80vw;
  }

  .buttons.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .buttons.hide {
    display: none;
  }

  .hear-more {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-field.small {
    margin-bottom: 0px;
  }

  .field-label {
    margin-top: 10px;
    text-align: center;
  }

  .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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .see-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .form-block-2 {
    width: auto;
  }

  ._100100 {
    width: 80px;
    height: 80px;
  }

  .lottie-animation-2 {
    width: auto;
    height: auto;
  }

  .success-message-2 {
    margin-right: auto;
    margin-left: auto;
  }
}

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