@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: #191b22;
  --brand: #7b2cbf;
  --white: white;
  --coral: #00b4d8;
  --alice-blue: #f5fbfc;
  --slate-grey: #7e828f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--brand);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #546285;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: var(--brand);
  text-decoration: underline;
}

li {
  color: #546285;
  font-size: 18px;
}

.banner {
  background-color: var(--brand);
  color: #fff;
  background-image: url('/public/images/Banner-Wave.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 5px 3%;
  font-size: 15px;
  display: flex;
}

.banner-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.nav-link {
  opacity: .8;
  color: var(--black);
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link.w--current {
  color: var(--brand);
}

.navigation-container {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(#cbf2fa, #cbf2fa);
  border-radius: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 15px;
  display: flex;
}

.brand {
  margin-right: 40px;
}

.navbar {
  background-color: #fff0;
  align-items: center;
  margin-bottom: -117px;
  padding: 0 0%;
  display: flex;
}

.navigation-right, .navigation-left {
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-right: 14px;
}

.header {
  background-image: linear-gradient(79deg, var(--brand), var(--coral));
  justify-content: center;
  align-items: center;
  padding: 180px 3% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 40px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.button {
  background-color: var(--brand);
  text-align: center;
  text-transform: none;
  background-image: url('/public/images/button-awa.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  min-height: 60px;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .25s;
}

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

.button.button-space {
  text-transform: none;
  margin-top: 40px;
  font-family: Merriweather, serif;
}

.container-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  display: flex;
}

.hero-image-wrap {
  order: -1;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-h1 {
  color: var(--white);
  letter-spacing: -.03em;
  width: 100%;
  max-width: 675px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.button-wrapper.marg-0 {
  flex-flow: row;
  margin-top: 0;
  position: relative;
}

.footer-logo {
  width: 120px;
  margin-bottom: 25px;
}

.footer-link {
  color: #546285;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #28224b;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.legal {
  color: #353448;
}

.footer-grid {
  grid-column-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.title {
  color: #08090a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}

.footer {
  background-color: var(--alice-blue);
  background-image: url('/public/images/Pattern-Footer.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0% 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-section {
  background-color: #0000;
  padding: 120px 0%;
  position: relative;
}

.content-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-block.bg-text {
  z-index: 3;
  display: flex;
  position: relative;
}

.image-block {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  display: flex;
  position: relative;
}

.image-block.first-col {
  margin-top: 0;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.food-card {
  background-color: #fff;
  border: 1px solid #35b8be26;
  border-radius: 6px;
  align-items: center;
  min-height: 200px;
  padding: 25px;
  transition: border-color .3s;
  display: flex;
}

.food-card:hover {
  border-color: #35b8be80;
}

.food-image-square {
  border-radius: 8px;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-right: 30px;
  overflow: hidden;
}

.food-image {
  object-fit: cover;
}

.food-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--brand);
  font-size: 16px;
  font-weight: 400;
}

.food-card-content {
  width: 100%;
}

.menu-item {
  margin-bottom: 20px;
}

.cta-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  min-height: 640px;
}

.cta-image {
  background-image: url('/public/images/Group-Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-content {
  background-color: #35b8be;
  background-image: url('/public/images/Pattern-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 60px;
  display: flex;
}

.cta-section {
  background-color: #0000;
  padding: 3%;
}

.dark-span {
  color: #1b9097;
}

.default-state {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  border-radius: 6px;
  width: 60px;
  height: 45px;
  margin-bottom: 0;
  margin-right: 8px;
}

.submit-button {
  background-color: var(--brand);
  background-image: url('/public/images/button-awa.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  min-height: 50px;
  display: flex;
}

.tab-link-round {
  background-color: #0000;
  border: 1px solid #61728333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 16px;
  display: flex;
}

.tab-link-round.w--current {
  background-color: var(--brand);
  color: #fff;
  background-image: url('/public/images/button-awa.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #61728300;
  border-radius: 6px;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-legal {
  border-top: 1px solid #7e828f17;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  font-size: 15px;
  display: flex;
}

.footer-detail-left {
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.social-icon-wrap {
  display: none;
}

.social-link {
  border: 1px solid #7e828f4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border-color: #7e828fdb;
}

.social-icon {
  width: 18px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-wrap-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-image {
  margin-bottom: 30px;
}

.utility-paragraph {
  color: #7e828f;
  text-align: center;
}

.link {
  color: var(--brand);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.input-field {
  height: 50px;
}

.field-label {
  font-size: 15px;
}

.checkout-form {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-order {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-detail {
  position: sticky;
  top: 35px;
}

.apple-pay-button {
  height: 55px;
}

.order-confirmation {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-81 {
  color: var(--brand);
}

.required {
  color: var(--coral);
}

.button-white {
  background-color: var(--brand);
  text-align: center;
  background-image: url('/public/images/button-awa.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-white.button-space {
  color: var(--brand);
  background-color: #fff;
  margin-top: 40px;
}

.content-section-bg {
  background-color: #0000;
  min-height: 600px;
  margin-top: -190px;
  padding: 140px 0% 0;
  position: relative;
}

.content-section-bg.first-sec {
  margin-top: 0;
  padding-top: 80px;
}

.cta-heading {
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
}

.paypal-checkout-form {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  font-size: 16px;
}

.container-tight {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.header-section {
  background-color: var(--alice-blue);
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 100px 3%;
  display: flex;
}

.product-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.plain-line {
  background-color: #35b8be40;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-image {
  border-radius: 15px;
  width: 100%;
}

.order-button {
  background-color: var(--brand);
  border-radius: 6px;
  justify-content: center;
  min-height: 45px;
  display: flex;
}

.cursive-text {
  width: 100%;
  max-width: 500px;
  position: absolute;
  inset: auto;
}

.price-text {
  color: var(--brand);
  letter-spacing: -.03em;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.full-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-section-short {
  background-color: #0000;
  padding: 60px 3%;
  position: relative;
}

.out-of-stock-state {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  display: flex;
}

.dropdown {
  height: 50px;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.additional-details {
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.notice-text {
  color: #fffc;
}

.order-column {
  position: relative;
  top: 0;
}

.image {
  max-width: 60px;
}

.image-flip-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-color: #ffffff70;
  background-image: linear-gradient(#7b2cbf40, #00b4d840);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -58px;
  transform: translate3d(0, 0, 11px);
}

.mian-image-foot {
  margin-top: -50px;
  box-shadow: 0 2px 5px #0003;
}

.mian-image-foot.main-white-img {
  border-radius: 20px;
  margin-top: 0;
  box-shadow: 8px 10px 15px 9px #00000054;
}

.tiger-image-full {
  z-index: -1;
  width: 100%;
  max-width: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(196px, -83px);
}

.tiger-image-full.hidden {
  display: none;
}

.image-2 {
  width: 100%;
}

.image-2.bg-rect-image {
  z-index: 1;
  -webkit-clip-path: polygon(0 23%, 100% 0, 100% 74%, 0 100%);
  clip-path: polygon(0 23%, 100% 0, 100% 74%, 0 100%);
  height: 910px;
  display: inline-block;
  position: absolute;
  top: 0;
  transform: translate(0, -20px);
}

.image-2.bg-rect-image.black-image {
  z-index: 2;
  height: 810px;
}

.image-2.bg-rect-image.black-image.hidden {
  display: none;
}

.paragraph-2 {
  color: var(--white);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-weight: 300;
  line-height: 1.7;
}

.paragraph-2.black-title {
  color: var(--black);
  line-height: 1.7;
}

.paragraph-2.black-title.text_center {
  text-align: center;
}

.paragraph-2.black-title.about_text {
  max-width: 567px;
}

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

.heading {
  color: var(--white);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 55px;
}

.heading.black-heading {
  color: var(--black);
  line-height: 1.2;
}

.heading.black-heading.heading_center {
  text-align: center;
}

.heading.only-65.black_heading {
  color: var(--black);
}

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

.paragraph-3 {
  width: 596.797px;
  padding-right: 0;
}

.paragraph-4 {
  width: 90%;
}

.video {
  display: none;
}

.image-3 {
  border-radius: 10px;
}

.disclaimer {
  background-color: var(--brand);
  width: 100%;
  margin-bottom: 60px;
}

.disclaimewr-text {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
}

.logo-flex {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #7b2cbf4a;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-4 {
  width: 230px;
}

.image-5, .image-6 {
  width: 210px;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #000;
  max-width: 100%;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.fs-consent_banner_paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #053a15;
  border-radius: 5px;
  padding: .5rem 1rem;
  font-family: Merriweather, serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.fs-consent_allow.dont_allow {
  background-color: var(--brand);
  display: none;
}

.game-section {
  justify-content: center;
  margin-bottom: 10px;
  padding-top: 20px;
  display: flex;
}

.game-section.terms-section {
  background-color: var(--alice-blue);
  margin-bottom: 0;
  padding-bottom: 60px;
}

.image-7 {
  width: 80px;
}

.bootom-flex {
  align-items: center;
}

.bold-text-2 {
  color: var(--brand);
  font-size: 18px;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  color: var(--brand);
}

.paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  color: var(--black);
}

.b-color {
  color: var(--brand);
  margin-bottom: 0;
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
  margin-bottom: 0;
}

.rich-text-block-2 {
  color: #000;
}

.paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30 {
  color: var(--black);
}

.about_icon {
  object-fit: cover;
  border-radius: 10px;
  width: 100px;
  height: 100px;
}

.padding_global {
  padding-top: 80px;
  padding-bottom: 80px;
}

.game_section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.game_img-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.game_ctn-col {
  box-shadow: 0 2px 5px 0 var(--brand);
  border-radius: 20px;
  padding: 40px;
}

.game_block {
  background-color: var(--black);
  background-image: linear-gradient(#000000ab, #000000ab), url('/public/images/fire-joker.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.h3_heading-style {
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 32px;
  line-height: 42px;
}

.h3_heading-style.heading_center {
  text-align: center;
}

.h3_heading-style.heading_center.heading_white, .h3_heading-style.heading_white {
  color: var(--white);
}

.card_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 38px;
  display: grid;
}

.card {
  border: 1px solid var(--slate-grey);
  background-color: #f6feff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: inset -5px -5px 15px #fff3, 5px 5px 15px #0003;
}

.card_icon {
  width: 57px;
  height: 57px;
}

.mg_top-32px {
  margin-top: 32px;
}

.h4_heading-style {
  margin-top: 0;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.card_head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.steps_section {
  background-image: linear-gradient(#7b2cbf9c, #7b2cbf9c), url('/public/images/2802373_5149.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.steps_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.steps_item {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(140deg, #7b2cbf4d 31%, #00b4d84a);
  border-radius: 20px;
  padding: 80px 40px 40px;
  position: relative;
  box-shadow: 5px 5px 15px #ffffff30;
}

.step_count {
  color: var(--coral);
  font-family: Merriweather, serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.step_count-block {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 12px;
  display: flex;
  position: absolute;
  top: -40px;
  left: 40px;
  box-shadow: 0 2px 5px #0003;
}

.step_cta {
  justify-content: space-between;
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.row {
  display: flex;
}

.row.gap-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.col-60 {
  width: 60%;
}

.col-40 {
  width: 40%;
}

.responsible_img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 553px;
}

.modal_container {
  z-index: 9999;
  background-color: #00b4d899;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal_wrap {
  background-color: var(--black);
  width: 95%;
  height: 90vh;
  padding: 60px 40px;
  position: relative;
}

.modal_close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.gmae_embed {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .banner-wrap {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .hero-content {
    width: 50%;
    padding-right: 0;
  }

  .container-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .hero-image-wrap {
    order: -1;
  }

  .hero-h1 {
    max-width: 675px;
    margin-bottom: 0;
    font-size: 65px;
    line-height: 75px;
  }

  .button-wrapper.btn-hero {
    margin-top: 20px;
  }

  .image {
    max-width: 70px;
  }

  .tiger-image-full {
    max-width: 31%;
  }

  .heading {
    font-size: 65px;
  }

  .heading.black-heading {
    font-size: 55px;
  }

  .disclaimewr-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .fs-consent_component {
    width: 100%;
  }

  .fs-consent_banner {
    background-color: #000;
    width: 100%;
    max-width: 100%;
  }

  .fs-consent_banner_wrapper {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .fs-consent_banner_paragraph {
    color: #fff;
    letter-spacing: 0;
    font-family: Merriweather, serif;
    font-size: 20px;
  }

  .fs-consent_banner_buttons {
    flex: none;
  }

  .fs-consent_allow {
    background-color: #0d5f1e;
    padding: 10px 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .icon {
    display: block;
  }

  .navbar {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    margin-bottom: -137px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .navigation-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .menu-button {
    color: var(--brand);
    background-color: #7b2cbf24;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    min-height: 55px;
    margin-left: 14px;
    margin-right: 0;
    padding: 16px;
    font-size: 24px;
    line-height: 24px;
  }

  .menu-button.w--open {
    background-color: var(--brand);
  }

  .nav-menu {
    background-color: var(--white);
    margin-top: 15px;
    margin-right: 0;
    box-shadow: 0 50px 80px -30px #35344833;
  }

  .header {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .container-flex {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-wrap: wrap;
  }

  .container-flex.container.tab_banner {
    flex-flow: column-reverse;
  }

  .hero-image-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }

  .hero-h1 {
    margin-top: 5px;
    font-size: 42px;
    line-height: 48px;
  }

  .button-wrapper {
    align-items: center;
  }

  .button-wrapper.btn-hero {
    margin-top: 52px;
  }

  .container, .container.footer-con {
    padding-left: 3%;
    padding-right: 3%;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer {
    padding-left: 0%;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .content-grid.grid-2 {
    grid-row-gap: 44px;
    flex-flow: column wrap-reverse;
    justify-content: center;
    display: flex;
  }

  .content-block {
    text-align: center;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-block.bg-text {
    order: 1;
    padding-top: 20px;
  }

  .image-block {
    margin-top: 0;
  }

  .image-block.first-col {
    order: -1;
  }

  .menu-item {
    width: 100%;
  }

  .cta-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cta-image {
    min-height: 420px;
  }

  .cta-content {
    min-height: 420px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-link-round {
    margin-bottom: 10px;
  }

  .content-section-bg {
    background-color: var(--alice-blue);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-section-bg.first-sec {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-heading {
    font-size: 55px;
  }

  .content-section-short {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-flip-div {
    left: 30px;
  }

  .mian-image-foot.main-white-img {
    max-width: 70%;
  }

  .tiger-image-full {
    max-width: 60%;
  }

  .image-2.bg-rect-image.black-image {
    -webkit-clip-path: none;
    clip-path: none;
    height: 100%;
    min-height: 970px;
  }

  .heading.black-heading, .heading.only-65 {
    font-size: 40px;
  }

  .logo-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-4, .image-5, .image-6 {
    width: 150px;
  }

  .bootom-flex {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-3 {
    font-size: 42px;
  }

  .about_icon {
    width: 70px;
    height: 70px;
  }

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

  .game_section {
    grid-template-columns: 1fr;
  }

  .game_block {
    background-image: linear-gradient(#0000008f, #0000008f), url('/public/images/fire-joker.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .h3_heading-style {
    font-size: 28px;
    line-height: 38px;
  }

  .h3_heading-style.heading_white.m_heading-center {
    text-align: center;
  }

  .steps_wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .step_count {
    font-size: 42px;
    line-height: 52px;
  }

  .step_count-block {
    width: 82px;
    height: 82px;
  }

  .step_cta {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .row.gap-48.flex-col {
    flex-flow: column;
  }

  .col-60, .col-40 {
    width: 100%;
  }

  .responsible_img {
    height: 100%;
  }

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

@media screen and (max-width: 767px) {
  .header {
    padding-top: 180px;
    padding-bottom: 40px;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .container-flex {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .hero-image-wrap {
    margin-top: 0;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .food-card {
    flex-wrap: wrap;
  }

  .food-image-square {
    max-width: none;
    max-height: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .food-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .menu-item {
    width: 50%;
  }

  .tab-link-round {
    text-align: center;
    white-space: nowrap;
    width: 40%;
  }

  .container-order {
    flex-wrap: wrap-reverse;
  }

  .order-detail {
    position: relative;
    top: 0;
  }

  .content-section-bg.first-sec {
    margin-top: 0;
  }

  .product-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .add-to-cart {
    margin-top: 20px;
  }

  .order-column, .order-full {
    width: 100%;
  }

  .tiger-image-full {
    max-width: 74%;
    bottom: -25%;
  }

  .image-2.bg-rect-image.black-image {
    min-height: 940px;
    transform: translate(0);
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 26px;
  }

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

  .heading-3 {
    font-size: 32px;
  }

  .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
    font-size: 16px;
  }

  .padding_global {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .game_block {
    min-height: 553px;
  }

  .h3_heading-style {
    font-size: 26px;
    line-height: 36px;
  }

  .card_wrap {
    grid-template-columns: 1fr;
  }

  .h4_heading-style {
    font-size: 20px;
    line-height: 30px;
  }

  .steps_item {
    padding-top: 40px;
  }

  .step_count {
    font-size: 32px;
    line-height: 42px;
  }

  .step_count-block {
    width: 62px;
    height: 62px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 48px;
  }

  .banner {
    display: none;
  }

  .nav-link {
    opacity: 100;
    color: var(--black);
    padding: 10px 5px;
  }

  .nav-link.w--current {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar {
    background-color: #fff0;
    position: absolute;
  }

  .navigation-right {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .nav-menu {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    background-color: var(--white);
    display: flex;
  }

  .header {
    padding-top: 180px;
  }

  .button {
    border-radius: 6px;
    width: 100%;
    max-width: 250px;
    min-height: 40px;
    padding: 10px 20px 13px;
    font-size: 16px;
  }

  .hero-image-wrap {
    margin-top: 0;
  }

  .hero-h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .footer-link {
    margin-bottom: 5px;
  }

  .legal {
    margin-right: 0;
  }

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

  .footer {
    padding-bottom: 0;
  }

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

  .food-card {
    padding: 16px;
  }

  .menu-item {
    width: 100%;
  }

  .cta-content {
    padding: 12px;
  }

  .tab-link-round {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .footer-detail-left {
    width: auto;
  }

  .checkout-form, .order-confirmation {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .required {
    font-size: 13px;
  }

  .button-white {
    width: 100%;
    max-width: 250px;
  }

  .cta-heading {
    font-size: 43px;
  }

  .paypal-checkout-form {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .header-section {
    min-height: 500px;
    padding-top: 140px;
  }

  .header-h1 {
    font-size: 50px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .div-block {
    margin-left: 0;
  }

  .order-image {
    width: 140px;
    margin-bottom: 10px;
  }

  .block-header {
    flex-wrap: wrap;
  }

  .image-flip-div {
    display: none;
    left: -40px;
  }

  .mian-image-foot.main-white-img {
    max-width: 80%;
  }

  .tiger-image-full {
    max-width: 80%;
    right: 50%;
  }

  .image-2.bg-rect-image.black-image {
    min-height: 790px;
    left: 0;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .heading.black-heading, .heading.only-65 {
    font-size: 32px;
  }

  .disclaimewr-text {
    line-height: 1.3;
  }

  .logo-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .fs-consent_banner {
    display: none;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .game-section {
    padding-top: 80px;
  }

  .game-section.terms-section {
    margin-top: 0;
    padding-top: 100px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 18px;
  }

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

#w-node-_84679178-7435-15d2-cf65-c419f644a489-a9cdf062 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9365fc6a-74f3-170b-bcf2-6681a028c29d-a9cdf062, #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da69-dcc6da57 {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-f3fb33e7-18e6-2374-b2b6-12deea2be2c4-a9cdf062 {
    order: 9999;
  }

  #w-node-_84679178-7435-15d2-cf65-c419f644a489-a9cdf062, #w-node-_9365fc6a-74f3-170b-bcf2-6681a028c29d-a9cdf062 {
    grid-column: span 1 / span 1;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da69-dcc6da57 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da69-dcc6da57 {
    grid-area: 3 / 1 / 4 / 4;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}