@font-face {
  font-family: Icons Custom Restaurantly Template;
  src: url('../fonts/icons-custom-restaurantly-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Anton;
  src: url('../fonts/Anton-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight Variablefont Wght;
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight Variablefont Wght;
  src: url('../fonts/InterTight-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Spacegrotesk Variablefont Wght;
  src: url('../fonts/SpaceGrotesk-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueUltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue;
  src: url('../fonts/HelveticaNeueHeavy.otf') format("opentype"), url('../fonts/HelveticaNeueBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --primary-black: #1f1f1f;
  --black: black;
  --white: white;
  --warm-white: #fcfbf8;
  --acc2: #008c45;
  --grey: #818181;
  --pearl-gray: #e9e8e6;
  --acc1: #cd212a;
  --acc3: #f4f5f0;
  --surface: #f3eee2;
  --transparent: transparent;
  --stroke-two: #0c1f24;
  --mid-gray: #777;
  --iron-gray: #626262;
  --linen: #f3eee1;
  --ash-gray: #989898;
  --neutral-gray: #777;
  --soft-gray: #eaeaea;
  --mist-gray: whitesmoke;
  --cloud-gray: #d9d9d9;
  --jet-black: #191919;
  --light-gray: #eee;
  --light-concrete: #e0e0e0;
  --midnight-black: #0d0d0d;
  --granite-gray: #797979;
  --ebony: #121212;
}

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

.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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

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

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

.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-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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

@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-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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 {
  background-color: var(--primary-black);
  color: var(--primary-black);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  color: var(--primary-black);
  letter-spacing: -2.24px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Verdana, sans-serif;
  font-size: 112px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: var(--black);
  letter-spacing: -.36px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Verdana, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--primary-black);
  letter-spacing: -.31px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Verdana, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 113%;
}

h4 {
  color: var(--primary-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Verdana, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 115.385%;
}

h5 {
  color: var(--primary-black);
  letter-spacing: -.16px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
}

h6 {
  color: var(--primary-black);
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

p {
  color: var(--primary-black);
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 120%;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.page-wrapper {
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
}

.page-wrapper.pw {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container {
  z-index: 99;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container._01 {
  height: 100%;
}

.container._01.ct {
  z-index: 3;
  position: relative;
}

.container._01.home {
  z-index: 12;
  position: relative;
}

.inner-banner {
  z-index: 2;
  padding-top: 230px;
  position: relative;
}

.inner-banner.re {
  padding-top: 200px;
}

.section {
  z-index: 1;
  background-color: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.blog-v1 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.faq.warm-white-bg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.contact {
  background-color: var(--primary-black);
  padding-top: 230px;
  padding-bottom: 0;
}

.section.changlog {
  padding-top: 70px;
  padding-bottom: 80px;
}

.section.services-v1 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.section.services-about-v1 {
  background-color: var(--warm-white);
}

.section.services-about-v1.rest-oo {
  background-image: url('../images/Bild-12-von-26.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 320px;
  padding-bottom: 60px;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  overflow: hidden;
}

.section.spsk {
  z-index: 99;
  background-color: var(--primary-black);
  padding-top: 100px;
  padding-bottom: 0;
}

.section.kontakt {
  background-color: var(--primary-black);
  padding-top: 320px;
  padding-bottom: 0;
}

.section.rest {
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.rest.spk {
  padding-top: 60px;
}

.section.rest._2-nvid {
  z-index: 99;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-bottom: 0;
}

.section.best {
  background-color: var(--primary-black);
  padding-top: 180px;
  padding-bottom: 0;
}

.section.insta {
  z-index: 2;
  background-color: var(--primary-black);
  padding-top: 80px;
  padding-bottom: 0;
}

.section.spsk-2 {
  z-index: 99;
  background-color: var(--warm-white);
  padding-top: 100px;
  padding-bottom: 0;
}

.primary-btn-arrow._02 {
  position: absolute;
}

.footer {
  z-index: 99;
  background-color: var(--primary-black);
  padding-top: 80px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.footer-menu-content {
  justify-content: space-between;
  display: block;
}

.footer-menu-left {
  grid-column-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.footer-menu-wrapper.lf.foo {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-menu-title {
  color: var(--white);
  letter-spacing: .6px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.footer-menu-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-menu-wrap.log {
  margin-bottom: 39px;
}

.footer-menu-link {
  color: var(--grey);
  letter-spacing: .4px;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: all .4s;
}

.footer-menu-link:hover {
  color: #fff;
  transform: translate(5px);
}

.footer-menu-link.w--current {
  color: var(--acc2);
}

.footer-ticker {
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
}

.footer-ticker-item-flex {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-ticker-item {
  color: var(--acc1);
  letter-spacing: -1.64px;
  text-transform: uppercase;
  flex: none;
  margin-right: 88px;
  font-family: Anton, Verdana, sans-serif;
  font-size: 164px;
  line-height: 100%;
}

.copyright-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: #ffffff1a;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.nav-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-content._01 {
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-logo {
  width: 12rem;
}

.nav-logo-img {
  cursor: pointer;
}

.display-none {
  display: none;
}

.nav-btn-wrapper {
  grid-column-gap: .6rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-btn {
  grid-column-gap: 24px;
  background-color: var(--acc3);
  color: var(--primary-black);
  cursor: pointer;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 4px 24px;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  text-decoration: none;
  display: inline-flex;
}

.nav-menu-btn:hover {
  background-color: var(--surface);
}

.nav-menu-btn._02 {
  grid-column-gap: 10px;
  padding-left: 4px;
  padding-right: 24px;
}

.nav-menu-btn-wrap {
  grid-row-gap: 7px;
  background-color: var(--black);
  text-align: center;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.nav-menu-btn-arrow {
  background-color: var(--white);
  border-radius: 20px;
  width: 15px;
  height: 2px;
}

.navbar-menu-flex {
  grid-column-gap: 6rem;
  background-color: var(--white);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1.84fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 60px 40px 40px;
  display: flex;
  box-shadow: 0 2px 2px #0000001a;
}

.nav-menu-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: sticky;
  top: 20px;
}

.navbar-menu-title {
  color: var(--grey);
  text-transform: uppercase;
  font-family: Anton, Verdana, sans-serif;
  font-size: 2rem;
  line-height: 120%;
  text-decoration: none;
}

.navbar-menu-title.black-text {
  color: var(--grey);
}

.navbar-menu-img {
  width: 100%;
  max-width: 237px;
}

.navbar-menu-img-wrap {
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.nav-menu-right {
  width: 100%;
  max-width: 440px;
}

.navbar-menu-wrap {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.nav-menu-dd {
  width: 100%;
}

.nav-menu-dd-toggle {
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  display: flex;
}

.nav-menu-dd-list-wrapper {
  background-color: var(--transparent);
  width: 100%;
  overflow: hidden;
}

.navbar-menu-dd-arrow._02 {
  position: absolute;
}

.navbar-menu-dd-arrow-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-dd-list-wrap {
  border-bottom: 1px solid var(--stroke-two);
  padding-top: 32px;
  padding-bottom: 30px;
}

.navbar-menu-content {
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.nav-menu-dd-list {
  color: var(--mid-gray);
  letter-spacing: -.5px;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: all .4s;
}

.nav-menu-dd-list:hover {
  color: var(--primary-black);
}

.nav-menu-dd-list.w--current {
  color: var(--acc1);
}

.nav-menu-dd-list-text {
  font-size: 1.7rem;
}

.nav-menu-dd-list-grid {
  grid-column-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-menu-dd-list-flex {
  grid-row-gap: 13px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.navbar-menu-title-link {
  color: var(--grey);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Anton, Verdana, sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-decoration: none;
  transition: all .4s;
}

.navbar-menu-title-link:hover {
  color: var(--primary-black);
}

.nav-btn {
  background-color: var(--acc2);
  color: var(--acc3);
  text-align: center;
  border-radius: 64px;
  padding: 19px 36px;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .4s;
}

.nav-btn:hover {
  background-color: var(--acc1);
}

.navbar-menu-wrapper {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.navbar-menu-wrapper.v2 {
  background-color: var(--primary-black);
  display: none;
}

.project-stats-card-wrap {
  grid-row-gap: .8rem;
  flex-flow: column;
  width: 100%;
  max-width: 285px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.project-stats-card {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.project-stats-card-counter-wrap {
  border-bottom: 1px solid #ececec;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.project-stats-card-counter-wrap.last {
  border-bottom-style: none;
}

.project-stats-card-btn {
  grid-column-gap: 12px;
  color: var(--primary-black);
  letter-spacing: -.4px;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: inline-flex;
}

.project-stats-card-btn:hover {
  color: var(--mid-gray);
}

.hero-v1-card-btn-arrow.x {
  transform: rotate(-45deg);
}

.about-agency-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-agency-details-wrap {
  width: 100%;
}

.about-agency-details {
  color: var(--iron-gray);
  letter-spacing: 0;
  margin-top: 15px;
  font-family: Intertight Variablefont Wght, Verdana, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 121%;
}

.primary-navbar {
  z-index: 3;
  background-color: var(--transparent);
  position: fixed;
  inset: 0% 0% auto;
}

.primary-navbar.v2 {
  background-color: var(--primary-black);
}

.primary-navbar.v2._02 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
}

.section-title-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-title-flex._1 {
  align-items: flex-end;
}

.section-title {
  color: var(--grey);
  font-size: 4.2rem;
  line-height: 105%;
}

.section-title.black-text {
  color: var(--black);
  font-size: 4.2rem;
}

.section-title.black-text.w {
  color: var(--surface);
  letter-spacing: 0;
}

.section-title.absolute {
  color: var(--black);
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
}

.section-title.absolute._01 {
  white-space: normal;
}

.section-title.black-bg {
  color: var(--surface);
  font-size: 4.2rem;
  line-height: 115%;
}

.hero-v1-section {
  margin-bottom: -100vh;
  position: relative;
}

.section-spacer {
  height: 100vh;
}

.project-card {
  flex: none;
  width: 100%;
  max-width: 420px;
  height: 619px;
  margin-right: 24px;
}

.cta-wrapper {
  margin-bottom: -100vh;
}

.cta {
  z-index: 1;
  background-image: url('../images/cta_1.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 105vh;
  padding-top: 200px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.cta-wrap {
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-01 {
  background-image: url('../images/dresden-1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-bottom: 50px;
  position: sticky;
  top: 0;
}

.hero-v2-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.copyright-text-link {
  color: #fff6;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}

.copyright-text-link:hover {
  text-decoration: underline;
}

.envision-v2-card {
  flex: none;
  width: 100%;
  max-width: 420px;
  height: 619px;
  margin-right: 24px;
}

.sub-title-wrap {
  grid-column-gap: 10px;
  background-color: var(--acc1);
  border-radius: 1000px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 15px;
  display: inline-flex;
}

.sub-title-wrap.mb-30 {
  grid-column-gap: 6px;
  background-color: var(--linen);
  color: var(--iron-gray);
  margin-bottom: 10px;
}

.sub-title-wrap.mb-30.dark {
  color: var(--black);
  background-color: #ffffff4d;
  margin-bottom: 10px;
}

.sub-title-wrap.mb-30.ro {
  background-color: var(--acc1);
  color: var(--white);
}

.sub-title-wrap.mb-30.resto {
  background-color: var(--ash-gray);
  color: var(--white);
}

.sub-title-dot {
  background-color: var(--primary-black);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.sub-title-dot.ro {
  background-color: var(--white);
}

.sub-title {
  letter-spacing: -.64px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.big-title {
  color: var(--acc3);
  text-shadow: 8px 8px 8px #0009;
  font-size: 10rem;
  line-height: 100%;
}

.big-title.primary-color {
  color: var(--primary-black);
}

.big-title.primary-color._404 {
  color: var(--neutral-gray);
  letter-spacing: 0;
  font-size: 90px;
}

.big-title.respag {
  font-size: 9.5rem;
}

.faq-wrapper {
  grid-row-gap: 33px;
  flex-flow: column;
  display: flex;
}

.faq-grid {
  grid-column-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.54fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-title {
  color: var(--primary-black);
  letter-spacing: -1.6px;
  font-size: 80px;
  line-height: 100%;
}

.faq-wrap {
  border-bottom: 1px solid var(--pearl-gray);
}

.faq-questions-wrap {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 16px;
  display: flex;
}

.faq-questions-wrap.v2 {
  padding: 32px;
}

.faq-questions {
  letter-spacing: -.96px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.faq-ans-wrap {
  overflow: hidden;
}

.faq-ans {
  color: #1f1f1f99;
  letter-spacing: -.72px;
  margin-bottom: 25px;
  padding-right: 65px;
  font-size: 18px;
  line-height: 150%;
}

.faq-ans.v2 {
  margin-bottom: 0;
  padding: 0 32px 32px;
}

.hero-v3-title {
  color: var(--primary-black);
  letter-spacing: -2.24px;
  font-size: 112px;
  line-height: 100%;
}

.hero-v3-title._1 {
  color: var(--acc2);
  text-shadow: 6px 4px 6px #0009;
  cursor: default;
  font-size: 10rem;
  line-height: 95%;
}

.hero-v3-title._2 {
  color: var(--acc3);
  text-shadow: 4px 4px 8px #0009;
  cursor: default;
  font-size: 10rem;
  line-height: 95%;
}

.hero-v3-title._3 {
  color: var(--acc1);
  text-shadow: 2px 4px 6px #0009;
  cursor: default;
  font-size: 10rem;
  line-height: 95%;
}

.services-v3-wrapper.kon {
  margin-bottom: 120px;
}

.services-title-wrapper {
  width: 100%;
  max-width: 980px;
  margin-bottom: 60px;
}

.services-title-wrapper.hea {
  margin-bottom: 20px;
}

.services-v3-card-grid {
  grid-column-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-v3-card-grid._2 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.services-v3-card-grid._2.gs {
  grid-column-gap: 20px;
  margin-bottom: 80px;
}

.services-v3-card-grid.hom {
  margin-top: 60px;
}

.services-v3-card-grid._2-a {
  grid-column-gap: 20px;
  margin-top: 20px;
  margin-bottom: 80px;
}

.services-v3-card-grid.xsa {
  grid-column-gap: 20px;
}

.services-v3-card {
  background-color: var(--white);
  padding: 40px;
}

.services-v3-card._01 {
  background-color: var(--acc2);
  flex: 1;
  padding: 15px;
  transition: all .4s;
}

.services-v3-card._02 {
  background-color: var(--acc3);
  flex: 1;
  transition: all .4s;
}

.services-v3-card._02.x {
  padding: 15px;
}

.services-v3-card._03 {
  background-color: var(--acc1);
  flex: 1;
  padding: 15px;
}

.services-v3-card-inner-wrap {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.services-v3-card-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  margin-bottom: 178px;
  display: flex;
}

.services-v3-card-title {
  letter-spacing: -.4px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 115.385%;
}

.services-v3-card-title._01 {
  color: var(--linen);
  font-size: 38px;
}

.services-v3-card-title._02 {
  color: var(--iron-gray);
  font-size: 38px;
}

.services-card-details {
  color: #1f1f1f99;
  letter-spacing: -.3px;
  font-size: 18px;
  line-height: 150%;
}

.services-card-details.kon {
  color: var(--white);
  letter-spacing: -.1px;
  font-weight: 300;
}

.services-card-details.kon-2 {
  color: var(--primary-black);
  letter-spacing: -.1px;
  font-weight: 300;
}

.services-card-details.start {
  color: var(--iron-gray);
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  line-height: 130%;
}

.warm-white-bg {
  background-color: var(--warm-white);
}

.testimonial-v3-arrow-wrapper {
  background-color: var(--white);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 14px 27px;
  display: inline-flex;
  inset: 0 0 auto auto;
}

.inner-banner-content {
  padding-bottom: 20px;
}

._404-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._404-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 230px;
  padding-bottom: 120px;
  display: flex;
}

._404-inner-wrap {
  text-align: center;
}

._404-btn-wrap {
  margin-top: 48px;
}

._404-btn {
  background-color: var(--acc1);
  color: var(--white);
  text-align: left;
  letter-spacing: .4px;
  background-image: url('../images/404-Btn-Arrow.svg');
  background-position: 369px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 64px;
  width: 100%;
  max-width: 422px;
  padding: 19px 4px 19px 21px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .4s;
}

._404-btn:hover {
  background-color: var(--acc2);
  color: var(--white);
}

.pp-section {
  margin-bottom: 0;
}

.pp-wrapper {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.pp-wrap {
  text-align: center;
  margin-bottom: 12px;
}

.pp-title {
  letter-spacing: -2.24px;
  font-size: 112px;
  line-height: 100%;
}

.pp-field {
  border-radius: 160px;
  height: 56px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 18px 22px;
}

.pp-field:focus {
  border: 1px solid var(--acc1);
  color: var(--primary-black);
  font-size: 16px;
  line-height: 121%;
}

.pp-field::placeholder {
  color: var(--neutral-gray);
  letter-spacing: -.56px;
  font-size: 14px;
  line-height: 140%;
}

.pp-btn {
  background-color: var(--acc1);
  color: var(--white);
  text-align: left;
  letter-spacing: -.72px;
  background-image: url('../images/404-Btn-Arrow.svg');
  background-position: 99.6%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 64px;
  width: 100%;
  max-width: 100%;
  padding: 19px 4px 19px 21px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .4s;
}

.pp-btn:hover {
  background-color: var(--iron-gray);
  color: var(--white);
}

.error-message {
  color: var(--white);
  text-align: center;
  background-color: #ff0808;
  padding: 20px;
}

.project-stats-card-top-btn {
  grid-column-gap: 12px;
  background-color: var(--white);
  color: var(--primary-black);
  letter-spacing: -.4px;
  border-radius: 10px;
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: inline-flex;
}

.project-stats-card-top-btn:hover {
  color: var(--mid-gray);
}

.pricing-v1-banner {
  background-image: url('../images/AdobeStock_1162712184_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 100px;
  display: flex;
}

.pricing-banner-flex {
  z-index: 99;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pricing-v1-title-btn-wrap {
  grid-column-gap: 2rem;
  margin-top: 40px;
  display: flex;
}

.services-card-v3-single, .services-v3-collection-list-wrap, .services-v3-collection-list-wrap.home, .services-v3-collection-list, .services-v3-collection-list.home, .services-v3-collection-item, .services-v3-collection-item.home {
  height: 100%;
}

.team-card-img-wrap {
  text-align: center;
  border-radius: 100%;
  width: 100%;
  max-width: 378px;
  height: 100%;
  max-height: 378px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.about-team-card {
  z-index: 1;
  cursor: default;
  border-radius: 7px;
  width: 100%;
  max-width: 319px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.checkout-section {
  padding: 180px 0 120px;
}

.block-header {
  border-color: var(--acc1);
  background-color: var(--acc1);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.checkout-title {
  letter-spacing: 0;
  font-size: 42px;
  line-height: 120%;
}

.checkout-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
}

.block-content {
  border: 1px solid var(--acc1);
  background-color: var(--acc1);
  border-radius: 10px;
}

.checkout-label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.checkout-field {
  border: 1px solid var(--soft-gray);
  background-color: var(--mist-gray);
  border-radius: 10px;
  height: 52px;
  margin-bottom: 10px;
  padding: 10px 15px;
  line-height: 120%;
}

.checkout-field:focus, .checkout-field.-wfp-focus {
  border-color: var(--acc1);
  color: var(--primary-black);
  font-size: 16px;
  line-height: 120%;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkout-checkbox {
  margin-top: 0;
}

.checkout-btn {
  background-color: var(--primary-black);
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 120%;
  transition: all .4s;
}

.checkout-btn:hover {
  background-color: var(--acc1);
  color: var(--primary-black);
}

.nav-btn-crose-icon {
  width: 16px;
}

.secondary-btn {
  z-index: 1;
  grid-column-gap: 24px;
  background-color: var(--white);
  color: var(--primary-black);
  letter-spacing: -.4px;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 4px 24px;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.secondary-btn-arrow-wrap {
  background-color: var(--primary-black);
  border-radius: 100%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.preview-btn {
  grid-column-gap: 33px;
  background-color: var(--acc1);
  color: var(--primary-black);
  letter-spacing: -.72px;
  border-radius: 64px;
  justify-content: flex-start;
  align-items: center;
  padding: 19px 46px 19px 36px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.order-summary-wrap {
  top: 140px;
}

.faq-v2-wrap {
  border-bottom: 1px solid var(--pearl-gray);
  background-color: #f5f5f5;
  background-color: var(--linen);
  border: 1px solid #f5f5f5;
  padding: 0;
}

.faq-v2-wrapper {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.cart-button {
  background-color: var(--acc3);
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  position: relative;
}

.cart-quantity {
  background-color: var(--acc1);
  color: var(--acc3);
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-left: 6px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 9px;
  line-height: 16px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.cart-title {
  color: var(--primary-black);
  font-size: 52px;
}

.cart-header {
  padding: 25px 20px;
}

.close-button {
  background-color: var(--acc1);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.close-icon {
  width: 20px;
}

.cart-label {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cart-text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 120%;
}

.remove-button {
  color: var(--primary-black);
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
}

.remove-button:hover {
  text-decoration: underline;
}

.cart-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cart-btn {
  background-color: var(--primary-black);
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 120%;
  transition: all .4s;
}

.cart-btn:hover {
  background-color: var(--acc1);
  color: var(--primary-black);
}

.cart-list {
  padding: 20px;
}

.section-title-single {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-wrap.responsive-off {
  display: block;
}

.hero-title-wrap-single {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-scroll-wrap {
  z-index: 999;
  display: none;
  position: fixed;
  inset: -100% 0% auto;
}

.nav-left-btn {
  text-align: right;
  width: 100%;
}

.nav-btn-wrapper-left {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-v1-wrap {
  z-index: 999;
  position: relative;
}

.cart-wrap {
  z-index: 10000;
  position: relative;
}

.navigator {
  z-index: 3;
  background-color: var(--transparent);
  position: fixed;
  inset: 0% 0% auto;
}

.navigator.v2 {
  background-color: var(--primary-black);
}

.navigator.v2._02 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
}

.navigator-v1 {
  z-index: 3;
  background-color: var(--transparent);
  position: fixed;
  inset: 0% 0% auto;
}

.cart {
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
}

.cart-container {
  min-width: 500px;
  max-width: 500px;
  margin-top: 20px;
}

.service-v3-link-block {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
}

.service-v3-link-block.home {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.service-v3-link-block.home.x {
  position: relative;
}

.service-v3-link-block.xlink {
  z-index: 2;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-black-shade {
  z-index: 11;
  background-image: linear-gradient(0deg, black, var(--transparent) 39%), url('../images/Hero-Second-Black-Shade.svg');
  opacity: .9;
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

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

.hero-black-shade-2 {
  z-index: 2;
  background-image: linear-gradient(0deg, black, var(--transparent) 72%);
  position: absolute;
  inset: 0%;
}

.services-v3-card {
  background-color: var(--surface);
  border-radius: 1rem;
  height: 100%;
  padding: 20px;
}

.services-v3-card-icon-wrap {
  width: 140px;
  height: auto;
  margin-bottom: 40px;
}

.services-v3-card-details-wrap {
  flex: 1;
}

.primary-btn-2 {
  z-index: 1;
  grid-column-gap: 18px;
  background-color: var(--acc2);
  color: var(--primary-black);
  letter-spacing: -.2px;
  cursor: pointer;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 4px 4px 4px 20px;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.primary-btn-arrow-wrap-2 {
  background-color: var(--acc3);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: relative;
}

.primary-btn-text-2 {
  color: var(--acc3);
  font-size: 16px;
}

.primary-btn-wrap-2 {
  text-align: right;
}

.hero-title-2 {
  color: var(--linen);
  letter-spacing: .8px;
  text-shadow: 6px 5px 2px #000c;
  font-size: 6.3rem;
  line-height: 100%;
}

.text-span {
  color: var(--acc2);
}

.text-span-2 {
  color: var(--acc3);
}

.nav-logo-3 {
  width: 14rem;
}

.code-ex {
  width: 100%;
  margin-bottom: 0;
  display: none;
}

.nav-logo-2 {
  width: 8rem;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 520px;
}

.div-block-9715314 {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.link-block-3 {
  filter: invert(50%);
  transition: filter .3s;
}

.link-block-3:hover {
  filter: invert();
}

.image-17 {
  height: 2.2rem;
}

.services-v3-card-inner-wrap-2 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.image-18 {
  object-fit: cover;
  border-radius: .9rem;
  height: 12rem;
  margin-bottom: 1rem;
}

.primary-btn-wrap-3 {
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.primary-btn-3 {
  z-index: 1;
  grid-column-gap: 6px;
  background-color: var(--acc3);
  color: var(--primary-black);
  letter-spacing: -.2px;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.primary-btn-3:hover {
  transform: scale(1.04);
}

.primary-btn-3.tras {
  display: none;
}

.primary-btn-text-3 {
  color: var(--primary-black);
  letter-spacing: -.2px;
  font-size: 15.5px;
  font-weight: 500;
}

.div-block-9715315 {
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.primary-btn-4 {
  z-index: 1;
  grid-column-gap: 6px;
  background-color: var(--acc2);
  color: var(--primary-black);
  letter-spacing: -.2px;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.primary-btn-4:hover {
  transform: scale(1.04);
}

.primary-btn-4.tras {
  display: none;
}

.primary-btn-text-4 {
  color: var(--white);
  font-size: 15.5px;
}

.div-block-9715316 {
  background-image: linear-gradient(90deg, var(--acc2), var(--acc3) 51%, var(--acc1));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
}

.bol {
  font-weight: 500;
}

.text {
  grid-column-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.big-title.rest {
  letter-spacing: 0;
  text-shadow: 6px 6px 4px #000c;
  font-size: 7rem;
}

.card {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 24px #0d0d0d0d;
}

.card.cta-bg-image {
  padding: 80px 60px 60px;
  box-shadow: 0 14px 42px #0d0d0d0d;
}

.card.shadow-long {
  border-radius: 1rem;
  box-shadow: 4px 7px 13px #0d0d0d80;
}

.card.borders {
  border: 1px solid #dadada;
}

.card.borders.card-link.card-reservation {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.card.bg-neutral-800 {
  box-shadow: none;
}

.card.bg-neutral-800.flex-vertical {
  background-color: var(--black);
}

.card.form {
  box-shadow: none;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  margin-bottom: 0;
  padding: 60px 56px 40px;
  display: flex;
}

.btn-secondary {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #0d0d0d;
  padding: 22px 40px;
  line-height: 1.111em;
  transition: transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #2b2b2b;
  transform: scale3d(.98, .98, 1.01);
}

.cta-section {
  background-color: #0d0d0d;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.cta-section.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-section.bg-image.cta-v2-2 {
  background-image: url('../images/Bild-22-von-31.avif');
  background-position: 0%;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cta-section.bg-image.cta-v2-2-2 {
  background-color: var(--transparent);
  background-image: none;
  align-items: flex-start;
  height: 100vh;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cta-section.bg-image.cta-v2-3 {
  background-image: url('../images/Bild-33-von-36.avif');
  background-position: 0%;
  align-items: flex-start;
  height: 100vh;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.btn-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
  justify-content: center;
  padding: 22px 40px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2b2b2b;
  transform: scale3d(.98, .98, 1.01);
}

.mg-bottom-42px {
  margin-bottom: 42px;
}

.buttons-row-first {
  margin-right: 2rem;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.cta-v9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr .6fr;
  align-items: start;
  width: 100%;
  padding-left: 120px;
}

.grid-2-columns.contact-v2 {
  grid-column-gap: 80px;
  grid-template-columns: .7fr 1fr;
  margin-bottom: 80px;
  padding-top: 60px;
}

.grid-2-columns.kont {
  grid-column-gap: 60px;
  grid-template-columns: .7fr 1fr;
  margin-bottom: 80px;
}

.grid-2-columns.form {
  grid-column-gap: 50px;
  grid-row-gap: 60px;
}

.grid-2-columns.cta-v9-1 {
  z-index: 22;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr .6fr;
  align-items: start;
  width: 100%;
  padding-left: 120px;
  position: relative;
}

.text-no-wrap {
  white-space: nowrap;
}

.inner-container._598px {
  max-width: 600px;
}

.inner-container._86 {
  max-width: 86%;
}

.inner-container._230px {
  max-width: 230px;
}

.inner-container._230px.center-element.height-100 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-container._414px {
  max-width: 414px;
}

.inner-container._218px {
  max-width: 218px;
}

.inner-container._160px {
  max-width: 160px;
}

.inner-container._288px {
  max-width: 288px;
}

.inner-container._80 {
  max-width: 80%;
}

.inner-container.rest-head {
  margin-bottom: 60px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.container-default {
  max-width: 100%;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.align-top {
  color: var(--iron-gray);
  align-items: flex-start;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
}

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

.flex-horizontal.justify-sb {
  justify-content: space-between;
}

.flex-horizontal.flex-vertical-mbl {
  align-items: stretch;
}

.image-20.cover {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.image-20.check-icon {
  max-width: 16px;
  margin-top: 9px;
  margin-right: 13px;
}

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

.grid-1-column.gap-row-56px.gap-row-80px-tablet {
  margin-bottom: 80px;
}

.grid-1-column.gap-row-56px.gap-row-80px-tablet.spk {
  margin-top: 60px;
  margin-bottom: 0;
}

.grid-1-column.gap-row-18px {
  color: var(--white);
  font-size: 18px;
  line-height: 125%;
}

.grid-1-column.justify-start {
  justify-items: start;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.color-neutral-100 {
  color: var(--acc2);
  font-size: 19px;
}

.position-relative {
  position: relative;
}

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

.heading-h2-size {
  color: #0d0d0d;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.19em;
}

.position-absolute {
  position: absolute;
}

.position-absolute.position-right-only {
  right: 0%;
}

.position-absolute.position-right-only.width-638px {
  max-width: 638px;
}

.position-absolute.top {
  inset: 0% 0% auto;
}

.position-absolute.top.contact-v2 {
  min-height: 606px;
}

.position-absolute.top.contact-v2.bg-neutral-200 {
  background-image: url('../images/cta_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.position-absolute.top.contact-v2.bg-neutral-200.am {
  background-image: url('../images/Bild-11-von-21.avif');
}

.position-absolute.top.contact-v2.bg-neutral-200.pp {
  background-image: url('../images/image-3-contact-slider-restaurantly-template.jpg');
  background-position: 50%;
}

.position-absolute.top.contact-v2.bg-neutral-200.hc {
  background-image: url('../images/Bild-1-von-36.avif');
  background-position: 50% 40%;
  background-size: cover;
}

.card-content-pd.card-service-featured {
  padding: 72px 82px;
}

.card-content-pd.card-reservation {
  flex: 1;
  height: 100%;
  padding: 50px 40px 40px;
}

.card-content-pd.card-info {
  color: var(--cloud-gray);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 60px 50px 50px;
  display: flex;
}

.card-content-pd.card-info.xb {
  padding-left: 30px;
  padding-right: 30px;
}

.card-content-pd.card-location-slider {
  color: #878787;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 433px;
  padding: 60px 48px 60px 68px;
  display: flex;
}

.card-content-pd.card-location-slider.rest {
  justify-content: space-between;
  padding: 40px 50px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.card-service {
  border-radius: 1rem;
  min-height: 600px;
  max-height: 800px;
  overflow: clip;
}

.image-wrapper.instagram-image {
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.width-100.min-h-400px-mbp-2 {
  flex: 1;
  margin-right: -1px;
}

.form-v2 {
  align-self: stretch;
}

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

.text-center.flex-vertical.height-100 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

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

.underline-wrapper {
  background-color: #aaa;
  height: 1px;
  overflow: hidden;
}

.heading-h4-size {
  color: #0d0d0d;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.273em;
}

.heading-h4-size.mg-bottom-16px {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
}

.mg-top-auto {
  margin-top: auto;
}

.social-icon-font {
  font-size: 21px;
  line-height: 1em;
  text-decoration: none;
}

.social-icon-font._1 {
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.social-icon-font._4 {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.heading-h5-size {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333em;
}

.heading-h5-size.mg-bottom-7px {
  color: var(--black);
}

.underline {
  background-color: #0d0d0d;
  height: 1px;
}

.mg-bottom-28px {
  letter-spacing: -.4px;
  flex: 1;
  margin-bottom: 28px;
}

.mg-top-56px {
  position: sticky;
  top: 20px;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._04 {
  max-width: 86px;
}

.input-wrapper {
  min-width: 100%;
  max-width: 100%;
}

.success-message-2 {
  color: #0d0d0d;
  background-color: #0000;
  align-self: stretch;
  padding: 0;
}

.input {
  color: #0d0d0d;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #878787;
  border-radius: 0;
  min-height: 51px;
  margin-bottom: 0;
  padding: 0 0 26px;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-bottom-color: #0d0d0d;
}

.input:focus {
  color: #0d0d0d;
  border-bottom-color: #0d0d0d;
}

.input::placeholder {
  color: #474747;
}

.mg-bottom-175px {
  margin-top: 100px;
  margin-bottom: 0;
}

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

.grid-3-columns._1-col-tablet {
  margin-top: -20px;
  margin-bottom: 100px;
}

.grid-3-columns._1-col-tablet.xa {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-uppercase {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 500;
}

.text-uppercase.text-200.color-neutral-100 {
  color: var(--white);
  font-size: 28px;
  font-weight: 400;
}

.link-wrapper {
  color: #5e5e5e;
  line-height: 1.111em;
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: #aaa;
}

.link-wrapper.light {
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.link-wrapper.light:hover {
  color: #f2f1ff;
}

.link-wrapper.text-height-1-667em {
  line-height: 1.667em;
}

.link-wrapper.text-height-1-667em.icon-left {
  color: var(--iron-gray);
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5rem;
  text-decoration: none;
}

.link-wrapper.text-height-1-667em.icon-left:hover {
  color: #0d0d0d;
}

.link-text {
  color: #5e5e5e;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.link-text.light {
  color: #dadada;
}

.link-text.light.mg-right-10px {
  color: var(--white);
  font-size: 18px;
}

.link-text.color-neutral-500 {
  color: var(--iron-gray);
  font-size: 18px;
}

.arrow-icon {
  margin-left: 4px;
  font-family: Icons Custom Restaurantly Template, Verdana, sans-serif;
  font-size: 10px;
  display: inline-block;
}

.banner-wrapper-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-wrapper-two.slideup-animation {
  margin-top: 40px;
}

.banner-image {
  border-radius: .6rem;
  transition: transform .3s;
}

.banner-image:hover {
  transform: translate(0, -3px);
}

.image-fullwidth {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: .6rem;
  width: 100%;
  height: 100%;
}

.tab-menu-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.tab-menu-block.padding-bottom-60px {
  padding-bottom: 40px;
}

.tab-link-block-secondary {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.tab-link-block-secondary:hover {
  border-color: var(--acc2);
  color: var(--acc2);
}

.tab-link-block-secondary.w--current {
  border-color: var(--acc2);
  color: var(--acc2);
  background-color: #0000;
  border-radius: 0;
}

.tab-link-block-secondary.x {
  border-color: var(--iron-gray);
  color: var(--iron-gray);
}

.tab-link-block-secondary.x:hover {
  border-color: var(--black);
  color: var(--black);
}

.tab-link-block-secondary.x.w--current {
  border-color: var(--acc2);
  color: var(--acc2);
}

.menu-wrapper._2 {
  margin-bottom: 80px;
}

.menu-wrapper._2x {
  margin-bottom: 0;
}

.menu-description {
  color: var(--iron-gray);
  text-align: left;
  letter-spacing: .04em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.menu-price {
  color: var(--black);
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
}

.menu-sticker-secondary {
  background-color: var(--acc2);
  color: var(--white);
  padding: 2px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
}

.menu-item-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.menu-item-wrapper.style-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.memu-title-block {
  text-align: center;
}

.menu-item-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.menu-item-inner {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-item-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.menu-separator {
  min-height: 265px;
}

.menu-separator.border-secondary {
  border: 1px solid #60a91e;
  border-right-color: #60a91e66;
  min-height: 90%;
}

.menu-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  align-items: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.section-title-2 {
  margin-bottom: 35px;
}

.section-title-2.margin-bottom-50px {
  color: var(--surface);
  letter-spacing: 0;
  margin-bottom: 50px;
}

.section-title-2.margin-bottom-50px.am {
  color: var(--primary-black);
}

.section-category-secondary {
  color: var(--acc2);
  letter-spacing: .25em;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
}

.section-category-secondary.newsletter-category.margin-bottom-10px {
  margin-bottom: 10px;
}

.menu-item-holder {
  grid-row-gap: 50px;
  background-color: var(--white);
  flex-direction: column;
  padding: 60px 40px;
  display: flex;
}

.menu-border {
  border: 1px dashed #b7b7b7;
  flex: 1;
  width: 100%;
}

.menu-item {
  min-width: 100%;
}

.newsletter-button-primary {
  color: #393939;
  background-color: #fff;
  height: 52px;
  margin-top: 4px;
  margin-right: 4px;
  transition: background-color .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-button-primary:hover {
  color: #fff;
  background-color: #60a91e;
}

.newsletter-input {
  background-color: #0000;
  border: 1px solid #fff;
  height: 60px;
  padding: 19px 130px 19px 20px;
}

.newsletter-input.secondary-focus {
  margin-bottom: 0;
}

.newsletter-input.secondary-focus:focus {
  color: #fff;
  border-color: #60a91e;
}

.newsletter-block {
  z-index: 1;
  align-items: center;
  padding: 15px;
  display: flex;
}

.newsletter-block.newsletter-bg-one {
  padding: 60px 50px 50px;
}

.banner-block {
  background-image: url('../images/image-1-instagram-restaurantly-template.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter-excerpt {
  margin-bottom: 40px;
}

.newsletter-input-block {
  position: relative;
}

.newsletter-wrapper {
  background-color: var(--surface);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 80px;
  display: grid;
}

.newsletter-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-title-3 {
  margin-bottom: 35px;
}

.section-title-3.newsletter-section-title {
  margin-bottom: 20px;
}

.newsletter-block-inner {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.newsletter-block-inner.slideup-animation {
  margin-bottom: 0;
}

.gallery-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-wrapper.slideup-animation.rest {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.gallery-item {
  z-index: 1;
  height: 240px;
  position: relative;
}

.gallery-item.yrs {
  display: none;
}

.gallery-single-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 270px;
}

.gallery-single-image.yx {
  height: 240px;
}

.gallery-fullscreen-icon-block {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-overlay.primary-overlay {
  background-color: #ff870080;
  border-radius: 1rem;
}

.hidden-on-desktop {
  display: none;
}

.image-22.cover-2 {
  object-fit: cover;
  object-position: 50% 95%;
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 550px;
}

.color-neutral-100 {
  color: #fff;
}

.slide-arrow {
  width: auto;
  font-size: 36px;
  line-height: 1em;
}

.slide-arrow.left---top-left {
  background-color: var(--black);
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: transform .3s;
  display: flex;
  inset: -70px 70px auto auto;
}

.slide-arrow.left---top-left:hover {
  transform: translate3d(-8px, 0, .01px);
}

.slide-arrow.right---top-left {
  background-color: var(--black);
  transform-style: preserve-3d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: transform .3s;
  display: flex;
  inset: -70px 0 auto auto;
}

.slide-arrow.right---top-left:hover {
  transform: translate3d(8px, 0, .01px);
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slide-item-mg {
  margin-right: 6%;
}

.slide-item-mg.mg-right-48px {
  margin-right: 48px;
}

.section-2 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-2.overflow-hidden.bg-neutral-800 {
  padding-top: 0;
  padding-bottom: 0;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-993px {
  max-width: 993px;
  overflow: visible;
}

.mg-bottom-8px {
  margin-bottom: 10px;
  font-size: 56px;
}

.link-icon {
  max-width: 19px;
  margin-right: 10px;
  display: inline-block;
}

.image-23 {
  width: 12rem;
  margin-bottom: 40px;
}

.div-block-9715322 {
  flex: 1;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.code-txt {
  text-align: left;
  font-family: Inter Variablefont Opsz Wght, Verdana, sans-serif;
  font-weight: 400;
}

.code-txt._2 {
  margin-top: 40px;
}

.heading {
  color: var(--surface);
  letter-spacing: -.2px;
  font-size: 80px;
  line-height: 110%;
}

.div-block-9715323 {
  margin-top: 10px;
}

.div-block-9715323.foo {
  align-items: center;
  display: flex;
}

.marquee-wrapper {
  width: 100%;
  height: 270px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper.xx {
  margin-bottom: 40px;
}

.marquee-track {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-list {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.marquee-item {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.marquee-image {
  object-fit: cover;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-category-card-wrapper {
  color: #5e5e5e;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
}

.code-embed {
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-9715324-insta {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
}

.socic {
  max-height: 22px;
}

.div-block-9715326 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.checkbox-label {
  color: #474747;
  text-align: left;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.text-area-2 {
  color: #0d0d0d;
  background-color: #0000;
  border: 0 solid #dadada;
  border-bottom: 1px solid #878787;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 200px;
  margin-bottom: 4px;
  padding: 0 0 16px;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

.text-area-2:hover {
  border-bottom-color: #0d0d0d;
}

.text-area-2:focus {
  color: #0d0d0d;
  border-bottom-color: #0d0d0d;
}

.text-area-2::placeholder {
  color: #474747;
}

.btn-primary-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
  justify-content: center;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.111em;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #2b2b2b;
  transform: scale3d(.98, .98, 1.01);
}

.checkbox-copy {
  border-radius: 4px;
  margin-top: 3px;
  display: block;
}

.checkbox-copy.w--redirected-checked {
  color: #fff;
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
}

.checkbox-copy.w--redirected-focus {
  box-shadow: none;
}

.error-message-3 {
  color: #ff5a65;
  background-color: #0000;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px 0;
}

.link {
  color: #474747;
}

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

.dsgvo {
  color: #f8f8f8;
  width: 100%;
  margin-top: -50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 22px;
  position: relative;
}

.menu-wrapper-2 {
  margin-bottom: 80px;
}

.background-video-vd {
  z-index: 97;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pricing-v1-banner-am {
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 40px;
  display: flex;
}

.bg-video-1 {
  z-index: 98;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0006;
  position: fixed;
  inset: 0%;
}

.container-rest {
  z-index: 99;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: fixed;
}

.bg-video-2 {
  z-index: 98;
  background-color: #0006;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-video-vd-2 {
  z-index: 97;
  background-image: url('../images/Bild-4-von-36.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu-wrapper-3 {
  margin-bottom: 80px;
}

.background-video-vd-inn {
  z-index: 21;
  background-color: var(--primary-black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  justify-content: space-between;
  display: block;
}

.image-24 {
  object-fit: cover;
  width: 50%;
}

.paragraph-4 {
  color: var(--iron-gray);
  margin-bottom: 0;
  font-size: 1.063rem;
  line-height: 1.3;
}

.bold-text {
  color: var(--iron-gray);
  letter-spacing: 0;
  margin-top: 1.8em;
  margin-bottom: .2em;
  font-family: Anton, Verdana, sans-serif;
  font-size: 1.438rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.map {
  width: 100%;
  height: 40rem;
  margin-top: -40px;
}

.link-2 {
  color: var(--iron-gray);
}

.contact-form-2 {
  box-shadow: none;
  border-radius: 12.5px;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
}

.div-block-9715327 {
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: center;
  min-height: 600px;
  padding: 60px 56px 40px;
  display: flex;
  overflow: hidden;
}

.mg-bottom-175px-2 {
  background-color: var(--white);
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 60px;
}

.text-block-3 {
  font-size: 28px;
  line-height: 1.2;
}

.image-25 {
  width: 30px;
  height: 30px;
}

.image-26 {
  margin-left: 4px;
}

@media screen and (min-width: 1280px) {
  .footer-menu-left {
    grid-column-gap: 120px;
  }

  .footer-menu-title {
    color: var(--acc2);
  }

  .footer-menu-link {
    color: var(--pearl-gray);
  }

  .hero-v3-title._1, .hero-v3-title._2, .hero-v3-title._3 {
    font-size: 11rem;
    line-height: 100%;
  }

  .services-v3-card-grid._2-a, .services-v3-card-grid.xsa {
    grid-column-gap: 22px;
  }

  .services-v3-card-title {
    font-size: 50px;
  }

  .services-v3-card-title._01, .services-v3-card-title._02 {
    font-size: 42px;
  }

  .services-v3-card {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-title-2 {
    font-size: 6.7rem;
  }

  .image {
    height: 550px;
  }

  .image-18 {
    height: 13rem;
    margin-bottom: 1.5rem;
  }

  .primary-btn-3.tras, .primary-btn-4.tras {
    display: inline-flex;
  }

  .grid-2-columns.kont {
    grid-column-gap: 80px;
  }

  .card-content-pd.card-info.xb {
    padding-left: 45px;
    padding-right: 45px;
  }

  .grid-3-columns._1-col-tablet.xa {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .menu-description {
    font-size: 16px;
  }

  .menu-item-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .section-title-2 {
    font-size: 48px;
    line-height: 1.25;
  }

  .section-title-2.margin-bottom-50px, .section-title-2.margin-bottom-50px.am {
    font-size: 72px;
    line-height: 120%;
  }

  .menu-item-holder {
    padding: 50px 30px 40px;
  }

  .newsletter-form {
    max-width: 500px;
  }

  .section-title-3 {
    font-size: 48px;
    line-height: 1.25;
  }

  .gallery-wrapper.slideup-animation.rest {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gallery-item, .gallery-single-image.yx {
    height: 270px;
  }

  .image-22.cover-2 {
    max-height: 570px;
  }

  .mg-bottom-8px {
    font-size: 58px;
  }

  .heading {
    font-size: 82px;
  }

  .pricing-v1-banner-am {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .navbar-menu-flex {
    grid-column-gap: 8rem;
  }

  .navbar-menu-title {
    font-size: 2.5rem;
  }

  .navbar-menu-img-wrap {
    grid-row-gap: 2rem;
  }

  .nav-menu-right {
    max-width: 460px;
  }

  .nav-menu-dd-list-text {
    font-size: 1.8rem;
  }

  .about-agency-details {
    margin-top: 20px;
    font-size: 1.9rem;
  }

  .section-title {
    line-height: 115%;
  }

  .section-title.black-bg {
    line-height: 120%;
  }

  .big-title.respag {
    font-size: 10rem;
  }

  .hero-v3-title._1, .hero-v3-title._2, .hero-v3-title._3 {
    font-size: 12.5rem;
  }

  .services-v3-wrapper.kon {
    margin-bottom: 140px;
  }

  .services-v3-card-grid._2.gs, .services-v3-card-grid._2-a, .services-v3-card-grid.xsa {
    grid-column-gap: 26px;
  }

  .services-v3-card._01, .services-v3-card._02.x, .services-v3-card._03 {
    padding: 20px;
  }

  .services-v3-card-title {
    font-size: 52px;
  }

  .services-v3-card-title._01, .services-v3-card-title._02 {
    font-size: 46px;
  }

  .services-card-details.kon, .services-card-details.start {
    font-size: 19px;
  }

  .pricing-v1-banner {
    background-position: 50% 0;
  }

  .services-v3-card {
    padding: 30px 30px 25px;
  }

  .hero-title-2 {
    font-size: 8.5rem;
    line-height: 105%;
  }

  .image {
    height: 650px;
  }

  .image-18 {
    height: 15rem;
    margin-bottom: 2rem;
  }

  .primary-btn-wrap-3 {
    margin-top: 30px;
  }

  .primary-btn-3, .primary-btn-3.tras {
    padding-left: 18px;
    padding-right: 18px;
  }

  .primary-btn-text-3 {
    font-size: 17px;
  }

  .primary-btn-4, .primary-btn-4.tras {
    padding-left: 18px;
    padding-right: 18px;
  }

  .primary-btn-text-4 {
    font-size: 17px;
  }

  .grid-2-columns.contact-v2 {
    grid-column-gap: 100px;
    margin-top: 0;
    padding-top: 80px;
  }

  .card-content-pd.card-info.xb {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-3-columns._1-col-tablet.xa {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .text-uppercase.text-200.color-neutral-100 {
    font-size: 30px;
  }

  .link-text.color-neutral-500 {
    font-size: 19px;
  }

  .menu-price {
    font-size: 24px;
  }

  .menu-item-wrapper.style-two {
    grid-column-gap: 30px;
  }

  .menu-item-block {
    grid-row-gap: 45px;
  }

  .menu-name {
    font-size: 24px;
  }

  .section-title-2.margin-bottom-50px, .section-title-2.margin-bottom-50px.am {
    font-size: 80px;
  }

  .menu-item-holder {
    padding-top: 112px;
    padding-left: 75px;
    padding-right: 75px;
  }

  .menu-item.style-two {
    min-width: 45%;
  }

  .gallery-wrapper.slideup-animation.rest {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .gallery-item {
    height: 300px;
  }

  .gallery-single-image {
    height: 380px;
  }

  .gallery-single-image.yx {
    height: 300px;
  }

  .image-22.cover-2 {
    max-height: 600px;
  }

  .mg-bottom-8px {
    font-size: 60px;
  }

  .heading {
    font-size: 92px;
  }

  .marquee-wrapper {
    height: 380px;
  }

  .marquee-image {
    width: 400px;
    height: 380px;
  }

  .pricing-v1-banner-am {
    background-position: 50% 0;
    padding-bottom: 60px;
  }

  .container-rest {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .map {
    margin-top: -20px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .section.blog-v1.xc {
    padding-top: 100px;
  }

  .section.services-v1 {
    padding-bottom: 100px;
  }

  .section.spsk-2 {
    padding-top: 160px;
  }

  .footer {
    padding-top: 100px;
  }

  .footer-ticker-item {
    font-size: 190px;
  }

  .navbar-menu-flex {
    grid-column-gap: 12rem;
    padding-left: 80px;
    padding-right: 100px;
  }

  .navbar-menu-title {
    font-size: 2.8rem;
  }

  .nav-menu-right {
    max-width: 600px;
  }

  .cta-wrap {
    max-width: 1400px;
  }

  .hero-01 {
    background-position: 100% 20%;
  }

  .big-title {
    font-size: 11rem;
  }

  .hero-v3-title._1, .hero-v3-title._2, .hero-v3-title._3 {
    font-size: 16rem;
  }

  .services-v3-card-grid._2.gs {
    grid-column-gap: 40px;
  }

  .services-v3-card-grid.hom {
    grid-column-gap: 60px;
  }

  .services-v3-card-grid._2-a, .services-v3-card-grid.xsa {
    grid-column-gap: 40px;
  }

  .services-v3-card._01, .services-v3-card._02.x, .services-v3-card._03 {
    padding: 40px;
  }

  .services-v3-card-title._01, .services-v3-card-title._02 {
    font-size: 52px;
  }

  .services-card-details.kon, .services-card-details.start {
    font-size: 20px;
  }

  .pricing-v1-banner {
    background-position: 50% 0;
  }

  .services-v3-card {
    padding: 40px 40px 30px;
  }

  .hero-title-2 {
    font-size: 11rem;
    line-height: 110%;
  }

  .image {
    height: 1000px;
  }

  .image-18 {
    height: 17rem;
    margin-bottom: 3rem;
  }

  .primary-btn-text-3, .primary-btn-text-4 {
    font-size: 19px;
  }

  .big-title.rest {
    font-size: 8rem;
  }

  .grid-2-columns.contact-v2 {
    grid-column-gap: 120px;
    padding-top: 100px;
  }

  .inner-container._218px.width-100 {
    max-width: 230px;
  }

  .inner-container._160px.width-100 {
    max-width: 200px;
  }

  .inner-container._288px {
    max-width: 320px;
  }

  .text-200, .text-200.medium.color-neutral-100 {
    font-size: 22px;
  }

  .card-content-pd.card-info.xb {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-3-columns._1-col-tablet.xa {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-bottom: 160px;
  }

  .grid-3-columns._1-col-tablet.ob {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .text-uppercase.text-200.color-neutral-100 {
    font-size: 40px;
  }

  .link-text.light.mg-right-10px {
    font-size: 22px;
  }

  .link-text.color-neutral-500 {
    font-size: 20px;
  }

  .menu-item-wrapper.style-two {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .section-title-2.margin-bottom-50px, .section-title-2.margin-bottom-50px.am {
    font-size: 90px;
  }

  .newsletter-excerpt {
    letter-spacing: .03em;
  }

  .gallery-item {
    height: 400px;
  }

  .gallery-single-image {
    height: 500px;
  }

  .gallery-single-image.yx {
    height: 400px;
  }

  .marquee-wrapper {
    height: 500px;
  }

  .marquee-image {
    width: 500px;
    height: 500px;
  }

  .pricing-v1-banner-am {
    background-position: 50% 0;
    padding-bottom: 80px;
  }

  .container-rest {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .map {
    height: 55rem;
  }

  .text-block-2 {
    font-size: 22px;
  }

  .mg-bottom-175px-2 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -2px;
    font-size: 72px;
  }

  h2 {
    letter-spacing: -.26px;
    font-size: 52px;
  }

  h3 {
    letter-spacing: -.2px;
    font-size: 44px;
  }

  h4 {
    font-size: 36px;
  }

  h5 {
    font-size: 28px;
  }

  h6 {
    letter-spacing: -1px;
    font-size: 28px;
  }

  .container {
    max-width: none;
  }

  .inner-banner {
    padding-top: 160px;
  }

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

  .section.blog-v1 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section.faq {
    padding-top: 0;
  }

  .section.contact {
    padding-top: 200px;
  }

  .section.services-v1 {
    padding-bottom: 60px;
  }

  .section.services-about-v1.rest-oo {
    padding-top: 220px;
  }

  .section.kontakt {
    padding-top: 200px;
  }

  .section.rest._2-nvid {
    padding-top: 60px;
  }

  .section.best {
    padding-bottom: 0;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-menu-left {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-menu-wrapper.lf {
    margin-bottom: 20px;
  }

  .footer-menu-title {
    white-space: nowrap;
    margin-bottom: 25px;
    font-size: 22px;
  }

  .footer-menu-wrap.log {
    margin-top: 20px;
  }

  .footer-menu-link {
    letter-spacing: -.1px;
    white-space: nowrap;
    font-size: 18px;
  }

  .footer-ticker {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .footer-ticker-item {
    letter-spacing: -1px;
    margin-right: 44px;
    font-size: 150px;
  }

  .nav-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-content._01 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-logo.w--current {
    padding-left: 0;
  }

  .nav-menu-btn._02 {
    padding-right: 20px;
  }

  .nav-menu-btn-wrap {
    width: 36px;
    height: 36px;
  }

  .navbar-menu-flex {
    grid-column-gap: 4rem;
    padding: 20px;
  }

  .nav-menu-left {
    display: none;
  }

  .navbar-menu-img-wrap {
    margin-top: 1.8rem;
  }

  .navbar-menu-wrap {
    grid-row-gap: 25px;
  }

  .nav-menu-dd-list-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-menu-content {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu-dd-list {
    font-size: 1.5rem;
  }

  .nav-menu-dd-list-text {
    font-size: 1.6rem;
  }

  .nav-menu-dd-list-grid {
    grid-column-gap: 20px;
  }

  .nav-menu-dd-list-flex {
    grid-row-gap: 10px;
  }

  .navbar-menu-title-link {
    font-size: 28px;
  }

  .nav-btn {
    padding: 14px 30px;
  }

  .project-stats-card-wrap {
    max-width: 270px;
  }

  .project-stats-card-wrap.res {
    align-self: flex-end;
    margin-top: 40px;
  }

  .project-stats-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-stats-card-btn {
    font-size: 18px;
  }

  .about-agency-wrapper {
    grid-column-gap: 20px;
  }

  .about-agency-details {
    font-size: 1.5rem;
  }

  .section-title-flex {
    grid-column-gap: 20px;
  }

  .section-title-flex._1 {
    flex-flow: column;
    align-items: flex-start;
  }

  .section-title, .section-title.black-text {
    font-size: 4rem;
    line-height: 100%;
  }

  .section-title.absolute._01, .section-title.black-bg {
    font-size: 4rem;
  }

  .project-card {
    max-width: 380px;
    height: 420px;
    margin-right: 0;
  }

  .cta {
    padding-top: 300px;
  }

  .cta-wrap {
    max-width: none;
  }

  .hero-01 {
    background-position: 80% 0;
    padding-bottom: 40px;
  }

  .copyright-text-link {
    font-size: 18px;
  }

  .sub-title-wrap.mb-30 {
    margin-bottom: 25px;
  }

  .sub-title {
    font-size: 16px;
  }

  .big-title {
    font-size: 110px;
  }

  .big-title.respag {
    font-size: 8rem;
  }

  .faq-wrapper {
    grid-row-gap: 28px;
  }

  .faq-grid {
    grid-column-gap: 30px;
  }

  .faq-grid.v2 {
    grid-column-gap: 20px;
  }

  .faq-title {
    font-size: 50px;
  }

  .faq-questions-wrap {
    padding-bottom: 15px;
  }

  .faq-questions-wrap.v2 {
    padding: 25px;
  }

  .faq-questions {
    font-size: 22px;
  }

  .faq-ans {
    letter-spacing: -.18px;
    margin-bottom: 20px;
    padding-right: 30px;
    font-size: 16px;
  }

  .faq-ans.v2 {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-v3-title {
    letter-spacing: -1px;
    font-size: 60px;
  }

  .services-v3-wrapper.kon {
    margin-bottom: 80px;
  }

  .services-title-wrapper {
    margin-bottom: 50px;
  }

  .services-v3-card-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .services-v3-card {
    padding: 25px;
  }

  .services-card-details {
    font-size: 16px;
  }

  .services-card-details.kon, .services-card-details.kon-2, .services-card-details.start {
    font-size: 18px;
  }

  ._404-wrap {
    padding-top: 145px;
    padding-bottom: 143px;
  }

  ._404-btn-wrap {
    margin-top: 30px;
  }

  ._404-btn.w--current {
    background-position: 296px;
  }

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

  .pp-title {
    letter-spacing: -2px;
    font-size: 72px;
  }

  .pp-btn {
    letter-spacing: -.5px;
    font-size: 16px;
  }

  .project-stats-card-top-btn {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18px;
  }

  .pricing-v1-banner {
    padding-top: 150px;
  }

  .pricing-banner-flex.res {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .pricing-v1-title-btn-wrap {
    margin-top: 30px;
  }

  .team-card-img-wrap {
    max-width: 200px;
    max-height: 200px;
  }

  .about-team-card {
    max-width: 200px;
  }

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

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

  .checkout-title {
    font-size: 32px;
  }

  .block-content {
    padding: 15px;
  }

  .row {
    flex-flow: column;
  }

  .nav-btn-wrap {
    display: none;
  }

  .secondary-btn {
    letter-spacing: -.5px;
    font-size: 17px;
  }

  .preview-btn {
    grid-column-gap: 25px;
  }

  .cart-button {
    width: 42px;
    height: 42px;
  }

  .cart-quantity {
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    display: inline-flex;
    top: 9px;
    right: 4px;
  }

  .cart-title {
    font-size: 42px;
  }

  .cart-label, .remove-button, .cart-price {
    font-size: 18px;
  }

  .cart-btn {
    font-size: 16px;
  }

  .nav-scroll-wrap {
    display: none;
  }

  .services-v3-card-icon-wrap {
    width: 140px;
    height: auto;
    margin-bottom: 30px;
  }

  .primary-btn-2 {
    grid-column-gap: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .primary-btn-arrow-wrap-2 {
    width: 34px;
    height: 34px;
  }

  .hero-title-2 {
    letter-spacing: -1px;
    font-size: 7rem;
    line-height: 110%;
  }

  .nav-logo-3, .nav-logo-3.w--current, .nav-logo-2, .nav-logo-2.w--current {
    padding-left: 0;
  }

  .image {
    height: 550px;
  }

  .primary-btn-3 {
    grid-column-gap: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .primary-btn-3.tras {
    display: inline-flex;
  }

  .primary-btn-4 {
    grid-column-gap: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .primary-btn-4.tras {
    display: inline-flex;
  }

  .order-butt {
    display: block;
  }

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

  .card.cta-bg-image {
    padding: 50px;
  }

  .card.form {
    min-height: 650px;
    padding: 40px;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-section.bg-image.cta-v2-2 {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 40px;
  }

  .cta-section.bg-image.cta-v2-3 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .grid-2-columns.cta-v9 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    place-items: center;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .grid-2-columns.contact-v2, .grid-2-columns.kont {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v9-1 {
    grid-template-columns: 1fr;
    padding-left: 60px;
  }

  .inner-container._598px {
    max-width: 560px;
  }

  .inner-container._86.max-width-100-tablet {
    max-width: 100%;
  }

  .inner-container._720px-tablet {
    max-width: 720px;
  }

  .inner-container._720px-tablet.center-element {
    max-width: none;
  }

  .position-absolute.position-right-only.width-638px.position-relative-tablet {
    width: 100%;
    max-width: 100%;
  }

  .position-absolute.top.contact-v2 {
    min-height: 51%;
  }

  .card-content-pd.card-service-featured {
    padding: 40px 68px 60px;
  }

  .card-content-pd.card-reservation {
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .card-content-pd.card-info {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .card-content-pd.card-info.xb {
    grid-row-gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-content-pd.card-location-slider.rest {
    max-width: 400px;
  }

  .image-wrapper.card-service {
    min-height: auto;
  }

  .mg-bottom-28px {
    margin-bottom: 20px;
  }

  .mg-top-56px {
    margin-top: 20px;
    position: relative;
    top: auto;
  }

  .mg-bottom-175px {
    margin-bottom: 60px;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._1-col-tablet.xa, .grid-3-columns._1-col-tablet.ob {
    grid-template-columns: 1fr 1fr;
  }

  .menu-item-wrapper, .menu-item-wrapper.style-two {
    grid-template-columns: 1fr;
  }

  .menu-separator.border-secondary {
    display: none;
  }

  .section-title-2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .section-title-2.margin-bottom-50px, .section-title-2.margin-bottom-50px.am {
    font-size: 52px;
    line-height: 120%;
  }

  .newsletter-block {
    padding: 25px 25px 10px;
  }

  .newsletter-wrapper {
    grid-template-columns: 1fr;
  }

  .newsletter-form {
    max-width: 500px;
  }

  .section-title-3 {
    font-size: 30px;
    line-height: 1.2;
  }

  .newsletter-block-inner {
    position: static;
    transform: none;
  }

  .gallery-wrapper.slideup-animation.rest {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-item.yrs {
    display: block;
  }

  .gallery-single-image {
    height: 340px;
  }

  .slide-arrow.left---top-left {
    width: 50px;
    height: 50px;
    right: 60px;
  }

  .slide-arrow.right---top-left {
    width: 50px;
    height: 50px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .section-2 {
    padding-top: 153px;
    padding-bottom: 153px;
  }

  .slider-mask {
    position: static;
  }

  .slider-mask.width-993px {
    max-width: none;
  }

  .code-txt {
    overflow: hidden;
  }

  .heading {
    font-size: 70px;
  }

  .marquee-wrapper {
    height: 340px;
  }

  .marquee-image {
    width: 400px;
    height: 340px;
  }

  .btn-primary-2 {
    padding: 20px 30px;
  }

  .pricing-v1-banner-am {
    padding-bottom: 20px;
  }

  .container-rest {
    max-width: none;
  }

  .image-24 {
    width: 100%;
  }

  .map {
    margin-bottom: 40px;
  }

  .div-block-9715327 {
    min-height: 650px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mg-bottom-175px-2 {
    margin-top: 0;
    margin-bottom: 60px;
  }

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

  .image-25 {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1px;
    font-size: 48px;
  }

  h2 {
    letter-spacing: -.2px;
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    letter-spacing: -.15px;
    font-size: 24px;
  }

  h6 {
    letter-spacing: -.5px;
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }

  .inner-banner {
    padding-top: 140px;
  }

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

  .section.blog-v1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.contact {
    padding-top: 180px;
  }

  .section.changlog {
    padding-bottom: 80px;
  }

  .section.spsk {
    padding-top: 60px;
  }

  .section.kontakt {
    padding-top: 140px;
  }

  .section.best {
    z-index: 2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .section.spsk-2 {
    padding-top: 60px;
  }

  .footer {
    grid-column-gap: 20px;
  }

  .footer-menu-content {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .footer-menu-wrapper.lf.foo {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .footer-menu-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .footer-menu-wrap {
    grid-row-gap: 18px;
  }

  .footer-menu-wrap.log {
    margin-bottom: 0;
  }

  .footer-ticker {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer-ticker-item {
    margin-right: 30px;
    font-size: 130px;
  }

  .copyright-wrap {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .copyright-text {
    font-size: 15px;
  }

  .nav-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-content._01 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-menu-btn {
    padding-left: 15px;
  }

  .navbar-menu-flex {
    grid-template-rows: auto;
    grid-template-columns: 1.84fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-menu-title {
    letter-spacing: -.1px;
    font-size: 1.8rem;
  }

  .navbar-menu-img-wrap {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .navbar-menu-wrap {
    grid-row-gap: 20px;
  }

  .nav-menu-dd-list, .nav-menu-dd-list-text {
    font-size: 1.4rem;
  }

  .nav-menu-dd-list-flex {
    grid-row-gap: 8px;
  }

  .navbar-menu-title-link {
    font-size: 24px;
  }

  .navbar-menu-wrapper {
    overflow: auto;
  }

  .navbar-menu-wrapper.v2 {
    display: none;
  }

  .project-stats-card-wrap {
    margin-left: 0;
  }

  .project-stats-card-wrap.res {
    max-width: 225px;
    margin-left: 0;
    margin-right: auto;
  }

  .project-stats-card {
    padding: 18px 18px 15px;
  }

  .project-stats-card.res {
    padding: 8px 15px;
  }

  .project-stats-card-counter-wrap {
    grid-column-gap: 10px;
    margin-bottom: 15px;
  }

  .project-stats-card-counter-wrap.last.re {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .project-stats-card-counter-wrap.res {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .about-agency-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .about-agency-details {
    font-size: 1.2rem;
  }

  .section-title-flex {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-title, .section-title.black-text, .section-title.absolute._01, .section-title.absolute._01.x {
    font-size: 3.2rem;
  }

  .section-title.black-bg {
    font-size: 3rem;
  }

  .project-card {
    max-width: 340px;
    height: 370px;
  }

  .cta {
    padding-top: 250px;
  }

  .copyright-text-link {
    font-size: 15px;
  }

  .sub-title-wrap.mb-30 {
    margin-bottom: 20px;
  }

  .sub-title {
    font-size: 15px;
  }

  .big-title {
    font-size: 68px;
  }

  .big-title.primary-color {
    font-size: 84px;
  }

  .big-title.respag {
    font-size: 5.5rem;
  }

  .faq-wrapper {
    grid-row-gap: 25px;
  }

  .faq-grid {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .faq-title {
    text-align: center;
    letter-spacing: -.88px;
    font-size: 32px;
  }

  .faq-questions-wrap.v2 {
    padding: 20px;
  }

  .faq-ans {
    margin-bottom: 18px;
    padding-right: 15px;
    font-size: 15px;
  }

  .faq-ans.v2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-v3-title {
    letter-spacing: -.8px;
    font-size: 40px;
  }

  .hero-v3-title._1, .hero-v3-title._2, .hero-v3-title._3 {
    font-size: 8rem;
  }

  .services-title-wrapper {
    margin-bottom: 25px;
  }

  .services-v3-card-grid {
    grid-template-columns: 1fr;
  }

  .services-v3-card._01, .services-v3-card._02.x, .services-v3-card._03 {
    padding: 30px;
  }

  .services-card-details {
    letter-spacing: -.18px;
    font-size: 15px;
  }

  ._404-wrap {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  ._404-btn-wrap {
    margin-top: 25px;
  }

  ._404-btn.w--current {
    background-position: 197px;
  }

  .pp-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .pp-title {
    letter-spacing: -1px;
    font-size: 52px;
  }

  .pp-field {
    height: 50px;
    font-size: 15px;
  }

  .pp-btn {
    letter-spacing: -.5px;
    font-size: 15px;
  }

  .project-stats-card-top-btn {
    grid-column-gap: 8px;
  }

  .project-stats-card-top-btn.res {
    padding: 8px 15px;
  }

  .pricing-v1-banner {
    padding-top: 140px;
  }

  .pricing-banner-flex {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing-banner-flex.res {
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .pricing-v1-title-btn-wrap {
    margin-top: 15px;
  }

  .team-card-img-wrap {
    max-width: 150px;
    max-height: 150px;
  }

  .about-team-card {
    max-width: 181px;
  }

  .checkout-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .checkout-title {
    font-size: 28px;
  }

  .checkout-text {
    font-size: 15px;
  }

  .checkout-label {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .checkout-field {
    height: 42px;
    font-size: 15px;
  }

  .nav-btn-wrap {
    display: none;
  }

  .secondary-btn {
    letter-spacing: -.5px;
    font-size: 15px;
  }

  .secondary-btn-arrow-wrap {
    width: 40px;
    height: 40px;
  }

  .preview-btn {
    grid-column-gap: 20px;
    letter-spacing: -.5px;
    padding: 15px 25px;
    font-size: 15px;
  }

  .cart-button {
    width: 45px;
    height: 45px;
  }

  .cart-quantity {
    top: 8px;
    right: 6px;
  }

  .cart-title {
    font-size: 32px;
  }

  .cart-header {
    padding: 20px;
  }

  .close-button {
    width: 50px;
    height: 50px;
  }

  .close-icon {
    width: 18px;
  }

  .cart-label {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .cart-text {
    font-size: 15px;
    display: inline-block;
  }

  .remove-button, .cart-price, .cart-btn {
    font-size: 15px;
  }

  .nav-scroll-wrap {
    display: none;
  }

  .cart-container {
    min-width: 400px;
    max-width: 400px;
    margin-right: -100px;
  }

  .services-v3-card {
    padding: 30px;
  }

  .services-v3-card-icon-wrap {
    width: 160px;
    height: auto;
    margin-bottom: 30px;
  }

  .primary-btn-2 {
    grid-column-gap: 16px;
    letter-spacing: -.5px;
    padding-left: 18px;
    font-size: 15px;
  }

  .primary-btn-arrow-wrap-2 {
    width: 38px;
    height: 38px;
  }

  .hero-title-2 {
    font-size: 4.6rem;
  }

  .nav-logo-3 {
    width: 10rem;
  }

  .nav-logo-3.w--current {
    width: 10rem;
    max-width: none;
  }

  .image-18 {
    height: 16rem;
  }

  .primary-btn-3, .primary-btn-4 {
    grid-column-gap: 16px;
    letter-spacing: -.5px;
    padding-left: 18px;
    font-size: 15px;
  }

  .order-butt {
    display: none;
  }

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

  .big-title.rest {
    font-size: 5rem;
  }

  .card.cta-bg-image {
    padding: 40px 35px;
  }

  .card.form {
    min-height: auto;
    padding: 40px 35px;
  }

  .btn-secondary {
    padding: 20px 25px;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cta-section.bg-image.cta-v2-2 {
    background-position: 50%;
  }

  .cta-section.bg-image.cta-v2-2-2, .cta-section.bg-image.cta-v2-3 {
    padding-top: 120px;
  }

  .btn-primary {
    padding: 20px 25px;
  }

  .mg-bottom-42px {
    font-size: 46px;
  }

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

  .grid-2-columns.contact-v2 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    padding-top: 20px;
  }

  .grid-2-columns.kont {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-2-columns.form {
    grid-row-gap: 58px;
  }

  .inner-container._598px {
    max-width: 480px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-h2-size {
    font-size: 35px;
  }

  .position-absolute.position-right-only.width-638px.position-relative-tablet {
    margin-top: 0;
  }

  .position-absolute.top.contact-v2 {
    min-height: 46%;
  }

  .position-absolute.top.contact-v2.bg-neutral-200.am {
    min-height: 50%;
  }

  .card-content-pd.card-service-featured {
    padding-bottom: 50px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .card-content-pd.card-reservation {
    padding: 50px 35px 46px;
  }

  .card-content-pd.card-info {
    padding: 51px 35px;
  }

  .card-content-pd.card-info.xb {
    padding: 50px 40px;
  }

  .card-content-pd.card-location-slider {
    padding-left: 35px;
    padding-right: 35px;
  }

  .card-content-pd.card-location-slider.rest {
    max-width: none;
  }

  .image-wrapper.width-100.min-h-400px-mbp-2 {
    display: none;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .mg-bottom-28px {
    margin-bottom: 16px;
  }

  .avatar-circle._04 {
    max-width: 64px;
  }

  .mg-bottom-175px {
    margin-bottom: 112px;
  }

  .grid-3-columns, .grid-3-columns._1-col-tablet.xa, .grid-3-columns._1-col-tablet.ob {
    grid-template-columns: 1fr;
  }

  .text-uppercase.text-200.color-neutral-100 {
    line-height: 105%;
  }

  .banner-wrapper-two {
    grid-template-columns: 1fr 1fr;
  }

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

  .tab-menu-block {
    flex-wrap: wrap;
  }

  .section-title-2.margin-bottom-50px, .section-title-2.margin-bottom-50px.am {
    font-size: 42px;
  }

  .gallery-wrapper, .gallery-wrapper.slideup-animation.rest {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-item.yrs {
    display: none;
  }

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .section-2 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .heading {
    font-size: 60px;
  }

  .marquee-wrapper {
    height: 340px;
    font-size: .7em;
  }

  .marquee-image {
    width: 360px;
    height: 340px;
  }

  .btn-primary-2 {
    padding: 20px 25px;
  }

  .map {
    height: 30rem;
  }

  .contact-form-2 {
    padding: 0 10px 10px;
  }

  .div-block-9715327 {
    min-height: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .mg-bottom-175px-2 {
    padding: 40px;
  }

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

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

  h2 {
    letter-spacing: -.1px;
    font-size: 28px;
  }

  h3 {
    letter-spacing: 0;
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  p {
    letter-spacing: -.2px;
    font-size: 16px;
  }

  .container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .container._01.ct {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container._01.home {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .inner-banner {
    padding-top: 130px;
  }

  .inner-banner.re {
    padding-top: 160px;
  }

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

  .section.blog-v1 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 2rem;
  }

  .section.contact {
    padding-top: 160px;
  }

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

  .section.services-v1 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .section.services-about-v1.rest-oo {
    padding-top: 180px;
    padding-bottom: 40px;
  }

  .section.kontakt {
    padding-top: 130px;
  }

  .section.rest._2-nvid {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 50px;
  }

  .section.best {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 160px;
  }

  .section.insta {
    padding-top: 60px;
  }

  .primary-btn-text {
    font-size: 1.1rem;
  }

  .secondary-btn-wrap.xs {
    display: none;
  }

  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-content {
    grid-row-gap: 30px;
  }

  .footer-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-menu-wrapper.lf {
    margin-bottom: 0;
  }

  .footer-menu-title {
    letter-spacing: 0;
    margin-bottom: 15px;
    font-size: 26px;
  }

  .footer-menu-link {
    color: var(--pearl-gray);
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 110%;
  }

  .footer-ticker {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .footer-ticker-item {
    letter-spacing: -.5px;
    margin-right: 22px;
    font-size: 8rem;
  }

  .copyright-wrap {
    grid-row-gap: 10px;
  }

  .copyright-text {
    text-align: center;
    font-size: 14px;
  }

  .nav-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-content._01 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-logo {
    padding-left: 0;
  }

  .nav-menu-btn {
    grid-column-gap: .4rem;
    padding-left: .8rem;
  }

  .nav-menu-btn._02 {
    grid-column-gap: 6px;
  }

  .nav-menu-btn-wrap {
    width: 36px;
    height: 36px;
  }

  .navbar-menu-title {
    letter-spacing: -.02px;
  }

  .nav-menu-dd-list-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .nav-menu-dd-list {
    font-size: 1.5rem;
    line-height: 160%;
  }

  .nav-menu-dd-list-grid {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .navbar-menu-title-link {
    font-size: 24px;
  }

  .nav-menu-btn-text {
    font-size: 1.25rem;
  }

  .project-stats-card-wrap {
    max-width: 100%;
  }

  .project-stats-card-wrap.res {
    align-self: flex-start;
  }

  .project-stats-card {
    padding: 15px;
  }

  .project-stats-card.res {
    padding: 6px 12px;
  }

  .project-stats-card-counter-wrap {
    grid-column-gap: 8px;
    margin-bottom: 15px;
  }

  .project-stats-card-counter-wrap.last.re {
    padding-top: 3px;
    padding-bottom: 6px;
  }

  .project-stats-card-counter-wrap.res {
    margin-bottom: 6px;
    padding-top: 2px;
    padding-bottom: 8px;
  }

  .project-stats-card-counter-wrap.res.fir {
    padding-top: 6px;
  }

  .about-agency-details {
    margin-top: 1rem;
    font-size: 1.3rem;
  }

  .section-title-flex {
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: center;
  }

  .section-title, .section-title.black-text {
    font-size: 3.1rem;
  }

  .section-title.black-text.w {
    font-size: 2.9rem;
  }

  .section-title.absolute._01 {
    font-size: 3.1rem;
  }

  .section-title.absolute._01.x {
    white-space: normal;
    font-size: 3.1rem;
  }

  .section-title.black-bg {
    font-size: 2.8rem;
  }

  .hero-v1-section {
    margin-bottom: -75svh;
  }

  .section-spacer {
    height: 100svh;
  }

  .project-card {
    height: 350px;
  }

  .cta-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    margin-bottom: -90svh;
  }

  .cta {
    flex-flow: column;
    justify-content: center;
    height: 110svh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-wrap {
    grid-row-gap: 20px;
    padding-bottom: 40px;
  }

  .blog-v1-wrapper {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-01 {
    background-position: 70% 0;
    height: 100svh;
  }

  .copyright-text-link {
    font-size: 14px;
  }

  .sub-title-wrap.mb-30 {
    margin-bottom: 15px;
  }

  .sub-title {
    font-size: 14px;
  }

  .big-title {
    letter-spacing: -.2px;
    font-size: 52px;
  }

  .big-title.primary-color {
    text-shadow: 6px 6px 6px #0009;
    font-size: 50px;
  }

  .big-title.respag {
    font-size: 4.5rem;
  }

  .faq-wrapper {
    grid-row-gap: 20px;
  }

  .faq-title {
    letter-spacing: -.28px;
    font-size: 26px;
  }

  .faq-questions-wrap {
    padding-bottom: 13px;
  }

  .faq-questions-wrap.v2 {
    padding: 15px;
  }

  .faq-questions {
    font-size: 16px;
  }

  .faq-ans {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .faq-ans.v2 {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-v3-title {
    font-size: 32px;
  }

  .hero-v3-title._1, .hero-v3-title._2, .hero-v3-title._3 {
    font-size: 6.2rem;
  }

  .services-title-wrapper {
    margin-bottom: 20px;
  }

  .services-v3-card-grid {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .services-v3-card-grid._2.gs {
    margin-bottom: 60px;
  }

  .services-v3-card-grid.hom {
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .services-v3-card-grid._2-a {
    margin-bottom: 60px;
  }

  .services-v3-card-grid.xsa {
    padding-left: 0;
    padding-right: 0;
  }

  .services-v3-card._01, .services-v3-card._02.x, .services-v3-card._03 {
    padding: 20px;
  }

  .services-v3-card-icon-wrap {
    width: 45px;
    height: 45px;
    margin-bottom: 30px;
  }

  .services-v3-card-title {
    font-size: 2.6rem;
  }

  .services-card-details {
    letter-spacing: 0;
    font-size: 14px;
  }

  .services-card-details.start {
    font-size: 1.25rem;
  }

  .testimonial-v3-arrow-wrapper {
    padding: 10px 20px;
  }

  ._404-wrap {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  ._404-btn-wrap {
    margin-top: 20px;
  }

  ._404-btn.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .pp-wrapper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pp-title {
    letter-spacing: -.4px;
    font-size: 32px;
  }

  .pp-field {
    height: 48px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .pp-btn {
    letter-spacing: -.1px;
    background-position: 247px;
    background-size: 40px 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .project-stats-card-top-btn {
    grid-column-gap: 8px;
    width: 100%;
    padding: 12px 15px;
  }

  .project-stats-card-top-btn.res {
    padding: 6px 12px;
  }

  .project-stats-card-top-btn-text {
    font-size: 14px;
  }

  .pricing-v1-banner {
    height: 60vh;
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .pricing-banner-flex.res {
    align-items: flex-start;
  }

  .team-card-img-wrap {
    max-width: 220px;
    max-height: 220px;
    margin-bottom: 15px;
  }

  .about-team-card {
    max-width: 100%;
  }

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

  .block-header {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .checkout-title {
    font-size: 26px;
  }

  .checkout-text {
    font-size: 14px;
  }

  .block-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .checkout-label {
    font-size: 16px;
  }

  .checkout-field {
    height: 40px;
    font-size: 14px;
  }

  .nav-btn-crose-icon {
    width: 12px;
  }

  .secondary-btn {
    grid-column-gap: 18px;
    letter-spacing: -.1px;
    padding-left: 18px;
    font-size: 14px;
  }

  .secondary-btn-arrow-wrap {
    width: 35px;
    height: 35px;
  }

  .preview-btn {
    grid-column-gap: 15px;
    padding: 10px 15px;
  }

  .cart-button {
    width: 39px;
    height: 39px;
  }

  .cart-icon {
    width: 17px;
  }

  .cart-quantity {
    top: -4px;
    right: -1px;
  }

  .cart-title {
    font-size: 28px;
  }

  .cart-header {
    padding: 20px;
  }

  .close-button {
    width: 40px;
    height: 40px;
  }

  .close-icon {
    width: 15px;
  }

  .cart-text, .remove-button, .cart-price, .cart-btn {
    font-size: 14px;
  }

  .nav-scroll-wrap {
    display: none;
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .services-v3-card {
    padding: 20px;
  }

  .services-v3-card-icon-wrap {
    width: 11rem;
    height: auto;
  }

  .primary-btn-2 {
    letter-spacing: -.2px;
    font-size: 14px;
  }

  .primary-btn-arrow-wrap-2 {
    width: 35px;
    height: 35px;
  }

  .primary-btn-text-2 {
    font-size: 1.05rem;
  }

  .hero-title-2 {
    font-size: 4.4rem;
    line-height: 105%;
  }

  .nav-logo-3, .nav-logo-3.w--current {
    width: 12rem;
  }

  .nav-logo-2.w--current {
    max-width: none;
  }

  .image-17 {
    height: 2rem;
  }

  .image-18 {
    height: 11rem;
  }

  .primary-btn-wrap-3 {
    text-align: center;
  }

  .primary-btn-3, .primary-btn-4 {
    letter-spacing: -.2px;
    font-size: 14px;
  }

  .big-title.rest {
    font-size: 3.8rem;
  }

  .card.cta-bg-image {
    padding: 30px 25px 40px;
  }

  .card.form {
    min-height: auto;
    padding: 40px 20px 30px;
  }

  .btn-secondary {
    width: 100%;
    padding: 18px 20px;
    display: block;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-section.bg-image.cta-v2-2 {
    padding-top: 80px;
  }

  .cta-section.bg-image.cta-v2-2-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cta-section.bg-image.cta-v2-3 {
    padding-top: 120px;
  }

  .btn-primary {
    width: 100%;
    padding: 18px 20px;
    display: block;
  }

  .mg-bottom-42px {
    margin-bottom: 30px;
    font-size: 38px;
  }

  .buttons-row-first {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .grid-2-columns.contact-v2 {
    grid-row-gap: 30px;
    margin-bottom: 60px;
  }

  .grid-2-columns.kont {
    margin-bottom: 60px;
  }

  .grid-2-columns.form {
    grid-row-gap: 48px;
  }

  .inner-container._598px {
    max-width: 400px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .heading-h2-size {
    font-size: 29px;
  }

  .card-content-pd.card-service-featured {
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-content-pd.card-reservation {
    padding: 40px 25px 30px;
  }

  .card-content-pd.card-info {
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-content-pd.card-info.xb {
    padding: 40px 30px;
  }

  .card-content-pd.card-location-slider {
    padding: 50px 25px;
  }

  .card-content-pd.card-location-slider.rest {
    padding: 30px;
  }

  .heading-h4-size {
    font-size: 18px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h5-size.mg-bottom-7px, .mg-bottom-28px {
    font-size: 18px;
  }

  .mg-top-56px {
    margin-top: 0;
  }

  .input {
    font-size: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .mg-bottom-175px {
    margin-bottom: 93px;
  }

  .grid-3-columns, .banner-wrapper-two {
    grid-template-columns: 1fr;
  }

  .menu-description {
    line-height: 1.2;
  }

  .menu-item-left {
    flex-direction: column;
  }

  .menu-item-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-name {
    font-size: 16px;
  }

  .section-title-2 {
    font-size: 26px;
  }

  .section-title-2.margin-bottom-50px, .section-title-2.margin-bottom-50px.am {
    font-size: 36px;
  }

  .menu-border {
    align-self: flex-start;
    width: 30%;
  }

  .section-title-3 {
    font-size: 26px;
  }

  .gallery-wrapper, .gallery-wrapper.slideup-animation.rest {
    grid-template-columns: 1fr;
  }

  .gallery-single-image {
    width: 100%;
    height: 320px;
  }

  .section-2 {
    padding-top: 106px;
    padding-bottom: 106px;
  }

  .heading {
    font-size: 40px;
  }

  .marquee-wrapper {
    height: 320px;
  }

  .marquee-image {
    width: 300px;
    height: 320px;
  }

  .div-block-9715324-insta {
    margin-bottom: 60px;
  }

  .checkbox-label {
    font-size: 12.5px;
    line-height: 14px;
  }

  .btn-primary-2 {
    width: 100%;
    padding: 18px 20px;
    display: block;
  }

  .dsgvo {
    margin-top: 20px;
  }

  .pricing-v1-banner-am {
    height: 100svh;
    padding-bottom: 40px;
  }

  .container-rest {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-form-2 {
    align-self: stretch;
    padding: 0;
  }

  .div-block-9715327 {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-175px-2 {
    padding: 20px;
  }

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

#w-node-_3c6ee809-40c6-9ef2-4ed0-0ec2076240bc-1572d55d, #w-node-_00f2d5f0-7a9b-2abd-e133-fe515e7830e8-1572d55d, #w-node-_04c93d63-732b-e989-9fe9-f957b2a8c8c0-1572d55d {
  align-self: stretch;
}

#w-node-_4bf061ab-4da1-6bb0-f978-ad8c79cdaa79-1572d55d, #w-node-_4bf061ab-4da1-6bb0-f978-ad8c79cdaa7e-1572d55d, #w-node-_4bf061ab-4da1-6bb0-f978-ad8c79cdaa83-1572d55d, #w-node-_4bf061ab-4da1-6bb0-f978-ad8c79cdaa88-1572d55d, #w-node-_4bf061ab-4da1-6bb0-f978-ad8c79cdaa8d-1572d55d, #w-node-_4bf061ab-4da1-6bb0-f978-ad8c79cdaa92-1572d55d, #w-node-_4bf061ab-4da1-6bb0-f978-ad8c79cdaa97-1572d55d, #w-node-_4bf061ab-4da1-6bb0-f978-ad8c79cdaa9c-1572d55d, #w-node-_71ee8a81-8f30-c9b8-88f9-8c1d7d03a7df-1572d55d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fc36b59-876f-ba02-50cb-65c5ce241f56-1572d55f, #w-node-_6fc36b59-876f-ba02-50cb-65c5ce241f65-1572d55f, #w-node-_6fc36b59-876f-ba02-50cb-65c5ce241f74-1572d55f {
  align-self: stretch;
}

#w-node-b1090111-c2e7-d04b-32d9-3407025f156f-1572d55f {
  align-self: start;
}

#w-node-a098bbf7-aed4-b5a2-913b-8e640fca95b6-1572d55f, #datenschutz.w-node-a098bbf7-aed4-b5a2-913b-8e640fca95b8-1572d55f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a098bbf7-aed4-b5a2-913b-8e640fca95bf-1572d55f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_9e080ea0-3485-4b71-87de-449b607cc240-1572d560, #w-node-_9e080ea0-3485-4b71-87de-449b607cc242-1572d560, #w-node-_9e080ea0-3485-4b71-87de-449b607cc244-1572d560, #w-node-_9e080ea0-3485-4b71-87de-449b607cc246-1572d560, #w-node-_0f441944-5bf1-cc10-cf15-c5c3993ab575-1572d560, #w-node-_0f441944-5bf1-cc10-cf15-c5c3993ab5e9-1572d560, #w-node-_0f441944-5bf1-cc10-cf15-c5c3993ab65d-1572d560, #w-node-_0f441944-5bf1-cc10-cf15-c5c3993ab6cf-1572d560, #w-node-_0f441944-5bf1-cc10-cf15-c5c3993ab70a-1572d560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4accb8b1-9c93-72f9-b583-1e2d612f2a6a-9ad51203, #w-node-_4accb8b1-9c93-72f9-b583-1e2d612f2a6a-0da0773d, #w-node-_4accb8b1-9c93-72f9-b583-1e2d612f2a6a-39c293cb {
  align-self: start;
}

#w-node-a5ff9d83-eba7-452e-5ef2-ffd53024b0e9-d6fe624e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bd3cb54-3c7a-de54-29bc-8110b503e9f9-d6fe624e, #w-node-_6bd3cb54-3c7a-de54-29bc-8110b503ea70-d6fe624e, #w-node-_6bd3cb54-3c7a-de54-29bc-8110b503eae7-d6fe624e, #w-node-_6bd3cb54-3c7a-de54-29bc-8110b503eb5c-d6fe624e, #w-node-_40604c02-5285-d29a-b4c5-f195811beae3-dfdc74e8, #w-node-_40604c02-5285-d29a-b4c5-f195811beb57-dfdc74e8, #w-node-_40604c02-5285-d29a-b4c5-f195811bebcb-dfdc74e8, #w-node-_40604c02-5285-d29a-b4c5-f195811bec3d-dfdc74e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c6ee809-40c6-9ef2-4ed0-0ec2076240bc-ff0b73ad, #w-node-_00f2d5f0-7a9b-2abd-e133-fe515e7830e8-ff0b73ad, #w-node-_04c93d63-732b-e989-9fe9-f957b2a8c8c0-ff0b73ad {
  align-self: stretch;
}

#w-node-_7e747f40-2ef4-cdde-fb6d-78f3da226fea-d8b93ab8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bd3cb54-3c7a-de54-29bc-8110b503e9f9-d8b93ab8, #w-node-_6bd3cb54-3c7a-de54-29bc-8110b503ea70-d8b93ab8, #w-node-_6bd3cb54-3c7a-de54-29bc-8110b503eae7-d8b93ab8, #w-node-_6bd3cb54-3c7a-de54-29bc-8110b503eb5c-d8b93ab8, #w-node-_6bd3cb54-3c7a-de54-29bc-8110b503e9f9-18a7de0d, #w-node-_6bd3cb54-3c7a-de54-29bc-8110b503ea70-18a7de0d, #w-node-_6bd3cb54-3c7a-de54-29bc-8110b503eae7-18a7de0d, #w-node-_6bd3cb54-3c7a-de54-29bc-8110b503eb5c-18a7de0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a95fc463-976b-ab90-54ee-539b891e55e4-18a7de0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c6ee809-40c6-9ef2-4ed0-0ec2076240bc-2570adf8, #w-node-_00f2d5f0-7a9b-2abd-e133-fe515e7830e8-2570adf8, #w-node-_04c93d63-732b-e989-9fe9-f957b2a8c8c0-2570adf8 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_5a2df0d3-f1f0-8f8d-0bfb-874a132a0c03-132a0be5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_04c93d63-732b-e989-9fe9-f957b2a8c8c0-1572d55d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5a2df0d3-f1f0-8f8d-0bfb-874a132a0c03-132a0be5, #w-node-a098bbf7-aed4-b5a2-913b-8e640fca95b6-1572d55f, #datenschutz.w-node-a098bbf7-aed4-b5a2-913b-8e640fca95b8-1572d55f, #w-node-a098bbf7-aed4-b5a2-913b-8e640fca95bf-1572d55f {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a2df0d3-f1f0-8f8d-0bfb-874a132a0c03-132a0be5, #w-node-a098bbf7-aed4-b5a2-913b-8e640fca95b6-1572d55f {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Icons Custom Restaurantly Template';
  src: url('../fonts/icons-custom-restaurantly-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Variablefont Wght';
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Variablefont Wght';
  src: url('../fonts/InterTight-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk Variablefont Wght';
  src: url('../fonts/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueHeavy.otf') format('opentype'), url('../fonts/HelveticaNeueBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}