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

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

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

@font-face {
  font-family: "Font Awesome Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome Brands 400 Reg";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 400 Reg";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --black: black;
  --transparent: #fff0;
  --grey: #818181;
  --white-3: var(--white);
  --white-2: var(--white);
  --white: white;
  --white-4: var(--white);
  --orange: var(--black);
  --blue\<deleted\|variable-6b683a4d-8888-d570-ce36-f96ffc738d89\>: var(--white-3);
  --blau: #3549cc;
  --burnt-orange: #ff2e1f;
  --lightgrey: #d3d3d3;
  --bright-grey\<deleted\|variable-f8641f1a-f8f7-4e4b-cf2d-c89fc1913d2e\>: var(--grey);
  --black70: #000000b3;
  --000330: var(--black);
  --color-2: #fcf65a;
  --white-transparent: #ffffff80;
  --greyblack: #333;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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-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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-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-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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

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

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

.w-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-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;
}

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

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

@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-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;
  }

  .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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--black);
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 50px;
  line-height: 1em;
}

h3 {
  margin-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  line-height: 1.2em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--black);
  align-items: center;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  background-image: url('../images/list-bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  display: flex;
  position: relative;
}

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

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  border-bottom: 2px solid #0000004d;
  border-left: 1px #000;
  margin: 25px auto 50px;
  padding: 30px 20px 50px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.section-briefabout {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-briefabout.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section-briefabout.blog-grid-banner {
  background-image: url('../images/Rectangle-21-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 110px;
  display: flex;
}

.section-briefabout.without-bottom-spacing {
  padding-bottom: 0;
}

.section-briefabout.contacts-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-Gontact-Us.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 730px;
  padding-top: 130px;
  display: flex;
}

.section-briefabout.banner-testimonials {
  background-color: var(--black);
  background-image: url('../images/Group-1768-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  min-height: 600px;
  padding-top: 200px;
  display: flex;
}

.section-briefabout.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section-briefabout.black-background {
  z-index: 1;
  background-color: var(--black);
}

.section-briefabout.black-background.second-section {
  width: auto;
  margin-left: 0;
  padding-top: 8vh;
  padding-bottom: 4vh;
}

.section-briefabout.background-margin {
  background-color: var(--black);
  background-image: url('../images/ellipse-overlap-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-briefabout.about-us {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-001.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.section-briefabout.background-mt {
  background-color: var(--black);
  margin-top: -307px;
  padding-top: 387px;
  position: static;
}

.section-briefabout.faq-banner {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/serve-medvedev-bluecourt-serve.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: block;
}

.section-briefabout.pricing {
  background-image: url('../images/Banner-Home-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding-top: 110px;
  display: flex;
}

.section-briefabout.black-bgr-with-ellipse {
  background-color: var(--black);
  background-image: url('../images/Group-1768-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-briefabout.customers {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.section-briefabout.dark-style {
  background-color: var(--black);
  background-image: url('../images/Group-1768-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.section-briefabout.shop-details {
  padding-top: 60px;
}

.section-briefabout.none-top-padding {
  padding-top: 0;
}

.section-briefabout.bookings {
  max-width: 90vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-briefabout.halleninfo-banner {
  background-image: url('../images/sand-granulat.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 70vh;
}

.base-container {
  object-fit: fill;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.mobile-basecontainer {
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  padding-right: 0;
  font-size: 1em;
  display: flex;
  position: relative;
}

.base-container.restaurant-section {
  max-width: 80vw;
}

.base-container.single-bookings {
  max-width: 80vw;
  height: auto;
  padding-left: 0;
  display: block;
  bottom: auto;
  overflow: visible;
}

.base-container.halleninfos {
  max-width: 90vw;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--grey);
  border-left: 1px none var(--grey);
  background-color: var(--white-3);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--grey);
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-right: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  border-left: 1px solid var(--grey);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
  line-height: 1.5em;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  border: 1px solid var(--grey);
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.white-style-guide {
  background-color: var(--white-3);
  width: 75px;
  height: 75px;
}

.white-style-guide.white-second {
  background-color: var(--white-2);
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 48px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 36px;
}

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

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--white-3);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--white-3);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--white-3);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--white-3);
  background-color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
  border-radius: 5px;
  padding: 15px 60px;
  font-family: Satoshi, sans-serif;
  font-size: .8em;
  font-style: normal;
  font-weight: 400;
  transition-property: border-color, color, background-color;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: block;
  box-shadow: 0 2px 5px #000000b8;
}

.primary-button:hover {
  background-color: var(--black);
  opacity: 1;
  color: var(--white-4);
}

.primary-button.mt-50 {
  margin-top: 40px;
}

.primary-button.invert {
  border-color: var(--black);
  color: var(--black);
}

.primary-button.invert:hover {
  background-color: var(--black);
  color: var(--white-3);
}

.primary-button.black-hover {
  color: var(--black);
  text-align: center;
  background-color: #f8fcffd6;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-button.black-hover:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white-3);
}

.primary-button.accordion {
  border-color: var(--black);
  color: var(--black);
  padding: 4px 20px;
}

.primary-button.accordion:hover {
  background-color: var(--black);
  color: var(--white-3);
}

.primary-button.full-width {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white-3);
  width: 100%;
}

.primary-button.full-width:hover {
  background-color: var(--white-3);
  color: var(--black);
}

.primary-button.cart {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.primary-button.cart:hover {
  border-color: var(--black);
  color: var(--black);
}

.primary-button.mobile-mainbutton {
  display: none;
}

.primary-button.training-button {
  box-sizing: border-box;
  background-color: var(--blau);
  color: var(--white);
  letter-spacing: 2px;
  width: 100%;
  margin-left: 0;
  font-size: 18px;
  line-height: 24px;
}

.primary-button.training-button:hover {
  background-color: #2121a3;
  border-style: none;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1em;
  display: flex;
  box-shadow: 0 6px 10px #0003;
}

.nav-menu {
  color: var(--white);
  text-align: right;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: auto;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.nav-menu.justify {
  justify-content: center;
}

.menu-button {
  position: absolute;
}

.nav-link {
  color: var(--white-3);
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 300;
  transition-property: opacity;
}

.nav-link:hover {
  opacity: .5;
}

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

.nav-link.last {
  padding-right: 0;
}

.nav-link.black {
  color: var(--black);
}

.nav-link.black-last {
  color: var(--black);
  padding-right: 0;
}

.nav-link.nav-item-title {
  padding-left: 0;
  padding-right: 0;
}

.nav-dropdown {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  display: block;
  overflow: visible;
}

.nav-dropdown-toggle {
  justify-content: center;
  align-items: center;
  margin: auto 0;
  padding: 0% 0;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: var(--black);
  border: 1px solid #0000002e;
  width: auto;
  padding: 15px 0;
}

.nav-dropdown-list.w--open {
  color: var(--white-4);
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.w--open:hover {
  color: var(--burnt-orange);
  border: 1px #000;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 500px;
  display: flex;
  left: -240px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--white-3);
  text-transform: capitalize;
  width: 100%;
  margin-left: 0;
  padding: 0;
  font-size: 18px;
  transition-property: all;
  display: flex;
}

.nav-dropdown-link:hover {
  opacity: .5;
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--white-3);
}

.nav-dropdown-link.mobile-nav {
  padding: 10px 25px;
  font-size: 16px;
  display: block;
}

.nav-dropdown-link.mobile-nav:hover {
  opacity: 1;
  color: var(--burnt-orange);
}

.nav-item-title {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 1.1em;
  font-weight: 500;
  transition: opacity .3s;
  display: flex;
}

.nav-item-title:hover {
  opacity: .5;
}

.nav-item-title.black {
  color: var(--black);
}

.nav-item-title.mobile-nav {
  color: var(--white);
  letter-spacing: 1px;
  height: 1.5em;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
  overflow: hidden;
}

.nav-item-title.mobile-nav:hover {
  border-bottom: 2px solid var(--burnt-orange);
  opacity: 1;
}

.nav-item-title.mobile-nav {
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 18px;
}

.nav-item-title.mobile-nav:hover {
  opacity: 1;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

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

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: #0e0e0e;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  font-family: "Fa brands 400", sans-serif;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  color: var(--white-3);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.text-center {
  color: var(--white-3);
  text-align: center;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  display: flex;
  position: relative;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.coming-soon-heading {
  margin-top: 60px;
}

.blog-post-title {
  transition: opacity .3s;
}

.blog-post-title:hover {
  opacity: .6;
}

.nav-menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin: auto;
  font-size: 1em;
  display: flex;
}

.blog-sidebar-item {
  display: inline-block;
}

.blog-sidebar-post-content {
  background-color: var(--white-3);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-top: 10px;
  display: flex;
}

.blog-sidebar-post-category {
  z-index: 1;
  background-color: var(--white-3);
  border: 1px solid #000;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 8px;
  transition: background-color .3s, color .3s;
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-sidebar-post-category:hover {
  background-color: var(--black);
  color: var(--white-3);
}

.blog-sidebar-post-category.position {
  margin-top: 0;
  margin-bottom: 20px;
  position: static;
}

.blog-sidebar-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 2;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  display: grid;
}

.blog-sidebar-right {
  flex-direction: column;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--black);
  margin-top: 0;
  font-size: 18px;
  transition: opacity .3s;
}

.blog-recent-post-title:hover {
  opacity: .6;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.sidebar-recent-posts {
  border: 1px solid #000;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories {
  border: 1px solid #000;
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image-link {
  flex: none;
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
}

.blog-sidebar-post-image-link.height {
  height: 270px;
}

.sidebar-category {
  border: 1px solid var(--black);
  padding: 5px 8px;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.sidebar-category:hover {
  background-color: var(--black);
  color: var(--white-3);
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-template-date {
  color: var(--grey);
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 18px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--grey);
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--grey);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: flex-start;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  z-index: 1;
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}

.footer-bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: block;
}

.footer-rights {
  color: var(--grey);
  display: inline-block;
}

.footer-copyright {
  color: var(--white);
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.footer-copyright-link {
  color: var(--white-4);
  letter-spacing: .2px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--black);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
}

.accordion-toggle {
  white-space: normal;
  border-radius: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  padding: 10px 60px 10px 20px;
  font-size: 24px;
  line-height: 36px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.accordion-toggle:hover, .accordion-toggle:active {
  background-color: var(--black);
  color: var(--white);
}

.accordion-toggle:focus {
  background-color: var(--black);
  opacity: 1;
  color: var(--white);
  font-size: 24px;
  line-height: 36px;
}

.accordion-toggle.single-booking:hover {
  box-shadow: 0 2px 5px #000000b8;
}

.accordion-toggle.single-booking:active {
  background-color: var(--black);
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 5px;
  width: 100%;
  padding: 0;
  font-size: .9em;
  font-weight: 400;
  position: static;
  overflow: hidden;
  box-shadow: 0 1px 3px #000000b8;
}

.accordion-item.single-booking-card {
  background-color: var(--white);
  border-style: none;
  border-width: 0;
  box-shadow: 0 1px 3px #fff3;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  margin-right: 30px;
  display: flex;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-title {
  margin: auto auto auto 0;
  line-height: 22px;
}

.pricing-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-item {
  background-color: var(--white-3);
  width: 33.33%;
}

.pricing-item.center-item {
  z-index: 10;
  border: 1px solid #000;
  width: 40%;
}

.pricing-title-wrapper {
  border-bottom: 1px solid var(--black);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-content {
  flex-direction: column;
  align-items: center;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
}

.pricing-3-plan-price {
  color: var(--grey);
  font-size: 20px;
}

.pricing-list {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-list-item {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #0000004d;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  line-height: 26px;
  list-style-type: none;
}

.pricing-3-list-item.last-child {
  border-bottom-style: none;
}

.halleninfo-div {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 70px;
  display: flex;
}

.halleninfo-div.wrap {
  grid-column-gap: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.info-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 48%;
  display: flex;
}

.info-left.coaching {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.slide-right {
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 50px;
  display: flex;
}

.slide-right.width {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
}

.pricing-features-item {
  align-items: flex-start;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.contacts-form-wrapper {
  background-color: var(--white-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.contacts-divider {
  background-color: #afafaf80;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-no-margin.link {
  color: var(--white-3);
  transition-property: opacity;
}

.paragraph-no-margin.link:hover {
  opacity: .6;
}

.paragraph-no-margin.shedule {
  margin-bottom: 30px;
}

.contacts-textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white-3) var(--white-3) #0000004d;
  min-height: 130px;
  margin-bottom: 30px;
  padding: 16px 18px 16px 0;
  font-size: 18px;
}

.contacts-textarea:focus {
  border-style: none none solid;
  border-width: 1px;
  border-color: #0f5cfa #0f5cfa var(--black);
}

.contacts-input {
  background-color: var(--white-3);
  border: 1px #0000004d;
  border-bottom-style: solid;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px 16px 0;
  font-size: 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border-style: none none solid;
  border-width: 1px;
  border-color: #0f5cfa #0f5cfa var(--black);
}

.contacts-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.white-text {
  color: var(--white);
  text-transform: none;
  margin: auto;
  font-size: 76px;
  position: absolute;
  inset: auto auto 15% 10%;
}

.white-text.maxw {
  color: var(--white);
  letter-spacing: 1px;
  align-self: center;
  width: 95%;
  max-width: none;
  margin: 0 0 50px;
  padding-left: 0;
  font-size: 48px;
  line-height: 44px;
  position: static;
}

.white-text.margin {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.white-text.h1-style.main-title {
  color: var(--orange);
  letter-spacing: .1em;
  font-family: bebas-neue-pro, sans-serif;
  font-size: 5em;
  font-weight: 600;
}

.white-text.sub-title-team {
  color: var(--white);
  margin-top: 20px;
  padding-top: 0%;
  padding-left: 5%;
  font-size: 18px;
  font-weight: 400;
  position: static;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 22px;
  font-weight: 400;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid #0000;
  border-bottom-color: #0000004d;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
}

.search-input:focus {
  border-color: transparent transparent var(--black);
}

.search-input.margin {
  margin-bottom: 15px;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.testimonials-card-content {
  border-top: 1px solid #0000004d;
  margin-top: 30px;
  padding-top: 30px;
}

.testominials-cards-banner {
  z-index: 10;
  margin-top: -200px;
  padding-bottom: 80px;
  position: relative;
}

.list-item-circle {
  background-color: var(--black);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
}

.dark-gray-style-guide {
  background-color: var(--grey);
  width: 75px;
  height: 75px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 50px;
  margin-bottom: 100px;
}

.button-wrapper.none-margin {
  margin-bottom: 0;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white-3);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white-3);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: #0f5cfa;
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-content {
  color: var(--white-3);
  width: 50%;
}

.project-template-info {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.project-template-content-wrapper {
  z-index: 2;
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.project-template-info-wrap {
  grid-column-gap: 15px;
  display: flex;
}

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.paragraph-gray {
  color: var(--white-2);
}

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--white-3);
  color: var(--white-3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white-3);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-template-banner-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-pagination-wrapper {
  background-color: var(--black);
  border-top: 1px solid #ffffff4d;
  align-items: stretch;
  display: flex;
}

.project-pagination-icon-wrapper {
  text-align: center;
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.nav-dropdown-column {
  width: 100%;
  min-height: auto;
}

.sidebar-search {
  background-color: var(--white-3);
  border: 1px solid #000;
  padding: 20px;
}

.sidebar-search-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.sidebar-search-input {
  color: #0e0e0e;
  border: 1px solid #0000;
  border-bottom-color: #0000004d;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 10px 16px 0;
}

.sidebar-search-input:focus {
  border-color: transparent transparent var(--black);
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}

.sidebar-search-input::placeholder {
  color: var(--grey);
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: sticky;
  top: 60px;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.home-banner-section {
  height: 100vh;
  padding-top: 110px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.home-banner-section.home-2 {
  padding-top: 90px;
  padding-bottom: 0;
  overflow: hidden;
}

.home-banner-section.players {
  align-items: center;
  overflow: hidden;
}

.home-banner-section.banner-fullvh {
  background-color: var(--black);
  width: 100vw;
  padding: 0;
}

.navbar-fixed {
  background-color: var(--black);
  mix-blend-mode: normal;
  width: 100%;
  height: 60px;
  padding: 0;
  font-size: 1em;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navbar-fixed.home-2 {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-fixed.relative {
  position: relative;
}

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

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.project-button-link {
  color: #0e0e0e;
  justify-content: center;
  width: 40%;
  display: flex;
}

.project-button-link:hover {
  color: #0f5cfa;
}

.project-prev-button-link-icon {
  color: var(--white-3);
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  color: var(--white-3);
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  color: var(--white-3);
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.counter-number {
  color: var(--white-3);
  justify-content: center;
  align-items: center;
  font-size: 120px;
  font-weight: 400;
  line-height: 1em;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: #0f5cfa;
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--white-3);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 30px;
  align-items: flex-end;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.tablet-menu {
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 15px;
  display: flex;
}

.brand-tablet {
  display: none;
}

.brand.w--current {
  z-index: 100;
  flex-direction: row;
  align-items: center;
  height: 100%;
  margin-bottom: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.background-video {
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-video.mobile-bg {
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: none;
  transform: scale(1.02);
}

.home-banner-content {
  color: var(--black);
  object-fit: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 100%;
  height: 50vh;
  margin: 90px auto auto;
  padding-top: 0;
  font-size: 1em;
  display: flex;
}

.bottom-content-block {
  color: var(--orange);
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 80vw;
  height: auto;
  margin-top: 30vh;
  font-size: 1.3em;
  display: flex;
  position: static;
}

.bottom-content-block.homepage {
  margin: auto;
}

.bottom-content-block.training-button {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.header-banner {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
}

.button-banner {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  min-width: 450px;
  display: flex;
}

.button-banner.hidden {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  margin: 0;
  display: block;
}

.block-horizontal-full-width {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-block-content {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.right-block-content {
  width: 50%;
}

.text-wrapper {
  border: 2px #ffffff4d;
  border-bottom-style: solid;
  max-width: 350px;
  margin-bottom: 40px;
  padding-bottom: 50px;
}

.text-wrapper.bottom-line-grey {
  border-bottom-width: 1px;
  border-bottom-color: var(--white-4);
  max-width: 100%;
  margin-bottom: 4vh;
  padding-bottom: 4vh;
}

.silver-text {
  color: var(--grey);
  position: relative;
}

.silver-text.maxw-380px {
  max-width: 380px;
}

.silver-text.size-text {
  color: var(--lightgrey);
  font-size: 20px;
  line-height: 1.5em;
}

.silver-text.size-text.single-booking-card.subtitle-card {
  color: var(--lightgrey);
}

.silver-text.size-text.subtitle-card {
  color: var(--black);
  font-size: 20px;
  overflow: visible;
}

.silver-text.size-text.subtitle-team {
  background-color: var(--black70);
  background-image: linear-gradient(#161c2c54, #161c2c54);
  width: 100%;
  height: 17%;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.silver-text.maxw-570px {
  max-width: 570px;
}

.silver-text.size {
  font-size: 18px;
  transition: color .3s;
}

.silver-text.size:hover {
  color: var(--black);
}

.silver-text.sub-title-team {
  color: var(--lightgrey);
  margin-bottom: auto;
  padding-bottom: 0%;
  padding-left: 5%;
  font-size: 16px;
  position: static;
}

.counter-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  height: 100%;
}

.subtitle-text {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.subtitle-text.white {
  color: var(--white-3);
  margin-bottom: 0;
}

.subtitle-text.none-margin {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.subtitle-text.none-margin.subtitle-size {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

.subtitle-text.margin {
  margin-bottom: 200px;
}

.heading-block-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.images-wrapper {
  justify-content: space-between;
  width: auto;
  height: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.images-wrapper.columns {
  grid-column-gap: 80px;
}

.images-wrapper.restaurant {
  height: auto;
  margin-top: 0;
  display: block;
  position: relative;
}

.image-left {
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.image-left.sizing {
  flex: none;
  height: 450px;
}

.image-left.restaurant {
  filter: drop-shadow(0 2px 5px #000000b3);
  width: 40vw;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.image-right {
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.image-right.width {
  width: 50%;
  max-width: none;
}

.bgr-video-img-left {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-cover {
  cursor: pointer;
  margin-right: 0;
  padding-right: 0;
  transition: all .3s;
  display: block;
}

.image-cover:hover {
  filter: brightness(50%);
}

.image-cover.positions, .image-cover.position-absolute {
  position: absolute;
  inset: 0%;
}

.image-fill {
  filter: blur();
  width: 100%;
  height: auto;
  margin-left: 0;
}

.image-fill.mobile-nav {
  width: 8.5vh;
  height: 90px;
}

.image-fill.navbar {
  z-index: 100;
  width: auto;
  height: 60px;
  margin: auto 0 auto 5vw;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.image-block-relative {
  margin-top: 150px;
  position: relative;
}

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

.dot-block {
  background-color: var(--white-3);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: 20px;
  margin-right: 20px;
}

.dot-block.silver {
  background-color: var(--grey);
  flex: none;
}

.description-block {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.description-block.display {
  flex-direction: column;
  display: flex;
}

.description-text-left {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.description-text-left.display {
  flex-direction: row;
  justify-content: space-between;
  max-width: none;
}

.block-image-absolute {
  z-index: 1;
  color: var(--lightgrey);
  background-image: url('../images/Banner-Home-2.jpg');
  background-position: 15% 0;
  background-size: cover;
  background-attachment: scroll;
  width: auto;
  height: 120vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto;
  overflow: visible;
}

.block-image-absolute.home-2 {
  top: 83%;
}

.heading-content {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.heading-content.direction {
  flex-flow: column;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
}

.card-content-wrapper {
  grid-column-gap: 30px;
  width: auto;
  margin-bottom: 0;
  display: block;
}

.card-content-wrapper.reviews {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.image-content-wrapper {
  width: 100%;
  margin-right: 30px;
}

.image-content-wrapper.width {
  width: 100%;
}

.image-card {
  background-color: var(--black);
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  position: relative;
}

.video-content {
  z-index: 1;
  width: 100%;
  height: 520px;
  margin-top: -340px;
  position: relative;
}

.video-content.cu {
  margin-top: 60px;
}

.background-video-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  inset: auto auto 0% 0%;
}

.play-state {
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.play-block {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
}

.pause-state {
  align-items: center;
  display: flex;
}

.heading-testimonials {
  width: 100%;
  display: flex;
}

.image-wrapper-testimonials {
  margin-right: 140px;
}

.testimonials-content {
  border-bottom: 2px solid #0000004d;
  width: 100%;
  margin-top: 130px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.quote {
  font-size: 50px;
  line-height: 1em;
}

.testimonials-author-block {
  width: 100%;
}

.heading-none-margin {
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 54px;
}

.card-footer {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  display: grid;
  overflow: visible;
}

.card-plan {
  grid-column-gap: 5px;
  grid-row-gap: 35px;
  background-color: var(--transparent);
  border: 1px solid #000;
  flex-direction: column;
  padding: 20px 15px;
  display: flex;
}

.card-plan.single-booking-card.transparent {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  border-color: var(--white-4);
  background-color: var(--transparent);
  width: 37%;
  margin: auto;
  position: absolute;
  inset: 8% 0% auto;
}

.card-plan.white {
  background-color: var(--transparent);
}

.card-plan.partner-card {
  background-color: var(--black70);
  display: block;
}

.top-block-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  font-size: 1.2em;
  display: flex;
}

.bottom-block-card {
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

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

.price-text {
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
}

.price-text.single-booking-card {
  color: var(--white);
  text-decoration: none;
}

.price-text.single-booking-card.scratched {
  color: var(--lightgrey);
  text-decoration: line-through;
}

.text-normal {
  font-size: 24px;
  font-weight: 400;
}

.text-normal.single-booking-card {
  color: var(--white-4);
  font-size: 24px;
}

.left-block-footer {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.right-block-footer {
  flex-direction: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-block {
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.silver-link {
  color: var(--grey);
}

.silver-link:hover {
  color: var(--black);
}

.social-links {
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.text-play-footer {
  margin-bottom: 50px;
  font-size: 72px;
  font-weight: 400;
  line-height: 1em;
}

.link-black:hover {
  color: var(--grey);
}

.image-bgr-home-2 {
  object-fit: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.banner-content-home-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-home-2 {
  color: var(--orange);
  text-align: center;
  letter-spacing: .09em;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 5em;
  font-weight: 400;
  display: flex;
}

.partners-block {
  grid-column-gap: 50px;
  opacity: .3;
  display: flex;
}

.banner-heading-home-2 {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.top-content-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.bgr-ellipse {
  background-image: url('../images/Ellipse-26.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 160px;
  position: absolute;
  inset: 0%;
}

.history-content {
  width: 100%;
}

.ellipse-conteny {
  grid-row-gap: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ellipse-number {
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.ellipse-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.black-bgr-ellipse {
  background-color: var(--black);
  width: 0%;
  position: absolute;
  inset: 0%;
}

.block-with-border {
  border-bottom: 1px solid #ffffff4d;
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 750px;
  display: flex;
}

.block-with-border.centered-block {
  border-bottom-style: none;
  align-items: center;
  height: 100%;
}

.block-with-border.bottom-block {
  border-top: 1px solid #ffffff4d;
  border-bottom-style: none;
  width: 750px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-content {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin: auto;
  display: flex;
}

.top-block-wrapper {
  grid-column-gap: 100px;
  width: 100%;
  display: flex;
}

.top-block-wrapper.cet-in-touch {
  grid-column-gap: 50px;
}

.top-image-block {
  width: 500px;
}

.top-image-block.sizing {
  flex: none;
}

.paragraph-top-description {
  max-width: 570px;
  margin-bottom: 50px;
  font-size: 24px;
}

.paragraph-top-description.maxw {
  max-width: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.centered-block-wrapper {
  text-align: center;
  width: 100%;
}

.large-text {
  color: var(--white-3);
  text-shadow: 1px 1px 3px #000;
  font-size: 100px;
  font-weight: 400;
  line-height: 1em;
}

.text-centered-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-centered-block {
  width: 800px;
  height: 1070px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.circle-background {
  position: absolute;
  inset: 17% 0% 0%;
}

.circle-background.cs {
  top: 0%;
}

.text-top-block {
  grid-row-gap: 50px;
  flex-direction: column;
  margin-top: 150px;
  display: flex;
}

.bottom-block-wrapper {
  margin-top: 80px;
}

.image-block {
  z-index: 1;
  margin-top: 70px;
  position: relative;
}

.bottom-block {
  width: 100%;
}

.background-video-about {
  width: 100%;
  height: 100%;
}

.banner-title-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide {
  width: 100%;
  height: 550px;
}

.slide.height {
  height: 100%;
}

.slider-pricing {
  background-color: #0000;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-arrow-pricing {
  display: block;
}

.right-arrow-pricing, .slide-nav-pricing {
  display: none;
}

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

.text-result {
  color: var(--grey);
  font-size: 18px;
}

.link-blog-image {
  width: 100%;
  height: 100%;
}

.customer-image-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 180px;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.customer-image-wrapper:hover {
  opacity: 1;
}

.absolute-white {
  position: absolute;
}

.absolute-black {
  filter: invert();
  position: absolute;
}

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

.forms-input-wrapper {
  grid-column-gap: 30px;
  margin-bottom: 30px;
  display: flex;
}

.button-block-forms {
  flex-direction: column;
  display: flex;
}

.heading-cu {
  color: var(--white-3);
  margin-bottom: 30px;
}

.form-block {
  margin-bottom: 0;
}

.banner-wrapper {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.left-banner-description, .right-form-banner {
  width: 50%;
}

.success-message {
  background-color: #0000;
  border: 2px #000;
  border-bottom: 2px solid #0000004d;
}

.error-message {
  color: #f73737;
  background-color: #0000;
  font-size: 18px;
}

.program-description-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-with-top-margin {
  margin-top: 20px;
}

.players-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.players-block-content {
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-players {
  width: 100%;
  height: 450px;
}

.heading-link-players {
  z-index: 1;
  color: var(--white-3);
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 400;
  transition-property: opacity;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-link-players:hover {
  opacity: .8;
}

.collection-list-players {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._404-text {
  color: var(--white-3);
  margin-bottom: 20px;
  font-size: 160px;
  font-weight: 400;
  line-height: 1em;
}

.black-body {
  background-color: var(--black);
}

.background-section {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.project-template-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.heading-players {
  color: var(--white-3);
  font-size: 60px;
}

.project-title {
  color: var(--white-3);
  font-size: 22px;
  font-weight: 400;
}

.cart-button {
  background-color: #0000;
  padding-left: 50px;
  padding-right: 0;
  transition-property: opacity;
  position: relative;
}

.cart-button:hover {
  opacity: .5;
}

.cart-button.home-2 {
  padding-left: 25px;
  padding-right: 25px;
}

.cart-button.invert {
  color: var(--black);
}

.display-hide {
  display: none;
}

.cart-quantity {
  color: var(--black);
  font-weight: 400;
  position: absolute;
  top: -10px;
  left: 60px;
}

.cart-quantity.black {
  background-color: var(--black);
  color: var(--white-3);
}

.cart-quantity.home-2 {
  left: 30px;
}

.checkout-form {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.input-checkout {
  background-color: #0000;
  border-top-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #0000004d;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
}

.input-checkout:focus, .input-checkout.-wfp-focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: var(--black);
  border-left-style: none;
}

.field-label {
  color: var(--black);
  font-family: Satoshi, sans-serif;
}

.image-order {
  object-fit: cover;
  height: 60px;
}

.quantity-order {
  font-size: 18px;
}

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.paypal-checkout-form, .order-confirmation {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.list-block-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.cart-wrapper {
  position: relative;
}

.programs-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.programs-wrapper {
  grid-column-gap: 70px;
  margin-top: 60px;
  display: flex;
}

.image-descriptions {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.paragraph-with-margin {
  margin-bottom: 50px;
}

.shop-collection-list-wrapper {
  width: 100%;
  margin-top: 60px;
}

.shop-collection-list-wrapper.none-margin {
  margin-top: 0;
}

.shop-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-collection-list.shop-detsils {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.shop-collection-item {
  width: 100%;
}

.quantity, .buy-now-button {
  display: none;
}

.default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.text-price {
  font-weight: 400;
}

.old-price {
  color: var(--grey);
  flex: none;
  text-decoration: line-through;
}

.pricer-block {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

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

.shop-paragraph {
  border: 2px #0000004d;
  border-bottom: 1px solid #0000004d;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.article {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.add-to-cart {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.default-state-2 {
  flex-direction: column;
  margin-bottom: 0;
}

.out-of-stock-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9fa;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.shop-text-wrapper {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper.margin {
  margin-top: 80px;
}

.shop-text-wrapper.margin-bottom {
  margin-bottom: 30px;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.buy-now-button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.shop-details-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.shop-card-old-price {
  color: #a1a1a1;
  text-decoration: line-through;
}

.error-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.shop-sticky-block {
  position: sticky;
  top: 25px;
}

.lightbox-link-shop {
  border-bottom-style: none;
  min-width: 450px;
  height: 500px;
}

.quantity-2 {
  color: #000;
  background-color: #0000;
  border-color: #0000 #0000 #a1a1a180;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.quantity-2:focus {
  border-bottom-color: #e9e9e9;
}

.primary-button-2 {
  color: #1b1b1b;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1b1b1b;
  border-radius: 50px;
  padding: 12px 30px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #1b1b1b;
}

.primary-button-2.full-width {
  width: 100%;
}

.collection-list-shop-details {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.shop-details-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.opacity-hover {
  transition: opacity .3s;
}

.opacity-hover:hover {
  opacity: .5;
}

.shop-details-featured-products-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.shop-wrapper {
  width: 100%;
}

.heading-maxw {
  max-width: 700px;
}

.checkout-actions {
  flex-direction: column;
  display: flex;
}

.cart-line-item {
  margin-bottom: 30px;
}

.link {
  transition-property: opacity;
}

.link:hover {
  opacity: .5;
}

.list-item {
  grid-column-gap: 15px;
  background-image: none;
  padding-left: 0;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--white-3);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-templates {
  z-index: 1000;
  background-color: var(--white-3);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  color: var(--white-3);
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.heading {
  color: var(--white-3);
  -webkit-text-stroke-color: var(--white-3);
  text-transform: none;
  font-family: Satoshi, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.heading.h2-style {
  letter-spacing: .05em;
  text-transform: none;
  margin-bottom: 10vh;
  font-family: Satoshi, sans-serif;
  font-size: 1.2em;
  font-style: normal;
}

.heading.h2-style.mobile-h2 {
  text-align: center;
  margin: 8vh auto;
  font-size: 24px;
}

.body {
  max-width: 100vw;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.2em;
  overflow: visible;
}

.h1-style {
  color: var(--orange);
  font-family: bebas-neue-pro, sans-serif;
  font-size: 5em;
  font-weight: 600;
}

.h1-style.home1-title {
  color: var(--black);
}

.heading-2.white-font {
  color: var(--white);
  text-align: right;
  margin: 0 2% 2%;
  font-size: 36px;
  line-height: 54px;
  position: absolute;
  inset: auto 0 0% auto;
}

.heading-2.burger-animation {
  letter-spacing: 1px;
  font-size: 36px;
}

.image-about1 {
  width: 100%;
  max-width: none;
  height: auto;
}

.image-about2 {
  width: auto;
  max-width: none;
  height: 140%;
  display: none;
  overflow: visible;
  transform: translate(-9.5%);
}

.image-2 {
  width: 50vw;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.text-span-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  font-family: Satoshi, sans-serif;
  font-size: .7em;
  font-weight: 400;
}

.cell {
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 400;
}

.div-block-3 {
  color: var(--white);
  text-align: right;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 24px;
}

.text-block {
  color: var(--white);
  text-align: right;
  letter-spacing: .15em;
  font-size: 16px;
  line-height: 24px;
}

.anfahrt {
  opacity: 1;
  position: relative;
}

.code-embed-2 {
  height: 50vh;
}

.text-block-2.schlaeger {
  color: var(--white-4);
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

.wide-img {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}

.heading-5 {
  color: var(--white-4);
  font-size: 36px;
  line-height: 44px;
}

.div-block-4 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-4 {
  opacity: 1;
  text-align: left;
  width: 100%;
  margin-right: 0;
  display: block;
}

.heading-6 {
  z-index: 6;
  color: var(--black);
  letter-spacing: .5px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  position: static;
  top: 20px;
}

.restaurant-h2 {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 48px;
}

.image-bella-vita1 {
  cursor: pointer;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.image-bella-vita1:hover {
  filter: brightness(50%) blur(2px);
}

.image-bellavita2 {
  filter: saturate(110%) drop-shadow(0 2px 5px #000000b3) brightness(76%);
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.image-bellavita2:hover {
  filter: blur(2px) saturate(110%) drop-shadow(0 2px 5px #000000b3) brightness(40%);
}

.link-3 {
  z-index: 2;
  color: var(--white);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 72px;
  position: absolute;
  inset: 3% auto auto 5%;
}

.contact-div {
  margin: 40px 0;
}

.div-block-6 {
  margin: 40px;
}

.footer-links {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.footer-links:hover {
  color: var(--burnt-orange);
  font-weight: 400;
}

.dropdown-text {
  letter-spacing: .5px;
  margin: auto;
  font-size: 20px;
}

.dropdown-list-2 {
  background-color: var(--white);
  margin-top: 0;
  padding: 10px;
  font-size: 16px;
  display: block;
  position: static;
}

.down-arrow {
  margin: auto 20px auto auto;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10px 4px 4px;
  line-height: 1.2em;
  display: grid;
}

.div-block-7.single-booking {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  grid-template-rows: auto auto auto auto auto;
}

.dropdown-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8em;
  line-height: 1em;
  display: grid;
}

.dropdown-title.single-bookings {
  grid-template-columns: 1.25fr 1fr 1fr;
}

.dropdown-subtitle {
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 10px;
}

.dropdown-link-4 {
  font-size: 16px;
  transition: all .3s;
}

.dropdown-link-4:hover {
  color: var(--burnt-orange);
  font-size: 16px;
  text-decoration: underline;
}

.text-block-7 {
  font-size: .74em;
}

.text-block-11 {
  line-height: 1.2em;
}

.text-block-14 {
  font-size: .74em;
}

.link-4.schlaeger {
  color: var(--burnt-orange);
}

.container {
  max-width: 90vw;
  display: flex;
}

.container.testschl-ger {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: start stretch;
  max-width: 90vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: static;
}

.container.service {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90vw;
  margin: 0;
}

.restaurant-link {
  z-index: 1;
  width: 42vw;
  position: absolute;
  inset: 50% auto -12% 0%;
}

.footer-logo {
  width: 15vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.text-block-15 {
  font-size: .8em;
  line-height: 1em;
}

.text-block-16 {
  font-size: .8em;
}

.text-block-17 {
  font-size: 16px;
}

.container-2 {
  width: auto;
  max-width: none;
  height: 100vh;
  position: relative;
  bottom: auto;
}

.text-block-18 {
  font-size: 16px;
}

.textblock-card {
  padding: 0;
  font-size: 16px;
  line-height: 16px;
}

.textblock-card.cap {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 24px;
}

.textblock-card.subtitle-card {
  color: var(--grey);
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--grey);
  line-height: 24px;
}

.dropdown-link {
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  position: static;
}

.dropdown-link:hover {
  color: var(--burnt-orange);
  text-decoration: underline;
}

.text-block-19, .textblock-title {
  font-size: 16px;
  line-height: 18px;
}

.section-preise {
  background-image: url('../images/ellipse-overlap-gray.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  max-height: none;
  overflow: hidden;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90vw;
  display: block;
  position: relative;
  overflow: visible;
}

.h3 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: static;
  inset: 0%;
}

.section-restaurant {
  background-image: url('../images/ellipse-overlap-gray.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 15%;
}

.halleninfo-banner {
  background-image: url('../images/tecnifibre-darkcourt-filter-midsize.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
  position: static;
}

.heading-8 {
  color: var(--white);
  text-align: left;
  margin: auto;
  font-size: 76px;
  position: absolute;
  inset: auto auto 15% 0%;
}

.container-4 {
  text-align: center;
  align-items: center;
  width: 90vw;
  max-width: none;
  height: 100%;
  margin: auto;
  display: block;
  position: relative;
  inset: 0;
}

.slide-6 {
  width: auto;
}

.div-block-10 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-9 {
  font-size: 48px;
}

.paragraph {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.bold {
  margin-top: 20px;
  margin-bottom: 60px;
  font-weight: 400;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.heading-11 {
  font-size: 24px;
  line-height: 28px;
}

.link-5 {
  font-weight: 400;
  text-decoration: underline;
}

.image-6 {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin: 0 0 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: clip;
}

.team-paragraph {
  color: var(--white);
  letter-spacing: .5px;
  -webkit-text-stroke-color: var(--white-4);
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.section-partner {
  background-image: linear-gradient(to bottom, #25140c78, #25140c78), url('../images/ellipse-white.png'), linear-gradient(to bottom, var(--black), var(--black));
  mix-blend-mode: normal;
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  height: auto;
}

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

.restaurant-heading {
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  position: static;
  inset: 0% auto auto 5px;
}

.restaurant-h3 {
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 24px;
  display: none;
}

.bold-text {
  font-weight: 300;
  display: block;
}

.bold-text-2 {
  text-align: left;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 56px;
}

.container-5 {
  max-width: 90vw;
  height: auto;
}

.heading-13 {
  font-size: 48px;
  line-height: 64px;
}

.h2-partner {
  color: var(--white);
  letter-spacing: 1px;
  margin: 50px 0;
  font-size: 48px;
  line-height: 48px;
}

.link-block {
  background-color: #00000040;
  border: 1px solid #000;
  flex-flow: column;
  align-items: center;
  width: 40vw;
  padding: 0 0 20px;
  display: flex;
}

.link-block.partner-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000001a;
  border-color: #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 45%;
  height: auto;
}

.heading-14 {
  background-color: var(--transparent);
  color: var(--black);
  text-align: center;
  margin: 20px 0;
  padding: 0 15px;
  font-size: 24px;
}

.text-block-20 {
  background-color: var(--white-4);
}

.image-7 {
  border-radius: 5px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  position: static;
}

.photo-partner-card {
  height: 250px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.textblock-partner-card {
  color: var(--white);
  text-align: center;
  margin: 40px 0;
  font-size: 16px;
  line-height: 24px;
}

.image-8 {
  filter: drop-shadow(0 2px 5px #000000b3);
  width: 50%;
  margin: auto;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.image-8.tecnifibre-logo {
  width: 70%;
  margin-top: auto;
  padding: 0;
}

.div-block-12 {
  background-color: var(--white);
  flex: none;
  width: 100%;
}

.div-block-13 {
  margin-left: 15px;
  margin-right: 15px;
}

.container-6 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 90vw;
  margin: 0 auto 60px;
  display: flex;
}

.h3-abo {
  color: var(--black);
  letter-spacing: .5px;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}

.h3-abo.white {
  color: var(--white);
}

.container-7 {
  max-width: 90vw;
  margin-top: 60px;
}

.slide-nav {
  object-fit: fill;
}

.image-9 {
  width: 100%;
  max-width: none;
}

.image-10 {
  width: 100%;
  max-width: 100%;
}

.image-11 {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
}

.text-span-4, .text-span-5 {
  text-decoration: underline;
}

.heading-15 {
  color: var(--white);
  text-align: center;
  letter-spacing: 8px;
  text-indent: 0;
  text-transform: uppercase;
  margin-bottom: 100px;
  font-size: 48px;
}

.bold-text-3 {
  color: var(--white);
  text-align: left;
  font-size: 48px;
  font-weight: 400;
}

.background-photo {
  background-image: url('../images/halle-backgroundwalluf-ueberarbeitet-smalllensblur.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 105vh;
  display: block;
  position: absolute;
}

.back-background {
  background-image: url('../images/halle-backgroundwalluf-ueberarbeitet-smalllensblur.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: block;
}

.img-small {
  text-align: left;
  cursor: pointer;
  width: 100%;
  max-width: none;
  transition: all .3s;
  display: block;
  position: static;
}

.img-small:hover {
  filter: brightness(43%);
}

.div-left {
  flex: 1;
  align-self: flex-start;
  margin-right: 0;
  display: block;
  position: relative;
  left: auto;
}

.div-right {
  flex: 1;
  margin-left: 0;
  position: relative;
}

.text, .text-partner-card {
  height: 180px;
}

.div-block-16 {
  background-color: var(--black70);
  background-image: linear-gradient(#141c2c54, #141c2c54);
  height: 17%;
  margin: 0;
  position: absolute;
  inset: auto auto 0;
}

.bold-text-4 {
  text-align: left;
}

.bold-text-5 {
  letter-spacing: 6px;
}

.bold-text-6 {
  color: var(--white);
  letter-spacing: 8px;
  font-size: 72px;
}

.paragraph-wrapper {
  width: 49%;
  position: absolute;
  top: 0;
  left: 5px;
}

.list-3 {
  list-style-type: none;
  position: absolute;
  inset: 0%;
}

.text-span-6 {
  text-decoration: underline;
}

.text-block-22 {
  color: var(--white);
  position: absolute;
  inset: 3% auto auto 3%;
}

.bold-text-7 {
  width: 100%;
}

.text-span-7, .text-span-8 {
  text-decoration: underline;
}

.bold-text-8 {
  font-size: 16px;
}

.paragraph-2 {
  color: var(--white);
  font-size: 48px;
  line-height: 28px;
  position: absolute;
  top: 6%;
  left: 5%;
}

.bold-text-9 {
  letter-spacing: .5px;
}

.fa-fa-external-link {
  color: var(--burnt-orange);
  width: 500px;
  height: 500px;
  font-family: "Fa 400", sans-serif;
  font-weight: 400;
}

.text-span-9 {
  font-family: "Fa V 4 Compatibility", sans-serif;
}

.text-span-10 {
  font-family: "Fa V 4 Compatibility", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 36px;
}

.grid-service {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-span-11 {
  font-family: "Fa V 4 Compatibility", sans-serif;
}

.text-span-12 {
  vertical-align: text-top;
  font-family: "Fa V 4 Compatibility", sans-serif;
  font-size: 28px;
  line-height: 56px;
}

.paragraph-3 {
  font-size: 16px;
  line-height: 24px;
}

.text-span-13 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-restaurant {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-14 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-5 {
  font-size: 16px;
  line-height: 24px;
}

.text-span-15 {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-9 {
  letter-spacing: .5px;
}

.paragraph-10 {
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-11 {
  font-size: 16px;
  line-height: 24px;
}

.h4 {
  color: var(--white);
  letter-spacing: .5px;
  font-size: 48px;
  line-height: 24px;
  position: absolute;
  top: 5%;
  left: 5%;
}

.slider, .slider-2 {
  background-color: var(--transparent);
  height: 100%;
}

.text-span-16 {
  text-decoration: underline;
}

.list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.list-item-2, .list-5, .list-item-4, .list-6 {
  list-style-type: decimal;
}

.privacy-2columns {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding: 0 0 0 20px;
}

.privacy-2columns.kontakt {
  padding-left: 0;
}

.h3-agb {
  font-size: 24px;
}

.agb-paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.list-text-block {
  font-size: 16px;
  line-height: 24px;
}

.heading-16 {
  margin-bottom: 40px;
}

.h1-imprint {
  font-size: 72px;
  position: absolute;
  inset: auto auto 5% 5%;
}

.impressum-list {
  padding: 0;
}

.text-span-17, .text-span-18 {
  text-decoration: underline;
}

.faq-image {
  width: 100%;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-span-20 {
  text-decoration: underline;
}

.faq-banner {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/background-faq-desktop.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 550px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.imprint-banner {
  background-image: url('../images/serve-medvedev-bluecourt-serve.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 550px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.h1-subpage {
  font-size: 48px;
}

.text-span-21, .text-span-22 {
  font-size: 12px;
}

.text-span-23 {
  text-decoration: underline;
}

.section-about2 {
  margin-top: 50px;
}

.section-service {
  background-color: var(--black);
  background-image: linear-gradient(#0006, #0006), url('../images/ellipse-overlap-gray.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 50px;
  padding-bottom: 100px;
}

.privacy-banner {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/technifibre-tennisrack2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 550px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.datenschutz {
  position: relative;
}

.h1-privacy {
  color: var(--white);
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.h3-privacy {
  font-size: 24px;
  line-height: 36px;
}

.privacy-1column {
  padding-left: 0;
}

.h4-privacy {
  font-size: 18px;
  line-height: 24px;
}

.abschluss-paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-17 {
  padding-left: 20px;
  line-height: 48px;
  position: absolute;
  inset: 0% 0% auto;
}

.img-kaufberatung {
  filter: brightness(105%);
  cursor: pointer;
  height: auto;
  transition: all .3s;
}

.img-kaufberatung:hover {
  filter: brightness(50%);
}

.text-span-24, .text-span-25, .text-span-26 {
  text-decoration: underline;
}

.div-block-19, .div-block-20 {
  position: relative;
}

.container-8 {
  width: 90vw;
  max-width: none;
}

.link-block-2.grid-link {
  height: auto;
}

.fs-cc-banner2_component {
  z-index: 2147483647;
  background-color: var(--black);
  color: #fff;
  border-radius: 5px;
  width: 28.125rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  border-radius: 0;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-manager2_component {
  z-index: 99999999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-banner2_text {
  font-size: 14px;
}

.fs-cc-manager2_button {
  color: #0540f2;
  cursor: pointer;
  background-color: #fff0;
  flex-direction: column;
  width: 3rem;
  padding: .5rem 1rem .5rem 0;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 0;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_component {
  z-index: 9999999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner2_button {
  background-color: var(--blau);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s, color .3s;
}

.fs-cc-banner2_button:hover {
  background-color: var(--blau);
  background-image: linear-gradient(#0003, #0003);
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #37373700;
  border: 1px #ffffff1f;
  font-size: 16px;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-bottom: .75rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cookie-banner {
  display: block;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_submit {
  background-color: var(--blau);
  text-align: center;
  border-radius: 5px;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.div-block-21 {
  background-image: url('../images/background-faq-desktop.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.info-img {
  padding-left: 60px;
  padding-right: 60px;
}

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

.text-span-32 {
  color: var(--burnt-orange);
  font-size: 16px;
  font-weight: 300;
}

.text-span-33, .text-span-34, .text-span-35 {
  color: var(--burnt-orange);
  font-size: 16px;
}

.text-span-36 {
  color: var(--burnt-orange);
  line-height: 24px;
  text-decoration: underline;
}

.text-span-38 {
  text-decoration: underline;
}

.text-span-39, .text-span-40 {
  font-weight: 400;
  text-decoration: underline;
}

.text-span-41 {
  text-decoration: underline;
}

.bold-text-11 {
  color: var(--white);
}

.to-top {
  z-index: 99;
  opacity: 1;
  filter: invert();
  color: var(--black);
  cursor: pointer;
  mix-blend-mode: normal;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 5px;
  padding: 10px 12px;
  font-family: "Font Awesome Solid 900", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  display: block;
  position: fixed;
  inset: auto 1% 1% auto;
}

.text-block-23, .link-9 {
  color: var(--white);
}

.bold-text-12, .bold-text-13, .bold-text-14 {
  font-weight: 400;
}

.text-span-43 {
  color: var(--burnt-orange);
  text-decoration: line-through;
}

.text-span-44, .text-span-45, .text-span-46 {
  color: var(--black);
  text-decoration: none;
}

.summer-deal-div {
  width: 37%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 8%;
  left: 0;
  right: 0%;
}

.image-12 {
  z-index: 120;
  width: 150px;
  position: absolute;
  inset: -110px -80px auto auto;
}

.div-block-22 {
  width: 100%;
  height: 500px;
  position: relative;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 10px;
  padding: 0 0 0 10px;
}

.opening-times {
  font-size: 16px;
}

.opening-times.normal {
  font-weight: 400;
}

.cta {
  background-color: var(--white-3);
  color: #111;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 60px;
  display: block;
  overflow: hidden;
}

.cta-content-wrapper {
  color: #111;
  cursor: pointer;
}

.cta-marquee-wrapper {
  grid-column-gap: 24px;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cta-marquee-inner-block {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-arrow-icon {
  color: var(--black);
  width: 56px;
  height: 56px;
  line-height: .6em;
}

.display-text-02 {
  color: var(--black);
  letter-spacing: 3.5px;
  font-size: 30px;
  line-height: 1.2em;
}

.social-icons-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--white-3);
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.social-icon {
  color: var(--white-3);
  height: 35px;
}

.heading-18 {
  color: var(--white-3);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.follow {
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 120px;
  }

  h2 {
    font-size: 70px;
  }

  .section-briefabout {
    padding-top: 50px;
    padding-bottom: 130px;
  }

  .section-briefabout.blog-grid-banner {
    min-height: 600px;
  }

  .section-briefabout.contacts-banner {
    padding-top: 150px;
  }

  .section-briefabout.banner-testimonials {
    min-height: 650px;
  }

  .section-briefabout.about-us {
    min-height: 770px;
  }

  .section-briefabout.background-mt {
    padding-top: 437px;
  }

  .section-briefabout.faq-banner, .section-briefabout.pricing, .section-briefabout.customers, .section-briefabout.dark-style {
    min-height: 600px;
  }

  .section-briefabout.halleninfo {
    padding-top: 0;
  }

  .base-container.halleninfos {
    padding-top: 20px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .primary-button.mobile-mainbutton {
    display: none;
  }

  .primary-button.training-button {
    align-self: auto;
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 24px;
    line-height: 36px;
  }

  .nav-container {
    justify-content: space-between;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    letter-spacing: 1px;
  }

  .utility-page-content {
    width: 450px;
  }

  .coming-soon-heading {
    font-size: 70px;
  }

  .nav-menu-wrapper {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .blog-template-pagination {
    margin-bottom: 130px;
  }

  .footer {
    padding-top: 130px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .paragraph-large {
    font-size: 70px;
  }

  .accordion-toggle {
    justify-content: center;
    align-items: center;
    padding: 0 60px;
  }

  .halleninfo-div.wrap {
    grid-column-gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .info-left {
    width: 46%;
  }

  .slide-right.width {
    object-fit: fill;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
    height: auto;
    margin-top: 10px;
  }

  .footer-wrapper {
    margin-bottom: 130px;
  }

  .white-text.maxw {
    width: 100%;
    padding-left: 0;
    font-size: 48px;
  }

  .white-text.sub-title-team {
    font-size: 18px;
    font-weight: 400;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .testominials-cards-banner {
    padding-bottom: 130px;
  }

  .project-template-content {
    width: 35%;
  }

  .project-template-content-wrapper {
    grid-column-gap: 100px;
  }

  .blog-sidebar-left-wrapper {
    width: 70%;
  }

  .home-banner-section.banner-fullvh {
    background-position: 50%;
    justify-content: center;
    align-items: center;
  }

  .navbar-fixed {
    background-color: #000;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-wrap {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .center-title {
    padding-right: 140px;
  }

  .tablet-menu {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .bottom-content-block.homepage {
    margin-top: auto;
  }

  .bottom-content-block.training-button {
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-banner.hidden {
    justify-content: flex-start;
    align-items: center;
  }

  .silver-text.size-text.subtitle-card {
    font-size: 18px;
    line-height: 36px;
  }

  .silver-text.sub-title-team {
    color: var(--white-4);
    font-size: 16px;
  }

  .subtitle-text {
    margin-bottom: 40px;
  }

  .subtitle-text.margin {
    margin-bottom: 250px;
  }

  .subtitle-text.mt {
    margin-bottom: 20px;
  }

  .heading-block-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-block-content.info {
    width: 90vw;
  }

  .images-wrapper {
    grid-column-gap: 100px;
    justify-content: space-between;
  }

  .images-wrapper.columns {
    grid-column-gap: 100px;
  }

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

  .image-fill {
    width: 120px;
    height: auto;
  }

  .block-image-absolute {
    width: 100%;
    top: 59%;
  }

  .block-image-absolute.home-2 {
    top: 83%;
  }

  .heading-content.direction {
    height: 100%;
    margin: auto;
    overflow: visible;
  }

  .card-content-wrapper {
    margin-bottom: 0;
  }

  .video-content {
    margin-top: -400px;
  }

  .image-wrapper-testimonials {
    margin-right: 140px;
  }

  .quote {
    font-size: 70px;
  }

  .card-footer {
    justify-items: stretch;
  }

  .card-plan {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 2vh 20px;
  }

  .card-plan.single-booking-card.transparent {
    width: 33%;
    top: 9%;
  }

  .card-plan.white {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 2vh 20px;
  }

  .bottom-block-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .price-card {
    font-size: 28px;
    line-height: 28px;
  }

  .right-block-footer {
    width: auto;
  }

  .text-play-footer {
    font-size: 120px;
  }

  .heading-home-2 {
    font-size: 70px;
  }

  .top-content-block {
    margin-bottom: 130px;
  }

  .bgr-ellipse {
    margin-top: 210px;
  }

  .top-block-wrapper.cet-in-touch {
    grid-column-gap: 100px;
  }

  .large-text {
    font-size: 150px;
  }

  .circle-background {
    top: 18%;
  }

  .bottom-block-wrapper {
    margin-top: 130px;
  }

  .heading-blog, .heading-cu {
    font-size: 70px;
  }

  .banner-wrapper {
    grid-column-gap: 80px;
  }

  .heading-players {
    font-size: 70px;
  }

  .programs-wrapper {
    grid-column-gap: 100px;
  }

  .shop-details-title {
    font-size: 72px;
  }

  .lightbox-link-shop {
    min-width: 550px;
  }

  .heading-maxw {
    max-width: 950px;
  }

  .heading-6 {
    top: 1%;
  }

  .image-bellavita2 {
    transition-property: all;
  }

  .link-3 {
    bottom: auto;
    left: 5%;
  }

  .dropdown-text {
    font-size: 24px;
    line-height: 24px;
  }

  .dropdown-title {
    padding-left: 0;
  }

  .container.service {
    margin-top: 60px;
  }

  .restaurant-link {
    top: 53%;
  }

  .textblock-card.cap {
    margin-top: 10px;
  }

  .section-preise {
    overflow: visible;
  }

  .halleninfo-banner {
    background-image: url('../images/tecnifibre-darkcourt-filter_1.jpg');
    background-position: 50%;
  }

  .heading-9 {
    width: 100%;
    margin-top: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph {
    margin-top: 0;
  }

  .paragraph.bold {
    margin-top: 30px;
  }

  .link-6 {
    text-decoration: underline;
  }

  .team-paragraph {
    line-height: 36px;
  }

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

  .restaurant-h3 {
    color: var(--grey);
    font-weight: 400;
  }

  .bold-text-2 {
    line-height: 56px;
  }

  .container-7 {
    max-width: 90vw;
  }

  .link-7, .bold-text-10 {
    line-height: 36px;
  }

  .faq-image {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-19 {
    text-decoration: underline;
  }

  .faq-banner {
    background-image: linear-gradient(#0000, #0000), url('../images/background-faq-desktop.jpg');
    background-position: 0 0, 25%;
    min-height: 80vh;
  }

  .container-9 {
    max-width: 90vw;
  }

  .container-10 {
    max-width: 75vw;
  }

  .link-8 {
    color: var(--white);
    font-size: 16px;
    line-height: 18px;
  }

  .text-span-27, .text-span-28 {
    font-size: 12px;
    font-style: italic;
  }

  .summer-deal-div {
    width: 33%;
  }

  .image-12 {
    z-index: 101;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .base-container.restaurant-section {
    max-width: 75vw;
  }

  .primary-button.mobile-mainbutton {
    display: none;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-item-title {
    color: var(--white-3);
    -webkit-text-stroke-color: var(--white-3);
    border: 1px #000;
    font-size: 1.5em;
    font-weight: 500;
  }

  .nav-item-title.hover-nav-item:hover {
    opacity: 1;
    color: var(--white-3);
    border-style: solid;
    border-width: 1px 1px 5px;
    border-bottom-color: #ff2727;
    border-radius: 0;
  }

  .accordion-toggle:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .slide-right.width {
    justify-content: space-between;
    height: auto;
    padding-top: 0;
  }

  .white-text.h1-style.main-title {
    margin-top: 0;
    font-family: Satoshi, sans-serif;
    font-size: 4em;
    font-weight: 400;
  }

  .white-text.sub-title-team {
    font-size: 24px;
    line-height: 36px;
  }

  .home-banner-section {
    height: 100vh;
  }

  .home-banner-section.banner-fullvh {
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

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

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .menu-wrap {
    flex: 1;
  }

  .background-video {
    width: 100vw;
    height: auto;
    overflow: clip;
  }

  .background-video.mobile-bg {
    height: 100vh;
  }

  .home-banner-content {
    justify-content: flex-end;
    align-items: center;
  }

  .bottom-content-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10vh;
    display: flex;
  }

  .silver-text.sub-title-team {
    color: var(--lightgrey);
    font-size: 18px;
    line-height: 36px;
  }

  .image-left.restaurant {
    width: 37vw;
    display: block;
  }

  .block-image-absolute {
    width: 100%;
    top: 58%;
  }

  .heading-content.direction {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .card-plan.single-booking-card.transparent {
    top: 5%;
  }

  .heading.h2-style {
    margin-bottom: 50vh;
    font-size: 1.5em;
  }

  .div-block-3 {
    cursor: pointer;
  }

  .restaurant-link {
    width: 40vw;
    top: 55%;
    bottom: -17%;
  }

  .h3 {
    font-size: 19px;
    line-height: 28px;
  }

  .section-restaurant {
    padding-bottom: 17%;
  }

  .halleninfo-banner {
    background-position: 50%;
    background-attachment: fixed;
  }

  .team-paragraph {
    font-size: 19px;
  }

  .link-block.partner-card {
    width: 42vw;
    height: auto;
  }

  .photo-partner-card {
    height: 350px;
    margin-bottom: 20px;
  }

  .textblock-partner-card {
    font-size: 19px;
  }

  .container-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .mask-2 {
    height: auto;
    overflow: hidden;
  }

  .text-partner-card {
    height: 160px;
  }

  .bold-text-8 {
    font-size: 19px;
    line-height: 24px;
  }

  .grid-service {
    width: 75vw;
  }

  .paragraph-restaurant {
    font-size: 19px;
  }

  .link-7 {
    line-height: 36px;
    display: inline;
  }

  .bold-text-10 {
    line-height: 36px;
  }

  .slide-nav-2 {
    font-size: 1.2em;
    line-height: 2em;
    bottom: 10px;
  }

  .slide-7 {
    height: auto;
  }

  .slider {
    background-color: var(--transparent);
    height: auto;
  }

  .slider-2, .slide-8 {
    height: auto;
  }

  .h1-subpage {
    font-size: 56px;
  }

  .summer-deal-div {
    top: 5%;
  }

  .opening-times, .opening-times.normal {
    font-size: 19px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.3em;
  }

  a {
    font-size: 16px;
    line-height: 18px;
  }

  .section-briefabout {
    height: auto;
    margin-top: 100px;
    padding-top: 0;
    display: block;
  }

  .section-briefabout.contacts-banner {
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-briefabout.without-top-spacing {
    display: none;
  }

  .section-briefabout.black-background.second-section {
    height: auto;
    margin-top: 0;
    padding-top: 8vh;
    padding-bottom: 4vh;
    overflow: visible;
  }

  .section-briefabout.background-margin {
    margin-top: 0;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-briefabout.faq-banner {
    height: 80vh;
    margin-top: 0;
  }

  .section-briefabout.last-section-none {
    display: none;
  }

  .section-briefabout.bookings {
    border-style: none;
  }

  .section-briefabout.halleninfo {
    margin-top: 0;
  }

  .base-container {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 75vw;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .base-container.mobile-basecontainer {
    display: flex;
  }

  .base-container.restaurant-section {
    max-width: 75vw;
    font-size: 1em;
  }

  .base-container.single-bookings {
    max-width: 100vw;
  }

  .base-container.halleninfos {
    display: block;
  }

  .primary-button {
    text-align: center;
    mix-blend-mode: normal;
    object-fit: fill;
    background-color: #fff;
    border-style: none;
    border-width: 0;
    border-radius: 5px;
    padding: 20px 60px;
    font-family: Satoshi, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    transition: color .3s, background-color .3s;
    box-shadow: 0 2px 5px #000000b8;
  }

  .primary-button:hover {
    border: 1px none var(--white-3);
    background-color: var(--black);
    color: var(--white-4);
    mix-blend-mode: normal;
    border-radius: 5px;
  }

  .primary-button.mt-50 {
    justify-content: center;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .primary-button.mt-50.invert.button2 {
    border-color: var(--white-3);
    color: var(--white-3);
    -webkit-text-stroke-width: 0px;
    background-color: #fff0;
    font-size: 1.3em;
  }

  .primary-button.invert {
    mix-blend-mode: normal;
    border-style: none;
    border-radius: 5px;
    flex: 0 auto;
    padding: 20px 60px;
    font-family: Satoshi, sans-serif;
    font-size: 1em;
    transition: color .3s, background-color .3s;
    display: block;
    box-shadow: 0 2px 5px #000000b8;
  }

  .primary-button.invert.preis-button {
    font-size: 1.5em;
  }

  .primary-button.accordion {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s, color .3s, background-color .3s;
  }

  .primary-button.accordion:hover {
    color: var(--white-4);
    box-shadow: 0 1px 3px #000000b8;
  }

  .primary-button.accordion.single-booking-card {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8em;
    box-shadow: 0 2px 5px #0003, 0 2px 5px #000000b8;
  }

  .primary-button.mobile-mainbutton {
    display: none;
  }

  .primary-button.landscape-h2 {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 60px;
    font-size: 1em;
  }

  .primary-button.blue-hover {
    border-color: var(--white-4);
    letter-spacing: .2px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 60px;
    font-size: 1.2em;
    box-shadow: 0 2px 5px #8b8b8bb8;
  }

  .primary-button.blue-hover:hover {
    background-color: var(--blue\<deleted\|variable-6b683a4d-8888-d570-ce36-f96ffc738d89\>);
    box-shadow: 0 0 #8b8b8bb8;
  }

  .primary-button.training-button {
    background-color: var(--blau);
    color: var(--white-4);
    width: 100%;
    max-width: 90vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 120px;
    padding-right: 120px;
    font-size: 24px;
    line-height: 36px;
    display: block;
  }

  .primary-button.accordion-item {
    background-color: var(--white-4);
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
  }

  .primary-button.accordion-item:hover {
    background-color: var(--black);
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    max-width: 100vw;
    height: 60px;
    margin-left: 0;
    display: flex;
  }

  .nav-menu {
    color: var(--white-4);
    text-align: right;
    background-color: #000;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin: auto;
    padding-left: 20vw;
    padding-right: 20vw;
    font-size: 24px;
    display: flex;
  }

  .menu-button {
    color: var(--white-4);
  }

  .nav-link {
    font-size: 1.5em;
  }

  .nav-link.last.nav-item-title {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.nav-item-title {
    color: #fff;
    justify-content: center;
    font-size: 1.2em;
    line-height: 1em;
  }

  .nav-link.nav-item-title:hover {
    color: #fff;
    border-bottom-color: #ff2e1f;
  }

  .nav-dropdown {
    color: var(--white);
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .nav-dropdown:hover {
    border-bottom: 5px #ff2e1f;
  }

  .nav-dropdown-toggle {
    justify-content: center;
    line-height: 1.5em;
    display: flex;
    overflow: visible;
  }

  .nav-dropdown-list {
    opacity: 1;
    width: auto;
    font-family: Satoshi, sans-serif;
    transition: opacity .2s;
    display: none;
    position: absolute;
    overflow: hidden;
  }

  .nav-dropdown-list:hover {
    opacity: 1;
    height: auto;
  }

  .nav-dropdown-list.w--open {
    box-sizing: border-box;
    aspect-ratio: auto;
    background-color: var(--black);
    object-fit: fill;
    width: auto;
    min-width: auto;
    position: absolute;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .nav-dropdown-link-wrapper {
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }

  .nav-dropdown-link {
    object-fit: none;
    flex-flow: column;
    margin-left: 0;
    padding: 10px 25px;
    font-size: 1.1em;
    transition: all .3s;
    display: block;
    position: static;
    overflow: hidden;
  }

  .nav-dropdown-link.w--current {
    font-size: 1.5px;
  }

  .nav-dropdown-link.mobile-nav {
    color: var(--white);
  }

  .nav-dropdown-link.mobile-nav:hover {
    opacity: 1;
    color: var(--burnt-orange);
  }

  .nav-item-title {
    height: 2em;
    font-family: Satoshi, sans-serif;
    font-size: 1em;
    font-weight: 300;
    transition: font-size .45s, border .3s, opacity .3s;
    display: flex;
    position: static;
    overflow: hidden;
    transform: none;
  }

  .nav-item-title:hover {
    border-style: none none solid;
    border-width: 1px 1px 3.5px;
    border-color: black black var(--burnt-orange);
    opacity: 1;
    outline-offset: 0px;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--black);
    text-transform: none;
    mix-blend-mode: normal;
    border-radius: 0;
    outline: 3px #fff;
    font-weight: 400;
    overflow: hidden;
    transform: none;
  }

  .nav-item-title.hover-nav-item {
    box-sizing: border-box;
    text-indent: 0;
    border-style: none;
    border-width: 0;
    text-decoration: none;
    transition: font-size .35s cubic-bezier(.455, .03, .515, .955), font-variation-settings .325s cubic-bezier(.455, .03, .515, .955), color .325s cubic-bezier(.455, .03, .515, .955);
  }

  .nav-item-title.hover-nav-item:hover {
    opacity: 1;
    outline-offset: 0px;
    color: var(--white-3);
    border: 1px #000;
    border-bottom: 4px #fc3535;
    outline: 3px #fff;
    font-weight: 500;
  }

  .nav-item-title.mobile-nav {
    color: var(--white);
    height: 2em;
    font-size: 20px;
    line-height: 28px;
  }

  .nav-item-title.mobile-nav {
    color: var(--white);
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    line-height: 1.5em;
  }

  .nav-item-title.mobile-nav:hover {
    font-weight: 300;
  }

  .nav-menu-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    width: 100vw;
    margin: auto;
    display: flex;
    position: static;
    overflow: visible;
  }

  .footer {
    background-color: var(--black);
    width: 100vw;
    padding-top: 50px;
    display: block;
  }

  .footer-bottom-wrapper {
    display: block;
  }

  .footer-copyright {
    color: var(--white);
    -webkit-text-stroke-color: var(--lightgrey);
    line-height: 1.8em;
  }

  .footer-copyright-link {
    color: var(--lightgrey);
  }

  .accordion-toggle {
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 60px;
    font-size: 24px;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    display: flex;
    position: static;
  }

  .accordion-toggle:hover {
    color: var(--white);
    background-color: #000;
  }

  .accordion-toggle:active {
    color: var(--white);
  }

  .accordion-toggle:focus {
    color: var(--white);
    background-color: #000;
  }

  .accordion-toggle.single-booking {
    font-size: .8em;
  }

  .accordion-item {
    background-color: var(--white);
    border-style: none;
    border-radius: 5px;
    width: 100%;
    padding: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
    overflow: hidden;
    box-shadow: 0 2px 5px #000000b8;
  }

  .accordion-item.single-booking-card {
    display: block;
  }

  .halleninfo-div.wrap {
    flex-flow: row;
    justify-content: space-between;
    height: auto;
    padding-bottom: 0;
  }

  .slide-right.width {
    width: 50%;
    height: auto;
    position: static;
    overflow: visible;
  }

  .footer-wrapper {
    width: 100%;
    margin-top: 60px;
  }

  .white-text {
    color: var(--white);
    font-size: 76px;
    line-height: 76px;
  }

  .white-text.maxw {
    color: var(--white);
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: 900px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 72px;
    line-height: 60px;
    display: block;
    position: relative;
    inset: auto;
  }

  .white-text.h1-style {
    flex: 0 auto;
    margin-top: 25vh;
    margin-bottom: 125px;
  }

  .white-text.h1-style.main-title {
    color: var(--white-3);
    margin-top: 3vh;
    margin-bottom: 2vh;
    font-family: Lato, sans-serif;
    font-size: 6em;
    font-weight: 700;
  }

  .white-text.sub-title-team {
    font-size: 28px;
    line-height: 48px;
  }

  .nav-dropdown-column {
    color: var(--white);
    min-height: auto;
  }

  .home-banner-section {
    height: 100vh;
  }

  .navbar-fixed {
    background-color: var(--black);
    object-fit: cover;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    overflow: visible;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .menu-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tablet-menu {
    justify-content: center;
    font-size: 24px;
    display: flex;
  }

  .brand {
    z-index: 10;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .brand.w--current {
    z-index: 100;
    margin: 0 auto auto 0;
    display: block;
  }

  .background-video {
    width: 100vw;
    max-width: none;
    height: auto;
    max-height: 100%;
    margin-top: -1px;
  }

  .background-video.mobile-bg {
    transform: scale(1.02);
  }

  .home-banner-content {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 50vh;
    margin: auto;
    display: flex;
  }

  .bottom-content-block {
    text-transform: none;
    mix-blend-mode: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bottom-content-block.homepage {
    margin-top: 7vh;
  }

  .bottom-content-block.training-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    max-width: 100%;
    margin: 25px 0 0;
    padding-left: 0;
    position: static;
    inset: auto 0% 2%;
  }

  .button-banner {
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
  }

  .button-banner.hidden {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    font-family: Satoshi, sans-serif;
    font-size: 1em;
    display: flex;
    position: static;
    inset: auto auto 10%;
  }

  .button-banner.single-booking-button {
    margin-top: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .block-horizontal-full-width {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .left-block-content {
    flex: 0 auto;
    width: 100%;
  }

  .right-block-content {
    width: 50%;
  }

  .text-wrapper {
    border-bottom-style: none;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-wrapper.bottom-line-grey {
    border-bottom: 1px solid #fff;
    margin-bottom: 4vh;
    padding-bottom: 4vh;
  }

  .silver-text.maxw-380px {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    font-family: Satoshi, sans-serif;
    font-weight: 300;
    display: block;
  }

  .silver-text.size-text {
    color: var(--grey);
    -webkit-text-stroke-color: var(--bright-grey\<deleted\|variable-f8641f1a-f8f7-4e4b-cf2d-c89fc1913d2e\>);
    font-size: .9em;
    position: static;
    bottom: 20px;
    right: 60px;
    overflow: visible;
  }

  .silver-text.size-text.single-booking-card {
    color: var(--lightgrey);
    -webkit-text-stroke-color: var(--lightgrey);
    font-size: .8em;
  }

  .silver-text.size-text.subtitle-card {
    margin-right: 0;
    padding: 10px 2px 10px 0;
    font-size: 18px;
    line-height: 24px;
    position: static;
    top: 25px;
    bottom: auto;
  }

  .silver-text.size-text.subtitle-team {
    text-align: left;
    font-size: 1em;
    font-weight: 400;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .silver-text.sub-title-team {
    color: var(--lightgrey);
    text-align: left;
    padding-right: 0;
    font-size: 24px;
    line-height: 48px;
    position: static;
    inset: auto 0% 0% auto;
  }

  .subtitle-text {
    opacity: 1;
    color: var(--white-4);
    text-align: left;
    text-transform: none;
    margin-bottom: 40px;
    font-size: 1em;
    text-decoration: none;
  }

  .subtitle-text.none-margin {
    opacity: 1;
    color: var(--white);
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
  }

  .subtitle-text.margin {
    margin-bottom: 300px;
  }

  .images-wrapper {
    width: auto;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .images-wrapper.restaurant {
    margin-top: 0;
    overflow: visible;
  }

  .image-left {
    z-index: 5;
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
  }

  .image-left.restaurant {
    width: 37vw;
    margin-left: auto;
  }

  .bgr-video-img-left {
    display: none;
  }

  .image-cover {
    width: 100%;
    height: auto;
    margin: 0;
    transition-property: none;
    display: block;
    position: relative;
    overflow: visible;
  }

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

  .image-cover.team-img {
    height: 90vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .image-fill {
    z-index: 100;
    opacity: 1;
    filter: none;
    mix-blend-mode: normal;
    width: 8.5vh;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    inset: auto;
    overflow: hidden;
  }

  .image-fill.mobile-nav {
    height: 90px;
  }

  .image-fill.footer {
    background-color: var(--transparent);
    filter: none;
    width: 25vh;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-fill.navbar {
    color: var(--white-4);
    width: auto;
    margin-left: 5vw;
    position: fixed;
  }

  .description-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .description-text-left {
    max-width: none;
    margin-left: 10vw;
    display: flex;
  }

  .block-image-absolute {
    object-fit: contain;
    background-image: url('../images/Banner-Home-2.jpg');
    background-position: 29% 0;
    background-size: cover;
    width: auto;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
    right: auto;
  }

  .heading-content.direction {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    text-align: left;
    flex-flow: column;
    justify-content: space-around;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1em;
    position: relative;
  }

  .card-content-wrapper {
    width: auto;
    margin-bottom: 0;
    display: block;
    overflow: visible;
  }

  .image-content-wrapper {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Satoshi, sans-serif;
  }

  .image-card {
    width: auto;
    height: auto;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .testimonials-content, .testimonials-author-block {
    display: block;
  }

  .heading-none-margin {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 72px;
  }

  .card-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "."
    / minmax(200px, 1fr) 1fr 1fr;
    justify-content: stretch;
    justify-items: stretch;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .card-plan {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    background-color: var(--transparent);
    border-style: solid;
    padding: 2vh 20px;
    font-family: Satoshi, sans-serif;
  }

  .card-plan.single-booking-card {
    background-color: var(--white-3);
    width: 33%;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .card-plan.single-booking-card.transparent {
    z-index: 15;
    border-top-color: var(--white-4);
    border-right-color: var(--white-4);
    border-bottom-color: var(--white-4);
    border-left-color: var(--white-4);
    background-color: #ffffff0d;
    width: 26%;
    margin: auto;
    padding-top: 2vh;
    position: absolute;
    inset: 12% 0% auto;
  }

  .top-block-card {
    flex-flow: row;
    font-size: 28px;
    line-height: 28px;
  }

  .bottom-block-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    font-family: Satoshi, sans-serif;
    position: relative;
  }

  .price-text {
    color: var(--000330);
    font-family: Satoshi, sans-serif;
  }

  .price-text.single-booking-card {
    color: var(--white-4);
  }

  .text-normal {
    font-family: Satoshi, sans-serif;
    font-size: 28px;
    line-height: 48px;
  }

  .text-normal.single-booking-card {
    color: var(--white-4);
    font-size: 28px;
    line-height: 48px;
  }

  .right-block-footer {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
  }

  .block-with-border.bottom-block {
    flex: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-content {
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 76px;
    line-height: 76px;
  }

  .text-top-block {
    margin-top: 250px;
  }

  .heading.h2-style {
    margin-bottom: 30vh;
  }

  .heading.h2-style.mobile-h2 {
    color: var(--white);
    -webkit-text-stroke-color: var(--orange);
    text-transform: none;
    margin: 5vh auto auto;
    font-family: Satoshi, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .body {
    object-fit: none;
    overflow: visible;
  }

  .h1-style {
    color: var(--orange);
    margin-top: 5vh;
    font-size: 8em;
  }

  .heading-2 {
    text-align: left;
    font-size: 3.6em;
  }

  .heading-2.white-font {
    z-index: 5;
    color: var(--white);
    margin: 0 2% 4%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 54px;
    line-height: 62px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .heading-2.burger-animation {
    font-size: 3.6em;
  }

  .image-about1 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    position: static;
    overflow: hidden;
  }

  .image-about2 {
    width: 100vw;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: static;
    inset: 0% 0% auto auto;
    overflow: clip;
    transform: translate(0%);
  }

  .h2-preise {
    color: var(--white-3);
    margin-top: 60px;
    margin-bottom: 0;
  }

  .heading-3 {
    min-width: 20vw;
    margin-top: 5vh;
  }

  .image-2 {
    mix-blend-mode: normal;
    object-fit: contain;
    width: 50vw;
    max-width: 50vw;
    font-size: 1em;
  }

  .text-span-2 {
    opacity: 1;
    color: var(--white);
    letter-spacing: 2.5px;
    text-transform: none;
    text-shadow: 0 .5px 90px var(--000330);
    mix-blend-mode: normal;
    font-family: Satoshi, sans-serif;
    font-size: 1em;
    font-weight: 400;
  }

  .div-block-2 {
    z-index: 6;
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    inset: 65% 0% 0%;
  }

  .cell {
    text-align: right;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 0;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed {
    width: 40vw;
    height: 25vh;
    position: absolute;
    top: 10vh;
    right: 0;
  }

  .dropdown-list {
    margin-right: 100%;
    left: 0;
  }

  .dropdown-list.w--open {
    width: auto;
    margin-right: 0%;
    padding-right: 0%;
    top: auto;
    left: auto;
  }

  .dropdown-link {
    color: var(--white-4);
    font-family: Satoshi, sans-serif;
    position: absolute;
    top: 0;
  }

  .div-block-3 {
    letter-spacing: 0;
    width: 100%;
    margin-top: 0;
    position: absolute;
  }

  .text-block {
    color: var(--white-4);
    text-align: right;
    letter-spacing: .2em;
    border: 1px #000;
    width: auto;
    font-family: Satoshi, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    display: inline;
    position: static;
    inset: 0% 0% auto auto;
  }

  .text-span-3 {
    display: inline;
  }

  .anfahrt {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .code-embed-2 {
    height: 50vh;
  }

  .text-block-2 {
    opacity: 1;
    color: var(--white-4);
    text-align: left;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.5em;
  }

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

  .wide-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .heading-5 {
    color: var(--white-4);
    text-align: left;
    font-size: 48px;
  }

  .div-block-4 {
    width: 100%;
    margin-left: 0%;
    font-size: 1em;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .image-4 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
    line-height: 1em;
  }

  .heading-6 {
    color: var(--white);
    margin-left: 10px;
    font-size: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
  }

  .restaurant-h2 {
    font-size: 3.5em;
    line-height: 2.5em;
  }

  .image-bella-vita1 {
    text-align: left;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
  }

  .image-bella-vita1:hover {
    filter: blur(3px) brightness(50%);
  }

  .image-bellavita2 {
    display: block;
  }

  .image-bellavita2:hover {
    filter: blur(3px) saturate(110%) drop-shadow(0 2px 5px #000000b3) brightness(40%);
  }

  .link-3 {
    z-index: 6;
    color: var(--white);
    margin-right: 10px;
    font-size: 48px;
    font-weight: 400;
    line-height: 72px;
    position: absolute;
    inset: 3% auto auto 5%;
  }

  .link-3.menu-h4 {
    font-size: 56px;
  }

  .footer-container {
    display: block;
  }

  .div-block-6 {
    color: var(--white-4);
  }

  .footer-links {
    color: var(--white);
    line-height: 1.8em;
  }

  .dropdown-text {
    text-align: center;
    border-radius: 5px;
    margin: auto;
    padding: 0;
    font-family: Satoshi, sans-serif;
    font-size: 24px;
    line-height: 24px;
    display: block;
    position: static;
    inset: 0%;
  }

  .dropdown-text:hover {
    color: var(--white-4);
    border-radius: 5px;
    padding: 0;
  }

  .dropdown-toggle-2:hover {
    color: var(--white-4);
  }

  .dropdown-list-2 {
    background-color: #fff;
    width: auto;
    padding: 10px;
    font-size: .8em;
    display: block;
    position: static;
  }

  .down-arrow {
    margin: auto;
    position: absolute;
    inset: auto 5% auto auto;
  }

  .accordion:hover {
    opacity: 1;
    color: var(--white-4);
    background-color: #00000003;
  }

  .dropdown-link-3 {
    display: inline-flex;
  }

  .list-2 {
    grid-column-gap: 0px;
  }

  .quick-stack-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 10px;
  }

  .text-block-4 {
    font-weight: 300;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90px;
    padding: 0;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--black);
    object-fit: fill;
    background-color: #0000;
    grid-template-rows: repeat(auto-fit, 20px);
    grid-template-columns: 1.25fr .75fr .75fr;
    grid-template-areas: ". . Area";
    grid-auto-columns: 1fr;
    margin: 10px 4px 4px;
    font-size: 1em;
    display: grid;
    overflow: visible;
  }

  .div-block-7.dropdown-title {
    color: var(--white-4);
    background-color: #000;
  }

  .div-block-7.single-booking {
    margin-bottom: 10px;
    font-size: .65em;
  }

  .dropdown-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--white-4);
    letter-spacing: 1.5px;
    background-color: #000;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .75fr .75fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: .9em;
    display: grid;
  }

  .dropdown-title.single-bookings {
    grid-template-columns: 1.25fr .75fr .75fr;
    font-size: .75em;
  }

  .text-block-5 {
    padding-bottom: 0;
  }

  .dropdown-subtitle {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .dropdown-link-4 {
    padding: 0;
    font-size: .9em;
    position: static;
  }

  .dropdown-link-4:hover {
    font-size: .9em;
  }

  .text-block-6 {
    font-weight: 300;
  }

  .text-block-7 {
    color: var(--grey);
    font-size: .75em;
    font-style: normal;
    font-weight: 300;
  }

  .top-border {
    border-top: 1px solid #000;
    padding-top: 10px;
  }

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

  .link-4 {
    color: var(--burnt-orange);
    font-weight: 400;
  }

  .link-4.schlaeger {
    font-size: 24px;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px none var(--white-4);
    border-radius: 1px;
    max-width: 75vw;
    height: auto;
    margin-bottom: 60px;
    padding-bottom: 0;
    display: flex;
  }

  .container.testschl-ger {
    position: relative;
  }

  .container.service {
    max-width: 75vw;
  }

  .div-block-8 {
    position: relative;
  }

  .div-block-9 {
    font-size: 1em;
  }

  .restaurant-link {
    z-index: 6;
    width: 40vw;
    transition: all .4s cubic-bezier(.25, .46, .45, .94), color .3s;
    position: absolute;
    bottom: -10%;
    right: 0;
  }

  .footer-logo {
    width: 15vw;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .text-block-15 {
    font-size: .9em;
  }

  .text-block-17 {
    font-size: 16px;
  }

  .container-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 75vw;
    display: block;
    position: absolute;
    inset: 0 auto;
    overflow: visible;
  }

  .textblock-card {
    padding: 0;
  }

  .textblock-card.cap {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    line-height: 24px;
  }

  .dropdown-link {
    color: var(--black);
    position: static;
  }

  .dropdown-link:hover {
    color: var(--burnt-orange);
    text-decoration: underline;
  }

  .textblock-title {
    color: var(--white);
  }

  .container-3 {
    max-width: 75vw;
  }

  .h3 {
    font-size: 24px;
    line-height: 48px;
  }

  .section-restaurant {
    padding-bottom: 17%;
  }

  .halleninfo-banner {
    background-image: url('../images/tecnifibre-darkcourt-filter.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
    height: 80vh;
  }

  .heading-8 {
    line-height: 76px;
  }

  .div-block-10 {
    box-sizing: border-box;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading-9 {
    margin-top: 20px;
  }

  .heading-10 {
    margin-bottom: 20px;
  }

  .image-6 {
    box-sizing: border-box;
    object-fit: fill;
  }

  .team-paragraph {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    font-size: 24px;
  }

  .restaurant-heading {
    font-size: 72px;
  }

  .restaurant-h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .bold-text-2 {
    font-size: 72px;
    line-height: 84px;
  }

  .container-5 {
    max-width: 75vw;
  }

  .h2-partner {
    font-size: 72px;
  }

  .link-block.partner-card {
    box-shadow: none;
    width: 36vw;
    height: auto;
  }

  .heading-14 {
    font-size: 36px;
    line-height: 48px;
  }

  .image-7 {
    margin-bottom: 0;
  }

  .textblock-partner-card {
    font-size: 24px;
    line-height: 36px;
  }

  .container-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    margin-left: auto;
  }

  .container-7 {
    max-width: 90vw;
  }

  .slide-nav {
    bottom: 20px;
  }

  .mask-2 {
    overflow: hidden;
  }

  .background-photo {
    background-size: cover;
  }

  .back-background {
    background-image: url('../images/halle-backgroundwalluf-ueberarbeitet-smalllensblur.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-left {
    font-size: 16px;
  }

  .div-right {
    width: auto;
    position: relative;
  }

  .text-partner-card {
    height: 230px;
  }

  .div-block-16 {
    width: 100%;
  }

  .bold-text-7 {
    font-size: 72px;
  }

  .bold-text-8 {
    font-size: 24px;
    line-height: 36px;
  }

  .grid-service {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template: "."
    / 1fr 1fr;
    width: 75vw;
    margin: auto;
    font-size: 1.2px;
  }

  .paragraph-restaurant {
    font-size: 24px;
  }

  .h4.trattoria-h4 {
    font-size: 56px;
  }

  .link-7 {
    font-size: 24px;
  }

  .slide-nav-2 {
    bottom: 20px;
  }

  .list-4, .list-item-2 {
    list-style-type: decimal;
  }

  .faq-banner {
    min-height: 75vh;
  }

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

  .heading-17 {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 48px;
  }

  .container-8, .container-9 {
    width: 75vw;
    max-width: none;
  }

  .text-span-42 {
    color: var(--white);
    text-decoration: underline;
  }

  .to-top {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .summer-deal-div {
    width: 26%;
    top: 12%;
  }

  .image-12 {
    z-index: 99;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .opening-times, .opening-times.normal {
    font-size: 24px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  .section-briefabout.blog-grid-banner {
    min-height: 300px;
    padding-top: 80px;
  }

  .section-briefabout.banner-testimonials {
    min-height: 450px;
    padding-top: 130px;
  }

  .section-briefabout.background-margin {
    background-image: url('../images/ellipse-overlap-gray.png');
    background-size: cover;
  }

  .section-briefabout.background-mt {
    margin-top: -207px;
    padding-top: 287px;
  }

  .section-briefabout.faq-banner {
    background-image: linear-gradient(#0000000d, #0000000d), url('../images/background-faq-mobilelandscape.jpg');
  }

  .section-briefabout.pricing {
    padding-top: 80px;
  }

  .base-container {
    display: block;
    overflow: hidden;
  }

  .base-container.mobile-basecontainer {
    height: 100vh;
  }

  .base-container.restaurant-section {
    flex-flow: row;
    max-width: 90vw;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button {
    background-color: var(--white-4);
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Satoshi, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    display: block;
    box-shadow: 0 2px 5px #000000b8;
  }

  .primary-button.training-button {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    inset: 0 0 auto;
  }

  .nav-menu {
    z-index: 20;
    background-color: var(--black);
    flex-direction: column;
    width: 100vw;
    margin: 0;
    padding: 0;
    display: block;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    z-index: 5;
    text-align: right;
    padding: 0;
    inset: auto 15px auto auto;
  }

  .menu-button.w--open {
    z-index: auto;
    background-color: #0000;
    padding: 20px 4vw 20px 10px;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.black {
    color: var(--white-3);
  }

  .nav-dropdown {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-items: flex-start;
    width: 100vw;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    line-height: 32px;
    transition: opacity .5s;
    display: flex;
    overflow: visible;
  }

  .nav-dropdown-toggle {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0% 0 0;
    font-size: 18px;
    line-height: 48px;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .nav-dropdown-icon {
    filter: invert();
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    height: auto;
    margin: auto 0;
    padding: 0 40px 0 20px;
    line-height: 1.5em;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: column;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--white-3);
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .nav-dropdown-link.mobile-nav {
    opacity: 1;
    color: var(--white-4);
    flex: 1;
    padding: 1vh 0 0;
    line-height: 24px;
  }

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0;
    line-height: 24px;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .nav-close-icon.invert {
    z-index: auto;
    filter: invert();
    max-width: 30px;
    margin: auto;
    position: fixed;
    right: 15px;
    transform: translate(-25%, -50%);
  }

  .nav-item-title.black {
    color: var(--white-3);
  }

  .nav-item-title.mobile-nav {
    text-align: left;
    border-bottom-style: none;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    margin: auto;
    padding: 0;
    font-size: 18px;
    line-height: 32px;
  }

  .nav-item-title.mobile-nav:hover {
    box-sizing: border-box;
    color: var(--burnt-orange);
    flex: 0 auto;
    width: auto;
    height: auto;
    margin: auto;
  }

  .nav-item-title.mobile-nav {
    border-bottom: 2px none var(--burnt-orange);
    text-align: left;
    flex: none;
    width: 100%;
    height: auto;
    margin-right: auto;
  }

  .nav-item-title.mobile-nav:hover {
    color: var(--burnt-orange);
    border-bottom-style: none;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    max-width: 550px;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 30px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .paragraph-large {
    font-size: 50px;
  }

  .accordion-toggle {
    padding-right: 50px;
  }

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 38%;
  }

  .pricing-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-list {
    margin-top: 10px;
  }

  .halleninfo-div {
    grid-column-gap: 30px;
  }

  .halleninfo-div.wrap {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }

  .info-left, .info-left.coaching {
    width: 100%;
  }

  .slide-right {
    text-align: center;
    width: 53%;
  }

  .slide-right.width, .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    margin-left: 0;
    padding: 30px;
  }

  .contacts-2-location-wrapper {
    width: 34%;
    margin-top: 0;
  }

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

  .white-text.maxw {
    text-align: left;
  }

  .white-text.h1-style {
    font-size: 2.5em;
  }

  .white-text.sub-title-team {
    text-align: left;
    margin-top: 3px;
    padding-top: 0%;
  }

  .search-input:focus {
    border: 1px solid #0f5cfa;
  }

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

  .testominials-cards-banner {
    margin-top: -180px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .button-wrapper.none-margin {
    display: flex;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .project-template-content, .project-template-info {
    width: 100%;
  }

  .project-template-content-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 100%;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-banner-section {
    height: 530px;
    padding-top: 60px;
  }

  .home-banner-section.home-2 {
    height: 700px;
  }

  .home-banner-section.players {
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .home-banner-section.banner-fullvh {
    background-position: 50%;
    height: 100vh;
  }

  .navbar-fixed.home-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .counter-number {
    font-size: 90px;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--black);
    text-align: left;
    flex-direction: column;
    flex: 1;
    order: -1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 5vh 20px 10vh;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    position: absolute;
    top: 60px;
    overflow: hidden;
  }

  .menu-wrap.width {
    width: 100%;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    z-index: 20;
    background-color: var(--black);
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
  }

  .image-burger {
    z-index: auto;
    filter: invert();
    margin: auto;
    position: fixed;
    top: auto;
    right: 15px;
    transform: translate(-50%, -50%);
  }

  .image-burger.invert {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

  .brand.w--current {
    z-index: auto;
    margin: 0;
    position: relative;
    inset: auto;
  }

  .background-video.mobile-bg {
    box-shadow: none;
    width: 100%;
    min-width: auto;
    height: 100%;
    margin-right: 0%;
    padding-right: 0%;
    transform: scale(1.02);
  }

  .home-banner-content {
    width: 90%;
    height: 100%;
    margin: 60px auto auto;
    padding-top: 0;
  }

  .bottom-content-block.homepage {
    margin: 0;
    display: block;
  }

  .bottom-content-block.training-button {
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5vh;
    display: block;
  }

  .button-banner.hidden {
    margin: 0;
    padding: 0;
    display: block;
    position: static;
  }

  .block-horizontal-full-width {
    grid-column-gap: 50px;
  }

  .left-block-content {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .right-block-content {
    width: 100%;
  }

  .text-wrapper {
    max-width: 500px;
  }

  .silver-text.size-text.subtitle-card {
    font-weight: 400;
  }

  .silver-text.size-text.subtitle-team {
    text-align: right;
    inset: auto 0% 0%;
  }

  .silver-text.maxw-570px {
    max-width: 450px;
  }

  .silver-text.sub-title-team {
    text-align: left;
  }

  .subtitle-text.margin {
    margin-bottom: 130px;
  }

  .heading-block-content.centered {
    text-align: center;
  }

  .images-wrapper, .images-wrapper.columns {
    grid-column-gap: 50px;
  }

  .images-wrapper.restaurant {
    padding-bottom: 40px;
  }

  .image-left.width {
    width: 350px;
  }

  .image-left.restaurant {
    width: 43vw;
  }

  .image-fill.mobile-nav {
    filter: none;
    object-fit: scale-down;
    width: 70px;
    height: auto;
    margin-top: 10px;
    line-height: 24px;
    overflow: hidden;
    transform: translate(0);
  }

  .image-fill.navbar {
    z-index: auto;
    top: auto;
    transform: translate(0, -50%);
  }

  .description-block {
    margin-top: 30px;
  }

  .description-block.display {
    justify-content: center;
    display: flex;
  }

  .description-text-left {
    max-width: 60%;
  }

  .description-text-left.centered {
    text-align: center;
    align-items: center;
  }

  .description-text-left.display {
    align-items: center;
  }

  .block-image-absolute {
    background-color: var(--transparent);
    background-image: url('../images/Banner-Home-2.jpg');
    background-position: 25% 75%;
    background-size: cover;
    background-attachment: fixed;
    width: auto;
    height: 120vh;
    margin-bottom: 0;
    position: relative;
  }

  .block-image-absolute.home-2 {
    margin-bottom: 50px;
  }

  .heading-content {
    grid-column-gap: 70px;
    margin-bottom: 30px;
  }

  .heading-content.direction {
    object-fit: fill;
    width: 100%;
    margin: auto auto auto 10px;
    display: block;
  }

  .card-content-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }

  .card-content-wrapper.reviews {
    grid-template-columns: 1fr 1fr;
  }

  .image-content-wrapper {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .image-card {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper-testimonials {
    margin-right: 80px;
  }

  .testimonials-content {
    margin-top: 60px;
  }

  .card-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: ". ."
                   "Area Area"
                   / 1fr;
    width: auto;
    margin-left: 10vh;
    margin-right: 10vh;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .card-plan {
    margin-bottom: 30px;
  }

  .card-plan.single-booking-card.transparent {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    object-fit: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    width: auto;
    max-width: 90vw;
    margin-left: 15vh;
    margin-right: 15vh;
    display: block;
    top: 12%;
  }

  .card-plan.white {
    background-color: #fff;
  }

  .left-block-footer {
    width: 70%;
  }

  .right-block-footer {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-block {
    margin-top: 30px;
  }

  .social-links {
    justify-content: center;
  }

  .text-play-footer {
    font-size: 50px;
  }

  .banner-content-home-2 {
    align-items: center;
  }

  .banner-heading-home-2 {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .bgr-ellipse {
    margin-top: 105%;
  }

  .ellipse-conteny {
    width: 300px;
    height: 300px;
  }

  .ellipse-wrapper {
    flex-wrap: wrap;
  }

  .block-with-border {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    width: auto;
  }

  .block-with-border.bottom-block {
    border-top-style: none;
  }

  .block-with-border.home-2 {
    flex: 1;
    justify-content: flex-end;
  }

  .top-block-wrapper {
    grid-column-gap: 50px;
  }

  .top-block-wrapper.cet-in-touch {
    flex-direction: column-reverse;
  }

  .top-image-block.sizing {
    width: 100%;
    height: 500px;
  }

  .top-description-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
    display: flex;
  }

  .large-text {
    font-size: 70px;
  }

  .image-centered-block {
    width: auto;
  }

  .circle-background {
    top: 18%;
  }

  .text-top-block {
    grid-row-gap: 30px;
    margin-top: 80px;
  }

  .slide.height {
    height: 550px;
  }

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

  .left-banner-description {
    width: 100%;
    margin-bottom: 30px;
  }

  .right-form-banner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-players {
    grid-template-columns: 1fr 1fr;
  }

  .heading-players {
    font-size: 50px;
  }

  .cart-button {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 25px;
    display: flex;
  }

  .cart-quantity {
    left: 10px;
  }

  .list-block-wrapper {
    grid-column-gap: 20px;
  }

  .cart-wrapper {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .programs-wrapper {
    grid-column-gap: 50px;
  }

  .shop-collection-list, .shop-collection-list.shop-detsils {
    grid-template-columns: 1fr 1fr;
  }

  .shop-text-wrapper.margin {
    margin-top: 50px;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .collection-item-shop-details {
    width: 47.9%;
  }

  .lightbox-link-shop {
    min-width: 100%;
  }

  .collection-list-shop-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .shop-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .heading-maxw {
    max-width: 600px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .heading {
    text-transform: none;
    font-family: Satoshi, sans-serif;
    font-weight: 300;
  }

  .heading.h2-style {
    font-size: 1.1em;
  }

  .heading.h2-style.mobile-h2 {
    color: var(--white-4);
    text-align: center;
    -webkit-text-stroke-color: var(--white-4);
    margin-top: 5vh;
    margin-bottom: 10vh;
    font-size: 16px;
    line-height: 20px;
  }

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

  .heading-2.white-font, .heading-2.burger-animation {
    font-size: 36px;
    line-height: 44px;
  }

  .image-about2 {
    display: none;
    overflow: visible;
  }

  .image-2 {
    width: auto;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-2 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .anfahrt {
    width: 100%;
    height: 35vh;
  }

  .code-embed-2 {
    height: 100%;
  }

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

  .image-bella-vita1 {
    cursor: pointer;
    display: block;
  }

  .link-3 {
    font-size: 48px;
    bottom: 10px;
  }

  .link-3.menu-h4 {
    font-size: 36px;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .dropdown-title {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container.testschl-ger {
    max-width: 95vh;
    margin-right: 0;
  }

  .container.service {
    flex-flow: row;
    width: 100%;
    min-width: 100%;
  }

  .restaurant-link {
    width: 46vw;
    top: 73%;
    bottom: -27%;
    overflow: visible;
  }

  .footer-logo {
    width: 25vw;
  }

  .section-preise {
    background-image: url('../images/ellipse-gray.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: contain;
    background-attachment: fixed;
    overflow: visible;
  }

  .container-3 {
    max-width: 90vw;
  }

  .h3 {
    margin: auto;
    line-height: 24px;
  }

  .section-restaurant {
    padding-bottom: 27%;
  }

  .paragraph.bold {
    margin-bottom: 50px;
  }

  .team-paragraph {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    line-height: 24px;
  }

  .restaurant-heading {
    font-size: 36px;
    line-height: 48px;
  }

  .restaurant-h3 {
    font-size: 18px;
  }

  .link-block.partner-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 42vw;
    height: 540px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-7 {
    display: inline-block;
  }

  .photo-partner-card {
    height: auto;
    overflow: hidden;
  }

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

  .container-7 {
    width: 100%;
    max-width: none;
  }

  .img-small {
    margin-left: 0;
  }

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

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

  .text {
    height: 30vh;
  }

  .text-partner-card {
    height: 220px;
  }

  .div-block-16 {
    height: 23%;
  }

  .paragraph-wrapper {
    width: 52%;
  }

  .grid-service {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 85vw;
  }

  .text-span-12 {
    vertical-align: super;
    font-size: 24px;
  }

  .h4 {
    font-size: 36px;
  }

  .div-block-17, .div-block-18 {
    margin-bottom: 50px;
  }

  .faq-banner {
    background-image: linear-gradient(#0000, #0000), url('../images/background-faq-mobilelandscape.jpg');
    background-position: 0 0, 50% 0;
  }

  .info-img {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lightbox-link {
    width: 100%;
    display: flex;
  }

  .lightbox-link-2 {
    width: 100%;
  }

  .summer-deal-div {
    width: 60vw;
    top: 12%;
  }

  .image-12 {
    top: -120px;
  }

  .opening-times.normal {
    font-weight: 400;
  }

  .cta {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 30px;
  }

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

  .section-briefabout.blog-grid-banner {
    padding-top: 60px;
  }

  .section-briefabout.banner-testimonials {
    min-height: 340px;
  }

  .section-briefabout.without-top-spacing {
    padding-top: 0;
  }

  .section-briefabout.background-margin {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-briefabout.about-us {
    min-height: 450px;
  }

  .section-briefabout.background-mt {
    margin-top: -150px;
    padding-top: 150px;
  }

  .section-briefabout.faq-banner {
    background-image: linear-gradient(#0000, #0000), url('../images/background-faq-mobile.jpg');
    background-position: 0 0, 20% 0;
    min-height: 450px;
  }

  .section-briefabout.pricing {
    min-height: 450px;
    padding-top: 60px;
  }

  .section-briefabout.customers, .section-briefabout.dark-style {
    min-height: 450px;
  }

  .section-briefabout.halleninfo {
    padding-top: 20px;
  }

  .base-container.mobile-basecontainer {
    object-fit: fill;
    align-self: center;
    overflow: hidden;
  }

  .base-container.restaurant-section {
    max-width: 90vw;
    display: block;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button {
    cursor: pointer;
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    font-style: normal;
    display: block;
    overflow: hidden;
  }

  .primary-button.training-button {
    cursor: pointer;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-container {
    width: 100vw;
  }

  .nav-menu {
    flex: 0 auto;
    width: 100vw;
    height: 60px;
  }

  .menu-button.w--open {
    z-index: auto;
  }

  .nav-item-title.mobile-nav {
    text-align: left;
    margin-left: 0;
  }

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

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .blog-sidebar-left {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-template-pagination {
    margin-bottom: 60px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap-reverse;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .paragraph-large {
    font-size: 40px;
  }

  .accordion-toggle {
    cursor: pointer;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .accordion-wrap.last-child {
    margin-bottom: 0;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .pricing-item, .pricing-item.center-item {
    width: 100%;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .halleninfo-div {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .halleninfo-div.wrap {
    margin-top: 30px;
  }

  .info-left {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .slide-right {
    grid-row-gap: 50px;
    width: 100%;
    padding-top: 20px;
  }

  .contacts-content-wrapper {
    flex-flow: wrap;
  }

  .contacts-form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    margin-bottom: 60px;
  }

  .white-text.maxw {
    text-align: left;
    width: 100%;
  }

  .white-text.sub-title-team {
    text-align: left;
    letter-spacing: .5px;
    margin-top: 15px;
    padding-top: 0%;
    padding-left: 5%;
    line-height: 24px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .testominials-cards-banner {
    margin-top: -100px;
    padding-bottom: 60px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .home-banner-section.players {
    padding-bottom: 60px;
  }

  .home-banner-section.banner-fullvh {
    z-index: 3;
    height: 100vh;
  }

  .navbar-fixed {
    width: 100vw;
    position: fixed;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .menu-wrap {
    justify-content: space-around;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 20vh;
    top: 60px;
    overflow: hidden;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .tablet-menu {
    z-index: 2;
    height: 60px;
  }

  .image-burger {
    filter: invert();
    position: fixed;
    right: 15px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .background-video.mobile-bg {
    width: auto;
    min-width: auto;
    height: 100vh;
    padding-right: 0%;
    transform: scale(1.02)translate(-26.5%);
  }

  .home-banner-content {
    width: 80%;
  }

  .bottom-content-block.training-button {
    max-width: 90vw;
  }

  .button-banner.hidden {
    z-index: 3;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    position: static;
    inset: auto 0% 0;
  }

  .block-horizontal-full-width {
    flex-direction: column;
  }

  .left-block-content {
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .text-wrapper.bottom-line-grey {
    width: 100%;
  }

  .silver-text.size-text.subtitle-team {
    background-color: var(--black70);
    text-align: left;
    background-image: linear-gradient(#141c2c54, #141c2c54);
    width: 100%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .silver-text.sub-title-team {
    letter-spacing: .5px;
    margin-bottom: auto;
    padding-bottom: 0%;
    padding-left: 5%;
    line-height: 24px;
  }

  .subtitle-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .subtitle-text.none-margin {
    text-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 22px;
  }

  .subtitle-text.none-margin.subtitle-size {
    align-self: center;
  }

  .subtitle-text.margin {
    margin-bottom: 100px;
  }

  .images-wrapper {
    margin-top: 40px;
  }

  .images-wrapper.columns {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .images-wrapper.restaurant {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .image-left {
    width: auto;
  }

  .image-left.sizing {
    width: 100%;
  }

  .image-left.restaurant {
    width: auto;
    margin-left: auto;
  }

  .image-right.width {
    width: 100%;
  }

  .image-fill.mobile-nav {
    width: 70px;
    height: auto;
    margin: 10px 0 auto;
    transform: translate(0);
  }

  .image-fill.navbar {
    overflow: hidden;
  }

  .description-text-left {
    max-width: 100%;
  }

  .description-text-left.display {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .block-image-absolute {
    background-position: 10%;
    height: 120vh;
  }

  .heading-content.direction {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 65vw;
    margin-left: auto;
  }

  .card-content-wrapper {
    margin-bottom: 20px;
  }

  .card-content-wrapper.margin {
    margin-bottom: 60px;
  }

  .image-content-wrapper {
    width: 100%;
  }

  .video-content {
    margin-top: 0;
  }

  .image-wrapper-testimonials {
    margin-right: 40px;
  }

  .testimonials-content {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .card-footer {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .card-plan {
    display: flex;
  }

  .card-plan.single-booking-card.transparent {
    margin-left: 12vh;
    margin-right: 12vh;
  }

  .left-block-footer {
    grid-row-gap: 50px;
    text-align: center;
    width: 100%;
  }

  .right-block-footer {
    width: 100%;
    margin-bottom: 50px;
  }

  .menu-block {
    justify-content: center;
  }

  .partners-block {
    grid-column-gap: 30px;
  }

  .top-content-block {
    margin-bottom: 60px;
  }

  .bgr-ellipse {
    background-size: cover;
    margin-top: 135%;
  }

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

  .ellipse-wrapper {
    justify-content: center;
  }

  .block-with-border.bottom-block {
    width: auto;
  }

  .top-block-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .top-image-block {
    width: 100%;
    height: 450px;
  }

  .top-description-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .paragraph-top-description {
    margin-bottom: 30px;
  }

  .paragraph-top-description.maxw {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .large-text {
    font-size: 55px;
  }

  .image-centered-block {
    height: 670px;
  }

  .circle-background {
    top: 31%;
  }

  .text-top-block {
    margin-top: 50px;
  }

  .bottom-block-wrapper {
    margin-top: 60px;
  }

  .image-block {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .left-banner-description {
    flex-direction: column;
  }

  .right-form-banner {
    width: 100%;
  }

  .program-description-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .collection-list-players {
    grid-template-columns: 1fr;
  }

  ._404-text {
    font-size: 140px;
  }

  .heading-players {
    font-size: 40px;
  }

  .list-block-wrapper {
    grid-column-gap: 100px;
    flex-direction: row;
  }

  .programs-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .programs-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .image-descriptions {
    margin-top: 20px;
  }

  .shop-collection-list-wrapper {
    margin-top: 40px;
  }

  .shop-collection-list {
    grid-template-columns: 1fr;
  }

  .shop-text-wrapper.margin {
    margin-top: 60px;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .collection-item-shop-details {
    width: 47.2%;
  }

  .lightbox-link-shop {
    height: 350px;
  }

  .shop-details-wrapper {
    grid-template-columns: 1fr;
  }

  .shop-details-featured-products-wrapper {
    grid-row-gap: 30px;
  }

  .heading-maxw {
    max-width: none;
  }

  .hire-popup {
    max-width: 300px;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

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

  .heading-2.white-font {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2.burger-animation {
    font-size: 36px;
    line-height: 44px;
  }

  .image-2 {
    width: auto;
    max-width: 100%;
  }

  .text-span-2 {
    color: var(--white-4);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Satoshi, sans-serif;
    display: block;
  }

  .cell {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-3 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .wide-img {
    margin-top: 80px;
  }

  .image-4, .image-bella-vita1 {
    display: block;
  }

  .image-bellavita2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-3 {
    padding: 10px;
    inset: 3% 0% auto 5%;
  }

  .container.testschl-ger {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    max-width: 90vw;
    margin-bottom: 0;
  }

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

  .restaurant-link {
    width: auto;
    display: block;
    position: relative;
  }

  .footer-logo {
    width: 30vw;
  }

  .h3 {
    margin-top: 0;
  }

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

  .heading-9 {
    font-size: 36px;
    line-height: 36px;
  }

  .team-paragraph {
    text-align: center;
    margin-left: 0;
    padding-right: 0;
  }

  .restaurant-heading {
    position: static;
  }

  .bold-text-2 {
    line-height: 64px;
    display: block;
  }

  .link-block.partner-card {
    width: 70vw;
    height: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .container-6 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .container-7 {
    width: 100%;
    margin-left: 0;
  }

  .div-left {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text, .text-partner-card {
    height: auto;
  }

  .div-block-16 {
    background-image: linear-gradient(#141c2c54, #141c2c54);
    width: auto;
    height: auto;
    margin: 0;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }

  .paragraph-wrapper {
    width: 100%;
    position: static;
  }

  .grid-service {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 65vw;
    display: block;
  }

  .faq-banner {
    background-image: linear-gradient(#0000, #0000), url('../images/background-faq-mobile.jpg');
    background-position: 0 0, 20% 0;
  }

  .imprint-banner {
    background-position: 50%;
  }

  .h1-subpage {
    font-size: 36px;
  }

  .container-9 {
    width: 90vw;
  }

  .link-block-2, .link-block-3 {
    margin-bottom: 20px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-img {
    padding-left: 100px;
    padding-right: 100px;
  }

  .summer-deal-div {
    margin-top: auto;
    margin-bottom: auto;
  }

  .cta {
    height: 134px;
    margin-top: 60px;
  }

  .display-text-02 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section-briefabout.without-top-spacing {
    display: none;
  }

  .section-briefabout.black-background {
    height: auto;
    min-height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: block;
    position: absolute;
  }

  .section-briefabout.black-background.second-section {
    width: 100vw;
    padding-top: 8vh;
    padding-bottom: 4vh;
    position: static;
  }

  .section-briefabout.background-margin {
    background-image: url('../images/Group-1768-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    overflow: hidden;
  }

  .section-briefabout.about-us {
    background-image: url('../images/Banner-001.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-briefabout.faq-banner {
    background-image: linear-gradient(#0000, #0000), url('../images/background-faq-mobile.jpg');
    background-position: 0 0, 10% 0;
    background-size: auto, cover;
  }

  .section-briefabout.bookings {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .section-briefabout.restaurant-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-briefabout.halleninfo-banner {
    background-position: 50% 0;
    background-size: auto 70%;
    background-attachment: fixed;
  }

  .base-container {
    background-color: var(--transparent);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    max-width: 100vw;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
    display: flex;
    overflow: hidden;
  }

  .base-container.mobile-basecontainer {
    max-width: 95vw;
    height: 100vh;
  }

  .base-container.restaurant-section {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.single-bookings {
    max-width: 100vw;
    height: 130vh;
    bottom: 60vh;
    overflow: visible;
  }

  .base-container.halleninfos {
    max-width: 100vw;
  }

  .base-container.agb-basecontainer {
    max-width: 90vw;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button {
    border-style: none;
    border-color: var(--white);
    background-color: var(--white);
    border-radius: 5px;
    margin-bottom: 15vh;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
    line-height: 24px;
    position: static;
    box-shadow: 0 2px 5px #000000b8;
  }

  .primary-button:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .primary-button.mt-50.invert.button2 {
    color: var(--orange);
    background-color: #fff;
    width: 100%;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button.invert {
    border: 0px none var(--white-3);
    color: var(--white-3);
    -webkit-text-stroke-color: var(--white-3);
    background-color: #ff4c20d9;
    border-radius: 10px;
    width: 95vw;
    margin: auto;
  }

  .primary-button.accordion {
    border-radius: 5px;
    margin-bottom: 5vh;
    overflow: hidden;
    box-shadow: 0 2px 5px #000000b8;
  }

  .primary-button.accordion:hover {
    opacity: 1;
    color: var(--black);
    text-align: left;
    background-color: #0000;
    box-shadow: 0 1px 3px #000000b8;
  }

  .primary-button.mobile-mainbutton {
    display: block;
  }

  .primary-button.blue-hover {
    border-style: solid;
    border-color: var(--black);
    box-shadow: 0 2px 5px #000000b8;
  }

  .primary-button.training-button {
    background-color: var(--blau);
    color: var(--white-4);
    width: 90%;
    margin: 2.5vh auto;
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button.training-button:hover {
    color: var(--white);
    background-color: #2121a3;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-container {
    opacity: .97;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 60px;
    position: static;
    inset: 0% 0% auto;
  }

  .nav-menu {
    color: var(--white);
    flex: 0 auto;
    width: 100vw;
    height: 90px;
    margin: 0;
    padding: 0;
  }

  .menu-button {
    padding-bottom: 0;
    padding-right: 4vw;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .nav-link {
    width: 99%;
  }

  .nav-link.nav-item-title {
    color: var(--orange);
  }

  .nav-dropdown {
    color: var(--white);
    flex: 0 auto;
    justify-content: space-around;
    align-items: flex-start;
    width: 100vw;
    font-family: Satoshi, sans-serif;
    line-height: 32px;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    overflow: visible;
  }

  .nav-dropdown.mobile-nav {
    color: var(--white-3);
  }

  .nav-dropdown-toggle {
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    line-height: 32px;
    position: static;
    overflow: hidden;
  }

  .nav-dropdown-toggle.mobile-nav {
    color: var(--white-3);
  }

  .nav-dropdown-list {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-link.mobile-nav {
    color: var(--white);
    padding: 1vh 0 0;
  }

  .nav-dropdown-link.mobile-nav:hover {
    opacity: 1;
    color: var(--burnt-orange);
  }

  .nav-close-icon.invert {
    margin: auto;
    top: auto;
  }

  .nav-item-title {
    color: var(--orange);
  }

  .nav-item-title.mobile-nav {
    color: var(--white);
    flex: 0 auto;
    margin: auto;
    padding: 0;
    font-family: Satoshi, sans-serif;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    overflow: hidden;
  }

  .nav-item-title.mobile-nav:hover {
    opacity: 1;
    color: var(--burnt-orange);
    flex: 1;
  }

  .nav-item-title.mobile-nav:focus {
    color: var(--burnt-orange);
  }

  .nav-item-title.mobile-nav {
    color: var(--white);
    letter-spacing: 1px;
    flex-flow: column;
    flex: 1;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
  }

  .nav-item-title.mobile-nav:hover {
    flex: 1;
    justify-content: space-around;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .nav-menu-wrapper {
    mix-blend-mode: normal;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    background-color: var(--black);
    text-align: left;
    padding-bottom: 0;
    overflow: hidden;
  }

  .footer-bottom-wrapper {
    opacity: 1;
    color: var(--white-4);
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-rights {
    color: var(--white-4);
    font-weight: 400;
    display: block;
  }

  .footer-copyright {
    color: var(--white-4);
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: .9em;
    display: block;
  }

  .footer-copyright-link {
    color: var(--white-4);
    margin-left: 5px;
    font-size: 1em;
  }

  .footer-copyright-link:hover {
    color: var(--burnt-orange);
  }

  .accordion-toggle {
    text-align: left;
    cursor: pointer;
    border-radius: 5px;
    height: 80px;
  }

  .accordion-toggle:hover {
    background-color: var(--black);
    color: var(--white);
    font-family: Satoshi, sans-serif;
    display: flex;
  }

  .accordion-toggle:active, .accordion-toggle:focus {
    color: var(--white);
    background-color: #000;
  }

  .accordion-toggle:focus-visible, .accordion-toggle[data-wf-focus-visible], .accordion-toggle.single-booking:hover {
    color: var(--white);
  }

  .accordion-item {
    background-color: var(--white);
    border-radius: 5px;
    padding: 0;
    font-weight: 400;
    line-height: 1em;
    transition: all .3s;
    overflow: hidden;
    box-shadow: 0 1px 3px #000000b8;
  }

  .accordion-item:focus {
    color: var(--white);
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .halleninfo-div.wrap {
    padding-bottom: 20px;
  }

  .info-left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .white-text {
    color: var(--white-4);
    text-align: right;
    font-family: Satoshi, sans-serif;
    font-size: 48px;
  }

  .white-text.maxw {
    color: var(--white);
    text-align: left;
    align-self: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;
    font-size: 32px;
    line-height: 36px;
    position: static;
  }

  .white-text.sub-title-team {
    margin-top: 7px;
    margin-left: 0%;
  }

  .testominials-cards-banner {
    margin-top: -60px;
  }

  .button-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #afafaf80;
    border-bottom-width: 1px;
    border-bottom-color: #afafaf80;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sidebar-search-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-banner-section.banner-fullvh {
    width: 100vw;
    height: 100vh;
    overflow: visible;
  }

  .navbar-fixed {
    background-color: var(--black);
    width: 100%;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    bottom: auto;
    overflow: visible;
  }

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

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .counter-number {
    font-size: 60px;
  }

  .search {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .menu-wrap {
    opacity: 1;
    color: var(--white);
    mix-blend-mode: normal;
    flex-flow: column;
    flex: 1;
    order: -1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    width: 100vw;
    height: 85vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5vh;
    padding-bottom: 10vh;
    font-size: 16px;
    display: flex;
    position: absolute;
    top: 90px;
    overflow: hidden;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .tablet-menu {
    opacity: 1;
    color: var(--white);
    mix-blend-mode: normal;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .image-burger {
    filter: invert();
    position: fixed;
    bottom: auto;
    left: auto;
    right: 15px;
  }

  .image-burger.invert {
    z-index: 100;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    position: sticky;
    top: auto;
    bottom: auto;
    overflow: visible;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .brand {
    display: block;
  }

  .brand.w--current {
    opacity: 1;
    margin: 0;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .background-video.mobile-bg {
    box-shadow: none;
    text-align: center;
    min-width: auto;
    height: 100vh;
    margin: auto;
    padding: 0%;
    transform: translate(-39%)scale(1.02);
  }

  .home-banner-content {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .bottom-content-block {
    max-width: none;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    font-family: Satoshi, sans-serif;
    font-size: 1em;
    display: block;
    position: absolute;
    inset: 50% 0% auto;
  }

  .bottom-content-block.homepage {
    margin-top: auto;
    margin-bottom: 60px;
    inset: auto auto 15px;
  }

  .bottom-content-block.training-button {
    margin-top: 0;
    margin-left: auto;
    position: static;
  }

  .button-banner {
    min-width: auto;
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
  }

  .button-banner.hidden {
    margin-left: 0;
    display: block;
    position: static;
    left: 10%;
    right: 10%;
  }

  .left-block-content {
    text-align: left;
    margin: 20px auto 0;
    padding-bottom: 60px;
    display: flex;
  }

  .text-wrapper {
    border-bottom-style: none;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    overflow: hidden;
  }

  .text-wrapper.bottom-line-grey {
    text-align: left;
    border-bottom-style: solid;
    padding-bottom: 40px;
  }

  .silver-text.maxw-380px {
    color: var(--grey);
    margin-left: auto;
    margin-right: auto;
  }

  .silver-text.size-text {
    color: var(--lightgrey);
    text-align: left;
    width: 100%;
    position: static;
    inset: auto auto 0% 10px;
  }

  .silver-text.size-text.single-booking-card {
    color: var(--lightgrey);
    text-align: center;
    -webkit-text-stroke-color: var(--black);
    font-family: Satoshi, sans-serif;
    font-size: 1em;
    bottom: 2vh;
    left: auto;
    right: 10px;
  }

  .silver-text.size-text.single-booking-card.subtitle-card {
    color: var(--lightgrey);
  }

  .silver-text.size-text.subtitle-card {
    color: var(--grey);
  }

  .silver-text.size-text.subtitle-team {
    width: 100%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .silver-text.sub-title-team {
    color: var(--lightgrey);
    text-align: left;
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    position: static;
    inset: auto 15px 2vh auto;
  }

  .counter-grid {
    text-align: center;
    justify-items: center;
    width: 100%;
  }

  .subtitle-text {
    color: var(--white);
    text-align: center;
    letter-spacing: .15em;
    text-transform: none;
    font-size: 16px;
  }

  .subtitle-text.none-margin {
    color: var(--white);
    text-align: center;
    text-transform: none;
    font-family: Satoshi, sans-serif;
    font-size: 16px;
  }

  .subtitle-text.none-margin.subtitle-size {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    font-size: .75em;
  }

  .subtitle-text.none-margin-mobile {
    opacity: 1;
    color: var(--000330);
    -webkit-text-stroke-color: var(--000330);
    margin-bottom: 0;
    display: block;
  }

  .subtitle-text.margin {
    margin-bottom: 30px;
  }

  .heading-block-content.info {
    width: 90%;
  }

  .images-wrapper {
    grid-column-gap: 0px;
    flex-flow: wrap;
    flex: 0 auto;
    align-content: flex-end;
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .images-wrapper.restaurant {
    margin-top: 0;
  }

  .image-left {
    text-align: left;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: auto;
    display: block;
  }

  .image-left.restaurant {
    width: auto;
    margin-left: auto;
  }

  .bgr-video-img-left {
    position: static;
  }

  .image-cover {
    height: auto;
    margin-bottom: 60px;
    display: block;
    overflow: visible;
  }

  .image-fill {
    z-index: 100;
    filter: none;
    object-fit: scale-down;
    height: 20vh;
    margin-top: 0;
    position: static;
    inset: 33px 0% 0% auto;
    overflow: hidden;
  }

  .image-fill.mobile-nav {
    text-align: left;
    height: 90px;
    margin-top: 10px;
  }

  .image-fill.navbar {
    z-index: 2;
    outline-offset: 0px;
    text-align: left;
    outline: 90px #d9d9d9;
    width: auto;
    height: 60px;
    position: fixed;
  }

  .image-block-relative {
    margin-top: 30px;
  }

  .description-text-left.centered {
    grid-row-gap: 30px;
  }

  .description-text-left.display {
    align-items: center;
  }

  .block-image-absolute {
    background-position: 20% 80%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    width: auto;
    height: 130vh;
    margin-bottom: 0;
    position: relative;
    overflow: visible;
  }

  .heading-content.direction {
    text-align: center;
    width: 90%;
    margin-left: auto;
    display: block;
  }

  .card-content-wrapper {
    width: 100%;
    display: block;
  }

  .card-content-wrapper.reviews {
    grid-template-columns: 1fr;
  }

  .image-content-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .image-card {
    width: 100%;
    height: auto;
    position: relative;
  }

  .video-content.cu {
    margin-top: 30px;
  }

  .heading-testimonials {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .testimonials-content {
    margin-top: 40px;
  }

  .heading-none-margin {
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
    padding-top: 10px;
    font-size: 36px;
    line-height: 48px;
  }

  .card-footer {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    margin-left: auto;
    margin-right: auto;
  }

  .card-plan {
    box-sizing: border-box;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s cubic-bezier(.25, .46, .45, .94);
    box-shadow: 0 1px 3px #000000b8;
  }

  .card-plan.single-booking-card.transparent {
    z-index: 98;
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    border-top-color: var(--white-4);
    border-right-color: var(--white-4);
    border-bottom-color: var(--white-4);
    border-left-color: var(--white-4);
    color: var(--white-4);
    object-fit: none;
    background-color: #ffffff1a;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start;
    width: auto;
    max-width: 95vw;
    margin: auto;
    padding: 20px 15px;
    display: grid;
    inset: 2% 0% auto;
    overflow: visible;
  }

  .bottom-block-card {
    box-sizing: border-box;
    object-fit: fill;
    border-radius: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: .9em;
    overflow: visible;
  }

  .price-text {
    font-size: 36px;
    line-height: 48px;
  }

  .text-normal.single-booking-card {
    font-size: 1em;
  }

  .right-block-footer {
    align-items: center;
    margin-bottom: 0;
    font-size: 1em;
  }

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

  .social-links {
    margin-top: 30px;
  }

  .text-play-footer {
    color: var(--white-4);
    text-align: center;
    margin-bottom: 30px;
  }

  .bgr-ellipse {
    display: none;
  }

  .ellipse-conteny {
    flex: none;
  }

  .circle-background {
    display: none;
    top: 33%;
  }

  .bottom-block-wrapper {
    text-align: center;
  }

  .image-block {
    height: 340px;
  }

  .slide {
    height: 370px;
  }

  .forms-input-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .list-block-wrapper {
    flex-direction: column;
  }

  .image-descriptions {
    text-align: center;
    align-items: center;
  }

  .shop-collection-list.shop-detsils {
    grid-template-columns: 1fr;
  }

  .collection-item-shop-details {
    width: 100%;
  }

  .hire-popup {
    display: none;
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .hire-popup-wrap {
    display: block;
  }

  .heading.h2-style.mobile-h2 {
    color: var(--white-4);
    text-align: center;
    letter-spacing: 1px;
    -webkit-text-stroke-color: var(--white-4);
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 7.5vh;
    margin-bottom: 7.5vh;
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .body {
    box-sizing: border-box;
    height: auto;
    font-family: Satoshi, sans-serif;
    overflow: visible;
  }

  .h1-style {
    opacity: 1;
    color: var(--orange);
    -webkit-text-stroke-color: var(--orange);
    font-size: 3em;
    display: none;
  }

  .heading-2 {
    font-size: 1.6em;
  }

  .heading-2.white-font {
    color: var(--white);
    text-align: left;
    margin: 10px 10px 20px;
    font-size: 24px;
    line-height: 32px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .heading-2.white-font._2nd-layer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2.burger-animation {
    margin-left: 10px;
    font-size: 1.6em;
    line-height: 1.1em;
  }

  .image-about1 {
    z-index: 1000;
    float: none;
    text-align: center;
    width: auto;
    max-width: none;
    height: 60vh;
    margin: auto;
    display: inline-block;
    position: static;
    inset: auto 0% 0%;
    overflow: hidden;
    transform: translate(-20%);
  }

  .image-about2 {
    max-width: none;
    height: auto;
    padding-bottom: 0;
    display: none;
    position: static;
    overflow: hidden;
    transform: translate(-88vw);
  }

  .image {
    filter: invert();
    mix-blend-mode: normal;
  }

  .image-2 {
    width: auto;
  }

  .text-span-2 {
    color: var(--white);
    text-align: center;
    letter-spacing: .75px;
    -webkit-text-stroke-color: var(--white);
    font-size: 16px;
  }

  .cell {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    text-align: center;
    margin: auto;
  }

  .text-block {
    color: var(--white-4);
    text-align: center;
    letter-spacing: .15em;
    flex: 0 auto;
    font-size: .73em;
    font-weight: 400;
    display: flex;
  }

  .text-span-3 {
    border-bottom: 1px none var(--burnt-orange);
    text-align: center;
    letter-spacing: .15em;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
    display: block;
  }

  .text-span-3:hover {
    border-bottom: 2px none var(--burnt-orange);
    color: var(--burnt-orange);
  }

  .quick-stack {
    text-align: left;
    padding: 0 10px;
  }

  .quick-stack-2 {
    padding: 0 10px;
  }

  .cell-2 {
    display: flex;
  }

  .cell-3 {
    text-align: left;
  }

  .anfahrt {
    height: 50vh;
    margin-top: 60px;
  }

  .code-embed-2 {
    width: 100%;
    height: 100%;
    font-family: Satoshi, sans-serif;
  }

  .text-block-2 {
    color: var(--white-4);
    text-align: left;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
    font-weight: 300;
    line-height: 1.5em;
  }

  .text-block-2.schlaeger {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .link-2 {
    color: var(--burnt-orange);
    font-weight: 400;
    text-decoration: underline;
  }

  .wide-img {
    width: 100vw;
    min-height: auto;
    display: block;
    overflow: hidden;
  }

  .heading-4 {
    color: var(--white-4);
  }

  .heading-5 {
    color: var(--white-4);
    width: 90vw;
    margin: 20px auto;
    font-size: 1.3em;
    line-height: 1em;
  }

  .image-3 {
    height: auto;
    display: block;
    position: static;
    overflow: visible;
    transform: translate(-38px, 11px)scale(1.5);
  }

  .div-block-4 {
    flex: 0 auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 0%;
    overflow: visible;
  }

  .image-4 {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .heading-6 {
    color: var(--white);
    text-align: left;
    width: auto;
    margin-right: 10px;
    padding: 0;
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

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

  .restaurant-h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .image-bella-vita1 {
    display: block;
  }

  .heading-7 {
    color: var(--white-4);
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3em;
    display: block;
    position: absolute;
    inset: auto 0% 0 5%;
  }

  .image-bellavita2 {
    margin-top: 4px;
    margin-bottom: 4px;
    position: static;
  }

  .link-3 {
    color: var(--white);
    padding: 10px 10px 10px 20px;
    font-size: 36px;
    font-weight: 400;
    position: absolute;
    inset: 0% auto auto 0;
  }

  .link-3.menu-h4 {
    font-size: 32px;
  }

  .div-block-5 {
    position: relative;
    overflow: visible;
  }

  .footer-container {
    background-color: var(--black);
  }

  .contact-div {
    margin-top: 40px;
  }

  .div-block-6 {
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
  }

  .footer-links {
    color: var(--white-4);
    font-size: .9em;
    font-weight: 400;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
  }

  .footer-links:hover {
    color: var(--burnt-orange);
  }

  .dropdown-text {
    margin: auto;
    position: static;
  }

  .dropdown-toggle-2 {
    color: var(--black);
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle-2:hover {
    color: var(--white-4);
  }

  .dropdown-list-2 {
    text-align: left;
    background-color: #fff;
    margin-top: 0;
    padding: 10px;
    font-size: .8em;
    display: block;
    position: static;
  }

  .dropdown-list-2.w--open {
    margin-top: 0;
    inset: 0% 0% auto;
  }

  .dropdown-link-2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .down-arrow {
    margin: auto 20px auto auto;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--black);
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 10px 4px 4px;
    display: grid;
  }

  .div-block-7.single-booking {
    color: var(--black);
  }

  .dropdown-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--white);
    text-align: center;
    background-color: #000;
    grid-template: "Area-2 Area-3 Area"
    / 2fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    padding: 10px 4px;
    display: grid;
  }

  .dropdown-title.single-bookings {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .dropdown-subtitle {
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 10px;
  }

  .dropdown-link-4 {
    text-align: left;
    padding: 0;
  }

  .dropdown-link-4:active {
    border: 1px none var(--burnt-orange);
    color: var(--burnt-orange);
    text-decoration: none;
  }

  .dropdown-link-4:focus {
    color: var(--burnt-orange);
  }

  .text-block-7 {
    color: var(--grey);
    margin-bottom: 10px;
    font-weight: 300;
  }

  .top-border {
    color: var(--black);
    border-top: 1px solid #000;
    margin-top: 0;
    padding-top: 10px;
  }

  .text-block-8, .text-block-9, .text-block-10, .text-block-12, .text-block-13 {
    text-align: center;
  }

  .text-block-14 {
    color: var(--black);
    text-transform: none;
  }

  .link-4 {
    color: var(--burnt-orange);
    font-weight: 400;
  }

  .container {
    flex-flow: column;
    width: 100%;
  }

  .container.service {
    width: 100%;
    min-width: 100%;
  }

  .restaurant-link {
    width: auto;
    display: block;
    position: relative;
  }

  .footer-logo {
    width: 50vw;
  }

  .container-2 {
    width: 100vw;
    max-width: 100vw;
    top: auto;
    bottom: auto;
    transform: translate(0, -130vh);
  }

  .textblock-card {
    color: var(--black);
  }

  .textblock-card.cap {
    line-height: 24px;
  }

  .textblock-card.subtitle-card {
    color: var(--grey);
    line-height: 16px;
  }

  .textblock-title {
    color: var(--white);
    text-align: left;
    -webkit-text-stroke-color: var(--white);
  }

  .section-preise {
    background-image: url('../images/ellipse-overlap-gray.png');
    background-size: cover;
  }

  .container-3 {
    width: 100vw;
    max-width: 100vw;
  }

  .h3 {
    letter-spacing: 1px;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
  }

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

  .heading-8 {
    text-align: center;
    font-size: 48px;
    inset: auto auto 10% 0;
  }

  .paragraph.bold {
    margin-bottom: 20px;
  }

  .team-paragraph {
    text-align: center;
    margin-bottom: 60px;
    margin-left: auto;
    padding-right: 0;
    font-size: 18px;
    font-weight: 300;
  }

  .restaurant-heading {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 36px;
    line-height: 42px;
    position: static;
  }

  .restaurant-h3 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .bold-text-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block {
    width: 90vw;
  }

  .link-block.partner-card {
    width: 90vw;
    height: auto;
    margin-bottom: 60px;
  }

  .heading-14 {
    letter-spacing: 1px;
  }

  .textblock-partner-card {
    letter-spacing: .5px;
  }

  .image-8 {
    width: 50%;
  }

  .container-6 {
    flex-flow: column;
    width: 90vw;
  }

  .h3-abo {
    color: var(--black);
  }

  .h3-abo.white {
    color: var(--white);
  }

  .container-7 {
    width: 100vw;
  }

  .heading-15 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
  }

  .text, .text-partner-card {
    height: auto;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .bold-text-6 {
    font-size: 48px;
  }

  .paragraph-wrapper {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-service {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 90vw;
  }

  .h4 {
    font-size: 32px;
    left: 20px;
  }

  .h1-imprint {
    padding-right: 0%;
    right: 5%;
  }

  .faq-banner {
    background-image: linear-gradient(#0000, #0000), url('../images/background-faq-mobile.jpg');
    background-position: 0 0, 12% 0;
  }

  .imprint-banner {
    background-position: 50%;
  }

  .h1-privacy {
    font-size: 30px;
  }

  .container-8, .container-9 {
    width: 100vw;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .info-img {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-span-29, .text-span-30 {
    font-style: italic;
  }

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

  .summer-deal-div {
    z-index: 99;
    top: 2%;
  }

  .image-12 {
    z-index: 99;
    width: 120px;
    top: -95px;
  }

  .cta {
    height: 80px;
    margin-top: 40px;
  }

  .display-text-02 {
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 400;
  }

  .section {
    height: 20px;
  }
}

#w-node-ad4aa328-bce1-be8f-2154-d388186af596-789bbb7b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7dc0c6f8-c7e0-fc36-8ec0-7a3010d8eaad-789bbb7b {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

#w-node-e25eb073-f5ba-4026-d7ae-cecf137664a8-789bbb7b {
  align-self: center;
}

#w-node-_4d72109d-1afd-8777-009d-e91949fbf499-789bbb7b {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-_5ef26bc1-699a-92ee-d82b-36391ddf2ae2-789bbc1c, #w-node-_5ef26bc1-699a-92ee-d82b-36391ddf2af0-789bbc1c, #w-node-dadb4a94-5bee-8772-4691-7aba49fa076c-789bbc1c, #w-node-dadb4a94-5bee-8772-4691-7aba49fa0774-789bbc1c, #w-node-_8904ad1d-f250-821a-ffc3-0f61ec62cf4d-789bbc22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4953e842-c4fb-4947-1c1e-fdefc179c425-c3221b28 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-789bbc3c, #w-node-f3724dfd-8e97-152e-4206-0d305d2c9fae-789bbc3c, #w-node-_99fd8655-0d10-34f9-941f-689bc536c15f-789bbc3c, #w-node-_862177fa-f7ac-d8c1-01ff-d211f114c477-789bbc3c, #w-node-e11f37dc-33f0-f551-48ac-2fb0c9a0297f-789bbc3c, #w-node-df3d96c8-e35d-d97a-29d7-61d2c57b5dab-789bbc3c, #w-node-af9d272b-b09e-d1a8-0d77-670bd086a7d2-789bbc3c, #w-node-_9f106781-42db-8446-e0d9-2b905b333f47-789bbc3c, #w-node-_4a31621a-fbb1-055b-21ec-aa0a9a07c080-789bbc3c, #w-node-d750a3b0-b0dc-d249-410d-b544b6e02367-789bbc3c, #w-node-_7b128781-2325-1ced-bef7-899dabce264b-789bbc3c, #w-node-_5de2c488-cfe7-9b5d-14e4-eb5be7fd1b25-789bbc3c, #w-node-e8f80527-4e54-6f7d-91a3-eb98f757f64c-789bbc3c, #w-node-_0be93eb7-e961-9787-8ef9-dc7a3e8dbfc7-789bbc3c, #w-node-_09f009da-f938-4a47-c1a6-009404feb9d6-789bbc3c, #w-node-b3cc606a-f16d-1b7b-8754-7aa7a088e7d4-789bbc3c, #w-node-_505e276f-6d63-6f19-4672-902a83efded9-789bbc3c, #w-node-adf5aee4-2397-9297-680c-b1bb32846d5f-789bbc3c, #w-node-baf0325c-039d-bf3b-b862-4c01ca857b51-789bbc3c, #w-node-_50ed6b89-e746-8a7e-59b7-25a98712de59-789bbc3c, #w-node-cce065e1-a68b-23b6-924f-b9c66ddc2aab-789bbc3c, #w-node-d967fe1a-23a2-4340-373a-53af2f558ddf-789bbc3c, #w-node-_7bb3f7eb-e126-ba53-ebc1-f53d46ff7030-789bbc3c, #w-node-_6f2297da-8caa-a673-ddef-34c6d947f85f-789bbc3c, #w-node-_573c23c4-a42d-43cd-6308-6c9c90e0b11f-789bbc3c, #w-node-e7d2bfd0-1da2-818b-1cfa-d2e46aeb019d-789bbc3c, #w-node-bc27b10c-9376-6fc0-f807-fb42ee69d938-789bbc3c, #w-node-e150732c-9024-b6a2-6e26-6e3c7b29ade4-789bbc3c, #w-node-_460845c1-f494-afa1-ba23-ac6aa6686812-789bbc3c, #w-node-b3db7ace-11ae-dd1c-5600-5da506bcf218-789bbc3c, #w-node-f1bcc7fe-d007-0df6-a52d-2c3f7259407f-789bbc3c, #w-node-bd35adb4-187a-d75e-6312-4533b8ccb9ad-789bbc3c, #w-node-bf3e52c1-b266-c825-f6e1-a7ddf914200d-789bbc3c, #w-node-_2751a896-af89-5d52-9e95-22f46a612d73-789bbc3c, #w-node-b0ff9efe-0833-0551-b38e-46873c6da821-789bbc3c, #w-node-_5f74c3d7-2eba-dba6-5953-c266f7391e1c-789bbc3c, #w-node-_9115ecfb-d153-04de-4050-8a34519c1a55-789bbc3c, #w-node-_92d2bfd8-b567-1b3d-9dc2-9d416467ba7a-789bbc3c, #w-node-_624b6c0a-c8f4-723c-ebd5-44c4ef9a6466-789bbc3c, #w-node-af792063-86ef-2041-26e0-a52e360fd63f-789bbc3c, #w-node-_41296121-fab9-b742-1d3f-a2e239a9c7b2-789bbc3c, #w-node-_1ce22cca-bce8-66d5-0788-6e7f83634633-789bbc3c, #w-node-_2e214793-d56d-72f2-ce70-8944cf801216-789bbc3c, #w-node-_7b6067db-dfd8-d23a-41cd-ba4357c50dff-789bbc3c, #w-node-af54ebcc-9fbb-ff32-c328-e189675a906b-789bbc3c, #w-node-_95ee9062-194c-7139-8677-172a2a6d6b46-789bbc3c, #w-node-_88e7c186-963c-5246-043a-f8b8c09f56a0-789bbc3c, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-789bbc3c, #w-node-a141b373-694e-8956-d571-2a5caa6d73ee-789bbc3c, #w-node-_8bcd8a59-d46c-5f9e-6154-d7ddc931f4a1-789bbc3c, #w-node-f865b53e-c55b-71f5-9cee-a53c0c85e1e8-789bbc3c, #w-node-_678b5289-ba16-f1a6-cb96-5090e99345de-789bbc3c, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-789bbc5c, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-789bbc5c, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-789bbc5c, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-789bbc5c, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-789bbc5c, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-789bbc5c, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-789bbc5c, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-789bbc5c, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-789bbc5c, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-789bbc5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7da11c2-fa62-3a22-dd0c-1716a83a5a74-789bbc5f {
  grid-template-rows: auto auto minmax(auto, auto) auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1550e9d5-d0c8-db94-c761-bc95d7b1ed8a-789bbc5f {
  grid-template-rows: auto auto minmax(auto, auto) minmax(auto, auto) auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-d2d35389-9a17-e8bd-020a-e3f27d1f4bf3-789bbc5f {
  grid-template-rows: auto auto minmax(auto, auto);
  grid-template-columns: 50px 1fr;
}

#w-node-_7626912d-008a-f063-d05d-ff7dc432e4f5-789bbc5f {
  grid-template-rows: auto auto minmax(auto, auto) minmax(auto, auto) auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_7c9752b2-b3a3-46a5-641a-8b0927ebbc2a-789bbc5f {
  grid-template-rows: auto auto minmax(auto, auto);
  grid-template-columns: 50px 1fr;
}

#w-node-f7da11c2-fa62-3a22-dd0c-1716a83a5a74-789bbc60 {
  grid-template-rows: auto auto minmax(auto, auto) auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1550e9d5-d0c8-db94-c761-bc95d7b1ed8a-789bbc60 {
  grid-template-rows: auto auto minmax(auto, auto) minmax(auto, auto) auto auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_6d786e39-4cad-e01b-6dd4-c9dc732dbd1b-789bbc60 {
  grid-template-rows: auto auto minmax(auto, auto) minmax(auto, auto) auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_2b77ceed-34bd-b5f3-6fca-d22627f68799-789bbc60 {
  grid-template-rows: auto auto minmax(auto, auto) minmax(auto, auto) auto auto auto auto auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_6e47443a-04bf-3302-5a50-d1a8d893d718-789bbc60 {
  grid-template-rows: auto auto minmax(auto, auto) minmax(auto, auto);
  grid-template-columns: 50px 1fr;
}

#w-node-_3fb2cf00-da17-f05d-6f04-266b646a8c5a-789bbc60 {
  grid-template-rows: auto auto minmax(auto, auto);
  grid-template-columns: 50px 1fr;
}

#w-node-e447c706-a55f-9307-2dbf-cdfd7ae496e0-789bbc60 {
  grid-template-rows: auto auto minmax(auto, auto) auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_6d395415-df27-6d9f-c20a-90d6f7e83b99-789bbc60, #w-node-de929753-dd4a-26b0-50e9-eba55e705510-789bbc60 {
  grid-template-rows: auto auto minmax(auto, auto) auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_085f0411-904f-44c7-abfc-e76d4ba4f8d2-789bbc60 {
  grid-template-rows: auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-bf7b6982-073a-4d6e-4af6-583665532477-789bbc60, #w-node-c1bb1d15-2379-111e-b859-cdf55ece5954-789bbc60 {
  grid-template-rows: auto auto minmax(auto, auto) auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_1ea10c87-ae81-ba53-92bf-41b939f6d595-789bbc60, #w-node-bb26cc13-225d-96a7-5591-565537fbab57-789bbc60 {
  grid-template-rows: auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_647ef264-6107-2367-a224-b18da245c556-789bbc60 {
  grid-template-rows: auto auto minmax(auto, auto);
  grid-template-columns: 50px 1fr;
}

#w-node-_7827b6c9-7597-be8a-5b67-be35b16701aa-789bbc60 {
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
}

#w-node-f2c1110b-1331-62e6-ed44-9c4cc53f92d9-789bbc60 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-f2c1110b-1331-62e6-ed44-9c4cc53f92ed-789bbc60 {
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
}

#w-node-c58d794f-2796-354b-3cf5-17a7a0b14b7d-789bbc60 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-b4a824c0-91c3-9fd6-9d24-bd9ebc7f9f8d-789bbc60 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_9ff596ba-d48a-f010-774c-39d3fd3c07ce-789bbc60 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-ee8c19d8-62a3-e803-5d35-c9279ade044b-789bbc60 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_9f5d7a30-ef08-c318-3060-57d9049fdbfe-789bbc60 {
  grid-template-rows: auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_83d64938-d474-8482-f7ed-69f596dd756b-789bbc60 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_83d64938-d474-8482-f7ed-69f596dd75a3-789bbc60 {
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_739475f8-4349-8b17-2c20-dade063cb9e4-789bbc60 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_739475f8-4349-8b17-2c20-dade063cba0a-789bbc60 {
  grid-template-rows: auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_1941d137-1734-546c-36c7-2d47e65478a3-789bbc60, #w-node-_1941d137-1734-546c-36c7-2d47e65478d2-789bbc60 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_7dc0c6f8-c7e0-fc36-8ec0-7a3010d8eaad-789bbb7b {
    grid-template-rows: auto;
    grid-template-columns: 5.25fr 3fr;
  }

  #w-node-e25eb073-f5ba-4026-d7ae-cecf137664aa-789bbb7b, #w-node-_63b6030b-7543-3f63-fd38-aa533962999b-789bbb7b, #w-node-_99b2e96d-76da-3236-b98d-39a1f2cce4b9-789bbb7b, #w-node-_99b2e96d-76da-3236-b98d-39a1f2cce4bb-789bbb7b, #w-node-_5a239f16-5979-e353-d46e-d5b77fba39bf-789bbb7b, #w-node-_62cb9cb3-4318-7037-29d1-6e60e514a30f-789bbb7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d72109d-1afd-8777-009d-e91949fbf499-789bbb7b {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 2.5fr;
  }

  #w-node-_4d72109d-1afd-8777-009d-e91949fbf49b-789bbb7b {
    grid-row: span 1 / span 1;
  }

  #w-node-_4953e842-c4fb-4947-1c1e-fdefc179c425-c3221b28 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 2.5fr;
  }

  #w-node-_4953e842-c4fb-4947-1c1e-fdefc179c429-c3221b28 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3031266c-38d1-fa3e-80a4-4a00f1341152-789bbb7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_4d72109d-1afd-8777-009d-e91949fbf499-789bbb7b, #w-node-_4953e842-c4fb-4947-1c1e-fdefc179c425-c3221b28 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 2fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ad4aa328-bce1-be8f-2154-d388186af596-789bbb7b {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_7dc0c6f8-c7e0-fc36-8ec0-7a3010d8eaad-789bbb7b {
    grid-template-rows: auto;
    grid-template-columns: 5.25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad4aa328-bce1-be8f-2154-d388186af596-789bbb7b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7dc0c6f8-c7e0-fc36-8ec0-7a3010d8eaad-789bbb7b {
    grid-template-rows: auto;
    grid-template-columns: 5.25fr;
  }

  #w-node-_3031266c-38d1-fa3e-80a4-4a00f1341152-789bbb7b {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-789bbc3c, #w-node-f3724dfd-8e97-152e-4206-0d305d2c9fae-789bbc3c, #w-node-_99fd8655-0d10-34f9-941f-689bc536c15f-789bbc3c, #w-node-_862177fa-f7ac-d8c1-01ff-d211f114c477-789bbc3c, #w-node-e11f37dc-33f0-f551-48ac-2fb0c9a0297f-789bbc3c, #w-node-df3d96c8-e35d-d97a-29d7-61d2c57b5dab-789bbc3c, #w-node-af9d272b-b09e-d1a8-0d77-670bd086a7d2-789bbc3c, #w-node-_9f106781-42db-8446-e0d9-2b905b333f47-789bbc3c, #w-node-_4a31621a-fbb1-055b-21ec-aa0a9a07c080-789bbc3c, #w-node-d750a3b0-b0dc-d249-410d-b544b6e02367-789bbc3c, #w-node-_7b128781-2325-1ced-bef7-899dabce264b-789bbc3c, #w-node-_5de2c488-cfe7-9b5d-14e4-eb5be7fd1b25-789bbc3c, #w-node-e8f80527-4e54-6f7d-91a3-eb98f757f64c-789bbc3c, #w-node-_0be93eb7-e961-9787-8ef9-dc7a3e8dbfc7-789bbc3c, #w-node-_09f009da-f938-4a47-c1a6-009404feb9d6-789bbc3c, #w-node-b3cc606a-f16d-1b7b-8754-7aa7a088e7d4-789bbc3c, #w-node-_505e276f-6d63-6f19-4672-902a83efded9-789bbc3c, #w-node-adf5aee4-2397-9297-680c-b1bb32846d5f-789bbc3c, #w-node-baf0325c-039d-bf3b-b862-4c01ca857b51-789bbc3c, #w-node-_50ed6b89-e746-8a7e-59b7-25a98712de59-789bbc3c, #w-node-cce065e1-a68b-23b6-924f-b9c66ddc2aab-789bbc3c, #w-node-d967fe1a-23a2-4340-373a-53af2f558ddf-789bbc3c, #w-node-_7bb3f7eb-e126-ba53-ebc1-f53d46ff7030-789bbc3c, #w-node-_6f2297da-8caa-a673-ddef-34c6d947f85f-789bbc3c, #w-node-_573c23c4-a42d-43cd-6308-6c9c90e0b11f-789bbc3c, #w-node-e7d2bfd0-1da2-818b-1cfa-d2e46aeb019d-789bbc3c, #w-node-bc27b10c-9376-6fc0-f807-fb42ee69d938-789bbc3c, #w-node-e150732c-9024-b6a2-6e26-6e3c7b29ade4-789bbc3c, #w-node-_460845c1-f494-afa1-ba23-ac6aa6686812-789bbc3c, #w-node-b3db7ace-11ae-dd1c-5600-5da506bcf218-789bbc3c, #w-node-f1bcc7fe-d007-0df6-a52d-2c3f7259407f-789bbc3c, #w-node-bd35adb4-187a-d75e-6312-4533b8ccb9ad-789bbc3c, #w-node-bf3e52c1-b266-c825-f6e1-a7ddf914200d-789bbc3c, #w-node-_2751a896-af89-5d52-9e95-22f46a612d73-789bbc3c, #w-node-b0ff9efe-0833-0551-b38e-46873c6da821-789bbc3c, #w-node-_5f74c3d7-2eba-dba6-5953-c266f7391e1c-789bbc3c, #w-node-_9115ecfb-d153-04de-4050-8a34519c1a55-789bbc3c, #w-node-_92d2bfd8-b567-1b3d-9dc2-9d416467ba7a-789bbc3c, #w-node-_624b6c0a-c8f4-723c-ebd5-44c4ef9a6466-789bbc3c, #w-node-af792063-86ef-2041-26e0-a52e360fd63f-789bbc3c, #w-node-_41296121-fab9-b742-1d3f-a2e239a9c7b2-789bbc3c, #w-node-_1ce22cca-bce8-66d5-0788-6e7f83634633-789bbc3c, #w-node-_2e214793-d56d-72f2-ce70-8944cf801216-789bbc3c, #w-node-_7b6067db-dfd8-d23a-41cd-ba4357c50dff-789bbc3c, #w-node-af54ebcc-9fbb-ff32-c328-e189675a906b-789bbc3c, #w-node-_95ee9062-194c-7139-8677-172a2a6d6b46-789bbc3c, #w-node-_88e7c186-963c-5246-043a-f8b8c09f56a0-789bbc3c, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc47-789bbc3c, #w-node-a141b373-694e-8956-d571-2a5caa6d73ee-789bbc3c, #w-node-_8bcd8a59-d46c-5f9e-6154-d7ddc931f4a1-789bbc3c, #w-node-f865b53e-c55b-71f5-9cee-a53c0c85e1e8-789bbc3c, #w-node-_678b5289-ba16-f1a6-cb96-5090e99345de-789bbc3c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome Brands 400 Reg';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 400 Reg';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}