:root {
  --violet: #5d60a9;
  --violet-hover: #454786;
  --royal-blue: #0266ff;
  --dim-grey: #6e6e6e;
  --white: white;
  --black: #000;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  color: #fff;
  background-color: #000;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: #7d7d7d;
  margin-bottom: 10px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

a {
  color: #fff;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

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

blockquote {
  text-transform: none;
  background-image: url('https://templates.finestsites.io/agentur-training.de/template/images/Quote-Icon-01.svg'), url('https://templates.finestsites.io/agentur-training.de/template/images/Quote-Icon-02.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 1px #000;
  margin: 40px -40px;
  padding: 40px 0;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.7;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.white-colors-show-case {
  background-color: #fff;
  border-radius: 300px;
  width: 54px;
  height: 54px;
  box-shadow: 0 0 9px #00000047;
}

.white-colors-show-case.black {
  box-shadow: none;
  background-color: #7d7d7d;
}

.yellow-color-show-case {
  background-color: var(--violet);
  border-radius: 300px;
  width: 54px;
  height: 54px;
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.black-background {
  background-color: #151515;
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

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

.black-background-padding {
  padding: 40px;
}

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

.container.navbar-container {
  align-items: center;
  height: 100%;
  padding: 0 2em;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.container.full {
  text-align: center;
  align-self: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.full.impressum {
  padding-top: 8em;
}

._100width {
  width: 100%;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  background-color: var(--violet);
  color: #fff;
  border-radius: 8px;
  padding: 15px 25px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

.button:hover {
  background-color: var(--violet-hover);
}

.button.video {
  background-color: #1c1c1c;
  background-image: url('https://templates.finestsites.io/agentur-training.de/template/images/Video-Icon.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 50px;
  font-weight: 500;
}

.button.video:hover {
  background-color: #333;
}

.button.video.noicon {
  background-image: none;
  border: 1px solid #868686;
  padding-right: 25px;
}

.button.navbar-button {
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  padding: 7px 24px;
  font-size: 15px;
  font-weight: 500;
}

.button.navbar-button:hover {
  background-color: #b3b3b3;
}

.button.white {
  color: #000;
  background-color: #fff;
}

.button.white:hover {
  background-color: #b6b6b6;
}

.button.dark {
  background-color: #474747;
}

.button.add-to-cart {
  background-image: url('https://templates.finestsites.io/agentur-training.de/template/images/shopping-bag.svg');
  background-position: 9%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 50px;
}

.button.features {
  background-color: var(--violet);
}

.button.features.mobil {
  margin-top: 25px;
  display: none;
}

.button.mobil {
  display: none;
}

.button.kpi-section {
  text-align: left;
  flex-direction: row-reverse;
  justify-content: center;
  width: 300px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-guide-box-holder {
  background-color: #000;
  padding: 20px;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section {
  background-color: #000;
  position: relative;
}

.section.hero-section {
  background-color: #03040d;
  overflow: hidden;
}

.section.grey-section {
  background-color: #000;
}

.section.grey-section-copy {
  background-color: #0d0d0d;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.kpi {
  background-color: #0000;
  display: none;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #151515;
  border: 2px solid #ebebeb;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

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

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

.cols-text {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  font-size: 20px;
  line-height: 1.5;
}

.navbar {
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: #1b1b1b42;
  border-bottom: 1px solid #ffffff1a;
  height: 60px;
  position: sticky;
  top: 0;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.navbar-container, .nav-menu-link-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-link-container {
  flex: 1;
  justify-content: center;
  height: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-links {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #fff;
  border-bottom: 3px solid #fff0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  transition: border-color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 120px;
  display: flex;
}

.footer-brand {
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.footer-content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: auto auto .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-link {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

.footer-link:hover {
  color: #fff;
}

.hero-section-holder {
  z-index: 2;
  padding-top: 120px;
  position: relative;
}

.hero-section-container {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-section-mark-holder {
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section-mark {
  width: 55px;
  position: relative;
  left: 2px;
}

.hero-section-header-holder {
  grid-column-gap: 9px;
  perspective: 1500px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.hero-section-paragraph-holder {
  max-width: 630px;
}

.hero-section-button-holder {
  grid-column-gap: 30px;
  display: flex;
}

.hero-section-mac-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.hero-section-mac-container {
  z-index: 2;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section-mac {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.macbook-app-holder {
  justify-content: center;
  align-items: center;
  padding: 3.25% 10.7% 5.6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.macbook-app {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.macbook-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 2% 10.7% 0%;
  position: absolute;
}

.hero-blur-bg-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.hero-blur-bg {
  width: 140%;
  min-width: 115%;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.3;
}

.title.h2 {
  font-size: 45px;
}

.title.h2.event-ablauf, .title.h2.event-location {
  text-align: left;
  line-height: 1;
}

.white-text {
  color: #fff;
}

.featured-logos-section {
  padding-bottom: 60px;
}

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

.featured-logo-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 52px;
  display: flex;
}

.featured-logo-grid {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.featured-logo-wrapper {
  width: 110px;
}

.featured-logo {
  width: 100%;
}

.title-holder {
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-container {
  max-width: 762px;
}

.paragraph-holder {
  max-width: 465px;
}

.early-access-features {
  padding-top: 80px;
  padding-bottom: 80px;
}

.early-access-wrapper {
  grid-row-gap: 230px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 90px;
  display: flex;
}

.early-access-gird-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.early-access-gird {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.early-access-gird.event {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: space-between;
  display: block;
}

.early-access-gird.event-location {
  flex-direction: row-reverse;
}

.early-access-image-holder {
  border-radius: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.early-access-image-container {
  z-index: 1;
  perspective: 1500px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.early-access-image-container._02 {
  background-image: linear-gradient(#0000, #0000);
  justify-content: space-between;
  padding: 80px 50px;
}

.early-access-background-holder, .early-access-background {
  width: 100%;
}

.early-access-big-image-holder {
  border-radius: 20px;
  width: 135%;
  position: relative;
  top: -8px;
  left: 34%;
  right: auto;
  box-shadow: -1px 1px 17px #00000040;
}

.early-access-big-image-holder._02 {
  z-index: 2000;
  width: 100%;
  top: auto;
  bottom: -374px;
  left: 39%;
}

.early-access-big-image-holder._01 {
  width: 110%;
  top: -160px;
  left: 16%;
}

.early-access-big-image-holder._03 {
  width: 100%;
  padding-left: 0;
  top: -35px;
  left: 23%;
  overflow: hidden;
}

.early-access-big-image-holder.noshadow {
  box-shadow: none;
  top: 180px;
  left: 35%;
  right: 0;
}

.early-access-big-image {
  border-radius: 12px;
  width: 100%;
}

.early-access-small-image-holder {
  z-index: 9999999;
  width: 350px;
  position: absolute;
  inset: -5% auto auto 76%;
}

.early-access-small-image-holder._04 {
  width: 400px;
  top: 8%;
}

.early-access-small-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 20px #00000070;
}

.early-access-small-image.noshadow {
  z-index: 2147483647;
  box-shadow: none;
  position: static;
  overflow: hidden;
}

.early-access-card {
  perspective: 1500px;
  align-self: flex-start;
  width: 100%;
  min-width: 370px;
  position: relative;
}

.early-access-card.event {
  align-self: center;
}

.early-access-card.event.experten {
  background-image: linear-gradient(to bottom, #0000008c, #0000008c), radial-gradient(circle farthest-side at 50% 50%, var(--violet), #000 46%);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.early-access-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.early-access-content-holder.event-experten {
  text-align: left;
  align-items: center;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
  display: flex;
}

.early-access-title-holder {
  max-width: 100%;
}

.early-access-paraghaph-holder.event-experten {
  text-align: center;
  width: 50%;
}

.four-features-wrapper {
  background-image: linear-gradient(#0000008c, #0000008c), url('https://templates.finestsites.io/agentur-training.de/template/images/Circle-01.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  padding-top: 90px;
  padding-bottom: 90px;
}

._4-power-features-holder {
  padding-top: 90px;
  padding-bottom: 90px;
}

._4-power-features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.power-feature-card-container {
  background-color: #0d0d0d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.power-feature-image-holder {
  z-index: 1;
  position: relative;
}

.power-feature-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  left: 1px;
  overflow: hidden;
}

.power-feature-background-holder-copy {
  opacity: 1;
  width: 150%;
  height: 150%;
  position: absolute;
}

.power-backbround {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.power-feature-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.power-feature-heading {
  font-size: 20px;
}

.testimonial-slide {
  width: 100%;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.hide {
  display: none;
}

.pricing-tag {
  text-transform: uppercase;
  border: 1px solid #fff3;
  border-radius: 100px;
  padding: 9px 16px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
}

.pricing-header {
  font-size: 42px;
  font-weight: 500;
}

.pricing-list-holder {
  border-top: 1px solid #414142;
  border-bottom: 1px solid #414142;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.pricing-footer-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}

.cta-holder {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cta-container {
  background-color: #1b1c1d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 970px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-container.impressum {
  width: 420px;
}

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 20px 32px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  padding-top: 13px;
  padding-bottom: 13px;
}

.cta-logo-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-heading-holder {
  z-index: 2;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-heading {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.cta-heading.impressum {
  text-align: center;
}

.cta-paragraph-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 440px;
  display: flex;
}

.cta-logo-wrapper {
  z-index: 1;
  background-color: var(--violet);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 20px #0266ff47;
}

.cta-logo {
  width: 45px;
  position: relative;
  bottom: 3px;
  left: auto;
}

.cta-blured-bg {
  opacity: .39;
  filter: blur(20px);
  background-color: #0266ffb0;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  position: absolute;
}

.cta-blured-bg._02 {
  background-color: var(--violet-hover);
  opacity: .05;
  filter: blur(20px);
  width: 200px;
  height: 200px;
}

.cta-blured-bg._01 {
  background-color: #5d60a98f;
}

.cta-line {
  opacity: .09;
  background-color: #fff;
  width: 1px;
  height: 200px;
  position: absolute;
  top: -200px;
}

.text-field {
  color: #fff;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  width: 100%;
  height: 51px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #635bff1f;
}

.text-field:hover {
  border-color: #777;
  box-shadow: 0 0 4px #0000003d, 0 17px 20px #0000003d, 0 21px 36px #635bff1f;
}

.text-field:focus {
  border-color: #448eff;
  box-shadow: 0 4px 18px #0000003d, 0 0 14px #0000003d, 0 21px 90px #635bff0a;
}

.text-field::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.submit-button {
  background-color: var(--violet);
  background-image: url('https://templates.finestsites.io/agentur-training.de/template/images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding: 14px 2px 2px;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

.submit-button:hover {
  background-color: #0f56c3;
}

.cta-cricle-holder {
  width: 350px;
  position: absolute;
  inset: auto auto -32% -15%;
}

.cta-cricle-holder._02 {
  inset: -18% -14% auto auto;
  transform: rotate(180deg);
}

.cta-circle {
  width: 100%;
}

.error-message {
  color: #7d7d7d;
  text-align: center;
  background-color: #333;
  border: 1px solid #aa5252;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #ff00041f;
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.animate-text-02 {
  line-height: 1;
}

.fixed-navbar {
  z-index: 19;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.help-container {
  border-right: 1px solid #242424;
  width: 260px;
  min-width: 260px;
  padding-top: 80px;
  position: relative;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: #fff;
}

.help-icon-holder {
  width: 8px;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .5;
  color: #fff;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  opacity: 1;
  border-right: 3px solid #fff;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  width: 100%;
}

.help-center-pragraph-holder {
  max-width: 570px;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  opacity: 1;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040, 1px 1px 14px #00000040, 0 21px 36px #635bff21;
}

.figma-file-icon-holder {
  width: 41px;
  min-width: 41px;
  height: 41px;
}

.figla-file-icon {
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  display: flex;
}

.figma-header {
  font-size: 24px;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  border-radius: 20px;
  width: 100%;
}

.sticky {
  position: sticky;
  top: 85px;
}

.link {
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

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

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

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

._404 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-hero-icon-holder {
  grid-column-gap: 30px;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.features-hero-icon-container {
  background-color: #1b1c1d;
  border: 1px solid #323338;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: border-color .4s, transform .35s cubic-bezier(.175, .885, .32, 1.275), background-color .35s;
  display: flex;
}

.features-hero-icon-container:hover {
  background-color: #212224;
  border-color: #46474d;
  transform: scale(1.1);
}

.features-hero-icon {
  width: 32px;
}

.features-icons {
  width: 1100px;
  display: flex;
  position: relative;
}

.break-down-section-holder {
  background-color: #050505;
  padding-top: 70px;
  padding-bottom: 70px;
}

.break-down-section-holder.dankeseite {
  padding-top: 170px;
  padding-bottom: 170px;
}

.break-down-heading-holder {
  max-width: 760px;
}

.break-down-paragraph-holder {
  max-width: 465px;
}

.break-down-card-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.break-down-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.break-down-card-grid.fallstudien, .break-down-card-grid.event {
  grid-template-columns: 1fr 1fr;
}

.break-down-card {
  text-align: center;
  background-color: #0d0d0d;
  border: 2px solid #1e1f3b;
  border-radius: 24px;
  transition: border-color .425s;
  position: relative;
  overflow: hidden;
}

.break-down-card:hover {
  border-color: #353535;
}

.break-down-card-container {
  z-index: 1;
  border: 0px none var(--violet-hover);
  padding: 80px 30px 30px;
  position: relative;
}

.break-down-icon-holder {
  background-color: #000;
  border: 2px solid #313131;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.break-down-icon {
  width: 45px;
}

.break-down-heading {
  text-align: left;
  max-width: 280px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.break-down-heading.event {
  text-align: center;
  max-width: 100%;
  margin-bottom: 40px;
}

.break-down-lottie {
  width: 100%;
}

.break-down-animation-holder {
  width: 100%;
  height: 230px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.break-down-gradient {
  background-image: linear-gradient(#0d0d0d00 16%, #0d0d0d 86%);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.break-down-gradient.bigger {
  background-image: linear-gradient(#0d0d0d87 8%, #0d0d0d 50%);
}

.tab-link {
  background-color: #1b1c1d;
  border: 2px solid #282828;
  border-radius: 8px;
  height: 100%;
  padding: 11px 25px;
  transition: border-color .425s;
}

.tab-link:hover {
  border-color: #8a8a8a;
}

.tab-link.w--current {
  background-color: #1b1c1d;
  border-color: #fff;
}

.benefits-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 95px;
  padding-bottom: 95px;
  display: grid;
}

.benefits-title {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.benefits {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.benefits-content-holder-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

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

.benefits-icon-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 54px;
}

.benefit-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.benefits-heading {
  color: #fff;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.visable-image-content-holder {
  border-radius: 28px;
  width: 100%;
  overflow: hidden;
}

.visable-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 35vh;
}

.company-container-holder {
  background-color: #000;
  background-image: linear-gradient(#000, #0000 15% 70%, #000 101%), radial-gradient(circle at 0%, #45478675, #0000 55% 91%), linear-gradient(#000000d6, #000000d6), url('https://templates.finestsites.io/agentur-training.de/template/images/Circle-01.png'), url('https://templates.finestsites.io/agentur-training.de/template/images/VIDEOCOMET-Video-Print-Mailing-Hintergrund-Vorschau.png');
  background-position: 0 0, 0 0, 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, repeat, no-repeat, repeat-y;
  background-size: auto, auto, auto, auto, auto 70%;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.company-container-holder.impressum {
  background-image: linear-gradient(#000, #0000 15% 70%, #000 101%), radial-gradient(circle at 0%, #45478675, #0000 55% 91%), linear-gradient(#000000d6, #000000d6), url('https://templates.finestsites.io/agentur-training.de/template/images/Circle-01.png');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll;
}

.company-container-holder.event {
  background-image: linear-gradient(#000, #0000 15% 70%, #000 101%), radial-gradient(circle at 100% 100%, #45478675, #0000 55% 91%), linear-gradient(#000000e8, #000000e8), url('https://templates.finestsites.io/agentur-training.de/template/images/Circle-01.png'), url('https://templates.finestsites.io/agentur-training.de/template/images/VC-Event-Background.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, auto, cover;
  padding-top: 80px;
}

.company-container-holder.agb-sektion {
  background-image: linear-gradient(#000000d6, #000000d6), url('https://templates.finestsites.io/agentur-training.de/template/images/Circle-01.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.company-container {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: center;
  display: grid;
}

.company-container.datenschutz {
  grid-template-columns: minmax(200px, 1fr);
}

.company-container.event {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#0000008a, #0000008a);
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  grid-template-columns: minmax(67px, 1fr) 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-items: start;
  margin-top: 35px;
  padding: 35px 25px;
}

.company-content-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.company-content-holder.impressum {
  justify-content: flex-start;
  width: 80%;
}

.company-content-holder.event {
  background-color: #fff0;
  border-radius: 16px;
  justify-content: flex-start;
  padding: 0;
}

.company-button-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 6px;
  display: flex;
}

.company-paragraph {
  max-width: 460px;
  margin-top: 30px;
}

.company-content-wrapper {
  z-index: 19;
  position: relative;
}

.slider-image {
  border-radius: 8px;
  width: 100%;
}

.arrow-circle-holder {
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding-right: 2px;
  display: flex;
}

.arrow-circle-holder.right {
  padding-left: 2px;
  padding-right: 0;
}

.arrow-circle-image {
  width: 10px;
}

.slide-nav-2 {
  display: none;
}

.slider-number-holder {
  font-size: 42px;
  position: absolute;
  inset: auto 0% -70px auto;
}

.company-slider-left-arrow {
  inset: auto auto -60px 0%;
}

.team-slider {
  z-index: 1;
  background-color: #ddd0;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.team-slide {
  z-index: 1;
  width: 380px;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
  left: -30px;
}

.slider-image-holder {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.company-slider-right-arrow {
  inset: auto auto -60px 60px;
}

.team-slider-wrapper {
  z-index: 0;
  display: flex;
  position: relative;
}

.team-slider-mask {
  z-index: 1;
  width: 380px;
  height: 100%;
  overflow: visible;
}

.value-team-holder {
  background-color: #070707;
  padding-top: 90px;
  padding-bottom: 90px;
}

.value-team-holder.event-rahmenprogramm {
  background-image: linear-gradient(to bottom, #000000ba, #000000ba), radial-gradient(circle farthest-side at 100% 50%, var(--violet), #000 36%);
}

.value-team-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.value-content {
  grid-column-gap: 93px;
  grid-row-gap: 93px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-heading-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-title {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: red;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-decoration: line-through;
}

.value-title.headline {
  -webkit-text-stroke-width: 0px;
  text-decoration: none;
}

.value-points {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.value-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px none var(--dim-grey);
  border-radius: 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-wrapper.event {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.value-wrapper.event.list {
  flex-direction: row;
  margin-top: 25px;
  margin-bottom: 25px;
}

.value-icon-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border: 2px #313131;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
}

.value-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 38px;
}

.value-icon.event {
  text-align: left;
}

.value-heading-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-heading {
  color: #fff;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.value-heading.event {
  text-align: left;
  font-size: 18px;
}

.value-heading.event.geeignet {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.value-heading.event.komet {
  text-align: center;
  align-self: flex-start;
  font-size: 32px;
}

.value-heading.event.bullet-head {
  text-align: left;
}

.icon-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 34px;
  display: flex;
}

.value-team-images-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.value-team-images-holder {
  perspective: 1500px;
  width: 100%;
}

.value-team-images-container {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
  position: relative;
}

.value-team-image-holder {
  z-index: 1;
  perspective: none;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.value-team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.value-team-behind-holder {
  z-index: 0;
  backface-visibility: hidden;
  perspective: none;
  transform-style: preserve-3d;
  background-color: #0d0d0d;
  border: 2px solid #363636;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.value-text {
  z-index: 1;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.value-cards-holder {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.team-section-holder {
  padding-top: 90px;
  padding-bottom: 90px;
}

.team-gird-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.team-gird {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team {
  position: relative;
  overflow: hidden;
}

.team-image-holder {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.team-image {
  width: 100%;
}

.team-info-holder {
  flex-direction: column;
  align-items: stretch;
  padding: 9px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.team-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0d0d0d;
  border: 1px solid #353535;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.name-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 300px;
  display: flex;
}

.name {
  color: #fff;
  letter-spacing: .5px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.name-and-description {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  min-width: 300px;
  display: flex;
}

.job-position {
  color: #fff;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.about-person-text {
  color: #cecece;
  letter-spacing: .5px;
  min-width: 100%;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.5px;
}

.social-media-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 24px;
}

.team-info-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: relative;
}

.job-positions-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.job-position-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1b1c1d;
  border: 2px solid #282828;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px 16px 16px;
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), border-color .375s;
  display: flex;
}

.job-position-wrapper:hover {
  border-color: #979797;
  transform: scale(1.05);
}

.job-content-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.job-title-holder {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-icon-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
  overflow: hidden;
}

.job-title {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.job-description {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.arrow-icon-up {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.job-description-holder {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.company-hero-section-header-holder {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  perspective: 1500px;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.blog-hero-holder {
  display: flex;
}

.grey-body {
  background-color: #0d0d0d;
}

.blog-grid-2x {
  grid-row-gap: 18px;
  flex-direction: column;
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.blog-grid-2x:hover {
  transform: scale(1.05);
}

.blog-grid-2x-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-grid-2x-title {
  margin-bottom: 8px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
}

.blog-grid-3x-holder.spacing {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-grid-threes {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-grid-3x-image-holder {
  border-radius: 12px;
  width: 100%;
  height: 370px;
  overflow: hidden;
}

.blog-holder {
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.blog-details-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.blog-date {
  color: #7d7d7d;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.5px;
}

.blog-name-details {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-details---title {
  color: #fff;
  max-width: 570px;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.share-blog-icons {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.share-social-media-icon-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .3;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .3s, transform .375s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.share-social-media-icon-holder:hover {
  opacity: 1;
  transform: scale(1.2);
}

.share-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 24px;
}

.blog-details-holder {
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.blog-details-main-image-holder {
  border-radius: 14px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-details-main-image {
  width: 100%;
}

.blog-rich-text p {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

.blog-rich-text li {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  line-height: 1.5;
}

.shop-category-button-holder {
  padding-top: 30px;
  padding-bottom: 30px;
}

.shop-category-button {
  opacity: .5;
  background-color: #1b1c1d;
  border: 2px solid #282828;
  border-radius: 8px;
  padding: 12px 34px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .425s;
}

.shop-category-button:hover {
  border-color: #fff;
}

.shop-category-button.w--current {
  opacity: 1;
}

.shop-category-list-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.shop-category-list {
  grid-column-gap: 30px;
  display: flex;
}

.featured-shop-items-holder {
  margin-top: 40px;
  margin-bottom: 260px;
}

.featured-shop-items-container {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.featured-product-card {
  background-color: #0d0d0d;
  border: 1px solid #353535;
  border-radius: 24px;
  padding: 50px;
  position: relative;
}

.featured-product-card-content {
  z-index: 1;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.category {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.product-title {
  font-size: 52px;
  font-weight: 600;
}

.product-price {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 300;
}

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

.product-image-holder {
  border-radius: 42px;
  width: 212px;
  position: absolute;
  inset: auto 0% -40% auto;
  overflow: hidden;
  box-shadow: 28px 28px 31px #0000001a;
}

.other-product-holder {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.product-card {
  background-color: #1b1c1d;
  border: 2px solid #282828;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.product-card-image-holder {
  border-radius: 20px;
  width: 100px;
  margin-bottom: 24px;
  overflow: hidden;
}

.product-card-title {
  margin-bottom: 12px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 24px;
}

.product-card-description {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.product-price-small {
  color: #fffc;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 300;
}

.add-to-cart-holder-small {
  margin-top: 12px;
}

.default-state {
  margin-bottom: 0;
}

.out-of-stock-state {
  background-color: red;
  border-radius: 4px;
  padding: 16px;
  font-size: 18px;
}

.menu-cart-holder {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.sub-total {
  font-size: 24px;
}

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

.checkout-form {
  background-color: #0d0d0d;
}

.block-header {
  background-color: #fff0;
  border-style: none;
}

.block-content {
  background-color: #fff0;
  border: 1px #000;
}

.customer-info {
  background-color: #0f0f0f;
  border: 2px solid #282828;
  border-radius: 12px;
  box-shadow: inset 3px 5px 20px #0000005e;
}

.checkout-input {
  background-color: #222;
  border-width: 1.5px;
  border-color: #282828;
  border-radius: 6px;
  height: 60px;
  box-shadow: inset 4px 4px 20px #0000004f;
}

.field-label {
  color: #ffffffad;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-weight: 300;
}

.line-item {
  grid-row-gap: 4px;
  border-bottom: 1px solid #282828;
  flex-direction: column;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.line-item.no-border {
  border-bottom-style: none;
}

.sub-total-checkout {
  color: #434343;
  font-size: 18px;
}

.total-checkout {
  font-size: 32px;
  font-weight: 500;
}

.second-cta-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1d1d1d;
  border: 2px solid #1a1a1a;
  border-radius: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040, 0 0 14px #25252540, 0 0 48px #2d2d2d1f;
}

.second-cta-content {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
}

.second-cta-title {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 100%;
}

.second-cta-paragraph {
  color: #fff;
  letter-spacing: .5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.5px;
}

.second-cta-container {
  background-color: #0d0d0d;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.second-cta-container.event {
  background-color: #000;
}

.second-cta-logo-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.second-cta-logo-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.ghost-icons {
  width: 100%;
  position: absolute;
}

.product-details-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.product-details-container {
  text-align: center;
  background-color: #0d0d0d;
  border: 1px solid #353535;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  padding: 36px 60px;
  display: flex;
}

.product-details-name {
  font-size: 52px;
}

.product-details-image-holder {
  border-radius: 24px;
  width: 150px;
  margin-top: 30px;
  overflow: hidden;
}

.product-details-image {
  width: 100%;
}

.product-summery-holder {
  max-width: 520px;
  padding: 30px;
}

.left-circle-image {
  width: 900px;
  position: absolute;
  inset: auto auto -46% -36%;
}

.left-circle-image.top-right {
  inset: -55% -35% auto auto;
}

.click-instructions-holder {
  display: none;
}

.company-text-gradient {
  z-index: 12;
  background-image: linear-gradient(270deg, #0d0d0d00, #0d0d0d 25%);
  width: 50%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading {
  color: #fff;
  font-size: 30px;
}

.heading-2 {
  font-size: 82px;
}

.paragraph-2 {
  font-size: 18px;
  font-weight: 300;
}

.span {
  color: var(--dim-grey);
  margin-top: 0;
  font-size: 38px;
}

.span.demo-seite {
  font-size: 48px;
}

.span.home {
  font-size: 2.75rem;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 5.75fr 5fr;
  grid-auto-columns: 2.5fr;
  grid-auto-flow: row;
}

.subheadline.kpi {
  font-size: 24px;
}

.text-span {
  float: right;
  background-image: linear-gradient(to bottom, var(--violet), var(--violet-hover));
  color: #fff;
  border-radius: 4px;
  margin-left: 4px;
  padding: 1px 4px;
  font-size: 9px;
}

.heading-3 {
  font-size: 2.75rem;
}

.heading-3.demo-seite {
  font-size: 48px;
}

.heading-3.event {
  text-align: center;
  text-shadow: 1px 1px 1px #0003;
  font-size: 56px;
  line-height: 1;
}

.video-3 {
  background-color: #000;
  width: 60%;
  position: relative;
}

.video-3.mobil {
  display: none;
}

.video-3.desktop {
  box-shadow: 0 0 400px -7px var(--violet-hover);
  border-radius: 0;
  width: 100%;
}

.html-embed {
  flex: 0 auto;
}

.html-embed.mobil {
  display: none;
}

.html-embed.datenschutz {
  text-align: left;
}

.div-block {
  box-shadow: 0 0 70px 8px var(--violet-hover);
  border: 2px #f3f3f3;
  border-radius: 16px;
  overflow: hidden;
}

.link-2 {
  text-decoration: underline;
}

.hinweis-demo {
  text-align: right;
  margin-top: 15px;
  font-size: 13px;
}

.grafik {
  box-shadow: 0 0 20px 8px var(--violet-hover);
  border-radius: 20px;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  text-align: left;
}

.kpi {
  padding-top: 25px;
  padding-bottom: 25px;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  text-align: left;
}

.paragraph-10 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.paragraph-10.home {
  text-align: left;
}

.text-size-small {
  color: var(--white);
  margin-top: 10px;
  margin-left: 5px;
  font-size: 12px;
}

.text-size-small.home {
  text-align: left;
}

.text-span-3 {
  color: var(--dim-grey);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: red;
  overflow-wrap: normal;
  font-size: 26px;
  text-decoration: none;
}

.padding-global {
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

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

.background-video {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  min-width: 384px;
  height: 100%;
  min-height: 266px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.paragraph-11 {
  margin-top: 10px;
}

.paragraph-event {
  margin-top: 5px;
  margin-left: 65px;
  font-size: 12px;
}

.paragraph-event.top-secret {
  margin-top: -20px;
  margin-bottom: 0;
  margin-left: 0;
}

.logo-event {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.span-event {
  color: #ed1c25;
  text-decoration: underline;
}

.text-span-5 {
  font-weight: 200;
}

.text-event, .text-event.bullet-text {
  text-align: left;
}

.lottie-animation {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: content-box;
  border-radius: 100px;
  outline: 3px #fff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.text-color-grey {
  color: var(--dim-grey);
}

.lottie-animation-2 {
  background-color: #000;
  background-image: radial-gradient(circle closest-side at 50% 50%, #7f76c62e, var(--black));
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner5_component {
  z-index: 999;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: auto 0% 1%;
}

.banner5_wrapper {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.banner5_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.text-block {
  color: #000;
}

.button-3 {
  padding: 10px 0 0;
}

.btn-outer {
  background-color: #fff3;
  border-radius: 10px;
  padding: 2px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.glow-border {
  filter: blur(16px);
  background-color: #fff;
  width: 20%;
  height: 80%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-inner {
  background-color: var(--violet);
  color: #fff;
  border-radius: 8px;
  padding: 14px 26px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.btn-text {
  z-index: 1;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }

  .container.full {
    margin-left: auto;
    margin-right: auto;
  }

  .featured-logo-wrapper {
    width: 130px;
  }

  .company-container-holder.event {
    background-image: linear-gradient(#000, #0000 15% 70%, #000 101%), radial-gradient(circle at 100% 100%, #45478675, #0000 55% 91%), linear-gradient(#000000f0, #000000f0), url('https://templates.finestsites.io/agentur-training.de/template/images/Circle-01.png'), url('https://templates.finestsites.io/agentur-training.de/template/images/VC-Event-Background.jpg');
    background-position: 0 0, 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat, repeat-y;
    background-size: auto, auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
  }

  .company-container.event {
    justify-items: stretch;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .company-content-holder.event {
    width: 90%;
  }

  .value-team-container {
    grid-column-gap: 100px;
    grid-template-columns: .75fr .75fr;
  }

  .value-team-images-wrapper {
    grid-column-gap: 30px;
  }

  .value-cards-holder {
    grid-row-gap: 30px;
  }

  .button-3 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-menu-link-holder {
    grid-row-gap: 20px;
    background-color: #0d0d0d;
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-link-container {
    height: auto;
  }

  .nav-menu-button-holder {
    display: none;
  }

  .nav-menu {
    height: auto;
  }

  .nav-links {
    grid-row-gap: 20px;
    flex-direction: column;
    height: auto;
  }

  .footer-wrapper {
    flex-flow: wrap-reverse;
    padding-right: 0;
  }

  .footer-content {
    grid-column-gap: 60px;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section-header-holder {
    max-width: 430px;
  }

  .featured-logo-holder {
    padding-top: 24px;
  }

  .featured-logo-grid {
    grid-column-gap: 30px;
    width: 100%;
  }

  .featured-logo-wrapper {
    width: 150px;
  }

  .early-access-gird {
    grid-column-gap: 40px;
    width: 100%;
  }

  ._4-power-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-container {
    width: 100%;
  }

  .cta-cricle-holder._02 {
    right: -26%;
  }

  .cta-cricle-holder._01 {
    left: -28%;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .help-container {
    border-right-style: none;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

  .menu-button {
    border-radius: 12px;
    padding: 13px;
  }

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

  .break-down-card-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .break-down-card-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 60%;
    display: flex;
  }

  .break-down-card.kpi {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-grid {
    grid-row-gap: 120px;
    flex-direction: column;
    display: flex;
  }

  .company-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-container.event {
    grid-template-columns: minmax(67px, 1.25fr);
  }

  .company-content-holder, .company-content-holder.impressum, .company-content-wrapper {
    width: 100%;
  }

  .value-team-container {
    flex-direction: column;
    display: flex;
  }

  .value-title {
    text-align: left;
  }

  .value-heading.event.komet {
    text-align: center;
    align-self: flex-start;
  }

  .value-team-images-wrapper {
    position: relative;
  }

  .value-team-image {
    width: 102%;
    min-width: 102%;
    position: relative;
    left: -2px;
  }

  .value-cards-holder {
    position: relative;
  }

  .team-gird-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-gird {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .team {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .team-info-holder {
    width: 100%;
    margin-top: -30px;
    padding: 0;
    position: relative;
  }

  .name-holder {
    min-width: 0;
  }

  .name-and-description {
    width: 100%;
    min-width: 0;
  }

  .job-title, .job-description {
    font-size: 18px;
  }

  .blog-grid-threes {
    flex-direction: column;
    display: flex;
  }

  .featured-shop-items-container, .product-grid {
    grid-row-gap: 120px;
    flex-direction: column;
    display: flex;
  }

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

  .product-grid-3x {
    grid-row-gap: 50px;
    flex-direction: column;
    width: 70%;
    display: flex;
  }

  .second-cta-holder {
    border-radius: 20px;
  }

  .second-cta-content {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
  }

  .second-cta-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
  }

  .second-cta-paragraph {
    color: #ffffff94;
    font-size: 14px;
    font-weight: 300;
  }

  .left-circle-image {
    width: 460px;
    bottom: 9%;
  }

  .left-circle-image.top-right {
    top: -16%;
  }

  .click-instructions-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
    position: absolute;
    inset: -110px auto auto 0%;
  }

  .click-arrow {
    width: 110px;
  }

  .company-text-gradient {
    display: none;
  }

  .grid {
    grid-template-columns: 3.5fr 5fr;
  }

  .video-3.mobil {
    width: 100%;
    display: flex;
  }

  .video-3.desktop {
    display: none;
  }

  .video-3.desktop.fallstudie {
    display: block;
  }

  .hinweis-demo, .text-event.bullet-text {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 5px;
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .border-box {
    padding: 2px;
  }

  .button.features {
    display: none;
  }

  .button.features.mobil {
    text-align: center;
    display: block;
  }

  .section.hero-section {
    min-height: 120vh;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: row;
    align-content: stretch;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-brand {
    flex-direction: column;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .footer-link {
    text-align: left;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .hero-section-holder {
    padding-top: 180px;
  }

  .hero-section-mac-holder {
    top: 60px;
  }

  .early-access-wrapper {
    padding-top: 50px;
  }

  .early-access-gird {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .early-access-image-container {
    width: 100%;
  }

  .four-features-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._4-power-features-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-cricle-holder._02 {
    width: 270px;
  }

  .cta-cricle-holder._01 {
    width: 260px;
  }

  .help-link-holder {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .tab-link {
    justify-content: center;
    display: flex;
  }

  .benefits-grid {
    grid-row-gap: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .company-container {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-rows: 100%;
    grid-auto-flow: row;
  }

  .slider-number-holder {
    font-size: 24px;
    bottom: -51px;
  }

  .team-slide, .team-slider-mask {
    width: 290px;
  }

  .value-team-images-wrapper {
    grid-column-gap: 30px;
  }

  .value-team-image-holder {
    border-radius: 14px;
  }

  .value-cards-holder {
    grid-row-gap: 30px;
  }

  .team-section-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .job-position-wrapper {
    padding: 14px;
  }

  .job-title-holder {
    grid-column-gap: 12px;
  }

  .job-title {
    max-width: 140px;
    font-size: 16px;
  }

  .job-description {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
  }

  .job-description-holder {
    grid-column-gap: 14px;
  }

  .blog-rich-text blockquote {
    margin-left: 0;
    margin-right: 0;
    font-size: 21px;
    line-height: 1.4;
  }

  .featured-shop-items-holder {
    margin-bottom: 120px;
  }

  .featured-product-card {
    padding: 32px;
  }

  .product-title {
    font-size: 36px;
    font-weight: 400;
  }

  .product-image-holder {
    border-radius: 20px;
    width: 160px;
  }

  .second-cta-holder {
    grid-row-gap: 50px;
    padding-bottom: 45px;
    display: flex;
  }

  .second-cta-content {
    grid-row-gap: 12px;
    padding: 24px;
  }

  .video-3.mobil {
    width: 100%;
    display: block;
  }

  .video-3.desktop {
    display: none;
  }

  .html-embed.mobil {
    display: block;
  }

  .html-embed.destop, .image {
    display: none;
  }

  .banner5_wrapper {
    padding-right: .5rem;
  }

  .banner5_content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-weight: 400;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .black-background-padding {
    padding: 7px;
  }

  .container {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.full.demo-seite {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.event {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    text-align: center;
  }

  .button.white {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .button.features {
    display: none;
  }

  .button.features.mobil {
    margin-bottom: 25px;
    display: none;
  }

  .button.mobil {
    display: flex;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section.kpi {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-section-holder {
    padding-top: 100px;
  }

  .hero-section-container {
    grid-row-gap: 20px;
  }

  .hero-section-header-holder {
    grid-column-gap: 4px;
  }

  .hero-section-button-holder {
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .hero-section-mac-holder {
    align-items: flex-start;
    padding-left: 20px;
  }

  .hero-section-mac-container {
    width: 100%;
  }

  .macbook-app {
    opacity: 0;
  }

  .macbook-bg-image {
    border-radius: 20px;
  }

  .hero-blur-bg {
    opacity: .4;
    width: 160%;
    min-width: 350%;
  }

  .title {
    font-size: 28px;
  }

  .title.h2 {
    font-size: 31px;
  }

  .featured-logo-grid {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .featured-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .featured-logo.last {
    width: 50%;
  }

  .title-holder {
    grid-row-gap: 8px;
  }

  .early-access-features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .early-access-features.event {
    margin-top: 10px;
  }

  .early-access-wrapper {
    grid-row-gap: 30px;
    padding-bottom: 50px;
  }

  .early-access-gird-holder {
    flex-direction: column;
  }

  .early-access-gird {
    grid-row-gap: 20px;
    flex: 0 auto;
    order: 0;
    grid-auto-flow: row;
  }

  .early-access-image-holder {
    border-radius: 14px;
    width: 100%;
    height: auto;
  }

  .early-access-image-container._02 {
    padding: 30px 30px 30px 0;
  }

  .early-access-big-image-holder {
    width: 140%;
  }

  .early-access-big-image-holder._02 {
    width: 140%;
    top: -73px;
  }

  .early-access-big-image-holder._01 {
    top: 52px;
  }

  .early-access-big-image-holder._03 {
    width: 100%;
    left: 0%;
  }

  .early-access-big-image-holder.noshadow {
    clear: none;
    flex: 0 auto;
    align-self: flex-start;
    left: 0%;
  }

  .early-access-small-image-holder {
    z-index: 2;
    width: 135px;
    top: 14%;
    left: 4%;
  }

  .early-access-small-image-holder._04 {
    width: 280px;
  }

  .early-access-card {
    min-width: 0;
  }

  .early-access-content-holder {
    grid-row-gap: 5px;
  }

  .early-access-paraghaph-holder.event-experten {
    width: 100%;
  }

  ._4-power-features-grid {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .power-feature-card-container, .power-feature-image-holder {
    border-radius: 20px;
  }

  .power-feature-content-holder {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-holder {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .cta-container.impressum {
    width: 100%;
  }

  .cta-heading, .cta-heading.impressum {
    text-align: center;
  }

  .cta-paragraph-holder {
    padding-left: 11px;
    padding-right: 11px;
  }

  .cta-cricle-holder._02, .cta-cricle-holder._01 {
    width: 180px;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

  .break-down-section-holder {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .break-down-section-holder.circle.event {
    padding-top: 0;
    padding-bottom: 0;
  }

  .break-down-card-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .break-down-card-grid {
    width: 100%;
  }

  .break-down-card.kpi {
    padding-top: 0;
    padding-bottom: 0;
  }

  .break-down-card-container {
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .break-down-heading.event.header {
    font-size: 20px;
  }

  .benefits {
    font-size: 31px;
  }

  .benefits-content-holder-wrapper {
    display: flex;
  }

  .benefits-heading {
    font-size: 16px;
  }

  .visable-image-content-holder {
    border-radius: 12px;
  }

  .company-container-holder {
    background-image: radial-gradient(circle at 0%, #454786c9, #0000 36%), linear-gradient(#000000e6, #000000e6), url('https://templates.finestsites.io/agentur-training.de/template/images/Circle-01.png'), url('https://templates.finestsites.io/agentur-training.de/template/images/VIDEOCOMET-Video-Print-Mailing-Hintergrund-Vorschau.png');
    background-position: 0 0, 0 0, 0 0, 100%;
    background-repeat: repeat, repeat, no-repeat, repeat-y;
    background-size: auto, auto, auto, auto;
    background-attachment: scroll, scroll, scroll, fixed;
    align-items: center;
    min-height: 80vh;
    margin-top: 60px;
    padding-bottom: 0;
  }

  .company-container-holder.event {
    min-height: 0;
    margin-top: 0;
    padding-top: 40px;
  }

  .company-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-rows: 100%;
    grid-auto-flow: row;
  }

  .company-container.event {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 5fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    align-content: space-between;
  }

  .company-content-holder.event {
    padding: 0;
  }

  .company-button-holder {
    margin-top: 20px;
  }

  .company-paragraph {
    margin-top: 10px;
  }

  .team-slide {
    width: 200px;
    margin-left: 12px;
    margin-right: 12px;
    left: -12px;
  }

  .team-slider-mask {
    width: 200px;
  }

  .value-team-holder {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .value-team-holder.event-rahmenprogramm {
    padding-top: 0;
    padding-bottom: 0;
  }

  .value-team-container {
    width: 100%;
  }

  .value-content {
    grid-row-gap: 60px;
  }

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

  .value-wrapper.event {
    margin-top: 0;
    margin-left: 0;
  }

  .value-icon-holder.event {
    margin-bottom: 7px;
  }

  .value-heading.event {
    font-size: 18px;
  }

  .value-heading.event.geeignet {
    font-size: 14px;
  }

  .value-heading.event.bullet-head {
    text-align: left;
  }

  .value-team-images-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
    padding-top: 91px;
  }

  .value-team-image-holder {
    border-radius: 24px;
  }

  .value-cards-holder {
    position: static;
  }

  .team-gird-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .team-image-holder {
    border: 1px solid #353535;
    border-bottom-style: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .team-info-holder {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .team-info {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .job-position-wrapper {
    border-radius: 11px;
    padding: 13px;
    position: relative;
  }

  .job-content-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .job-title-holder {
    align-items: center;
  }

  .job-icon-holder {
    width: 50px;
    height: 50px;
  }

  .job-description {
    color: #ffffffc4;
    font-size: 14px;
    font-weight: 400;
  }

  .arrow-icon-up {
    width: 18px;
    position: absolute;
    inset: 16px 17px auto auto;
  }

  .blog-grid-2x:hover {
    transform: none;
  }

  .blog-details---title {
    font-size: 33px;
  }

  .blog-details-main-image-holder {
    border-radius: 6px;
  }

  .shop-category-list {
    grid-column-gap: 12px;
  }

  .featured-shop-items-container {
    grid-row-gap: 140px;
  }

  .featured-product-card {
    border-radius: 12px;
    padding: 18px;
  }

  .product-title {
    font-size: 30px;
  }

  .product-price {
    font-size: 26px;
  }

  .add-to-cart-holder {
    margin-top: 14px;
    margin-bottom: 75px;
  }

  .product-image-holder {
    bottom: -33%;
  }

  .product-grid-3x {
    grid-row-gap: 30px;
    width: 100%;
  }

  .checkout-form {
    padding: 12px;
  }

  .block-content {
    padding: 8px;
  }

  .second-cta-holder {
    flex-direction: column-reverse;
    padding-bottom: 16px;
  }

  .second-cta-content.event {
    flex-direction: column;
  }

  .second-cta-logo-container {
    grid-row-gap: 16px;
  }

  .product-details-container {
    padding: 24px;
  }

  .product-details-name {
    font-size: 32px;
  }

  .product-details-image-holder {
    width: 120px;
  }

  .left-circle-image {
    bottom: 13%;
    left: -55%;
  }

  .left-circle-image.top-right {
    right: -62%;
  }

  .click-instructions-holder {
    inset: 0% 0% auto auto;
  }

  .click-arrow {
    position: relative;
    top: 18px;
    left: -60px;
    transform: rotate(-35deg);
  }

  .heading-2 {
    font-size: 45px;
  }

  .span {
    font-size: 16px;
  }

  .span.h2 {
    font-size: 38px;
  }

  .span.demo-seite {
    font-size: 40px;
  }

  .span.home {
    font-size: 32px;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 5.75fr;
    grid-auto-flow: row;
  }

  .subheadline {
    font-size: 26px;
  }

  .subheadline.kpi {
    font-size: 18px;
  }

  .text-span {
    float: right;
    border: 1px none var(--violet);
    background-image: linear-gradient(to bottom, var(--violet), var(--violet-hover));
    color: #fff;
    height: auto;
    margin-left: 7px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 9px;
  }

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

  .heading-3.demo-seite {
    padding-bottom: 0;
    font-size: 40px;
  }

  .heading-3.event {
    font-size: 30px;
    font-weight: 600;
  }

  .video-3 {
    width: 100%;
  }

  .video-3.mobil {
    display: block;
  }

  .video-3.desktop {
    display: none;
  }

  .html-embed.mobil {
    display: block;
  }

  .html-embed.destop {
    display: none;
  }

  .image {
    display: block;
  }

  .demo-seite {
    padding-bottom: 40px;
  }

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

  .text-size-small.home {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video {
    min-width: 0;
  }

  .event {
    font-size: 14px;
  }

  .paragraph-event {
    text-align: center;
    align-self: center;
    margin-left: 0;
  }

  .paragraph-event.top-secret {
    margin-top: 0;
  }

  .text-event, .paragraph-12 {
    font-size: 14px;
  }

  .lottie-animation {
    width: 100%;
  }

  .lottie-animation-2 {
    align-self: center;
    align-items: center;
    width: 140%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    overflow: visible;
  }

  .button-3 {
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-cc145e54-e458-4324-0600-e4f842b5287e-d3705a86, #w-node-_8680f286-f940-068d-6e7e-ed4219452be3-d3705a86, #w-node-_87181e7f-6c4e-150e-201b-116921f2fe29-d3705a86, #w-node-_1a82238e-a1d6-2d06-3aa0-26391ff28011-d3705a86, #w-node-d5b455e2-8a70-6e77-22b3-a84ed3f8138b-d3705a86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e501437-2df0-8ef2-8dcb-3f9af294871f-d3705a86, #w-node-f7c86a60-e404-a4d6-8eea-837cf77a00e2-d3705a86, #w-node-d9a79a21-b35b-81a5-d09b-ff801ba70030-d3705a86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7b689929-70ac-3dba-e155-10c90c4512d0-d3705a86, #w-node-_7b689929-70ac-3dba-e155-10c90c4512db-d3705a86, #w-node-_7b689929-70ac-3dba-e155-10c90c4512e6-d3705a86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28b9a1f5-d650-e12d-a200-2a1ba3e5e2f3-d3705a86, #w-node-_28b9a1f5-d650-e12d-a200-2a1ba3e5e30b-d3705a86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_28b9a1f5-d650-e12d-a200-2a1ba3e5e323-d3705a86, #w-node-ee6635af-6e14-fca6-87ad-17892d08f1c3-d3705a86, #w-node-f646566d-3d30-f5ff-64ed-c66382ceedc2-d3705a86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68d28e78-f61d-9175-515b-bc31ed2f5947-d3705a86, #w-node-f06ff782-a2f8-6071-7003-b01279930670-d3705a86, #w-node-f0f378c5-aa6c-5a35-63b4-741b812e05dc-d3705a86, #w-node-e93cf8e3-691b-0150-7644-98ba7c252355-d3705a86 {
  align-self: center;
}

#w-node-e92bf484-a605-4132-f141-4518468af7e2-468af7d9, #w-node-_574f61e6-b523-3bae-cb9b-84793a1a9893-468af7d9, #w-node-e92bf484-a605-4132-f141-4518468af7ef-468af7d9, #w-node-e92bf484-a605-4132-f141-4518468af7fa-468af7d9, #w-node-_538afdc9-7c5e-2869-5ea0-ae9ecbf0a461-cbf0a454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a35634ec-cc57-8191-b4a8-884d3ef6739d-cbf0a454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_20ccab3e-84aa-7de9-5668-e46772bcac3f-d3705a93, #w-node-_0d185d48-28f6-4b92-b56d-0a141975f6d1-d3705a93, #w-node-f8d1ff27-1981-b1ed-3d1f-af6e8fd792ac-d3705a93, #w-node-cbd7af24-3ce5-72d1-559e-0911ce6272dd-d3705a93, #w-node-_270a4d33-e185-18fb-3f6e-0e28011da690-d3705a9a, #w-node-_8595b4cc-f73c-3ac7-f9ab-37cddb2978a1-d3705a9c, #w-node-_63c7100f-9342-3d29-c1e8-a026ad70c2f3-d3705a9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2805fc-346f-549a-71a7-c7ebe4f13cd6-d3705a9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc145e54-e458-4324-0600-e4f842b5287e-d3705a9f, #w-node-_5e501437-2df0-8ef2-8dcb-3f9af2948714-d3705a9f, #w-node-_5e501437-2df0-8ef2-8dcb-3f9af294871f-d3705a9f, #w-node-_5e501437-2df0-8ef2-8dcb-3f9af294872a-d3705a9f, #w-node-_50d429f7-a276-3f83-9b9a-bc93d36794c4-d3705aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc2-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc5-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc8-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdcb-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdce-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd1-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd4-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd7-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddc-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddf-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde2-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde5-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde8-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdeb-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf0-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf3-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf6-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf9-d3705aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-d3705aa4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-c0d8b264-93f0-b300-1e9e-62b35adfae74-923d3477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e43a69c-4da0-65f7-d627-a13a652908fc-923d3477, #w-node-f11bd38c-f7b7-551f-23d6-15e81000091c-923d3477, #w-node-aa67f24f-e50f-57a3-e727-1d0b3f0535d4-923d3477 {
  place-self: start center;
}

#w-node-b4030498-bac5-bcdb-4240-2da567769704-923d3477, #w-node-b4030498-bac5-bcdb-4240-2da56776970d-923d3477, #w-node-ea756d92-b187-420e-de58-bc43dd249406-923d3477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea756d92-b187-420e-de58-bc43dd249408-923d3477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_81949092-94bb-38f5-0b5e-11094c11ccfe-923d3477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81949092-94bb-38f5-0b5e-11094c11cd00-923d3477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c79c3d81-ca7a-25d6-5f25-7da8d295924d-923d3477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c79c3d81-ca7a-25d6-5f25-7da8d295924f-923d3477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4a4648ff-9baf-b197-2929-afd940f5098b-923d3477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a4648ff-9baf-b197-2929-afd940f5098d-923d3477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ce38153c-5cdb-9619-6ed9-66ed5f7aa31c-923d3477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-ea756d92-b187-420e-de58-bc43dd2493fa-923d3477, #w-node-_81949092-94bb-38f5-0b5e-11094c11cce1-923d3477, #w-node-c79c3d81-ca7a-25d6-5f25-7da8d2959234-923d3477, #w-node-_4a4648ff-9baf-b197-2929-afd940f50970-923d3477 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5e43a69c-4da0-65f7-d627-a13a652908fc-923d3477 {
    justify-self: center;
  }

  #w-node-f11bd38c-f7b7-551f-23d6-15e81000091c-923d3477, #w-node-aa67f24f-e50f-57a3-e727-1d0b3f0535d4-923d3477 {
    place-self: start center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cfd09119-a072-d3ff-c87c-d60ae36e125d-d3705a86, #w-node-ce608193-f9cb-90ce-9971-a737e4085e97-d3705a86, #w-node-_68d28e78-f61d-9175-515b-bc31ed2f5946-d3705a86, #w-node-f06ff782-a2f8-6071-7003-b0127993066f-d3705a86, #w-node-f0f378c5-aa6c-5a35-63b4-741b812e05db-d3705a86, #w-node-e93cf8e3-691b-0150-7644-98ba7c252354-d3705a86, #w-node-cfd09119-a072-d3ff-c87c-d60ae36e125d-d3705a9f, #w-node-ce608193-f9cb-90ce-9971-a737e4085e97-d3705a9f, #w-node-cfd09119-a072-d3ff-c87c-d60ae36e125d-923d3477, #w-node-b623ca36-7345-4ab2-075a-944534c5e2b0-923d3477, #w-node-_441513ea-0ac4-f070-8038-78363dd3303f-923d3477, #w-node-_6fd721fd-79d8-0501-d9d4-f7a2883958e4-923d3477 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-d3705aa4, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-d3705aa4 {
    grid-column: span 2 / span 2;
  }
}


