@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: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-dark: #0f0c05;
  --primary: #ef652e;
  --lynx--weiss-90: #fffc;
  --color: #f000;
  --_e---color: #bf2633;
  --white: white;
  --white-50: #ffffff80;
  --primary-light: #f4f2f1;
  --black: black;
  --gray: #e9e9e9;
  --light-gray: #f9f9fa;
  --lynx--white: white;
  --red: var(--_e---color);
  --lynx--black: #1f2022;
  --dark-gray: #afafaf;
  --dark-gray-50: #afafaf80;
  --_e---color-4: #c89b5a;
  --_e---color-8: #bf9056;
  --_e---color-2: #59181e;
  --_e---color-9: #735634;
  --paragraph-gray: #535353;
  --lynx--grey: #797c83;
  --_e---color-11: #352e24;
  --_e---color-3: #8c232c;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-500: #6b7094;
  --lynx--deep-pink: #fd4b8b;
  --lynx--medium-purple: #8979ec;
  --_e---color-5: #546a7b;
  --_e---color-6: #d4a017;
  --_e---color-7: #160f05;
  --_e---color-10: #401d10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--primary-dark);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--primary-dark);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/double-quotes.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.section {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90));
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px;
}

.section.light-background._6666 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section.light-background._888 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
}

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

.section.without-bottom-spacing {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-sephia-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-get-started {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Screenshot-2025-01-20-000235.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 100px;
  padding-right: 100px;
  overflow: clip;
}

.section.bg-texture {
  color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 0;
}

.section.bg-texture.zz {
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-texture-two {
  background-image: linear-gradient(to bottom, var(--white-50), var(--white-50));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.light-background-with-elements {
  background-color: var(--primary-light);
  background-image: url('../images/BannerB-bg.svg'), url('../images/BannerA-bg.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, 30%;
}

.section.details-dark-bg {
  background-color: var(--black);
  padding-top: 120px;
}

.section.details-page-reg-nav {
  padding-top: 50px;
}

.section.light-background-copy {
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px 0 40px 60px;
}

.base-container {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
}

.base-container.align-left {
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.base-container.full-width {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-bottom: 27px;
  padding-left: 0;
  padding-right: 0;
}

.base-container.footer-style {
  max-width: 1210px;
  padding-left: 0;
  padding-right: 0;
}

.base-container.oooc {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 0;
  overflow: visible;
}

.base-container._55 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.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 {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

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

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  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;
}

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

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

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

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

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

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

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

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

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

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

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

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

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

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

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.primary-button {
  border: 1px solid var(--white-50);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #ffffff1a;
  border-radius: 50px;
  padding: 14px 26px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

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

.primary-button.dark {
  border-color: var(--white) var(--white) var(--lynx--white);
  background-color: var(--color);
  color: var(--white);
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

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

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

.primary-button.pagination {
  border-color: var(--black);
  background-color: var(--black);
  margin-top: 30px;
}

.primary-button.pagination:hover {
  color: var(--black);
  background-color: #0000;
}

.primary-button.dark-full-screen {
  border-color: var(--black);
  background-color: var(--black);
  width: 40%;
}

.primary-button.dark-full-screen:hover {
  color: var(--black);
  background-color: #0000;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.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: 50px;
}

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

.navbar {
  background-color: var(--white);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-left: 30px;
}

.nav-link {
  padding: 20px 15px;
}

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

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

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

.nav-link.white-style:hover {
  color: #ffffffb3;
}

.nav-dropdown-toggle {
  color: var(--color);
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
}

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

.nav-dropdown-list {
  border: 1px solid var(--white);
  background-color: #fffffff5;
  border-radius: 20px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

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

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

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--black);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--red);
  margin-left: 0;
}

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

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

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

.nav-dropdown-link.w--current:hover {
  color: var(--red);
}

.nav-item-title {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
  transition: color .3s;
}

.nav-item-title.white-style {
  color: var(--white);
  font-size: 20px;
}

.nav-item-title.white-style:hover {
  color: #ffffffb3;
}

.nav-item-title.white-style.gerge, .nav-item-title.white-style.gerge.w--current, .nav-item-title.white-style.fhj {
  color: var(--color);
}

.pages-banner {
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: center;
  min-height: 440px;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
}

.pages-banner.about-us {
  background-image: linear-gradient(#0f0c05b3, #0f0c05b3), url('../images/2007_04_22-Hospizkonzert-by-Walter-Graf-255_Bildgröße-ändern.JPG');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
  margin-bottom: 0;
}

.pages-banner.about-us.ssx {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/TBI-Mozart-149.jpg');
  background-position: 0 0, 0 0, 50% 80%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.pages-banner.about-us.f {
  background-image: linear-gradient(#00000091, #00000091), linear-gradient(#0000, #0000), url('../images/2007_04_22-Hospizkonzert-by-Walter-Graf-255_Bildgröße-ändern.JPG');
  background-position: 0 0, 0 0, 50% 80%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.pages-banner.about-us.f.j {
  background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#0000, #0000), url('../images/hofburg-konzert-innsbruck-c-rupert-larl-1408x939.webp');
  background-position: 0 0, 0 0, 50% 80%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.pages-banner.about-us.xy {
  background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#0000, #0000), url('../images/CB4B54871x_1-1.png');
  background-position: 0 0, 0 0, 50% 80%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.pages-banner.our-actors {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/pexels-cottonbro-studio-6896179-cropp_1pexels-cottonbro-studio-6896179-cropp.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.our-history {
  background-image: linear-gradient(#0f0c05b3, #0f0c05b3), url('../images/dsf0742-1.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
}

.pages-banner.studio {
  background-image: linear-gradient(#0f0c05b3, #0f0c05b3), url('../images/OdTBI-20-jahre-beethoven-gala-08-03-2020-c-sigl-9844.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
}

.pages-banner.shows {
  background-image: linear-gradient(#0f0c05b3, #0f0c05b3), url('../images/Barocktage-10.5.2015-66.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 60vh;
}

.pages-banner.our-shop {
  background-image: linear-gradient(#0f0c05cc, #0f0c05cc), url('../images/Zeichenfläche-1i.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.contact-us {
  background-image: linear-gradient(#0f0c05cc, #0f0c05cc), url('../images/Zeichenfläche-1i.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.pages-banner.contact-us.nghnghn {
  background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#0000, #0000), url('../images/img_5099-reduzierte-groesse.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.pages-banner.testimonials-style {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/vlah-dumitru-FvmwloIbCeQ-unsplash-1-1_1vlah-dumitru-FvmwloIbCeQ-unsplash (1) (1).webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.news {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/kilyan-sockalingum-nW1n9eNHOsc-unsplash_1kilyan-sockalingum-nW1n9eNHOsc-unsplash.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.pages-banner.news-details {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 130px;
  padding-bottom: 80px;
  position: relative;
}

.pages-banner.faq {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/closes-theater-curtains-2025-01-09-09-28-42-utc1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
}

.pages-banner.tickets, .pages-banner.changelog-style {
  background-image: linear-gradient(#0f0c0580, #0f0c0580), url('../images/kilyan-sockalingum-nW1n9eNHOsc-unsplash_1kilyan-sockalingum-nW1n9eNHOsc-unsplash.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.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-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.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: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link:hover {
  color: var(--primary);
}

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

.banner-title {
  color: var(--white);
  text-align: center;
  font-family: Philosopher, sans-serif;
}

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

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

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.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-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: var(--dark-gray);
  text-transform: uppercase;
  font-weight: 400;
}

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

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

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

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

.password-input {
  border: 1px solid var(--dark-gray-50);
  border-radius: 50px;
  min-width: 280px;
  height: auto;
  margin-bottom: 10px;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

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

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

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

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

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

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--gray);
  border-radius: 50px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 24px;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
}

.coming-soon-input::placeholder {
  font-size: 16px;
  line-height: 1em;
}

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

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

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

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-grid-image-link {
  min-width: 100%;
  overflow: hidden;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 240px;
  transition: transform .5s;
}

.blog-grid-image:hover {
  transform: scale(1.04);
}

.blog-grid-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-grid-item {
  background-color: var(--white);
  width: 31.5%;
  display: inline-block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-item-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

.blog-post-title {
  color: var(--_e---color);
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-grid-post-wrapper {
  height: auto;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
}

.blog-template-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-date {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid var(--dark-gray-50);
  align-items: center;
  margin-top: 80px;
  padding-top: 20px;
  display: flex;
}

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

.next-post-arrow {
  color: var(--dark-gray);
  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: center;
  width: auto;
  display: flex;
}

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

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: clip;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-rights {
  color: #afafafcc;
}

.footer-copyright {
  color: #afafafcc;
  line-height: 1.3em;
  text-decoration: none;
  display: inline;
}

.footer-copyright:hover {
  text-decoration: none;
}

.footer-copyright.w--current:hover {
  text-decoration: underline;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.section-title-wrapper {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 0;
}

.section-title-wrapper.x {
  margin-top: 40px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.team-card {
  width: 100%;
  transition: opacity .2s, color .3s;
}

.team-card-image {
  color: var(--primary);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 310px;
  transition: transform .6s;
}

.team-card-image:hover {
  transform: scale(1.06);
}

.team-card-content-wrapper {
  padding-top: 20px;
}

.team-member-position {
  color: #525252;
  margin-top: 7px;
  margin-bottom: 0;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

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

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
  position: relative;
}

.banner-title-wrapper.news-details {
  max-width: 860px;
}

.text-white {
  color: var(--black);
}

.section-title-description {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 22px;
}

.section-title {
  color: var(--primary-dark);
  text-align: center;
  text-transform: none;
  margin-top: 140px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.section-title._22 {
  color: var(--primary-dark);
  margin-bottom: 10px;
  font-family: Philosopher, sans-serif;
}

.section-title._55 {
  color: var(--primary-dark);
}

.section-title._45345 {
  color: var(--primary-dark);
  margin-top: 60px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  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%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.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 {
  width: 50%;
  margin-right: 15px;
}

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

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

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

.light-background {
  background-color: var(--light-gray);
}

.coming-soon-image {
  max-width: 480px;
}

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

.contacts-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contacts-form-wrapper {
  background-color: var(--white);
  width: 50%;
  margin-left: 60px;
  padding: 40px;
}

.contacts-divider {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

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

.paragraph-no-margin {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 300;
  display: block;
}

.paragraph-no-margin.text-white {
  color: var(--white);
}

.paragraph-no-margin.accordion-item {
  background-color: var(--color);
  box-shadow: none;
  color: var(--black);
}

.paragraph-no-margin.d {
  color: var(--black);
}

.hidden {
  display: none;
}

.contacts-textarea {
  border-style: solid;
  border-width: 1px;
  border-color: var(--white) var(--white) var(--dark-gray-50);
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 140px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 0;
  font-size: 16px;
}

.contacts-textarea:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--_e---color);
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.contacts-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--white) var(--white) var(--dark-gray-50);
  background-color: var(--white);
  color: var(--primary-dark);
  border-radius: 0;
  height: auto;
  padding: 0 0 10px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--red);
}

.contacts-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.contacts-form-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}

.footer-link {
  color: #afafafcc;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

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

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  border-bottom: 1px solid #afafaf33;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 60px 0 40px;
  padding-bottom: 60px;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.footer-brand {
  color: #fff;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  color: #fff;
  margin-right: 30px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--_e---color);
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-wrap-input {
  border: 1px solid var(--dark-gray-50);
  color: var(--primary-dark);
  background-color: #0000;
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-wrap-input:focus {
  border-color: var(--primary);
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1001;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-top: -6px;
  margin-right: -6px;
  padding: 6px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-shop-con {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.navbar-search-icon {
  cursor: pointer;
  padding: 10px;
}

.navbar-search-icon.white-style {
  filter: invert();
}

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

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

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

.search-input {
  border: 1px solid var(--dark-gray-50);
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::placeholder {
  color: var(--dark-gray);
}

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

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

.footer-brand-description {
  color: #afafafcc;
  text-align: left;
  line-height: 1.2em;
}

.service-details-content-wrapper {
  width: 70%;
}

.service-details-sidebar-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #afafaf1a;
  flex-direction: column;
  width: 30%;
  padding: 30px 40px;
  display: flex;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 20px #0000001a;
}

.service-details-content {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrapper.bottom-section-style {
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.button-wrapper.bottom-section-style.v {
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-wrapper.tablet-nav {
  display: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden._2 {
  border-radius: 0;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

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

.about-3-tab-link {
  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(--primary-dark);
  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: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.nav-dropdown-column {
  width: 33.33%;
}

.mb-20 {
  margin-bottom: 20px;
}

.navbar-absolute {
  z-index: 9999;
  background-color: #0000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.empty-state {
  background-color: #0000;
  padding: 0;
}

.welcome-wrapper {
  grid-column-gap: 80px;
  padding-bottom: 40px;
  display: flex;
}

.feature-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.welcome-image {
  mix-blend-mode: normal;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.feature-text {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
}

.feature-text.ww {
  color: var(--black);
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper {
  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;
}

.footer-blog {
  display: flex;
}

.footer-blog-wrapper {
  width: 75%;
}

.footer-blog-title {
  background-color: var(--_e---color);
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  padding-left: 15px;
  padding-right: 20px;
  display: flex;
}

.footer-blog-item {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding: 40px 40px 40px 20px;
  display: flex;
  box-shadow: -20px 0 30px #0000001a;
}

.footer-blog-list {
  display: flex;
}

.footer-blog-date {
  background-color: var(--color);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  padding: 4px 12px;
  font-weight: 300;
}

.footer-blog-date.news-page-style {
  z-index: 999;
  margin-top: -15px;
  margin-bottom: 15px;
  position: relative;
}

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

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

.home-testimonial-card {
  border: 4px none var(--white);
  background-color: var(--color);
  color: var(--primary-dark);
  text-align: center;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  width: 300px;
  padding: 20px 30px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 30px #0000001a;
}

.home-testimonial-card:hover {
  transform: translate(0, -10px);
}

.home-testimonial-card.tablet-one-item._3 {
  background-image: url('../images/250px-logo_hypo_tirol_bank_stand_2020.svg_-1.png');
  background-size: cover;
  border-style: none;
  width: 300px;
}

.home-testimonial-card._2 {
  background-image: url('../images/edel-gruppe-premium-partner-309150930-e1701102578673.png');
  background-size: cover;
  border-style: none;
  width: 300px;
  height: 300px;
}

.home-testimonial-card.ff {
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.home-testimonials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: minmax(308px, 3.25fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.home-testimonials-author {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-self: auto;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.home-11-testimonials-name {
  margin-top: 0;
  margin-bottom: 0;
}

.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: var(--primary);
  justify-content: center;
  display: flex;
}

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

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

.get-started-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.get-started-text-wrap {
  width: 70%;
}

.subtitle-main {
  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;
  transition: color .2s;
  display: flex;
}

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

.event-card-label {
  z-index: 1;
  border: 1px solid var(--white-50);
  background-color: #ffffff1a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 143px;
  display: flex;
  position: relative;
  top: 40px;
  right: 40px;
}

.home-event-card {
  width: auto;
  height: 450px;
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
}

.home-event-card:hover {
  opacity: 1;
}

.home-link-card-image {
  filter: brightness(60%);
  object-fit: cover;
  background-image: linear-gradient(#0006, #0006), url('../images/Screenshot-2025-01-19-232013.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 300px;
  height: 400px;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.event-card-text {
  color: var(--white);
  margin-bottom: 4px;
  font-size: 14px;
}

.card-text-position {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-event-day {
  color: var(--white);
  font-family: Crimson Text, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
}

.home-event-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

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

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

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

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

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

.home-events-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.main-events-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.home-23-events-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: inline-block;
}

.event-item-horizontal {
  border-bottom: 1px solid var(--dark-gray-50);
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.event-description {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.event-date {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
}

.event-heading {
  color: var(--primary-dark);
  margin-bottom: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
}

.event-heading:hover {
  color: var(--primary);
}

.event-heading._22 {
  color: var(--lynx--white);
  width: 120%;
  padding-top: 0;
  font-family: Philosopher, sans-serif;
}

.event-heading._22:hover {
  color: var(--_e---color-4);
}

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

.brand-tablet {
  display: none;
}

.brand {
  margin-top: -4px;
}

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

.shop-category-tabs {
  width: 100%;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.shop-tab-link {
  border: 1px solid var(--dark-gray-50);
  color: var(--primary-dark);
  background-color: #afafaf1a;
  border-radius: 50px;
  padding: 10px 18px;
}

.shop-tab-link.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.shop-category-tabs-content {
  overflow: visible;
}

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

.shop-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.shop-tabs {
  width: 100%;
}

.main-shop-list-item {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-list-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 400px;
  transition: transform .3s;
  box-shadow: 7px 7px 50px #0000000d;
}

.shop-list-image:hover {
  transform: scale(1.06);
}

.shop-link-block {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.shop-links-wrapper {
  position: relative;
}

.shop-item-price {
  margin-top: 10px;
  font-size: 18px;
}

.shop-item-link {
  font-size: 20px;
  font-weight: 700;
}

.shop-item-link:hover {
  color: #0e0e0e;
}

.on-sale-tag {
  z-index: 999;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 18px;
  position: absolute;
  inset: 15px 15px auto auto;
  box-shadow: 0 10px 50px #0000000d;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-item-price-on-sale {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
}

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

.shop-details-slider {
  background-color: #0000;
  height: 570px;
}

.shop-details-image-lightbox {
  width: 100%;
  height: 100%;
}

.shop-details-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop-details-left-arrow {
  background-color: var(--primary-dark);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-left-arrow:hover {
  background-color: var(--primary);
  color: var(--white);
}

.arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.shop-details-right-arrow {
  background-color: var(--primary-dark);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-right-arrow:hover {
  background-color: var(--primary);
  color: var(--white);
}

.shop-details-slide-nav {
  font-size: 10px;
}

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

.shop-item-info-wrapper {
  grid-row-gap: 10px;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.shop-details-subtitle {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  flex-flow: wrap;
  display: flex;
}

.shop-price-on-sale {
  color: #737886;
  text-decoration: line-through;
}

.shop-price-on-sale.white-style {
  color: var(--white-50);
}

.shop-details-block {
  grid-row-gap: 25px;
  background-color: #ffffff1a;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  padding: 50px;
  display: flex;
  box-shadow: 0 10px 50px #0000000d;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section-two-side-title-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.details-page-title.text-white {
  color: var(--black);
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message, .error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.form-contacts {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.banner-section-photo {
  background-image: linear-gradient(#0009, #0009), url('../images/pexels-robert-stokoe-2736742-1-1_1pexels-robert-stokoe-2736742 (1) (1).webp');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  min-height: 680px;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content-container {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.banner-content-container.left-align {
  text-align: left;
  align-items: flex-start;
}

.home-main-title {
  z-index: 999;
  color: var(--_e---color-4);
  letter-spacing: normal;
  text-transform: none;
  width: 90%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Philosopher, sans-serif;
  font-size: 60px;
  position: relative;
}

.home-main-banner-discription {
  color: #fff;
  width: 56%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.4em;
}

.column-two {
  width: 80%;
  height: 100%;
}

.two-column-wrapper {
  z-index: 999;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.two-column-wrapper.center {
  align-items: center;
  margin-top: 80px;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.two-column-wrapper.center-reverse {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.column-one {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 59%;
  height: auto;
  display: flex;
}

.about-block-image {
  z-index: 2;
  background-color: var(--color);
  color: var(--primary-dark);
  mix-blend-mode: normal;
  object-fit: cover;
  width: auto;
  height: auto;
  min-height: auto;
  position: relative;
}

.about-block-image:hover {
  background-color: var(--gray);
}

.about-block-image.cover-align-left {
  object-position: 0% 50%;
  margin-right: 0;
  padding-right: 0;
}

.in-section-title {
  color: var(--primary-dark);
  text-align: left;
  -webkit-text-stroke-color: var(--primary);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Philosopher, sans-serif;
  font-size: 57px;
}

.in-section-title.text-white {
  color: var(--_e---color);
}

.in-section-title.text-white._999 {
  color: var(--_e---color-4);
}

.event-category-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  display: flex;
}

.event-caregory-info-link {
  grid-column-gap: 20px;
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.event-category-item {
  width: 30%;
}

.no-top-margin {
  color: var(--white);
  text-align: center;
  margin-top: 0;
}

.event-category-image {
  object-fit: cover;
  width: 100%;
  height: 260px;
  transition: transform .6s;
}

.event-category-image:hover {
  transform: scale(1.06);
}

.event-category-image.bigger {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  width: 340px;
  max-width: none;
  height: 340px;
}

.event-category-image.bigger:hover {
  filter: none;
}

.event-category-image.bigger._1 {
  filter: grayscale();
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.event-category-image.bigger._1:hover {
  filter: none;
}

.event-category-image.bigger._1._2 {
  opacity: 1;
  filter: grayscale();
  mix-blend-mode: normal;
  background-image: none;
}

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

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

.flex-horizontal-align-center.reverse {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row-reverse;
}

.flex-horizontal-align-center.mobile-bottom-spacing {
  height: 176.267vh;
}

.column-wrapper {
  width: 50%;
}

.portfolio-right-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 75%;
  display: flex;
}

.portfolio-horizontal-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
  transition: all .6s;
}

.portfolio-horizontal-image:hover {
  transform: scale(1.06);
}

.full-width {
  width: 100%;
}

.full-width.w--open {
  z-index: 999;
}

.portfolio-verical-image {
  object-fit: cover;
  width: 100%;
  height: 450px;
  transition: all .5s;
}

.portfolio-verical-image:hover {
  transform: scale(1.06);
}

.flex-vertical-align-end {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.title-hover {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  transition: color .3s;
}

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

.title-hover.white-style {
  color: var(--white);
  display: flex;
}

.title-hover.white-style:hover {
  color: var(--primary);
}

.video-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.video-big {
  z-index: 999;
  background-image: linear-gradient(to top, #00000080, #fff0), linear-gradient(#00000080, #00000080), url('../images/vlah-dumitru-FvmwloIbCeQ-unsplash-1-1_1vlah-dumitru-FvmwloIbCeQ-unsplash (1) (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video-big.in-section-style {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(0deg, #00000080, #fff0), linear-gradient(#0000, #0000), url('../images/Screenshot-2025-01-30-014500.png');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  height: 650px;
  min-height: auto;
  margin-bottom: 0;
}

.video-content-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px;
  display: flex;
}

.video-content-wrapper.in-section-video {
  justify-content: center;
  align-items: center;
}

.video-content-wrapper.bigger-paddings {
  padding-left: 40px;
  padding-right: 40px;
}

.video-content {
  width: 60%;
}

.icon-bottom {
  width: 10px;
  height: 10px;
}

.icon-bottom.big {
  width: 16px;
  height: 16px;
}

.button-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.button-icon.button-icon-top {
  position: absolute;
  left: -100%;
}

.clip {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-top {
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}

.icon-top.dark {
  filter: none;
}

.load {
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons-wrapper {
  z-index: 1000;
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.btn-circle {
  border: 1px solid var(--white-50);
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.button-group-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group-wrapper.vsdvd {
  flex-flow: row;
  padding-bottom: 20px;
}

.btn-banner-text {
  color: var(--white);
}

.btn-banner-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.button-animated {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white-50);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff1a;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  width: auto;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  margin-top: 0;
  margin-left: 10px;
  padding: 14px 26px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.button-animated.w--current {
  width: auto;
  margin-top: 0;
}

.button-animated.dark {
  border-color: var(--dark-gray-50);
  background-color: #afafaf1a;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 9px 19px;
  display: flex;
}

.button-animated.dark._1 {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0;
}

.button-animated.dark._1.fereg {
  padding-right: 10px;
}

.button-animated.contact {
  width: auto;
  margin-top: 0;
  margin-right: 20px;
}

.button-animated.sdv {
  border-color: var(--lynx--white);
  opacity: 1;
  color: var(--black);
  background-image: none;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-title-text {
  color: #fff;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1.2em;
  display: flex;
}

.btn-title-text.dark {
  color: var(--white);
}

.btn-title-text.sdv {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.btn-title-text.fsdf {
  color: var(--white);
}

.btn-circle-big {
  border: 1px solid var(--white-50);
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.link-with-arrow-underline {
  border-bottom: 1px solid var(--dark-gray-50);
  color: var(--primary-dark);
  background-image: url('../images/right-arrow-slim.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-bottom: 4px;
  padding-right: 30px;
  transition-property: all;
  transition-duration: .3s;
  display: inline-block;
}

.link-with-arrow-underline:hover {
  border-bottom-color: var(--primary);
  background-image: url('../images/right-arrow-slim.svg');
  background-repeat: no-repeat;
  background-size: 0 20px;
  padding-right: 0;
}

.footer-wrapper-top {
  background-color: #afafaf1a;
  border-radius: 50px;
  justify-content: space-between;
  width: 97%;
  padding: 15px 20px;
  display: flex;
}

.footer-subtitle {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

.divider-footer {
  background-color: #afafaf33;
  width: 1px;
}

.cart-button {
  background-color: #0000;
  margin-right: 4px;
  padding: 10px 4px;
}

.cart-quantity {
  background-color: var(--primary);
  color: var(--white);
  margin-top: -10px;
  margin-left: -4px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 300;
  position: relative;
}

.cart-icon {
  filter: invert();
}

.cart-icon.dark {
  filter: none;
}

.text-span-italic-color {
  filter: none;
  color: var(--_e---color-4);
  letter-spacing: 1.4px;
  mix-blend-mode: normal;
  font-family: Philosopher, sans-serif;
  font-style: italic;
}

.text-span-italic-color.ggg, .text-span-italic-color.gggg {
  color: var(--_e---color-8);
}

.event-date-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  text-align: left;
  border-radius: 0;
  width: 144px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 40px;
}

.event-day {
  color: var(--_e---color-4);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin: 0 40px 0 0;
  padding-right: 0;
  font-family: Philosopher, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.collection-list-wrapper-event-list {
  width: 100%;
}

.event-button-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.event-button-wrapper._1 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.event-button-wrapper._1-copy {
  font-size: 13px;
}

.event-button-wrapper.ergerger {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.main-event-location {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 193px;
  margin-right: 60px;
  display: flex;
}

.event-type {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 25%;
  margin-right: 100px;
  display: flex;
}

.no-margin {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
}

.no-margin.text-white {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-time-wrapp {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-actors {
  width: 100%;
}

.margin-top-20-mobile-15 {
  color: var(--primary-dark);
  margin-top: 20px;
}

.home-event-cards-wrapper, .team-item {
  width: 100%;
}

.event-time {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.home-video-banner {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.background-video {
  background-image: linear-gradient(350deg, black, var(--color) 31%), linear-gradient(to bottom, #0f0c05cc, #0f0c05cc);
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.home-2-title {
  z-index: 999;
  color: #fff;
  width: 74%;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.video-in-section {
  z-index: 999;
  background-image: linear-gradient(to top, #00000080, #fff0), linear-gradient(#00000080, #00000080), url('../images/vlah-dumitru-FvmwloIbCeQ-unsplash-1-1_1vlah-dumitru-FvmwloIbCeQ-unsplash (1) (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.background {
  background-image: url('../images/Screenshot-2025-01-14-183434.png');
  background-position: 0%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.instagram-three {
  background-image: url('../images/WhatsApp-Image-2025-10-27-at-21.04.59.jpeg');
}

.background.instagram-two {
  background-image: url('../images/dsf0742-1.jpg');
}

.background.instagram-four {
  background-image: url('../images/wolfgang-kostnerc2a9joanna-stoga.jpg');
}

.overlay-footer {
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.instagram {
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skew-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.insragram-icon {
  color: #fff;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid var(--dark-gray-50);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.home-3-banner {
  background-color: var(--primary-dark);
  background-image: url('../images/Banner3-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 640px;
  padding-top: 130px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-3-banner-discription {
  color: #fff;
  width: 42%;
  margin-top: 0;
  margin-bottom: 10px;
}

.image-banner {
  object-fit: cover;
  width: 190px;
  height: 260px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-banner.five {
  width: 230px;
  height: 120px;
  inset: auto 13% 0% auto;
}

.image-banner.four {
  width: 200px;
  height: 250px;
  inset: 35% 3% auto auto;
}

.image-banner.three {
  width: 140px;
  height: 180px;
  inset: 18% 0% auto auto;
}

.image-banner.two {
  width: 140px;
  height: 180px;
  inset: 15% auto auto 0%;
}

.image-banner.six {
  width: 180px;
  height: 150px;
  top: auto;
  bottom: 0;
  left: 16%;
}

.image-banner.one {
  bottom: 20%;
  left: 4%;
}

.image-banner.seven {
  filter: grayscale();
  width: 140px;
  height: 180px;
  bottom: 0%;
  left: 0%;
}

.image-banner.eight {
  filter: grayscale();
  object-position: 30% 50%;
  width: 110px;
  height: 180px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.line {
  background-color: #afafaf1a;
  height: 2px;
  position: relative;
}

.tab-info {
  padding: 40px;
}

.tab-year {
  background-color: #0000;
  flex: 1;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.tab-year.w--current {
  background-color: #0000;
}

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

.tabs-content-history {
  min-height: 350px;
}

.tabs-menu-hisory {
  display: flex;
}

.history-heading {
  font-family: Philosopher, sans-serif;
}

.year {
  color: var(--dark-gray);
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
}

.circle {
  z-index: 3;
  background-color: var(--dark-gray);
  color: var(--_e---color);
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: auto 0% 0% 50%;
  transform: translate(-7px, -3px);
}

.history {
  background-color: var(--white);
  width: 100%;
  box-shadow: 0 4px 15px #0000000f;
}

.history-image-wrapper {
  max-width: 50%;
}

.info-text {
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: center;
  max-width: 500px;
  padding-left: 0;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
}

.team-social-icon:hover {
  color: var(--primary-dark);
}

.team-social-icon.email {
  font-family: "Fa solid 900", sans-serif;
}

.team-social-icon.phone {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.member-job-position {
  margin-bottom: 5px;
  line-height: 1em;
}

.actor-details-content-block {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.actor-details-block {
  grid-row-gap: 25px;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  padding: 50px;
  display: flex;
  box-shadow: 0 4px 15px #0000000f;
}

.actor-item-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.actor-details-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.actor-details-image {
  background-color: var(--white);
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 560px;
  padding: 20px;
  box-shadow: 0 4px 15px #0000000f;
}

.actor-details-title-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.video-in-section-studio {
  z-index: 999;
  background-image: linear-gradient(0deg, #0003, #fff0), linear-gradient(#0003, #0003), url('../images/Screenshot-2025-02-09-133817.png');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.shows-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.shows-category-tabs-content {
  overflow: visible;
}

.shows-tabs, .shows-category-tabs {
  width: 100%;
}

.shows-tab-link {
  border: 1px solid var(--dark-gray-50);
  color: var(--primary-dark);
  background-color: #afafaf1a;
  border-radius: 50px;
  padding: 10px 18px;
}

.shows-tab-link.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.event-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.event-card {
  width: 100%;
  height: 450px;
  position: relative;
}

.event-card:hover {
  opacity: 1;
}

.image-show-main {
  object-fit: cover;
  border: 1px solid #ffffff1a;
  width: 100%;
  height: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text-style-white {
  color: var(--white);
}

.rich-text-style-white h2 {
  color: var(--white);
  margin-bottom: 15px;
}

.rich-text-style-white h3, .rich-text-style-white h4 {
  color: var(--white);
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style-white h5, .rich-text-style-white h6 {
  color: var(--white);
  margin-top: 20px;
}

.rich-text-style-white ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style-white img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style-white h1 {
  color: var(--white);
}

.rich-text-style-white.negative-margin-10-top {
  margin-top: -10px;
}

.shows-detail-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  transition: color .2s;
}

.shows-detail-link:hover {
  color: var(--primary);
}

.collection-list-shows-details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.director-title {
  color: var(--white);
  margin-bottom: 0;
}

.date-wrapp-shows-details {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  flex-flow: wrap;
  margin-top: 15px;
  display: flex;
}

.divider-small {
  margin: 0 4px;
}

.gallery-wrapper {
  width: 100%;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  margin-bottom: -20px;
  padding: 0 15px;
  line-height: 1.4em;
}

.order-field:focus, .order-field.-wfp-focus {
  border-color: var(--primary);
}

.order-row {
  flex-direction: column;
}

.order-radio-button {
  filter: hue-rotate(52deg);
}

.order-checkbox {
  filter: hue-rotate(52deg);
  margin-top: 0;
}

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

.order-row-address {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
}

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

.order-title {
  line-height: 1.6em;
}

.block-header {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-button-cta {
  display: block;
}

.cart-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.cart-item {
  line-height: 1.4em;
}

.cart-quantity-main {
  border-radius: 20px;
  width: 70px;
  padding-left: 14px;
  padding-right: 8px;
}

.cart-quantity-main:focus {
  border-color: var(--primary);
}

.add-to-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.out-of-stock-state {
  background-color: var(--primary-dark);
  color: var(--white);
}

.out-of-stock-state.transperent {
  background-color: #0000;
}

.error-message-shop-item {
  background-color: var(--primary-dark);
  color: var(--primary);
  text-align: center;
}

.shop-details-add-to-cart-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.quantity {
  border-color: transparent transparent var(--white-50);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  width: 100px;
  margin-bottom: 0;
}

.quantity:focus {
  border-color: transparent transparent var(--primary);
}

.quantity::placeholder {
  color: var(--white);
}

.collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.shop-category-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.shop-category-link {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  padding: 6px 14px;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.shop-category-link:hover {
  background-color: #ffffff1a;
}

.contact-link {
  color: var(--primary-dark);
  padding-right: 10px;
}

.contact-link:hover {
  color: var(--red);
}

.testimonial-card {
  border: 4px solid var(--white);
  color: var(--primary-dark);
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 30px #0000001a;
}

.blog-category-date-wrapp {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.overlay {
  background-color: #0f0c0580;
  position: absolute;
  inset: 0%;
}

.video-in-section-tickets {
  z-index: 999;
  background-image: linear-gradient(to top, #0003, #fff0), linear-gradient(#0003, #0003), url('../images/pexels-ganesh-adyapady-13610660_1pexels-ganesh-adyapady-13610660.webp');
  background-position: 0 0, 0 0, 0 80%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.phone-number-link {
  color: var(--_e---color-4);
}

.phone-number-link:hover {
  color: var(--primary);
}

._404-title {
  font-size: 100px;
}

.link:hover {
  color: #ef652e80;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

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

.promotion-text-block {
  font-size: 14px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  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;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

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

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  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;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  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;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.bold-text {
  color: var(--_e---color-4);
  font-family: Philosopher, sans-serif;
  font-style: italic;
}

.akzent {
  color: var(--primary);
}

.bold-text-2 {
  font-weight: 300;
}

.bold-text-2._2 {
  color: var(--white-50);
  width: auto;
}

.team-card-image-copy {
  color: var(--primary);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 310px;
  transition: transform .6s;
}

.team-card-image-copy:hover {
  transform: scale(1.06);
}

.team-card-image-copy._2-copy._3 {
  background-image: none;
  background-size: auto;
  width: 300px;
}

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

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

.italic-text {
  font-style: normal;
  font-weight: 700;
}

.italic-text-2 {
  font-style: normal;
  font-weight: 600;
}

.nav-dropdown-toggle-copy, .nav-dropdown-toggle-copy-copy, .nav-dropdown-toggle-copy-copy-copy {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
}

.event-item-horizontal-copy {
  border-bottom: 1px solid var(--dark-gray-50);
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.event-item-horizontal-copy-copy {
  border-bottom: 1px solid var(--dark-gray-50);
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-2 {
  background-color: var(--color);
  mix-blend-mode: normal;
  background-image: url('../images/Element-1.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 10px;
}

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

.bold-text-copy.lalala {
  color: var(--white);
  font-family: Philosopher, sans-serif;
}

.bold-text-copy {
  color: var(--primary-dark);
  font-family: Crimson Text, sans-serif;
}

.homfe-link-card-image-copy {
  filter: brightness(60%);
  object-fit: cover;
  background-image: linear-gradient(#0006, #0006), url('../images/Screenshot-2025-01-19-232013.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.homfe-link-card-image-copy._22 {
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2025-01-19-232013.png');
}

.div-block {
  background-image: url('../images/xl_avatar.jpg');
  background-position: 0 0;
}

.div-block-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  display: flex;
}

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

.text-span-4.ff {
  color: var(--lynx--black);
  font-family: Philosopher, sans-serif;
}

.div-block-3 {
  mix-blend-mode: luminosity;
  background-image: linear-gradient(#00000080, #00000080), url('../images/xl_avatar.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 80%;
  height: 300px;
  margin-bottom: 0;
}

.div-block-3._3 {
  mix-blend-mode: luminosity;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-01-19-232013.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-3.tzzz {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-01-20-000235.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  position: relative;
}

.div-block-4._5 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.lynx-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 20px auto 60px;
  display: flex;
}

.lynx-subtitle-white {
  color: var(--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-newsletter {
  background-color: var(--_e---color-2);
  box-shadow: -5px -3px 11px 2px var(--black);
  opacity: 1;
  filter: none;
  text-align: center;
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 100px;
  padding: 60px 50px 70px;
  display: flex;
}

.lynx-form {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: var(--color);
  filter: drop-shadow(3px 2px 5px #000000b3);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-text-field {
  color: var(--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  min-width: 200px;
  height: 46px;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-field::placeholder {
  color: #fff9;
}

.lynx-submit-button {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: var(--color);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  background-color: var(--white);
  color: var(--_e---color-2);
}

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

.lynx-success-message {
  background-color: #32b77aa6;
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-text-message {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: #fd4b8ba6;
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-heading-white-small {
  color: var(--white);
  text-transform: none;
  max-width: 740px;
  margin-top: 20px;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 114%;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-span-5, .text-span-6 {
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.text-span6 {
  color: var(--red);
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
}

.div-block-6 {
  background-color: var(--white-50);
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-quarry-texture.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
}

.div-block-8 {
  width: 100%;
  height: 100vh;
}

.calendar-section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

.eventscenter__bannera6 {
  width: 100%;
  padding: 140.95% 30px 30px;
  transition: box-shadow .4s;
  position: relative;
  overflow: hidden;
}

.eventscenter__banner-tagline {
  color: #c7c7c7;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.eventscenter__banner-tagline.sasasc {
  text-transform: none;
  font-style: normal;
  font-weight: 400;
}

.eventscenter__banner-tagline.italic-text-13 {
  color: var(--lynx--white);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
}

.eventscenter__banner-image3 {
  background-image: radial-gradient(circle, #0000, #000000bd), url('../images/aziz-acharki-4Cus-KVa0oE-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: 0%;
}

.eventscenter__banner-image3:hover {
  transform: scale(1.2);
}

.eventscenter__banner-button {
  float: none;
  border: 1px solid var(--lynx--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.eventscenter__banner-button:hover {
  transform: scale(1.1);
}

.eventscenter__banner-content {
  mix-blend-mode: normal;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/13e4875c-c6e4-50d1-838c-c645b303f39f.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.eventscenter__banner-content._1 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/saxophone-546303_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
}

.eventscenter__banner-content._2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/6148-rocio-perez-cgemma-escribano.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.eventscenter__banner-content._3 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/hipster-bicycle-in-morning-sunrise-by-the-sea-2024-10-23-08-39-09-utc.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.eventscenter__banner-content._22 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/hofburg-konzert-innsbruck-c-rupert-larl-1408x939.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.eventscenter__banner-content._23 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/36968567_XXL.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.eventscenter__banner-content._1-copy {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/saxophone-546303_1920.jpg');
  background-position: 0 0, 50%;
}

.eventscenter__banner-content._1-copy.ghjg {
  background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#0000, #0000), url('../images/Screenshot-2025-06-05-130625.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.eventscenter__banner-content._2-copy {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/saxophone-546303_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.eventscenter__banner-content._2-copy.bff {
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(to bottom, var(--color), var(--color)), url('../images/Screenshot-2025-06-05-125946.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.eventscenter__banner-content._3-copy {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/shutterstock_61936879.png');
  background-position: 0 0, 50%;
}

.eventscenter__banner-content._3-copy.ghjg, .eventscenter__banner-content._3-copy.ghgh {
  background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#0000, #0000), url('../images/Screenshot-2025-06-05-130257.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.eventscenter__gridof3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.eventscenter__banner-image2 {
  background-image: radial-gradient(circle, #0000, #000000ad 100%, #000), url('../images/aw-creative-J-HgsaXrY6Y-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: 0%;
}

.eventscenter__banner-image2:hover {
  transform: scale(1.2);
}

.eventscenter__banner-headline {
  color: #dadada;
  margin-top: 10px;
}

.eventscenter__banner-headline.title-hover {
  margin-bottom: 10px;
  font-size: 36px;
}

.eventscenter__banner-headline.title-hover:hover {
  color: var(--_e---color-4);
}

.eventscenter__banner-headline.title-hover-copy {
  margin-bottom: 40px;
  font-size: 36px;
}

.eventscenter__banner-headline.title-hover-copy:hover {
  color: var(--_e---color-4);
}

.eventscenter__banner-image1 {
  background-image: radial-gradient(circle, #fff0, #000), url('../images/annie-spratt-jY9mXvA15W0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.eventscenter__banner-image4 {
  background-image: radial-gradient(circle, #fff0, #000000b0), url('../images/markus-winkler-UI0ylIEHxMM-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.eventscenter__banner-image5 {
  background-image: radial-gradient(circle, #0000, #000000ad 100%, #000), url('../images/david-kovalenko-G85VuTpw6jg-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: 0%;
}

.eventscenter__banner-image5:hover {
  transform: scale(1.2);
}

.eventscenter__banner-image6 {
  background-image: radial-gradient(circle, #0000, #000000bd), url('../images/scott-broome-BcVvVvqiCGA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition: all .2s ease-in-out;
  position: absolute;
  inset: 0%;
}

.eventscenter__banner-image6:hover {
  transform: scale(1.2);
}

.eventscenter__bannersquare {
  padding: 100% 30px 30px;
  transition: box-shadow .4s;
  position: relative;
  overflow: hidden;
}

.eventscenter__gridof4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: luminosity;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 3px;
}

.eventscenter__gridof4:hover {
  mix-blend-mode: normal;
}

.eventscenter__banner-image7 {
  background-image: radial-gradient(circle, #fff0, #000), url('../images/serge-kutuzov-_FPy-FUndok-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.link-2 {
  color: var(--white);
  font-family: Philosopher, sans-serif;
}

.link-2:hover {
  color: var(--_e---color-4);
}

.text-span-8 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.button-animated-copy {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white-50);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff1a;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  margin-left: 10px;
  padding: 14px 26px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.button-animated-copy.dark {
  border-color: var(--dark-gray-50);
  background-color: #afafaf1a;
}

.button-animated-copy.dark._1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0;
}

.btn-title-text-copy.dark {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.icon-top-copy {
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}

.icon-top-copy.dark {
  filter: none;
}

.image {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}

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

.title-hover-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Philosopher, sans-serif;
  font-size: 23px;
  transition: color .3s;
}

.title-hover-copy {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  transition: color .3s;
}

.title-hover-copy {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  transition: color .3s;
}

.team-member-position-copy {
  color: var(--white-50);
  margin-top: 7px;
  margin-bottom: 0;
}

.primary-button-copy.dark:hover {
  color: var(--white);
  background-color: #0000;
}

.primary-button-copy.dark-copy:hover {
  color: var(--red);
  background-color: #0000;
}

.eventscenter__banner-content-copy._1 {
  background-image: url('../images/xl_avatar.jpg');
  background-position: 0 0;
  background-size: auto;
}

.title-hover-copy {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 23px;
  transition: color .3s;
}

.title-hover-copy:hover {
  color: var(--_e---color-4);
}

.title-hover-copy.white-style {
  color: var(--white);
  display: flex;
}

.title-hover-copy.white-style:hover {
  color: var(--primary);
}

.btn-title-text-copy.dark {
  color: var(--white);
  font-size: 13px;
}

.bold-text-3, .bold-text-4 {
  font-weight: 300;
}

.body {
  background-color: var(--lynx--weiss-90);
}

.heading {
  color: var(--white);
}

.heading._33 {
  color: var(--black);
  font-family: Philosopher, sans-serif;
}

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

.heading-2._33 {
  color: var(--black);
  font-family: Philosopher, sans-serif;
}

.heading-3 {
  color: var(--white);
}

.heading-3._33 {
  color: var(--black);
  font-family: Philosopher, sans-serif;
}

.heading-4 {
  color: var(--white);
}

.div-block-10 {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-sephia-texture.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.btn-title-text-copy {
  color: #fff;
  text-transform: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.2em;
}

.copy-this-entire-section {
  text-transform: uppercase;
  border-top: 1px #383b38;
  border-bottom: 1px #383b38;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.main-container {
  width: 1250px;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 21px;
  overflow: hidden;
}

.brand-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.client-logo-slider-wrapper {
  flex: none;
  width: 100%;
  display: flex;
}

.client-logo-slider-wrapper.tttt {
  justify-content: center;
  align-items: center;
}

.client-logo-slider {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: block;
}

.items {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.item {
  width: 140px;
}

.div-block-11 {
  width: 100%;
}

.in-section-title-copy {
  color: var(--white);
  -webkit-text-stroke-color: var(--primary);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
}

.in-section-title-copy.text-white {
  color: var(--_e---color);
}

.paragraph-no-margin-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-no-margin-copy.text-white {
  color: var(--white);
}

.section-copy.bg-texture {
  color: var(--white);
  padding-top: 20px;
}

.section-copy.light-background-copy.ddd {
  padding-left: 140px;
  padding-right: 140px;
}

.section-copy.light-background-copy {
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px 0 40px 60px;
}

.section-copy-copy.light-background-copy {
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px 0 40px 60px;
}

.section-copy-copy.light-background-copy-copy.tttt {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-quarry-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 60px;
  padding-left: 0;
}

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

.section-copy.bg-texture-two {
  background-image: url('../images/bg-01_1bg-01.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-copy-copy.light-background-copy {
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px 0 40px 60px;
}

.section-copy-copy.light-background-copy-copy {
  background-color: var(--color);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding: 40px 0;
}

.heading-4-copy {
  color: var(--black);
  text-transform: none;
}

.primary-button-copy {
  border: 1px solid var(--white-50);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #ffffff1a;
  border-radius: 50px;
  padding: 14px 26px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-copy:hover {
  opacity: 1;
  color: var(--primary);
}

.primary-button-copy.dark {
  border-color: var(--lynx--white);
  background-color: var(--lynx--white);
  color: var(--_e---color-2);
}

.primary-button-copy.dark:hover {
  border-color: var(--lynx--white);
  color: var(--white);
  background-color: #0000;
}

.primary-button-copy.pagination {
  border-color: var(--black);
  background-color: var(--black);
  margin-top: 30px;
}

.primary-button-copy.pagination:hover {
  color: var(--black);
  background-color: #0000;
}

.primary-button-copy.dark-full-screen {
  border-color: var(--black);
  background-color: var(--black);
  width: 100%;
}

.primary-button-copy.dark-full-screen:hover {
  color: var(--black);
  background-color: #0000;
}

.primary-button-copy.dark-copy {
  border-color: var(--lynx--white);
  background-color: var(--_e---color);
  color: var(--lynx--white);
}

.primary-button-copy.dark-copy:hover {
  border-color: var(--red);
  color: var(--_e---color);
  background-color: #0000;
}

.section-title-copy-copy {
  color: var(--white);
  text-align: center;
  text-transform: none;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Philosopher, sans-serif;
  font-weight: 600;
}

.section-title-copy-copy-copy {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Philosopher, sans-serif;
}

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

.section-copy-copy.bg-texture-two {
  background-image: url('../images/bg-01_1bg-01.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-copy-copy.light-background-copy {
  background-color: var(--primary-dark);
  background-image: linear-gradient(to bottom, var(--primary-dark), var(--primary-dark)), url('../images/Element-3.svg'), linear-gradient(to bottom, transparent, transparent);
  mix-blend-mode: normal;
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  margin-top: 0;
  padding: 40px 0 0;
}

.section-copy-copy.light-background-copy.ff {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-quarry-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-left: 0;
}

.section-title-copy-copy {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.primary-button-copy-copy {
  border: 1px solid var(--white-50);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #ffffff1a;
  border-radius: 50px;
  padding: 14px 26px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-copy-copy:hover {
  opacity: 1;
  color: var(--primary);
}

.primary-button-copy-copy.dark {
  border-color: var(--_e---color-4);
  background-color: var(--_e---color-4);
  color: var(--black);
}

.primary-button-copy-copy.dark:hover {
  color: var(--white);
  background-color: #0000;
}

.primary-button-copy-copy.pagination {
  border-color: var(--black);
  background-color: var(--black);
  margin-top: 30px;
}

.primary-button-copy-copy.pagination:hover {
  color: var(--black);
  background-color: #0000;
}

.primary-button-copy-copy.dark-full-screen {
  border-color: var(--black);
  background-color: var(--black);
  width: 100%;
}

.primary-button-copy-copy.dark-full-screen:hover {
  color: var(--black);
  background-color: #0000;
}

.primary-button-copy-copy.dark-copy {
  border-style: none;
  border-color: var(--black);
  background-color: var(--lynx--white);
  color: var(--primary-dark);
}

.primary-button-copy-copy.dark-copy:hover {
  border-style: none;
  border-color: var(--lynx--black);
  background-color: var(--red);
  color: var(--lynx--white);
}

.div-block-12 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  max-width: 300px;
  padding: 20px;
}

.div-block-13 {
  width: 100%;
  display: flex;
}

.no-top-margin-copy {
  color: var(--black);
  text-align: center;
  text-align: center;
  text-align: center;
  margin-top: 0;
  font-size: 34px;
}

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

.italic-text-4 {
  font-style: normal;
}

.div-block-14 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordion-list-content-copy {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-17, .div-block-18, .div-block-19 {
  width: 50%;
}

.section-title-copy {
  color: var(--black);
  text-align: center;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.section-title-copy._22, .section-title-copy._55 {
  color: var(--primary-dark);
}

.code-embed {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.div-block-21 {
  width: 30%;
}

.section-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.section-3-copy {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-23 {
  width: 100%;
  height: 340px;
}

.body-2 {
  margin-top: 0;
}

.nie-grid-1 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin: 60px 100px 100px;
  display: grid;
}

.nie-pic-1 {
  filter: grayscale();
  text-align: center;
  margin-bottom: 2em;
}

.nie-pic-1:hover {
  filter: none;
}

.nie-heading-1 {
  color: #292929;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Philosopher, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

.nie-text-1 {
  color: #979797;
  font-size: .8em;
  line-height: 1.6em;
}

.button-animated-copy {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white-50);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff1a;
  background-image: none;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  width: 50%;
  height: auto;
  min-height: 45px;
  max-height: 45px;
  margin-top: -75px;
  margin-left: 0;
  padding: 14px 26px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.button-animated-copy.dark {
  border-color: var(--dark-gray-50);
  background-color: #afafaf1a;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 9px 19px;
}

.button-animated-copy.dark._1 {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0;
}

.button-animated-copy._5 {
  border-color: var(--black);
  border-right-style: solid;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-animated-copy._5:hover {
  border-style: solid;
  border-color: var(--paragraph-gray);
  background-color: var(--gray);
  color: var(--paragraph-gray);
}

.btn-title-text-copy:hover {
  color: var(--black);
}

.btn-title-text-copy {
  color: var(--black);
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.2em;
  display: flex;
}

.btn-title-text-copy.dark {
  color: var(--white);
}

.bold-text-5 {
  font-family: Philosopher, sans-serif;
  font-size: .9em;
}

.section-copy.light-background-copy {
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px;
}

.section-copy.light-background-copy._6666 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section-copy.light-background-copy._888 {
  background-image: url('../images/bg-02_1bg-02.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 10px;
}

.section-copy-copy.light-background-copy {
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px;
}

.section-copy-copy.light-background-copy._6666 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section-copy-copy.light-background-copy._888 {
  background-image: url('../images/bg-02_1bg-02.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 10px;
}

.section-copy-copy.light-background-copy._5 {
  background-color: var(--primary-light);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.italic-text-5 {
  font-style: normal;
}

.image-2 {
  display: inline-block;
  position: relative;
}

.no-margin-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
}

.no-margin-copy.text-white {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-copy {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-sephia-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-copy.light-background {
  background-color: var(--color);
  mix-blend-mode: normal;
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px;
}

.section-copy.bg-texture {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-sephia-texture.jpg');
  color: var(--white);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 20px;
}

.section-copy.bg-texture.zz {
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 20px;
}

.div-block-24 {
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

._79876 {
  color: var(--white-50);
  width: 400px;
}

.text-span-9 {
  color: var(--lynx--black);
}

.team-member-position-copy-copy {
  color: var(--paragraph-gray);
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0;
}

.button-wrapper-copy {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrapper-copy.bottom-section-style {
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.button-wrapper-copy.tablet-nav {
  display: none;
}

.button-wrapper-copy.bottom-section-style-copy {
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.text-span-10 {
  color: var(--lynx--black);
}

.text-size-small {
  font-size: .875rem;
}

.newsletter_main-info {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: static;
}

.newsletter_form-container {
  width: 100%;
  margin-bottom: 0;
}

.newsletter_mask {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.newsletter_component {
  grid-row-gap: 16px;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #161616;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 18rem auto;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.newsletter_sec-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.newsletter_image {
  mix-blend-mode: luminosity;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.right-arrow {
  display: none;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button:hover {
  opacity: .8;
}

.button.is-form {
  background-color: var(--_e---color);
  white-space: nowrap;
  border: 1px #000;
  border-radius: 0 20px 20px 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow {
  display: none;
}

.heading-5 {
  color: var(--red);
  font-family: Philosopher, sans-serif;
  font-weight: 700;
}

.newsletter_slider {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  min-height: 100%;
}

.text-field {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  height: auto;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.newsletter_form {
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -38px;
  display: flex;
}

.slide-nav {
  display: none;
}

.newsletter_content {
  grid-row-gap: 5rem;
  border-top: 1px #1d1b1d;
  border-right: 1px #1d1b1d;
  border-bottom: 1px none var(--white-50);
  background-image: linear-gradient(to bottom, var(--light-gray), var(--light-gray));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem 8rem;
  display: flex;
}

.title-hover-copy-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  transition: color .3s;
}

.body-3 {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-quarry-texture.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.text-span-italic-color-copy {
  color: var(--_e---color-4);
  letter-spacing: 1.4px;
  mix-blend-mode: normal;
  font-family: Philosopher, sans-serif;
  font-style: italic;
}

.text-span-italic-color-copy.ggg, .text-span-italic-color-copy.gggg {
  color: var(--_e---color);
}

.div-block-25 {
  margin-right: 40px;
}

.fff {
  margin-right: 0;
}

.fff:hover {
  text-decoration: underline;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  max-width: none;
  height: 100px;
  margin-top: 30px;
  margin-right: 40px;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-heading-client {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-client-info {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-grid-reviews {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-reviews-column {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.lynx-reviews-bg {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-paragraph-reviews {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.div-block-6-copy {
  background-color: var(--color);
}

.section-copy {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-copy.light-background {
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px;
}

.section-copy.light-background._6666 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section-copy.light-background._888 {
  background-image: url('../images/bg-02_1bg-02.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 10px;
}

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

.section-copy.without-bottom-spacing {
  padding-top: 10px;
  padding-bottom: 0;
}

.section-copy.home-get-started {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Screenshot-2025-01-20-000235.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-copy.bg-texture {
  color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 20px;
}

.section-copy.bg-texture.zz {
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.bg-texture-two {
  background-image: linear-gradient(to bottom, var(--white-50), var(--white-50));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-copy.light-background-with-elements {
  background-color: var(--primary-light);
  background-image: url('../images/BannerB-bg.svg'), url('../images/BannerA-bg.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, 30%;
}

.section-copy.details-dark-bg {
  background-color: var(--black);
  padding-top: 120px;
}

.section-copy.details-page-reg-nav {
  padding-top: 50px;
}

.section-copy.light-background-copy {
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px 0 40px 60px;
}

.section-copy.bg-texture-copy {
  color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 20px;
}

.section-copy.bg-texture-copy.zz {
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.fi {
  background-image: url('../images/sagesmask-sephia-texture.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-copy-copy {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-copy-copy.light-background {
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px;
}

.section-copy-copy.bg-texture {
  color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 20px;
}

.section-copy-copy.bg-texture.zz {
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy-copy.bg-texture-copy {
  color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 20px;
}

.section-copy-copy.bg-texture-copy.zz {
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy-copy.fi {
  background-image: linear-gradient(180deg, var(--black), var(--_e---color-11) 24%, var(--color) 96%, var(--color));
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy-copy {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-sephia-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-copy-copy.light-background {
  background-color: var(--color);
  mix-blend-mode: normal;
  background-image: url('../images/Element-1.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px 40px 100px;
}

.section-copy-copy.light-background._6666 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section-copy-copy.light-background._888 {
  background-image: url('../images/bg-02_1bg-02.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 10px;
}

.section-copy-copy.light-background.ddd {
  background-image: url('../images/Element-1.svg');
  background-position: 50%;
}

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

.section-copy-copy.without-bottom-spacing {
  padding-top: 10px;
  padding-bottom: 0;
}

.section-copy-copy.home-get-started {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Screenshot-2025-01-20-000235.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-copy-copy.bg-texture {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-sephia-texture.jpg');
  color: var(--white);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 20px;
}

.section-copy-copy.bg-texture.zz {
  mix-blend-mode: normal;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 20px;
}

.section-copy-copy.bg-texture-two {
  background-image: url('../images/bg-01_1bg-01.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-copy-copy.light-background-with-elements {
  background-color: var(--primary-light);
  background-image: url('../images/BannerB-bg.svg'), url('../images/BannerA-bg.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, 30%;
}

.section-copy-copy.details-dark-bg {
  background-color: var(--black);
  padding-top: 120px;
}

.section-copy-copy.details-page-reg-nav {
  padding-top: 50px;
}

.section-copy-copy.light-background-copy {
  background-color: var(--color);
  background-image: url('../images/Element-3.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding: 40px 0 40px 60px;
}

.body-3-copy {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-quarry-texture.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.body-4 {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-quarry-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section-4 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.text-span-11 {
  color: var(--lynx--black);
}

.div-block-26 {
  filter: drop-shadow(0 2px 3px #000000b3);
  color: var(--black);
  mix-blend-mode: normal;
}

.div-block-27 {
  color: var(--black);
  font-family: "Fa 400", sans-serif;
}

.section-5 {
  background-image: none;
}

.title-hover-copy-copy {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Philosopher, sans-serif;
  font-size: 23px;
  transition: color .3s;
}

.title-hover-copy-copy {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 23px;
  transition: color .3s;
}

.title-hover-copy-copy:hover {
  color: var(--_e---color-4);
}

.title-hover-copy-copy.white-style {
  color: var(--white);
  display: flex;
}

.title-hover-copy-copy.white-style:hover {
  color: var(--primary);
}

.section-title-description-copy {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  font-size: 18px;
}

.footer-social-icon-copy.last-child {
  margin-right: 0;
}

.footer-social-icon-copy {
  color: #fff;
  margin-right: 30px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon-copy:hover {
  color: var(--_e---color);
}

.footer-social-icon-copy.last-child {
  color: var(--black);
  margin-right: 0;
}

.footer-social-icon-copy.last-child:hover {
  color: var(--red);
}

.div-block-27-copy {
  color: var(--black);
  font-family: "Fa 400", sans-serif;
}

.footer-social-icon-copy-copy {
  color: var(--black);
  margin-right: 30px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon-copy-copy:hover {
  color: var(--_e---color);
}

.footer-social-icon-copy-copy.last-child {
  margin-right: 0;
}

.body-5 {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-quarry-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section-6 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-2 {
  width: 100%;
}

.text-span-12, .text-span-12:hover {
  text-decoration: none;
}

.section-title-copy {
  color: var(--black);
  text-align: center;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Philosopher, sans-serif;
}

.section-title-copy._22, .section-title-copy._55, .section-title-copy._45345 {
  color: var(--primary-dark);
}

.base-container-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.base-container-copy.align-left {
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.base-container-copy.full-width {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-bottom: 27px;
  padding-left: 0;
  padding-right: 0;
}

.base-container-copy.footer-style {
  max-width: 1210px;
  padding-left: 0;
  padding-right: 0;
}

.base-container-copy.oooc {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 0;
  overflow: visible;
}

.base-container-copy.ssss {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.lynx-content-3 {
  border: 1px #000;
  border-bottom-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1080px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.lynx-content-3.zz {
  border-bottom-color: #e7d6d6;
  justify-content: center;
  align-items: flex-end;
  max-width: 800px;
}

.lynx-content-3.sdfsdf {
  justify-content: center;
  align-items: flex-start;
}

.lynx-image-client-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.lynx-client-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-text-client-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-heading-client-2 {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-client-info-2 {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-reviews-large {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 760px;
  display: flex;
}

.lynx-heading-reviews-large {
  color: var(--lynx--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.lynx-heading-reviews-large.tt, .lynx-heading-reviews-large.ddd {
  color: var(--white);
}

.lynx-block-reviews-large {
  display: flex;
}

.lynx-icon-reviews {
  width: 72px;
  height: 50px;
  margin-right: 30px;
}

.bold-text-6 {
  color: var(--red);
  font-family: Philosopher, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}

.bold-text-6.dccc {
  color: var(--red);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.bold-text-6.dccc.k {
  color: var(--_e---color-4);
  font-size: 18px;
}

.bold-text-6.h {
  color: var(--_e---color-4);
}

.text-block {
  text-align: right;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.lynx-content-3-copy {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.lynx-content-3-copy.ddd {
  justify-content: center;
  align-items: flex-end;
}

.lynx-content-3-copy.ddd.nnnn {
  justify-content: center;
  align-items: flex-start;
}

.lynx-content-3-copy.rr {
  justify-content: center;
  align-items: flex-end;
  max-width: 800px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.lynx-content-3-copy.banner-content-container {
  justify-content: center;
  align-items: flex-end;
}

.text-block-2 {
  color: var(--white);
  margin-top: 20px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.eventscenter__h2 {
  color: var(--_e---color);
  letter-spacing: 0;
  text-transform: uppercase;
  border-top: 1px solid #b8b8b8;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.eventscenter__popup-aside {
  float: left;
  width: 40%;
}

.eventscenter__banner-tagline-2 {
  color: #c7c7c7;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.eventscenter__column {
  padding-left: 0;
}

.eventscenter__successmsg {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.eventscenter__selectinput {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-top-color: #b8b8b8;
  border-radius: 0;
  width: 60%;
}

.eventscenter__popup-button {
  float: none;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.eventscenter__popup-button:hover {
  transform: scale(1.1);
}

.eventscenter__textsmall {
  color: var(--_e---color);
  border: 1px #000;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
}

.eventscenter__height40px {
  height: 40px;
}

.eventscenter__popup-main {
  float: right;
  clear: none;
  width: auto;
  margin-top: 0;
  padding: 30px 30px 0;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

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

.eventscenter__input {
  background-color: #0000;
  border: 1px solid #fff;
  border-top-color: #b8b8b8;
  border-radius: 4px;
  flex: 0 auto;
  width: 60%;
  display: block;
}

.eventscenter__value {
  color: var(--primary-dark);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.eventscenter__value.ddsd {
  color: var(--_e---color);
}

.eventscenter__popup {
  display: block;
  position: fixed;
  inset: 0%;
}

.eventscenter__popup-container {
  z-index: 6;
  background-color: #00000080;
  border: 1px #141414;
  min-width: 60vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eventscenter__errormsg {
  color: #f65446;
  text-align: left;
  background-color: #0000;
  border: 1px solid #f65446;
  padding-left: 20px;
  padding-right: 20px;
}

.eventscenter__popupbuttonclose {
  z-index: 7;
  background-color: #0000;
  border: 1px #000;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto auto;
}

.eventscenter__banner-content-2 {
  background-image: url('../images/Barocktage-18.5.2014-80.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.eventscenter__label {
  color: var(--red);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
}

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

.eventscenter__popup-overlay {
  z-index: 5;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.text-span-13 {
  font-size: 20px;
  font-weight: 300;
}

.text-span-14 {
  color: var(--primary-dark);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-span-14.n-ng, .text-span-14.vvv, .text-span-14.sdg {
  color: var(--_e---color);
  font-size: 18px;
}

.text-span-15 {
  color: var(--red);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-span-15.sdcsd {
  font-size: 18px;
}

.columns {
  margin-bottom: 0;
}

.body-6 {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-quarry-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-28 {
  background-color: var(--black);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Firefly-grauer-hintergrund-mit-der-zahl-25-und-licht-und-schatten-soft-blur-85111.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 20vh;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.eventscenter__banner-content-copy {
  mix-blend-mode: normal;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/13e4875c-c6e4-50d1-838c-c645b303f39f.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.eventscenter__banner-content-copy._1 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Barocktage-18.5.2014-80.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
}

.eventscenter__banner-content-copy._2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Firefly-grauer-hintergrund-mit-der-zahl-25-und-licht-und-schatten-soft-blur-86564.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.eventscenter__banner-content-copy._3 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/hipster-bicycle-in-morning-sunrise-by-the-sea-2024-10-23-08-39-09-utc.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.eventscenter__banner-content-copy._22 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/hofburg-konzert-innsbruck-c-rupert-larl-1408x939.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.eventscenter__banner-content-copy._23 {
  mix-blend-mode: normal;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/36968567_XXL.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.eventscenter__banner-content-copy._1-copy {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/12-Zuschauerraum-GH.jpg');
  background-position: 0 0, 0 0;
}

.eventscenter__banner-content-copy._2-copy {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Firefly-grauer-hintergrund-mit-der-zahl-25-und-licht-und-schatten-soft-blur-85111.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.eventscenter__banner-content-copy._3-copy {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Barocktage-18.5.2014-80.png');
  background-position: 0 0, 50%;
}

.eventscenter__banner-content-copy._1-copy {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Barocktage-18.5.2014-80.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: auto;
}

.eventscenter__banner-content-copy._1-copy.fwsefwe {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Barocktage-18.5.2014-80.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 450px;
  height: 600px;
  margin-top: 40px;
  margin-left: 0;
  position: static;
}

.link-2-copy {
  color: var(--white);
  font-family: Philosopher, sans-serif;
}

.link-2-copy:hover {
  color: var(--_e---color-4);
}

.link-2-copy.brtb {
  color: var(--red);
}

.div-block-29 {
  background-image: linear-gradient(to bottom, var(--white-50), var(--white-50));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-3 {
  width: 300px;
}

.c-img-gallery {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.c-img-gallery-main {
  margin-bottom: 20px;
}

.img-gallery-subs-slide {
  width: 33.33%;
  padding: 5px;
  overflow: hidden;
}

.c-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-img-feed {
  display: none;
}

.img-gallery-main {
  background-color: #0000;
  height: 450px;
}

.sub-img-feed-item {
  opacity: .5;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #131313;
  width: 100%;
  height: 100%;
  transition: all .25s;
  position: relative;
}

.sub-img-feed-item:hover {
  opacity: 1;
  border-color: #eee;
}

.c-img-gallery-subs-dots, .img-gallery-main-arrow {
  display: none;
}

.cloneable-area {
  min-height: 50vh;
}

.c-img-gallery-sub {
  position: relative;
  overflow: hidden;
}

._w-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-img-gallery-main-icon {
  display: none;
}

.main-img-overlay-icon {
  width: 5%;
}

.c-img-gallery-main-dots {
  display: none;
}

.img-gallery-subs {
  background-color: #131313;
  height: 200px;
}

.c-main-img-overlay-lightbox {
  z-index: 10;
  background-color: #131313bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-main-img-feed-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-gallery-main-slide-2 {
  background-image: url('../images/15-cloneable-webflow-showcase-540x360-custom-gallery.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 600px;
  height: auto;
}

.slider {
  background-color: #0000;
  width: 1000px;
  height: 600px;
  transition: all .2s;
}

.mask {
  height: 100%;
}

.slide-one {
  background-color: red;
  background-image: url('../images/6148-rocio-perez-cgemma-escribano.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.slide-one.dfg {
  background-image: url('../images/Klanglichter---Neue-Sakralmusik-mit-NC-zum-10-jahres-Jubiläum.JPG');
}

.slide-one.gerge {
  background-image: url('../images/hipster-bicycle-in-morning-sunrise-by-the-sea-2024-10-23-08-39-09-utc.png');
}

.slide-one.grtg {
  background-image: url('../images/Rectangle-682.png');
}

.slide-one.grtg.f {
  background-image: url('../images/Überschrift-1.png'), url('../images/Rectangle-682.png');
  background-position: 0 0, 50%;
  background-size: contain, cover;
}

.slide-one.grwtgwrtg.eedc {
  background-image: url('../images/Barocktage-18.5.2014-80.png');
}

.slide-one.fwefew._12213 {
  background-image: url('../images/saxophone-546303_1920.jpg');
}

.slide-inner-flex {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-two {
  background-color: #0004ff;
  background-image: url('../images/12-Zuschauerraum-GH.jpg');
  background-size: contain;
  height: 500px;
}

.slide-two.grtg {
  background-image: url('../images/Rectangle-682.png');
}

.slide-two.grtg.full-width {
  background-image: url('../images/shutterstock_61936879.png'), url('../images/Rectangle-682.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
}

.heading-6 {
  width: auto;
}

.text-span-16 {
  font-style: italic;
  font-weight: 500;
}

.text-span-17 {
  font-weight: 500;
}

.text-span-18 {
  font-style: italic;
  font-weight: 500;
}

.text-span-19 {
  font-weight: 300;
}

.text-block-3, .text-block-4 {
  color: var(--red);
  line-height: 1.2em;
}

.select-field, .select-field-2, .select-field-3 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-gray-50);
  background-color: var(--white);
  color: var(--dark-gray);
}

.text-span-20 {
  color: var(--_e---color-3);
  font-family: Philosopher, sans-serif;
  font-size: 25px;
}

.text-span-21 {
  font-weight: 600;
}

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

.link-3, .link-4, .link-5, .link-6 {
  color: var(--_e---color);
  font-size: 18px;
}

.link-7, .link-8 {
  color: var(--_e---color);
}

.link-8.ferf {
  font-size: 18px;
}

.link-9, .link-10 {
  color: var(--_e---color);
}

.italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .bold-text-8, .italic-text-10 {
  font-size: 20px;
  font-weight: 500;
}

.text-span-22 {
  font-weight: 300;
}

.text-span-23 {
  color: var(--primary-dark);
  font-weight: 500;
}

.italic-text-11 {
  color: var(--black);
  font-style: italic;
  font-weight: 500;
}

.italic-text-11._855 {
  color: var(--paragraph-gray);
}

.text-span-24 {
  margin-top: 20px;
  display: block;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  font-family: Philosopher, sans-serif;
}

.div-block-30 {
  background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-quarry-texture.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.link-11 {
  color: var(--red);
}

.italic-text-12 {
  font-style: italic;
}

.italic-text-12.yxc {
  text-transform: none;
  font-style: normal;
}

.italic-text-13 {
  color: var(--lynx--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.italic-text-13.jj {
  color: var(--_e---color-4);
}

.italic-text-13.dgs, .italic-text-13.sdf {
  color: var(--_e---color-4);
  text-transform: none;
}

.fhdrf {
  color: var(--_e---color-4);
}

.hrthrh {
  color: var(--black);
}

.text-span-25, .text-span-26 {
  color: var(--_e---color-8);
  text-transform: none;
}

.text-span-27 {
  color: var(--_e---color-4);
  text-transform: none;
}

.text-span-28, .text-span-29, .text-span-30 {
  color: var(--_e---color-4);
  text-transform: capitalize;
}

.text-span-31, .text-span-32, .text-span-33 {
  color: var(--_e---color-4);
  text-transform: none;
}

.text-span-34 {
  color: var(--_e---color-4);
}

.text-span-35 {
  text-transform: none;
}

.italic-text-14 {
  font-family: "Fa solid 900", sans-serif;
}

.text-span-36, .text-span-37, .text-span-38, .text-span-39 {
  font-size: .9em;
}

.text-span-40 {
  text-transform: lowercase;
}

.text-span-41 {
  font-style: italic;
  font-weight: 700;
}

.image-6 {
  flex: 0 auto;
  align-self: center;
  display: block;
}

.div-block-31 {
  align-self: center;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

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

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-gallery-image-s {
  height: 300px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-gallery-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.lynx-content-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-paragraph {
  opacity: .66;
  color: var(--paragraph-gray);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
  text-decoration: none;
}

.lynx-grid-2-columns {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 14px;
}

.lynx-features-large {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 17px -5px #1f20221a;
}

.lynx-link-block-features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-link-block-features:hover {
  filter: brightness(112%);
}

.lynx-subtitle-software {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fd4b8b1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-block-features-large {
  padding: 55px 45px 35px;
}

.lynx-heading-features-large {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 122%;
}

.lynx-image-features {
  background-color: var(--white-50);
  mix-blend-mode: luminosity;
  object-fit: cover;
  border-radius: 50% 50% 30px 30px;
  width: 100%;
  min-height: 200px;
  max-height: 300px;
}

.lynx-arrow-features {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 55px;
  height: 55px;
  position: absolute;
  inset: -25px auto auto;
}

.lynx-subtitle-productivity {
  color: var(--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #8979ec1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-subtitle-productivity.fff {
  background-color: var(--red);
  color: var(--white);
}

.lynx-subtitle-productivity.fff:hover {
  text-decoration: none;
}

.text-span-42 {
  font-size: 15px;
}

.lynx-subtitle-2 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-hero {
  color: var(--lynx--black);
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-block-center-hero {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -30px;
  display: flex;
  position: relative;
}

.lynx-hero-oval {
  background-image: url('../images/Hero_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 800px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-hero {
  background-image: url('../images/Screenshot-2025-09-18-213229.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-hero {
  background-color: var(--lynx--medium-purple);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 44%;
  margin-top: 110px;
  padding: 60px;
  display: flex;
}

.lynx-subtitle-white-2 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-button-white {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-heading-white-small-2 {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 114%;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.text-span-43 {
  margin-top: -18px;
  font-size: 15px;
  display: block;
}

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

.italic-text-15, .link-12 {
  color: var(--primary-dark);
}

.code-embed-2 {
  background-color: var(--_e---color-3);
  margin-top: 40px;
}

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

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

.italic-text-16 {
  text-align: left;
}

.link-13, .link-14 {
  color: var(--red);
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

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

  .section.light-background {
    background-image: url('../images/Element-3.svg');
    background-size: cover;
    padding-top: 140px;
  }

  .section.bg-texture {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .section.details-dark-bg {
    padding-top: 170px;
  }

  .section.details-page-reg-nav {
    padding-top: 100px;
  }

  .section.light-background-copy {
    background-image: url('../images/Element-3.svg');
    background-size: cover;
    padding-top: 140px;
  }

  .base-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .base-container.oooc {
    margin-top: 0;
    padding-top: 40px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pages-banner {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .pages-banner.about-us {
    height: 70vh;
  }

  .pages-banner.our-history {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pages-banner.shows {
    background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#0000, #0000), url('../images/Barocktage-10.5.2015-66.png');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    height: 70vh;
  }

  .pages-banner.news-details {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .pages-banner.faq {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/closes-theater-curtains-2025-01-09-09-28-42-utc1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-image {
    height: 260px;
  }

  .blog-grid-item {
    width: 31.62%;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-wrapper {
    margin-bottom: 0;
  }

  .team-card-image {
    height: 340px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .section-title {
    margin-top: 20px;
  }

  .contacts-wrapper {
    margin-top: 0;
  }

  .footer-wrapper {
    padding-left: 140px;
    padding-right: 140px;
  }

  .button-wrapper.bottom-section-style.v {
    margin-top: 60px;
    margin-bottom: 10px;
  }

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

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .welcome-wrapper {
    grid-column-gap: 80px;
    padding-bottom: 100px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .footer-blog-title {
    padding-right: 60px;
  }

  .footer-blog-item {
    padding-left: 40px;
    padding-right: 80px;
  }

  .footer-blog-date.news-page-style {
    margin-bottom: 30px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-event-card {
    height: 650px;
  }

  .home-event-cards {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event-description {
    width: 72%;
  }

  .event-date {
    text-align: left;
    margin-top: 0;
  }

  .center-title {
    padding-right: 140px;
  }

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

  .shop-details-block {
    margin-top: 80px;
  }

  .banner-section-photo {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .banner-content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-main-title {
    width: 100%;
  }

  .two-column-wrapper {
    grid-column-gap: 100px;
  }

  .two-column-wrapper.center {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .event-category-item {
    width: 31%;
  }

  .column-wrapper {
    width: 50%;
  }

  .video-big.in-section-style {
    min-height: 520px;
  }

  .load, .btn-circle {
    margin-right: 5px;
  }

  .button-animated.dark {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .footer-wrapper-top {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-balancer {
    width: 240px;
  }

  .text-span-italic-color {
    font-family: Philosopher, sans-serif;
  }

  .event-date-wrapper {
    margin-top: 40px;
    padding-right: 40px;
  }

  .main-event-location {
    width: 35%;
  }

  .event-type {
    width: 18%;
  }

  .background-video {
    min-height: 100vh;
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .home-2-title {
    width: 62%;
    font-size: 62px;
  }

  .home-3-banner {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .info-text {
    padding-left: 0;
  }

  .actor-details-block {
    margin-top: 80px;
  }

  .event-cards {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .event-card {
    height: 480px;
  }

  .order-row, .order-row-address {
    flex-direction: row;
  }

  .team-card-image-copy {
    height: 340px;
  }

  .nav-dropdown-toggle-copy, .nav-dropdown-toggle-copy-copy, .nav-dropdown-toggle-copy-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2 {
    background-image: url('../images/Element-2.svg');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
  }

  .section-title-copy {
    margin-bottom: 60px;
  }

  .div-block-6 {
    background-color: var(--color);
  }

  .div-block-7 {
    background-image: linear-gradient(to bottom, var(--black), var(--black)), url('../images/sagesmask-quarry-texture.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .eventscenter__banner-content {
    background-image: linear-gradient(#000000b3, #000000b3);
  }

  .eventscenter__gridof4 {
    margin-bottom: 0;
  }

  .btn-title-text-copy.dark, .btn-title-text-copy.dark.f {
    font-family: "Fa solid 900", sans-serif;
  }

  .section-copy.light-background {
    padding-top: 100px;
  }

  .section-copy.details-page-reg-nav, .section-copy.light-background-copy {
    padding-top: 100px;
  }

  .btn-title-text-copy.dark {
    font-family: Montserrat, sans-serif;
  }

  .body {
    background-image: none;
    background-position: 0 0;
  }

  .section-copy-copy.light-background-copy, .section-copy-copy.light-background-copy-copy {
    background-image: url('../images/Element-3.svg');
    background-size: cover;
    padding-top: 140px;
  }

  .section-copy-copy.light-background-copy-copy.tttt {
    background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-quarry-texture.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-copy-copy.light-background-copy-copy {
    background-image: none;
    background-size: auto;
    padding-top: 40px;
  }

  .section-title-copy-copy, .section-title-copy-copy-copy {
    margin-bottom: 60px;
  }

  .section-copy-copy.light-background {
    padding-top: 100px;
  }

  .section-copy-copy.details-page-reg-nav, .section-copy-copy.light-background-copy {
    padding-top: 100px;
  }

  .section-copy-copy.light-background-copy.ff {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .button-animated-copy.dark {
    margin-top: 10px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .section-copy-copy.light-background-copy._5 {
    padding-top: 60px;
  }

  .section-copy.light-background {
    background-color: var(--color);
    background-image: url('../images/Element-3.svg');
    background-position: 50%;
    background-size: cover;
    padding-top: 140px;
  }

  .body-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/sagesmask-quarry-texture.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .div-block-6-copy {
    background-color: var(--color);
    background-image: none;
  }

  .section-copy {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-copy.light-background {
    background-image: url('../images/Element-3.svg');
    background-size: cover;
    padding-top: 140px;
  }

  .section-copy.details-dark-bg {
    padding-top: 170px;
  }

  .section-copy.details-page-reg-nav {
    padding-top: 100px;
  }

  .section-copy.light-background-copy {
    background-image: url('../images/Element-3.svg');
    background-size: cover;
    padding-top: 140px;
  }

  .section-copy-copy.light-background {
    background-image: url('../images/Element-3.svg');
    background-size: cover;
    padding-top: 140px;
  }

  .section-copy-copy.fi {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy-copy {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-copy-copy.light-background {
    background-color: var(--color);
    background-image: url('../images/Element-3.svg');
    background-position: 50%;
    background-size: cover;
    padding-top: 140px;
  }

  .section-copy-copy.light-background.ddd {
    background-image: url('../images/Element-1.svg');
  }

  .section-copy-copy.details-dark-bg {
    padding-top: 170px;
  }

  .section-copy-copy.details-page-reg-nav {
    padding-top: 100px;
  }

  .section-copy-copy.light-background-copy {
    background-image: url('../images/Element-3.svg');
    background-size: cover;
    padding-top: 140px;
  }

  .body-3-copy {
    background-image: linear-gradient(#0000, #0000), url('../images/sagesmask-quarry-texture.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .section-title-copy {
    font-family: Philosopher, sans-serif;
  }

  .base-container-copy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .base-container-copy.ssss {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lynx-content-3-copy.rr {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .eventscenter__banner-content-copy {
    background-image: linear-gradient(#000000b3, #000000b3);
  }

  .text-span-24:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.light-background {
    background-image: linear-gradient(to bottom, var(--_e---color), var(--_e---color));
    background-position: 0 0;
    background-size: auto;
    margin-top: 0;
    padding-top: 40px;
  }

  .section.light-background._6666 {
    padding-top: 40px;
  }

  .section.home-get-started {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 30vw;
    padding: 0 10px;
    display: flex;
  }

  .section.bg-texture {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section.light-background-copy {
    margin-top: 0;
    padding-top: 220px;
  }

  .base-container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 40px;
    display: block;
  }

  .base-container.align-left {
    display: flex;
  }

  .base-container.oooc {
    padding-bottom: 20px;
  }

  .base-container._55 {
    margin-top: 75px;
    margin-bottom: 60px;
  }

  .primary-button.dark {
    color: var(--white);
    margin-bottom: 40px;
    font-weight: 400;
  }

  .pages-banner.shows {
    background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#0000, #0000), url('../images/Barocktage-10.5.2015-66.png');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .pages-banner.faq {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/closes-theater-curtains-2025-01-09-09-28-42-utc1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .section-title-wrapper {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .section-title {
    margin-top: 20px;
  }

  .contacts-wrapper {
    margin-top: 40px;
  }

  .paragraph-no-margin {
    color: var(--lynx--black);
    font-size: 18px;
  }

  .paragraph-no-margin.accordion-item {
    background-color: var(--color);
    color: var(--black);
  }

  .paragraph-no-margin.d {
    color: var(--black);
  }

  .paragraph-no-margin.du {
    color: var(--white);
  }

  .welcome-wrapper {
    padding-bottom: 100px;
  }

  .feature-text {
    margin-bottom: 0;
  }

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

  .home-testimonial-card.tablet-one-item._3 {
    height: 300px;
  }

  .home-testimonial-card._2 {
    width: 300px;
  }

  .home-testimonials-wrapper {
    width: 100%;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .get-started-wrapper {
    width: auto;
  }

  .get-started-text-wrap {
    width: auto;
    margin-right: 60px;
  }

  .banner-section-photo {
    min-height: 100vh;
  }

  .home-main-title {
    font-size: 70px;
  }

  .two-column-wrapper.center {
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .about-block-image {
    width: 100%;
  }

  .title-hover {
    margin-bottom: 0;
  }

  .video-big {
    min-height: 680px;
  }

  .button-animated {
    padding-left: 20px;
  }

  .button-animated.sdv {
    border-color: var(--lynx--white);
    background-image: none;
  }

  .btn-title-text {
    flex-flow: row;
  }

  .btn-title-text.sdv, .btn-title-text.fsdf {
    color: var(--white);
  }

  .background-video {
    background-image: linear-gradient(0deg, black, var(--color) 8%), linear-gradient(to bottom, #0f0c05cc, #0f0c05cc);
  }

  .home-3-banner {
    min-height: 100vh;
  }

  .image-banner.five {
    width: 260px;
    height: 130px;
  }

  .image-banner.four {
    width: 240px;
    height: 300px;
    top: 32%;
  }

  .image-banner.three {
    width: 160px;
    height: 200px;
    top: 16%;
  }

  .image-banner.two {
    width: 200px;
    height: 240px;
    top: 12%;
  }

  .image-banner.six {
    width: 210px;
  }

  .image-banner.one {
    width: 240px;
    height: 310px;
    bottom: 26%;
  }

  .image-banner.seven {
    width: 150px;
    height: 240px;
  }

  .image-banner.eight {
    width: 150px;
    height: 230px;
  }

  .section-2 {
    background-color: var(--color);
    background-image: url('../images/Element-2.svg');
    background-position: 50%;
    background-size: cover;
  }

  .section-title-copy {
    padding-bottom: 20px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .lynx-newsletter {
    box-shadow: -5px -3px 11px -1px var(--primary-dark);
  }

  .div-block-6 {
    background-color: var(--color);
    background-image: none;
    background-position: 0 0;
  }

  .div-block-7 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/sagesmask-quarry-texture.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .eventscenter__banner-content {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/13e4875c-c6e4-50d1-838c-c645b303f39f.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  .eventscenter__banner-content._1-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/12-Zuschauerraum-GH.jpg');
    background-size: auto, cover;
  }

  .eventscenter__banner-image4 {
    background-image: radial-gradient(circle, #fff0, #000000b0), url('../images/39060279_L.png');
  }

  .btn-title-text-copy.dark.d {
    font-family: "Fa solid 900", sans-serif;
  }

  .section-copy.light-background, .section-copy.light-background-copy {
    margin-top: 0;
    padding-top: 158px;
  }

  .primary-button-copy.dark-copy {
    border-width: 1px;
    border-color: var(--red);
    background-color: var(--_e---color);
    color: var(--white);
    margin-bottom: 40px;
    font-weight: 400;
  }

  .title-hover-copy {
    margin-bottom: 0;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy.light-background, .section-copy.light-background-copy, .section-copy.light-background, .section-copy.light-background-copy, .section-copy.light-background-copy, .section-copy-copy.light-background, .section-copy-copy.light-background-copy, .section-copy-copy.light-background-copy, .section-copy-copy.light-background-copy-copy {
    margin-top: 0;
    padding-top: 220px;
  }

  .section-copy-copy.light-background-copy-copy.tttt {
    background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-tropical-sprays-texture.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-copy.light-background, .section-copy.light-background-copy, .section-copy-copy.light-background, .section-copy-copy.light-background-copy, .section-copy-copy.light-background-copy {
    margin-top: 0;
    padding-top: 220px;
  }

  .section-copy-copy.light-background-copy-copy {
    background-image: none;
    margin-top: 0;
    padding-top: 0;
  }

  .primary-button-copy.dark {
    color: var(--_e---color-2);
    margin-bottom: 40px;
    font-weight: 400;
  }

  .primary-button-copy.dark-copy {
    color: var(--white);
    margin-bottom: 40px;
    font-weight: 400;
  }

  .section-title-copy-copy {
    padding-bottom: 20px;
  }

  .section-title-copy-copy-copy {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section-copy-copy.light-background {
    margin-top: 0;
    padding-top: 158px;
  }

  .section-copy-copy.light-background-copy {
    background-color: var(--black);
    color: var(--black);
    margin-top: 0;
    padding-top: 158px;
  }

  .section-copy-copy.light-background-copy.ff {
    padding-top: 60px;
  }

  .primary-button-copy-copy.dark {
    color: var(--black);
    margin-bottom: 40px;
    font-weight: 400;
  }

  .primary-button-copy-copy.dark-copy {
    border-width: 1px;
    border-color: var(--lynx--black);
    background-color: var(--lynx--black);
    color: var(--white);
    margin-bottom: 40px;
    font-weight: 400;
  }

  .section-copy.light-background, .section-copy.light-background-copy, .section-copy.light-background-copy, .section-copy-copy.light-background, .section-copy-copy.light-background-copy, .section-copy-copy.light-background-copy {
    margin-top: 0;
    padding-top: 220px;
  }

  .section-copy-copy.light-background-copy._5 {
    background-color: var(--primary-light);
    padding-top: 0;
  }

  .section-copy.light-background {
    background-image: url('../images/Element-3.svg');
    background-size: cover;
    margin-top: 0;
    padding-top: 40px;
  }

  .link-block {
    width: 100%;
  }

  .body-3 {
    background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-quarry-texture.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .div-block-6-copy {
    background-color: var(--color);
  }

  .section-copy.light-background {
    background-image: linear-gradient(to bottom, var(--_e---color), var(--_e---color));
    background-position: 0 0;
    background-size: auto;
    margin-top: 0;
    padding-top: 40px;
  }

  .section-copy.light-background._6666 {
    padding-top: 40px;
  }

  .section-copy.light-background-copy {
    margin-top: 0;
    padding-top: 220px;
  }

  .section-copy-copy.fi {
    background-color: var(--color);
    background-image: linear-gradient(180deg, black, var(--_e---color-11) 31%, var(--color));
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy-copy.light-background {
    background-image: url('../images/Element-1.svg');
    background-position: 50%;
    background-size: cover;
    margin-top: 0;
    padding-top: 40px;
  }

  .section-copy-copy.light-background._6666 {
    padding-top: 40px;
  }

  .section-copy-copy.light-background.ddd {
    background-image: url('../images/Element-1.svg');
  }

  .section-copy-copy.light-background-copy {
    margin-top: 0;
    padding-top: 220px;
  }

  .base-container-copy {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .title-hover-copy-copy {
    margin-bottom: 0;
  }

  .section-title-copy {
    margin-top: 0;
    padding-top: 100px;
  }

  .base-container-copy {
    margin-bottom: 0;
    padding: 140px;
    display: block;
  }

  .base-container-copy.align-left {
    display: flex;
  }

  .base-container-copy.oooc {
    padding-bottom: 20px;
  }

  .eventscenter__label {
    margin-bottom: 10px;
  }

  .eventscenter__banner-content-copy {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/13e4875c-c6e4-50d1-838c-c645b303f39f.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  .div-block-30 {
    background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-quarry-texture.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }
}

@media screen and (min-width: 1920px) {
  .section.light-background {
    background-image: url('../images/Element-3.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    width: auto;
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    left: 0;
    right: 0;
  }

  .section.home-get-started {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 50vh;
    padding-top: 130px;
    padding-bottom: 130px;
    display: flex;
  }

  .section.bg-texture {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .section.bg-texture.zz {
    background-color: var(--color);
  }

  .section.light-background-copy {
    background-image: url('../images/Element-3.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    width: auto;
    margin-left: 0;
    padding-top: 196px;
    padding-bottom: 100px;
    padding-left: 0;
    left: 0;
    right: 0;
  }

  .base-container {
    max-width: 1400px;
    padding: 10px 20px;
  }

  .base-container.footer-style {
    max-width: 1410px;
  }

  .base-container.oooc {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .pages-banner.about-us, .pages-banner.our-actors, .pages-banner.our-history, .pages-banner.studio {
    min-height: 500px;
  }

  .pages-banner.shows {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/Barocktage-10.5.2015-66.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    min-height: 500px;
  }

  .pages-banner.our-shop, .pages-banner.contact-us, .pages-banner.testimonials-style, .pages-banner.news, .pages-banner.news-details {
    min-height: 500px;
  }

  .pages-banner.faq {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/closes-theater-curtains-2025-01-09-09-28-42-utc1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    height: 70vh;
    min-height: 500px;
  }

  .pages-banner.tickets, .pages-banner.changelog-style {
    min-height: 500px;
  }

  .blog-template-wrapper {
    max-width: 1400px;
  }

  .section-title-wrapper {
    margin-top: 100px;
  }

  .team-card-image {
    height: 380px;
  }

  .section-title {
    margin-top: 40px;
  }

  .contacts-wrapper {
    margin-top: 60px;
  }

  .button-wrapper.bottom-section-style.v {
    margin-bottom: 40px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .footer-blog-title {
    padding-left: 130px;
  }

  .home-testimonial-card {
    width: 300px;
  }

  .home-testimonial-card.tablet-one-item._3 {
    height: auto;
  }

  .home-testimonial-card._2 {
    width: 300px;
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-testimonials-wrapper {
    flex-flow: row;
    display: flex;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .home-link-card-image {
    transition: filter .3s;
  }

  .home-link-card-image:hover {
    filter: brightness(40%);
  }

  .event-description {
    width: 65%;
  }

  .banner-content-container {
    max-width: 1400px;
  }

  .home-main-banner-discription {
    width: 55%;
  }

  .event-category-item {
    width: 31.2%;
  }

  .video-big {
    min-height: 800px;
  }

  .video-big.in-section-style {
    min-height: 740px;
  }

  .video-content-wrapper {
    max-width: 1400px;
  }

  .video-content {
    width: 54%;
  }

  .main-event-location {
    width: 32%;
  }

  .event-type {
    width: 25%;
  }

  .home-2-title {
    font-size: 70px;
  }

  .instagram {
    height: 400px;
  }

  .image-banner.five {
    width: 340px;
    height: 190px;
  }

  .image-banner.four {
    width: 310px;
    height: 390px;
  }

  .image-banner.three {
    width: 230px;
    height: 299px;
  }

  .image-banner.two {
    width: 270px;
    height: 340px;
  }

  .image-banner.six {
    width: 320px;
    height: 260px;
  }

  .image-banner.one {
    width: 320px;
    height: 400px;
    bottom: 27%;
  }

  .image-banner.seven {
    width: 220px;
    height: 220px;
  }

  .image-banner.eight {
    width: 200px;
    height: 300px;
  }

  .actor-details-image {
    max-height: 640px;
  }

  .add-to-cart {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-card-image-copy {
    height: 380px;
  }

  .section-2 {
    background-color: var(--color);
    background-image: url('../images/Element-2.svg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .homfe-link-card-image-copy {
    transition: filter .3s;
  }

  .homfe-link-card-image-copy:hover {
    filter: brightness(40%);
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .lynx-content {
    margin-bottom: 100px;
  }

  .div-block-6 {
    background-color: var(--color);
    background-image: none;
    background-position: 0 0;
  }

  .eventscenter__banner-content {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/13e4875c-c6e4-50d1-838c-c645b303f39f.webp'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, auto, auto;
  }

  .eventscenter__banner-image4 {
    background-image: radial-gradient(circle, #fff0, #000000b0), url('../images/39060279_L.png');
  }

  .btn-title-text-copy.dark {
    font-family: Montserrat, sans-serif;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .section-copy.light-background, .section-copy.light-background-copy {
    background-image: url('../images/Element-3.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    width: auto;
    margin-left: 0;
    padding-top: 196px;
    padding-bottom: 100px;
    padding-left: 0;
    left: 0;
    right: 0;
  }

  .copy-this-entire-section {
    margin-top: 0;
  }

  .section-copy.light-background, .section-copy.light-background-copy, .section-copy.light-background, .section-copy.light-background-copy, .section-copy.light-background-copy, .section-copy-copy.light-background, .section-copy-copy.light-background-copy, .section-copy-copy.light-background-copy, .section-copy-copy.light-background-copy-copy {
    background-image: url('../images/Element-3.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    width: auto;
    margin-left: 0;
    padding-top: 196px;
    padding-bottom: 100px;
    padding-left: 0;
    left: 0;
    right: 0;
  }

  .section-copy-copy.light-background-copy-copy.tttt {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-copy.light-background, .section-copy.light-background-copy, .section-copy-copy.light-background, .section-copy-copy.light-background-copy, .section-copy-copy.light-background-copy {
    background-image: url('../images/Element-3.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    width: auto;
    margin-left: 0;
    padding-top: 196px;
    padding-bottom: 100px;
    padding-left: 0;
    left: 0;
    right: 0;
  }

  .section-copy-copy.light-background-copy-copy {
    background-image: linear-gradient(#0000, #0000);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 0;
    left: 0;
    right: 0;
  }

  .primary-button-copy.dark-copy {
    color: var(--white);
  }

  .section-copy-copy.light-background, .section-copy-copy.light-background-copy {
    background-image: url('../images/Element-3.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    width: auto;
    margin-left: 0;
    padding-top: 196px;
    padding-bottom: 100px;
    padding-left: 0;
    left: 0;
    right: 0;
  }

  .section-copy-copy.light-background-copy.ff {
    padding-top: 140px;
  }

  .primary-button-copy-copy.dark-copy {
    border-color: var(--lynx--black);
    background-color: var(--lynx--black);
  }

  .primary-button-copy-copy.dark-copy:hover {
    border-color: var(--_e---color-9);
  }

  .button-animated-copy._5 {
    width: 30%;
  }

  .section-copy.light-background, .section-copy.light-background-copy, .section-copy.light-background-copy, .section-copy-copy.light-background, .section-copy-copy.light-background-copy, .section-copy-copy.light-background-copy {
    background-image: url('../images/Element-3.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    width: auto;
    margin-left: 0;
    padding-top: 196px;
    padding-bottom: 100px;
    padding-left: 0;
    left: 0;
    right: 0;
  }

  .section-copy.light-background {
    background-color: var(--color);
    background-image: url('../images/Element-3.svg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
    margin-left: 0;
    padding: 100px 0;
    left: 0;
    right: 0;
  }

  .title-hover-copy-copy {
    color: var(--white);
  }

  .body-3 {
    background-color: var(--color);
    background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-tropical-sprays-texture.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .div-block-6-copy {
    background-color: var(--color);
    background-image: none;
    background-position: 0 0;
  }

  .section-copy.light-background {
    background-image: url('../images/Element-3.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    width: auto;
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    left: 0;
    right: 0;
  }

  .section-copy.bg-texture {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .section-copy.bg-texture.zz {
    background-color: var(--color);
  }

  .section-copy.light-background-copy {
    background-image: url('../images/Element-3.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    width: auto;
    margin-left: 0;
    padding-top: 196px;
    padding-bottom: 100px;
    padding-left: 0;
    left: 0;
    right: 0;
  }

  .section-copy.bg-texture-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .section-copy.bg-texture-copy.zz {
    background-color: var(--color);
  }

  .section-copy-copy.light-background {
    background-image: url('../images/Element-3.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    width: auto;
    margin-left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    left: 0;
    right: 0;
  }

  .section-copy-copy.bg-texture {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .section-copy-copy.bg-texture.zz {
    background-color: var(--color);
  }

  .section-copy-copy.bg-texture-copy {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .section-copy-copy.bg-texture-copy.zz {
    background-color: var(--color);
  }

  .section-copy-copy.fi {
    background-image: linear-gradient(180deg, black, var(--_e---color-11) 29%, var(--color));
    padding-bottom: 0;
  }

  .section-copy-copy.light-background {
    background-color: var(--color);
    background-image: url('../images/Element-1.svg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
    margin-left: 0;
    padding: 100px 0;
    left: 0;
    right: 0;
  }

  .section-copy-copy.light-background.ddd {
    background-image: url('../images/Element-1.svg');
    margin-top: 0;
    padding-top: 240px;
  }

  .section-copy-copy.light-background-copy {
    background-image: url('../images/Element-3.svg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    width: auto;
    margin-left: 0;
    padding-top: 196px;
    padding-bottom: 100px;
    padding-left: 0;
    left: 0;
    right: 0;
  }

  .body-3-copy {
    background-color: var(--color);
    background-image: linear-gradient(to bottom, var(--lynx--weiss-90), var(--lynx--weiss-90)), url('../images/sagesmask-tropical-sprays-texture.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .section-4 {
    padding-bottom: 60px;
  }

  .section-5 {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .base-container-copy {
    max-width: 1400px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .base-container-copy.footer-style {
    max-width: 1410px;
  }

  .base-container-copy.oooc {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .lynx-content-3 {
    border-bottom: 1px solid #000;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .lynx-icon-reviews {
    color: var(--red);
    -webkit-text-stroke-color: var(--_e---color);
    mix-blend-mode: normal;
  }

  .bold-text-6 {
    color: var(--_e---color);
    font-family: Philosopher, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .bold-text-6.dccc {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .bold-text-6.dccc.k {
    font-size: 18px;
    font-weight: 400;
  }

  .text-block {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.1em;
  }

  .lynx-content-3-copy {
    border-bottom: 1px solid #000;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lynx-content-3-copy.ddd {
    justify-content: center;
    align-items: flex-end;
  }

  .lynx-content-3-copy.rr {
    padding-bottom: 40px;
  }

  .eventscenter__banner-content-copy {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/13e4875c-c6e4-50d1-838c-c645b303f39f.webp'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, auto, auto;
  }

  .slide-one.grwtgwrtg {
    background-image: url('../images/Barocktage-18.5.2014-80.png');
  }

  .slide-one.fwefew {
    background-image: linear-gradient(#000c, #000c), url('../images/Firefly-grauer-hintergrund-mit-der-zahl-25-und-licht-und-schatten-soft-blur-86564.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }
}

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

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 30px;
  }

  .section.light-background {
    padding-left: 0;
  }

  .section.bg-texture {
    margin-top: 0;
    margin-bottom: 0;
  }

  .base-container {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .base-container.align-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.white-style {
    color: var(--primary-dark);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 4px;
    font-size: 10px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    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: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title.white-style {
    color: var(--primary-dark);
  }

  .pages-banner {
    min-height: 300px;
    padding-top: 110px;
  }

  .pages-banner.shows {
    background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#0000, #0000), url('../images/Barocktage-10.5.2015-66.png');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .pages-banner.news-details {
    padding-top: 110px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    width: 48.16%;
  }

  .blog-item-description {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

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

  .section-title-wrapper {
    max-width: 560px;
  }

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

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

  .coming-soon-image {
    display: none;
  }

  .contacts-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .footer-link {
    display: flex;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .footer-wrapper {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2.75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center;
    display: grid;
  }

  .footer-links-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .search-desktop {
    display: none;
  }

  .search-close-button {
    top: 27px;
    right: 30px;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .service-details-content-wrapper {
    width: 60%;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    top: 20px;
  }

  .service-details-content {
    grid-column-gap: 30px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

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

  .button-wrapper.tablet-nav {
    display: flex;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .project-template-image {
    height: 360px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .navbar-absolute {
    height: 60px;
  }

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

  .welcome-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature-wrap {
    width: 44%;
    max-width: 480px;
  }

  .welcome-image {
    margin-bottom: 10px;
  }

  .feature-text {
    margin-top: 10px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

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

  .footer-blog {
    flex-wrap: wrap-reverse;
  }

  .footer-blog-wrapper {
    width: 100%;
  }

  .footer-blog-title {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 15px;
  }

  .footer-blog-item {
    grid-row-gap: 6px;
  }

  .footer-blog-date {
    margin-bottom: 20px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-testimonial-card.tablet-one-item {
    max-width: 50%;
  }

  .home-testimonial-card.tablet-one-item._3 {
    max-width: none;
    height: 300px;
  }

  .home-testimonials-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .get-started-wrapper {
    flex-flow: row;
  }

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

  .event-card-label {
    width: 80px;
    height: 80px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .home-events-wrapper {
    flex-wrap: wrap;
  }

  .event-date {
    padding-right: 0;
  }

  .event-heading._22 {
    text-align: center;
    width: auto;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 22px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 2px;
  }

  .image-burger.white-style {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

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

  .shop-list-image {
    filter: brightness(65%);
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
  }

  .shop-details-slider {
    height: 400px;
  }

  .shop-details-block {
    padding: 30px;
  }

  .details-page-title {
    font-size: 50px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .banner-section-photo {
    min-height: 560px;
    padding-top: 110px;
  }

  .home-main-banner-discription {
    width: 60%;
  }

  .column-two {
    width: 100%;
  }

  .two-column-wrapper {
    grid-column-gap: 60px;
    flex-direction: column;
  }

  .two-column-wrapper.center {
    margin-top: 10px;
  }

  .two-column-wrapper.center-reverse {
    flex-direction: column-reverse;
  }

  .column-one {
    width: 100%;
  }

  .in-section-title.text-white {
    color: var(--_e---color);
  }

  .event-category-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .event-category-item {
    width: 47.96%;
  }

  .event-category-image, .event-category-image.bigger {
    height: 340px;
  }

  .column-wrapper {
    width: 100%;
  }

  .portfolio-right-wrapper {
    width: 85%;
  }

  .video-big {
    width: 100%;
    min-height: 420px;
  }

  .video-big.in-section-style {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(0deg, #00000080, #fff0), linear-gradient(#0000, #0000), url('../images/Screenshot-2025-01-30-014500.png');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
  }

  .video-content {
    width: 60%;
  }

  .footer-wrapper-top {
    flex-wrap: wrap;
    width: 96%;
  }

  .divider-footer {
    display: none;
  }

  .nav-balancer {
    width: auto;
  }

  .event-date-wrapper {
    border-bottom: 1px solid var(--dark-gray-50);
    border-right-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 0;
    display: flex;
  }

  .event-day {
    text-align: center;
    flex-flow: row;
    margin-right: 0;
    display: block;
  }

  .main-event-location {
    display: none;
  }

  .home-video-banner {
    justify-content: flex-end;
  }

  .background-video {
    min-height: 600px;
  }

  .home-2-title {
    width: 80%;
  }

  .video-in-section {
    width: 100%;
    min-height: 420px;
  }

  .instagram {
    justify-content: flex-end;
    align-items: flex-end;
    height: 240px;
  }

  .hover-circle-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 20px 20px 0;
    display: flex;
  }

  .instagram-grid {
    width: 100%;
  }

  .outline-hover-circle {
    width: 50px;
    height: 50px;
  }

  .home-3-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    min-height: 560px;
    padding-top: 110px;
  }

  .home-3-banner-discription {
    width: 60%;
  }

  .image-banner.five {
    width: 160px;
    height: 90px;
    right: 16%;
  }

  .image-banner.four {
    width: 130px;
    height: 160px;
    top: 46%;
  }

  .image-banner.three {
    width: 90px;
    height: 120px;
  }

  .image-banner.two {
    width: 110px;
    height: 130px;
  }

  .image-banner.six {
    width: 110px;
    height: 80px;
    left: 18%;
  }

  .image-banner.one {
    width: 140px;
    height: 170px;
  }

  .image-banner.seven {
    width: 90px;
    height: 130px;
  }

  .image-banner.eight {
    width: 100px;
    height: 160px;
  }

  .flex-block {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .history-image-wrapper {
    max-width: 80%;
  }

  .info-text {
    max-width: none;
    padding-left: 0;
  }

  .actor-details-block {
    padding: 30px;
  }

  .actor-details-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1.5fr;
  }

  .actor-details-image {
    max-height: 580px;
  }

  .actor-details-title-wrapper {
    grid-row-gap: 15px;
  }

  .video-in-section-studio {
    width: 100%;
    min-height: 420px;
  }

  .image-show-main {
    height: 400px;
  }

  .order-shipping-method, .order-item {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .order-info {
    margin-left: 0;
    margin-right: 0;
  }

  .order-image {
    width: 140px;
  }

  .block-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-button-cta {
    display: none;
  }

  .testimonial-card.tablet-one-item {
    max-width: 50%;
  }

  .video-in-section-tickets {
    width: 100%;
    min-height: 420px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .nav-dropdown-toggle-copy, .nav-dropdown-toggle-copy-copy, .nav-dropdown-toggle-copy-copy-copy {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .event-item-horizontal-copy-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .section-2 {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-small {
    font-size: 38px;
  }

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

  .eventscenter__bannera6 {
    padding-top: 100vw;
  }

  .eventscenter__gridof3 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-top: 0;
    display: flex;
  }

  .eventscenter__banner-headline {
    flex: 0 auto;
  }

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

  .copy-this-entire-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item {
    width: 125px;
  }

  .primary-button-copy, .primary-button-copy-copy {
    display: block;
  }

  .primary-button-copy-copy.dark-copy {
    border-style: none;
  }

  .nie-grid-1 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .button-animated-copy._5 {
    border-color: var(--black);
    color: var(--primary-dark);
    border-right-style: solid;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-animated-copy._5:hover {
    background-image: linear-gradient(to bottom, var(--lynx--black), var(--lynx--black));
    color: var(--lynx--white);
  }

  .btn-title-text-copy {
    color: var(--black);
    margin-left: 0;
    padding-left: 0;
  }

  .btn-title-text-copy:hover {
    color: var(--lynx--white);
  }

  .btn-title-text-copy {
    color: var(--black);
  }

  .section-copy.light-background, .section-copy.light-background-copy, .section-copy-copy.light-background, .section-copy-copy.light-background-copy {
    padding-left: 0;
  }

  ._79876 {
    text-align: center;
  }

  .button-wrapper-copy.tablet-nav {
    display: flex;
  }

  .button {
    white-space: nowrap;
  }

  .newsletter_content {
    grid-row-gap: 2.5rem;
  }

  .fff {
    margin-right: 0;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-image-client {
    margin-left: 40px;
    display: block;
  }

  .lynx-client {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lynx-grid-reviews {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-reviews-column {
    grid-row-gap: 16px;
  }

  .section-copy.light-background, .section-copy-copy.light-background {
    padding-left: 0;
  }

  .section-copy-copy.fi {
    padding-top: 40px;
  }

  .section-copy-copy.light-background {
    padding-left: 40px;
  }

  .base-container-copy {
    margin-bottom: 118px;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .base-container-copy {
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .base-container-copy.align-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-content-3.zz {
    justify-content: center;
    align-items: center;
  }

  .lynx-heading-reviews-large {
    font-size: 25px;
  }

  .lynx-heading-reviews-large.tt, .lynx-heading-reviews-large.ddd {
    font-size: 18px;
  }

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

  .bold-text-6.dccc.k {
    font-size: 18px;
  }

  .bold-text-6.h {
    font-size: 25px;
  }

  .lynx-content-3-copy.ddd {
    justify-content: center;
    align-items: flex-start;
  }

  .lynx-content-3-copy.rr {
    justify-content: center;
    align-items: center;
  }

  .eventscenter__popup-container {
    min-width: 95vw;
  }

  .eventscenter__banner-content-copy._1-copy.fwsefwe {
    width: 500px;
  }

  .div-block-29 {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .img-gallery-main {
    height: 370px;
  }

  .img-gallery-main-icon {
    width: 20px;
  }

  .c-img-gallery-main-icon {
    z-index: 10;
    background-color: #131313e6;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .img-gallery-main-slide {
    overflow: hidden;
  }

  .img-gallery-subs {
    height: 170px;
  }

  .c-main-img-overlay-lightbox {
    display: none;
  }

  .img-gallery-main-slide-2 {
    overflow: hidden;
  }

  .slider {
    width: 600px;
    height: auto;
  }

  .slide-one.grtg.f {
    background-size: cover, cover;
  }

  .slide-inner-flex {
    width: 100%;
  }

  .f-gallery-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .lynx-grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

  .lynx-heading-hero {
    font-size: 48px;
  }

  .lynx-hero-oval {
    min-height: 500px;
  }

  .lynx-hero {
    min-height: 450px;
  }

  .lynx-block-hero {
    width: 56%;
    padding: 45px;
  }

  .lynx-heading-white-small-2 {
    font-size: 38px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 25px;
  }

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

  .section.light-background {
    padding-left: 0;
  }

  .section.details-dark-bg {
    padding-top: 100px;
  }

  .section.details-page-reg-nav {
    padding-top: 40px;
  }

  .base-container {
    padding: 40px 40px 60px;
  }

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

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

  .style-guide-body-wrapper {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

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

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .pages-banner, .pages-banner.news-details {
    padding-top: 90px;
    padding-bottom: 60px;
  }

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

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-item {
    width: 100%;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 0;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 40px;
    display: grid;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .search-shop-con {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .button-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .button-wrapper.bottom-section-style {
    margin-top: 40px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

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

  .welcome-wrapper {
    grid-column-gap: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper {
    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%;
  }

  .footer-blog-item {
    grid-row-gap: 0px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    box-shadow: -2px -10px 30px #0000000f;
  }

  .footer-blog-list {
    flex-wrap: wrap;
  }

  .footer-blog-date {
    margin-bottom: 10px;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .home-testimonial-card {
    padding: 10px 20px 20px;
  }

  .home-testimonial-card.tablet-one-item {
    max-width: none;
  }

  .home-testimonials-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .search {
    flex-direction: column;
  }

  .get-started-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .get-started-text-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .subtitle-main {
    line-height: 16px;
  }

  .event-card-label {
    top: 30px;
    right: 30px;
  }

  .card-text-position {
    text-align: center;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .home-events-wrapper {
    margin-bottom: 40px;
  }

  .event-item-horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .event-description {
    width: 100%;
    margin-right: 0;
  }

  .event-date {
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    padding-right: 0;
    display: flex;
  }

  .event-heading {
    margin-bottom: 15px;
  }

  .event-heading._22 {
    width: auto;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    margin-top: 40px;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .details-page-title {
    font-size: 44px;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .banner-section-photo {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .banner-content-container {
    flex-direction: column;
    align-items: center;
  }

  .home-main-banner-discription {
    width: 90%;
  }

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

  .two-column-wrapper.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-block-image {
    min-height: 440px;
  }

  .event-caregory-info-link {
    flex-flow: column;
  }

  .event-category-item {
    width: 100%;
  }

  .flex-horizontal-align-center {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .flex-horizontal-align-center.reverse {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .flex-horizontal-align-center.mobile-bottom-spacing {
    margin-bottom: 30px;
  }

  .column-wrapper, .portfolio-right-wrapper {
    width: 100%;
  }

  .portfolio-horizontal-image {
    height: 300px;
  }

  .full-width {
    flex-wrap: wrap;
  }

  .portfolio-verical-image {
    height: 300px;
  }

  .video-big {
    min-height: 400px;
  }

  .video-content-wrapper {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .video-content {
    width: 100%;
  }

  .footer-wrapper-top {
    grid-column-gap: 50px;
    justify-content: center;
    width: 95%;
  }

  .event-date-wrapper {
    border-bottom: 1px solid var(--dark-gray-50);
    border-right-style: none;
    margin-bottom: 10px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 0;
    display: block;
  }

  .event-day {
    width: auto;
    margin-right: 0;
  }

  .event-button-wrapper {
    margin-top: 15px;
  }

  .main-event-location, .event-type {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .event-time-wrapp {
    grid-row-gap: 10px;
    justify-content: center;
  }

  .margin-top-20-mobile-15 {
    margin-top: 15px;
  }

  .home-video-banner {
    min-height: 560px;
  }

  .background-video {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .home-2-title {
    width: 90%;
  }

  .video-in-section {
    min-height: 400px;
  }

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

  .home-3-banner {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .home-3-banner-discription {
    width: 90%;
  }

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

  .image-banner.five {
    width: 140px;
    height: 70px;
  }

  .image-banner.four {
    top: 40%;
  }

  .image-banner.three {
    width: 80px;
    height: 100px;
  }

  .image-banner.two {
    width: 90px;
    height: 90px;
    top: 14%;
    left: 6%;
  }

  .image-banner.six {
    width: 100px;
    height: 60px;
  }

  .image-banner.one {
    filter: brightness(60%);
    width: 110px;
    height: 140px;
    bottom: 15%;
  }

  .image-banner.seven {
    filter: brightness(70%) grayscale();
    width: 80px;
    height: 90px;
  }

  .image-banner.eight {
    filter: brightness(60%) grayscale();
    width: 80px;
    height: 130px;
  }

  .history-image-wrapper {
    max-width: 100%;
  }

  .info-text {
    padding-left: 0;
  }

  .actor-details-block {
    margin-top: 40px;
    padding: 20px;
  }

  .actor-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .video-in-section-studio {
    min-height: 400px;
  }

  .shows-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .event-cards {
    grid-template-columns: 1fr;
  }

  .event-card {
    height: 400px;
  }

  .image-show-main {
    height: 360px;
  }

  .collection-list-shows-details {
    grid-column-gap: 30px;
    flex-flow: wrap;
  }

  .order-item {
    flex-direction: row;
  }

  .order-info {
    margin-left: 16px;
    margin-right: 16px;
  }

  .order-image {
    width: 80px;
  }

  .block-header {
    flex-direction: row;
    align-items: center;
  }

  .testimonial-card {
    padding: 10px 20px 20px;
  }

  .testimonial-card.tablet-one-item {
    max-width: none;
  }

  .video-in-section-tickets {
    min-height: 400px;
  }

  ._404-title {
    font-size: 80px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .event-item-horizontal-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .event-item-horizontal-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .lynx-newsletter {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lynx-heading-white-small {
    font-size: 34px;
  }

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

  .eventscenter__bannera6 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .eventscenter__banner-content {
    display: flex;
  }

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

  .eventscenter__banner-content-copy {
    display: flex;
  }

  .copy-this-entire-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand-logo-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .items {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .item {
    width: 100px;
  }

  .nie-grid-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-copy.light-background-copy {
    padding-left: 0;
  }

  .section-copy-copy.light-background-copy {
    padding-left: 0;
  }

  .section-copy.light-background {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-wrapper-copy.bottom-section-style, .button-wrapper-copy.bottom-section-style-copy {
    margin-top: 40px;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .newsletter_mask {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }

  .newsletter_component {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    max-height: 100%;
  }

  .heading-5 {
    font-size: 1.75rem;
  }

  .newsletter_slider {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }

  .newsletter_content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 2rem;
    padding: 2rem;
  }

  .fff {
    margin-right: 0;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-reviews {
    grid-template-columns: 1fr;
  }

  .lynx-paragraph-reviews {
    max-width: none;
  }

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

  .section-copy.light-background {
    padding-left: 0;
  }

  .section-copy.details-dark-bg {
    padding-top: 100px;
  }

  .section-copy.details-page-reg-nav {
    padding-top: 40px;
  }

  .section-copy-copy.light-background {
    padding-left: 0;
  }

  .section-copy-copy.fi {
    padding-bottom: 40px;
  }

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

  .section-copy-copy.light-background {
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy-copy.details-dark-bg {
    padding-top: 100px;
  }

  .section-copy-copy.details-page-reg-nav {
    padding-top: 40px;
  }

  .base-container-copy {
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .lynx-reviews-large {
    flex-flow: column;
    margin-bottom: 0;
  }

  .lynx-heading-reviews-large {
    font-size: 22px;
  }

  .lynx-block-reviews-large {
    flex-flow: column;
  }

  .lynx-icon-reviews {
    margin-bottom: 10px;
  }

  .eventscenter__popup-aside {
    float: none;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
    margin-top: 60px;
    margin-left: 30px;
    display: block;
  }

  .eventscenter__selectinput {
    width: 70%;
  }

  .eventscenter__popup-main {
    text-align: left;
    width: 100%;
    position: static;
    overflow: visible;
  }

  .eventscenter__flexhorizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .eventscenter__input {
    width: 70%;
  }

  .eventscenter__popup-container {
    text-align: center;
    flex-direction: column;
    min-width: 100vw;
    height: 100vh;
    display: block;
    overflow: auto;
  }

  .eventscenter__popupbuttonclose {
    inset: 10px 0% auto;
  }

  .eventscenter__banner-content-2, .eventscenter__banner-content-copy {
    display: flex;
  }

  .eventscenter__banner-content-copy._1-copy.fwsefwe {
    height: 500px;
  }

  .div-block-29 {
    flex-flow: column;
    padding-left: 40px;
  }

  .img-gallery-main {
    height: 270px;
  }

  .img-gallery-main-icon {
    width: 15px;
  }

  .img-gallery-main-arrow {
    display: block;
  }

  .img-gallery-main-arrow.right {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .img-gallery-main-arrow.left {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .c-img-gallery-sub {
    display: none;
  }

  .c-img-gallery-main-icon {
    opacity: .75;
  }

  .slider {
    width: 400px;
  }

  .slide-one {
    height: 50vw;
  }

  .slide-two {
    height: 35vw;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-image-s {
    height: 180px;
  }

  .f-gallery-three-column, .lynx-grid-2-columns {
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-large {
    font-size: 26px;
  }

  .lynx-heading-hero {
    font-size: 40px;
  }

  .lynx-hero-oval {
    min-height: 320px;
  }

  .lynx-hero {
    min-height: 600px;
  }

  .lynx-block-hero {
    width: 100%;
  }

  .lynx-heading-white-small-2 {
    font-size: 34px;
  }

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

@media screen and (max-width: 479px) {
  .section.light-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.light-background._888 {
    padding-left: 0;
    padding-right: 0;
  }

  .section.home-get-started {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.bg-texture {
    margin-top: 0;
    margin-bottom: 0;
    overflow: clip;
  }

  .base-container {
    max-width: 1200px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .base-container.align-left {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.oooc {
    padding-left: 40px;
    padding-right: 40px;
  }

  .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;
    flex: 1;
    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;
  }

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

  .primary-button.dark {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 90%;
    margin-left: 0;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-link:hover {
    color: var(--red);
  }

  .close-menu-button.w--open {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-item-title.white-style:hover {
    color: var(--_e---color);
  }

  .nav-item-title.white-style.gerge.w--current, .nav-item-title.white-style.fhj {
    color: var(--black);
  }

  .pages-banner.our-shop {
    background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#0000, #0000), url('../images/Zeichenfläche-1i.png');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .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 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .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 {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    width: auto;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.6em;
    display: flex;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .section-title-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 0;
    display: block;
  }

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

  .team-member-position {
    margin-top: 6px;
  }

  .section-title {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
    font-size: 30px;
    overflow: visible;
  }

  .section-title._22 {
    font-size: 28px;
  }

  .paragraph-no-margin {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-no-margin.text-white {
    padding-left: 20px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 130%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .search-close-button {
    right: 15px;
  }

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

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

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

  .feature-wrap {
    width: 100%;
  }

  .welcome-image {
    max-width: 36%;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .home-testimonial-card.tablet-one-item._3, .home-testimonial-card._2 {
    width: 200px;
    height: 200px;
  }

  .card-text-position {
    align-items: center;
  }

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

  .event-date {
    padding-right: 0;
    display: block;
  }

  .event-heading._22 {
    width: 300px;
  }

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

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

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

  .shop-tab-link {
    text-align: center;
  }

  .shop-details-left-arrow {
    margin-left: 10px;
  }

  .shop-details-right-arrow {
    margin-right: 10px;
  }

  .section-two-side-title-wrapper {
    text-align: center;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-content-container {
    text-align: center;
  }

  .home-main-title {
    width: 100%;
    font-size: 33px;
  }

  .home-main-banner-discription {
    width: 100%;
    font-size: 16px;
  }

  .two-column-wrapper.center {
    padding-left: 0;
    padding-right: 0;
  }

  .two-column-wrapper.center-reverse {
    margin-left: 0;
    margin-right: 0;
  }

  .about-block-image {
    min-height: auto;
  }

  .in-section-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .in-section-title.text-white {
    margin-left: 20px;
  }

  .event-category-wrapper {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-caregory-info-link {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
  }

  .video-content-wrapper.bigger-paddings {
    padding-left: 20px;
    padding-right: 20px;
  }

  .load {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .button-group-wrapper.vsdvd {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .btn-banner-text {
    font-family: "Fa solid 900", sans-serif;
  }

  .button-animated {
    margin-left: 5px;
  }

  .btn-title-text {
    font-size: 14px;
  }

  .btn-title-text.sdv, .btn-title-text.sdv.bold-text-21, .btn-title-text.v, .btn-title-text.d {
    font-family: Montserrat, sans-serif;
  }

  .footer-wrapper-top {
    width: 92%;
  }

  .text-span-italic-color {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
  }

  .event-date-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .event-day {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-right: 0;
    font-size: 30px;
    display: block;
  }

  .event-time-wrapp {
    flex-wrap: wrap;
  }

  .home-video-banner {
    overflow: clip;
  }

  .background-video {
    height: 100vh;
  }

  .home-2-title {
    width: 100%;
  }

  .instagram {
    height: 200px;
  }

  .image-banner.five {
    width: 100px;
    height: 60px;
    right: 10%;
  }

  .image-banner.four {
    width: 110px;
    height: 130px;
    top: 34%;
  }

  .image-banner.three {
    width: 70px;
    height: 90px;
    top: 17%;
  }

  .image-banner.two {
    width: 70px;
    height: 80px;
    top: 13%;
  }

  .image-banner.six {
    width: 80px;
    height: 50px;
  }

  .image-banner.one, .image-banner.seven, .image-banner.eight {
    width: 100px;
    height: 130px;
  }

  .tab-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block {
    grid-row-gap: 20px;
  }

  .year {
    font-size: 16px;
  }

  .history-image-wrapper {
    max-width: 100%;
  }

  .info-text {
    padding-left: 0;
  }

  .shows-tab-link {
    text-align: center;
  }

  .collection-list-shows-details, .order-item {
    flex-direction: column;
  }

  .order-info {
    margin-left: 0;
    margin-right: 0;
  }

  .order-image {
    width: 100%;
    height: 120px;
  }

  .block-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-info {
    margin-left: 0;
    margin-right: 0;
  }

  .cart-image {
    width: 100%;
    height: 120px;
  }

  .cart-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .event-item-horizontal-copy-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .section-2 {
    overflow: clip;
  }

  .lynx-content {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-newsletter {
    padding: 50px 20px;
  }

  .lynx-form {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .lynx-text-field {
    border-style: solid;
    border-color: var(--white);
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-submit-button {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding: 10px 20px;
  }

  .lynx-form-block {
    width: 100%;
  }

  .lynx-heading-white-small {
    font-size: 22px;
  }

  .div-block-7 {
    overflow: clip;
  }

  .eventscenter__bannera6 {
    padding-top: 180vw;
  }

  .eventscenter__banner-content {
    flex-direction: column;
  }

  .eventscenter__banner-content._2 {
    top: 0%;
  }

  .eventscenter__gridof3 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .eventscenter__banner-headline.title-hover {
    font-size: 25px;
  }

  .eventscenter__gridof4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .btn-title-text-copy.dark.f, .btn-title-text-copy.dark.d {
    font-family: "Fa solid 900", sans-serif;
  }

  .team-member-position-copy {
    margin-top: 6px;
  }

  .primary-button-copy.dark, .primary-button-copy.dark-full-screen, .primary-button-copy.dark-copy {
    width: 100%;
  }

  .eventscenter__banner-content-copy {
    flex-direction: column;
  }

  .btn-title-text-copy.dark {
    font-family: Montserrat, sans-serif;
  }

  .copy-this-entire-section {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .client-logo-slider {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .item {
    width: 108px;
  }

  .section-copy-copy.light-background-copy-copy.tttt, .section-copy-copy.light-background-copy-copy {
    padding-left: 0;
  }

  .primary-button-copy.dark, .primary-button-copy.dark-full-screen, .primary-button-copy.dark-copy {
    width: 100%;
  }

  .section-title-copy-copy {
    font-size: 30px;
  }

  .section-copy-copy.light-background-copy {
    padding-left: 0;
  }

  .section-copy-copy.light-background-copy.ff {
    padding-right: 0;
  }

  .section-title-copy-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .primary-button-copy-copy.dark, .primary-button-copy-copy.dark-full-screen {
    width: 100%;
  }

  .primary-button-copy-copy.dark-copy {
    border-style: none;
    width: 50%;
  }

  .no-top-margin-copy {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
  }

  .div-block-15 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-16 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-17, .div-block-18, .div-block-19 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed {
    width: 100%;
  }

  .section-3, .section-3-copy {
    flex-flow: column;
  }

  .nie-grid-1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nie-wrap-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nie-heading-1 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .button-animated-copy {
    margin-left: 20px;
  }

  .button-animated-copy._5 {
    margin-left: 0;
  }

  .section-copy.light-background, .section-copy.light-background-copy, .section-copy-copy.light-background, .section-copy-copy.light-background-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
  }

  ._79876 {
    width: 260px;
  }

  .team-member-position-copy-copy {
    margin-top: 6px;
  }

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

  .page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter_mask {
    border-radius: 0;
  }

  .newsletter_component {
    border-radius: 2rem;
  }

  .newsletter_sec-info {
    text-align: center;
    align-items: stretch;
  }

  .newsletter_image {
    border-radius: 2rem 2rem 0 0;
  }

  .button.is-form {
    border-radius: 1rem;
  }

  .newsletter_slider {
    max-height: 12rem;
  }

  .text-field {
    border-radius: 1rem;
  }

  .newsletter_form {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter_content {
    grid-row-gap: 3rem;
  }

  .fff {
    margin-right: 0;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .div-block-6-copy {
    overflow: clip;
  }

  .section-copy.light-background, .section-copy-copy.light-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-copy-copy.fi {
    padding-left: 20px;
    padding-right: 20px;
    overflow: clip;
  }

  .section-copy-copy.light-background {
    padding-left: 40px;
    padding-right: 40px;
  }

  .base-container-copy {
    max-width: 1200px;
    margin-bottom: 100px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 40px;
  }

  .paragraph-2 {
    overflow: clip;
  }

  .section-title-copy {
    padding-right: 0;
    font-size: 30px;
  }

  .section-title-copy._22 {
    font-size: 28px;
  }

  .base-container-copy {
    max-width: 1200px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-copy.align-left {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-copy.oooc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lynx-heading-client-2 {
    font-size: 16px;
  }

  .lynx-reviews-large {
    flex-flow: column;
  }

  .lynx-heading-reviews-large {
    padding-right: 0;
    font-size: 21px;
  }

  .lynx-block-reviews-large {
    flex-flow: column;
  }

  .lynx-icon-reviews {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .bold-text-6 {
    line-height: 1.2em;
  }

  .bold-text-6.dccc.k {
    font-size: 16px;
  }

  .lynx-content-3-copy.ddd {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .lynx-content-3-copy.rr {
    justify-content: center;
    align-items: flex-end;
  }

  .text-block-2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.3em;
  }

  .eventscenter__popup-aside {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .eventscenter__selectinput {
    width: 100%;
  }

  .eventscenter__textsmall {
    margin-left: 20px;
    margin-right: 20px;
  }

  .eventscenter__popup-main {
    overflow: clip;
  }

  .eventscenter__flexhorizontal {
    flex-direction: column;
  }

  .eventscenter__input {
    width: 100%;
  }

  .eventscenter__banner-content-2, .eventscenter__banner-content-copy {
    flex-direction: column;
  }

  .eventscenter__banner-content-copy._1-copy.fwsefwe {
    flex: 0 auto;
    width: 200px;
    height: 400px;
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .div-block-29 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-gallery-main {
    height: 250px;
  }

  .slider {
    width: 200px;
  }

  .slide-inner-flex {
    width: auto;
    height: auto;
  }

  .link-5 {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
    font-size: 1.4em;
  }

  .image-5 {
    margin-top: 20px;
  }

  .lynx-heading-features-large {
    font-size: 24px;
  }

  .lynx-image-features {
    min-height: 200px;
  }

  .lynx-heading-hero {
    font-size: 34px;
  }

  .lynx-hero-oval {
    min-height: 200px;
  }

  .lynx-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
  }

  .lynx-heading-white-small-2 {
    font-size: 29px;
  }

  .text-span-43 {
    font-size: 13px;
  }
}

#w-node-_34d476d3-0372-8c5c-b998-68b9ce7a9cd5-dedbc7d1, #w-node-_34d476d3-0372-8c5c-b998-68b9ce7a9cea-dedbc7d1, #w-node-_34d476d3-0372-8c5c-b998-68b9ce7a9cff-dedbc7d1, #w-node-ce4a2351-85b2-46ca-4313-928b14ba1342-dedbc7d1, #w-node-ce4a2351-85b2-46ca-4313-928b14ba1349-dedbc7d1, #w-node-ce4a2351-85b2-46ca-4313-928b14ba1350-dedbc7d1, #w-node-de82826f-55c8-d8f9-41d1-a1d95bffbfb9-dedbc7d1, #w-node-c6b2bf8b-5746-a3de-f8fd-568c1caea293-dedbc857, #w-node-_784d32d5-7f1e-3115-03a5-788ca2dec18b-dedbc863, #w-node-_784d32d5-7f1e-3115-03a5-788ca2dec193-dedbc863, #w-node-_784d32d5-7f1e-3115-03a5-788ca2dec19b-dedbc863, #w-node-_84a078b4-9e89-870f-3faf-365692caa6a5-dedbc869, #w-node-_84a078b4-9e89-870f-3faf-365692caa6ad-dedbc869, #w-node-_84a078b4-9e89-870f-3faf-365692caa6b5-dedbc869, #w-node-d6cd8b16-5fdc-93f4-e147-1222e8ce317d-dedbc869, #w-node-_07f96cf6-09c3-a930-c41e-3a57294da9f6-dedbc86a, #w-node-_74341295-4473-a822-9b9c-234a00f78708-dedbc86a, #w-node-_74341295-4473-a822-9b9c-234a00f78710-dedbc86a, #w-node-_74341295-4473-a822-9b9c-234a00f78718-dedbc86a, #w-node-abdf42dc-99f4-eac8-ce28-09ebf0262403-dedbc86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abdf42dc-99f4-eac8-ce28-09ebf02623f8-dedbc86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d3ed6285-b87a-6920-a653-4af53eabc572-dedbc86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-d3ed6285-b87a-6920-a653-4af53eabc592-dedbc86d, #w-node-_98cf1148-ddab-14cf-b1cc-66a1e7d0177b-dedbc86d, #w-node-bb92f32e-7e13-460d-e482-e6d20bda9b1a-dedbc86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb92f32e-7e13-460d-e482-e6d20bda9b1b-dedbc86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-bb92f32e-7e13-460d-e482-e6d20bda9b5a-dedbc86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-bb92f32e-7e13-460d-e482-e6d20bda9b6a-dedbc86d, #w-node-bb92f32e-7e13-460d-e482-e6d20bda9b8a-dedbc86d, #w-node-e1d28846-ec83-f48c-82e3-a60fd7ad5671-dedbc86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1d28846-ec83-f48c-82e3-a60fd7ad5672-dedbc86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e1d28846-ec83-f48c-82e3-a60fd7ad56b1-dedbc86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-e1d28846-ec83-f48c-82e3-a60fd7ad56c1-dedbc86d, #w-node-e1d28846-ec83-f48c-82e3-a60fd7ad56eb-dedbc86d, #w-node-b5d960eb-7671-d13d-1ae6-b9c4a1570075-dedbc86f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5d960eb-7671-d13d-1ae6-b9c4a157007d-dedbc86f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b5d960eb-7671-d13d-1ae6-b9c4a1570085-dedbc86f, #w-node-b5d960eb-7671-d13d-1ae6-b9c4a1570095-dedbc86f, #w-node-b5d960eb-7671-d13d-1ae6-b9c4a157009d-dedbc86f, #w-node-_1cb69837-c573-ec04-f9a0-b59d5d8dd198-dedbc86f, #w-node-b5d960eb-7671-d13d-1ae6-b9c4a157008d-dedbc86f, #w-node-_40169b23-0df2-7d09-c842-8bd70a395faa-dedbc86f, #w-node-bac9a5b9-9688-8d4a-1870-c4e720d9ef9d-dedbc86f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a39a36d-e7eb-9d1a-21a1-86489d8197c1-dedbc86f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-dedbc884, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-dedbc884, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-dedbc884, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-dedbc884, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-dedbc884, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-dedbc884, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-dedbc884, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-dedbc884, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-dedbc884, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-dedbc884, #w-node-dc09906f-3c58-964f-ee4d-0936e03d2797-dedbc889, #w-node-_86422593-17c5-0b53-38f9-ab2d175d3388-dedbc8b4, #w-node-_784d32d5-7f1e-3115-03a5-788ca2dec18b-fe3b16c6, #w-node-_784d32d5-7f1e-3115-03a5-788ca2dec193-fe3b16c6, #w-node-_784d32d5-7f1e-3115-03a5-788ca2dec19b-fe3b16c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_7c1a5170-7f5f-ba77-5ac2-3135ce384fe1-dedbc86b, #w-node-be3ef69b-47ff-3d24-d7f7-3d14ed4cf25d-dedbc86b, #w-node-fa2da0d3-9a9b-9613-0d12-0a35d00162f2-dedbc86b, #w-node-_3c78b5dc-903b-d989-f446-2a5a710ed7d3-dedbc86b, #w-node-_35418dbe-03ae-39e1-2bb6-dfece89f07ef-dedbc86b, #w-node-f713e83f-b9bd-156c-991e-0829da009815-dedbc86b, #w-node-_5e49cb00-d56b-4d10-c0cf-663b9d8fe030-dedbc86b, #w-node-_2d1a04fb-12a2-bcb6-6858-ec3b0ca3acb5-dedbc86b, #w-node-_6f180498-8622-7458-2869-0d45d3fd334c-dedbc86b, #w-node-b1fac75d-b326-9ae6-f251-7f002d2fa9b0-dedbc86b, #w-node-_18fc5c83-30ef-c426-7459-706c4c64e60a-dedbc86b, #w-node-_1ec52506-b53c-eeef-f180-2d2198fae30e-dedbc86b, #w-node-b214f8fa-5f0b-df0d-b8f2-6ae3e9f98df5-dedbc86b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c6b2bf8b-5746-a3de-f8fd-568c1caea29b-dedbc857, #w-node-_6e26b031-2222-7aa1-56f9-b3986f4188c1-dedbc869 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-eb3211e4-3997-3912-3b11-6e4c38092091-dedbc86d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5b298ba1-b051-7a0a-e741-c446c03623a7-dedbc886, #w-node-c6b2bf8b-5746-a3de-f8fd-568c1caea29b-2bca0f9f, #w-node-e5b469a9-276f-1cb6-d541-91fa54ba9e9e-2bca0f9f, #w-node-f75c0584-065e-8ab7-7ed8-8664bfe31ed2-05ed7b4a, #w-node-f75c0584-065e-8ab7-7ed8-8664bfe31eeb-05ed7b4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c6b2bf8b-5746-a3de-f8fd-568c1caea29b-dedbc857, #w-node-_6e26b031-2222-7aa1-56f9-b3986f4188c1-dedbc869, #w-node-_5b298ba1-b051-7a0a-e741-c446c03623a7-dedbc886, #w-node-c6b2bf8b-5746-a3de-f8fd-568c1caea29b-2bca0f9f, #w-node-e5b469a9-276f-1cb6-d541-91fa54ba9e9e-2bca0f9f, #w-node-f75c0584-065e-8ab7-7ed8-8664bfe31ed2-05ed7b4a, #w-node-f75c0584-065e-8ab7-7ed8-8664bfe31eeb-05ed7b4a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b5d960eb-7671-d13d-1ae6-b9c4a157006d-dedbc86f, #w-node-_669012c5-79c2-a65b-d122-6af32addff16-dedbc86f, #w-node-_507d5374-0d2b-cfaf-605e-232ca9b91cdb-dedbc86f, #w-node-_1cb69837-c573-ec04-f9a0-b59d5d8dd198-dedbc86f {
    place-self: auto;
  }
}


@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: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}