@font-face {
  font-family: Bodonimoda Italic;
  src: url('../images/') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bodonimoda;
  src: url('../images/') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-color: #626262;
  --dark: #121212;
  --golden: #cfbc86;
  --font-gold: #cfc199;
  --antique-white: #e6d3c2;
  --gold: #cfbc86;
  --white: #fff;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-variation-settings: "opsz" 96;
  background-color: #fff;
  font-family: Bodonimoda, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  font-variation-settings: "opsz" 25;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 102px;
  font-weight: 500;
  line-height: 1.3;
}

h2 {
  font-variation-settings: "opsz" 25;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  font-variation-settings: "opsz" 25;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 65px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  font-variation-settings: "opsz" 25;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-variation-settings: "opsz" 25;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
}

h6 {
  font-variation-settings: "opsz" 25;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

p {
  color: var(--text-color);
  letter-spacing: .7px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

a {
  color: #000;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #2b2b2b;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

li {
  font-size: 16px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.section.normal {
  position: static;
}

.section.header {
  z-index: 2;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 7em 2em 8em;
}

.container.nav-container {
  z-index: 1;
  max-width: none;
  height: 100%;
  padding: 0;
  position: static;
}

.container.hero-container {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.container.hero-container.contact {
  padding-top: 0;
}

.container.nav-menu-con {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1em;
  display: flex;
}

.container.footer {
  background-color: #12121200;
  background-image: none;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.container.product {
  padding-top: 2em;
}

.nav-menu-container {
  z-index: 90;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 19;
  background-color: #ddd0;
  height: 70px;
  position: static;
  inset: 0% 0% auto;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-section.contact {
  padding-top: 20vh;
  display: block;
}

.nav-menu {
  z-index: 3;
  background-color: #121212;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.utility-page-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 70px;
  display: flex;
}

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

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

.footer-link {
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

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

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer_wrapper {
  z-index: 2;
  background-color: #7a7777;
  background-image: linear-gradient(0deg, #0000, #00000061 0%, #000 90%, #000000f7), url('../images/Jasminbook-background-beach-3.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-heading {
  color: #000;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px #414141;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.fade-in-move-on-scroll {
  text-transform: none;
}

.nav-link-holder {
  justify-content: flex-end;
  padding-left: 10px;
}

.body-white {
  background-color: #fff;
}

.grey-text {
  color: #6b6b6b;
}

.success-message {
  color: #fff;
  background-color: #a0cf8636;
  border: 1px solid #a0cf86;
  border-radius: 4px;
  padding: 2.2em 1em;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ffb5b533;
  border: 1px solid #ffb5b580;
  border-radius: 4px;
  margin-top: 10px;
  padding: 16px 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.change-log-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.menu-button-home {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 42px;
  height: 42px;
  padding: 5px;
  display: flex;
  position: relative;
}

.menu-button-home.w--open {
  background-color: #c8c8c800;
}

.menu-button-home.home {
  filter: invert();
}

.copyright-text {
  color: #ffffffbf;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.rich-text {
  color: #141414;
  max-width: 720px;
}

.rich-text h5 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.3;
}

.rich-text strong {
  color: #323232;
  font-weight: 600;
}

.rich-text a {
  color: #323232;
  border-bottom: 1px solid #323232;
  line-height: 1.6;
  text-decoration: none;
  transition-property: all;
}

.rich-text a:hover {
  color: #ff5e20;
  border-bottom-color: #32323200;
  text-decoration: none;
}

.rich-text figure {
  background-color: #eef0f3;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
  padding: 30px;
}

.rich-text blockquote {
  color: #121212;
  background-image: url('../images/Qoute-Icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 65px 10px 65px 0;
  font-family: Bodonimoda Italic, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.rich-text ul {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h3 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3;
}

.rich-text img {
  width: 100%;
  min-width: 100%;
}

.rich-text figcaption {
  color: #323232cc;
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h1 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 40px;
  font-weight: 600;
}

.rich-text p {
  color: #323232;
  letter-spacing: .2px;
  margin-top: 16px;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.rich-text h2 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 36px;
  line-height: 1.3;
}

.rich-text ol {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h4 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 1.3;
}

.rich-text h6 {
  color: #323232;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text li {
  color: #323232;
  letter-spacing: .2px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  color: #000;
  background-color: #00000012;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-left-panel-holder {
  background-color: #f5f5f5;
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text {
  font-variation-settings: "opsz" 25;
  margin-top: 0;
  font-size: 155px;
  font-weight: 500;
  line-height: .9;
}

.hero-text._01 {
  color: var(--font-gold);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 140px;
}

.hero-text._02 {
  color: var(--font-gold);
  justify-content: flex-start;
  font-family: Bodonimoda, sans-serif;
  font-size: 140px;
  display: block;
}

.hero-text._03 {
  color: var(--font-gold);
  font-size: 140px;
}

.hero-text._03.home {
  text-align: right;
}

.paragraph-m {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: #f5f5f5;
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  background-color: var(--antique-white);
  color: #121212;
  text-transform: uppercase;
  border: 0 solid #000;
  width: 137px;
  height: 59px;
  padding: 5px 31px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .35s;
}

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

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-2 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-2:hover {
  color: #000;
}

.link-block-2.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  margin-bottom: 0;
}

.style-guide-small-title {
  font-variation-settings: "opsz" 25;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f5f5f5;
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  color: #fff;
  text-transform: none;
  background-color: #000;
  padding: 15px 42px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
}

.button:hover {
  background-color: var(--golden);
  color: #fff;
}

.button.with-icon {
  text-align: left;
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.borders {
  opacity: 1;
  border: 1px solid #c5c5c5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: #f5f5f599;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  height: 59px;
  margin-bottom: 0;
  padding: 10px 109px 10px 21px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: #fff1e5;
}

.subscribe-email:focus {
  background-color: #e4e4e4;
}

.subscribe-email::placeholder {
  color: #b2b2b2;
  font-weight: 300;
}

.sg---color-primary {
  background-color: var(--gold);
  width: 235px;
  height: 150px;
}

.sg---color-primary.secondary-color {
  background-color: var(--text-color);
}

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

.font-light.bold-text {
  font-weight: 700;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: #f5f5f5;
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

._404-content {
  margin-bottom: 20px;
}

.shop-link-home {
  grid-column-gap: 5px;
  filter: invert();
  color: var(--dark);
  text-transform: uppercase;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  transition: color .35s;
  display: flex;
  position: relative;
}

.shop-link-home.home {
  filter: invert();
  mix-blend-mode: difference;
}

.nav-link {
  z-index: 1;
  grid-row-gap: 12px;
  color: var(--golden);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 10px 15px;
  font-family: Bodonimoda, sans-serif;
  font-size: 105px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

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

.nav-link.w--current {
  color: var(--golden);
  font-family: Bodonimoda Italic, sans-serif;
  font-weight: 700;
}

.link-background {
  z-index: -1;
  background-color: #f1f1f1;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.menu-icon {
  border: 1px solid #000;
  display: none;
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-text-secondary {
  margin-top: 0;
}

.hero-description-short-container {
  max-width: 60%;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  padding: 5px;
  position: relative;
}

.input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000000a;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:hover {
  background-color: #00000005;
}

.input-field:focus {
  background-color: #ffffff0a;
  border-color: #4d6bfa;
}

.input-field::placeholder {
  color: #0006;
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover, .link.w--current {
  color: #000;
}

.link-with-line {
  z-index: 1;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

.link-color:hover {
  color: #4d6bfa;
}

.link-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.external-icon {
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #f8f8fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

.license-box-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-grey-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 1em;
  display: flex;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 25px;
}

.feather-icons-image {
  width: 100%;
  max-width: 400px;
}

.instruction-item {
  background-color: #f8f8fa;
  border-radius: 12px;
  padding: 2em;
}

.instructions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.protected-input-holder {
  margin-bottom: 10px;
}

.blog-item-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start;
  width: 100%;
  margin-bottom: 2em;
  display: grid;
}

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

.footer-link-2 {
  z-index: 1;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link-2:hover {
  color: #000;
}

.cart-button {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

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

.footer-link-3 {
  z-index: 1;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link-3:hover {
  color: #000;
}

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

.main-logo-home {
  z-index: 10;
  filter: invert();
  width: 60px;
  margin-left: -30px;
  position: relative;
}

.main-logo-home.home {
  filter: invert();
  mix-blend-mode: difference;
}

.main-logo {
  z-index: 30;
  width: 100%;
}

.footer-cta-holder {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.footer-cta-heading {
  color: var(--antique-white);
  font-size: 65px;
  font-weight: 400;
}

.italic-white-text {
  color: #fff;
  font-family: Bodonimoda Italic, sans-serif;
}

.subscribe-fomr-wrapper {
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.white-paragraph {
  color: #666;
  text-align: left;
  text-transform: none;
  justify-content: flex-start;
  margin-top: 100px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  display: block;
}

.footer-logo-holder {
  padding-top: 111px;
  padding-bottom: 111px;
}

.footer-logo-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: center;
  display: flex;
}

.footer-logo-wrapper, .footer-logo {
  width: 100%;
}

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

.footer-brand-wrapper {
  width: 90px;
}

.footer-brand {
  width: 100%;
}

.footer-link-container {
  grid-column-gap: 32px;
  display: flex;
}

.copyright-text-wrapper {
  grid-column-gap: 28px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.heart-icon {
  color: #ffa7e7;
  background-color: #0000;
  width: 24px;
  transition: color .385s, transform .425s cubic-bezier(.175, .885, .32, 1.275);
}

.heart-icon:hover {
  color: red;
  transform: scale(1.3);
}

.white-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

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

.hero-section-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 150px;
}

.hero-text-wrapper {
  grid-column-gap: 30px;
  color: var(--antique-white);
  justify-content: flex-start;
  margin-top: -67px;
  margin-right: -149px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-text-wrapper._02 {
  justify-content: center;
  margin-top: -40px;
  margin-right: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
  left: 250px;
}

.hero-text-wrapper._01 {
  margin-top: 0;
  padding-bottom: 0;
}

.hero-text-container {
  padding-top: 40px;
  overflow: visible;
}

.italic-text {
  font-variation-settings: "opsz" 25;
  text-transform: none;
  font-family: Bodonimoda, sans-serif;
  font-size: 75px;
  font-weight: 600;
}

.hero-paragaraph-holder {
  max-width: 370px;
  margin-top: 100px;
}

.hero-text-grid-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  color: var(--antique-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 800px;
  display: grid;
}

.hero-text-grid-wrapper.contact {
  grid-column-gap: 40px;
  align-items: start;
  margin-top: 220px;
}

.hero-paragraph-holder-second {
  width: 100%;
}

.hero-background-image-holder {
  background-color: #0b1114;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 110%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-background-image-holder.contact {
  background-color: #0b131600;
}

.hero-background-image {
  opacity: .4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.hero-background-image.contact {
  display: none;
}

.overlay {
  opacity: .5;
  background-color: #312a58;
  background-image: linear-gradient(0deg, #00052c, #001186 43%, #fff 86%);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 0%;
}

.recent-work-header {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.yellow-tag {
  color: var(--gold);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.recent-work-header-holder {
  max-width: 900px;
  line-height: 1;
}

.recent-work-paragraph {
  max-width: 600px;
}

.recent-work-wrappper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 250vh;
  padding-top: 20%;
  display: flex;
}

.recent-work-list {
  width: auto;
  display: flex;
}

.recent-work-cms-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  padding-top: 124px;
  padding-bottom: 124px;
  display: flex;
  position: sticky;
  top: 50%;
  overflow: hidden;
  transform: translate(0%, -50%);
}

.recent-work-item {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.recent-work-item-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.recent-work-background {
  width: 100%;
  display: block;
}

.main-project-image {
  object-fit: cover;
  align-self: auto;
  width: 100%;
  height: 100%;
  padding: 0% 3%;
  position: absolute;
}

.main-project-image:hover {
  filter: grayscale(0%);
}

.white-line-fix {
  background-color: #0b100f;
  width: 10px;
  height: 99.7%;
  display: none;
  position: absolute;
  right: -3px;
}

.testimonial-holder {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 20%;
  display: grid;
}

.testimonial-container {
  width: 100%;
  padding-right: 20px;
}

.testimonial-card-holder {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-card {
  grid-row-gap: 14px;
  background-color: #fff;
  flex-direction: column;
  padding: 35px;
  display: flex;
  position: sticky;
  top: 20%;
  box-shadow: 0 0 24px #00000017;
}

.testimonial-card._02 {
  top: 30%;
}

.testimonial-card._03 {
  top: 40%;
}

.testimonial-card._04 {
  position: relative;
  top: auto;
}

.testimonial-card._05 {
  top: 49%;
}

.testimonal-heading {
  font-variation-settings: "opsz" 25;
  font-family: Bodonimoda Italic, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

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

.testimonal-heading-holder {
  flex: none;
  position: sticky;
  top: 20%;
}

.about-section-holder {
  height: 250vh;
  margin-top: -70px;
}

.about-section-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about-section-left-image-holder {
  z-index: 1;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-61%);
}

.about-section-left-image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.about-section-left-image.right {
  object-position: 0% 50%;
}

.about-section-right-image-holder {
  z-index: 1;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(60%);
}

.about-section-content-holder {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.black-text {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.about-paragraph-holder {
  max-width: 550px;
}

.scroll-text {
  z-index: 2;
  opacity: .5;
  color: #f1f1f1;
  text-transform: uppercase;
  font-family: Bodonimoda, sans-serif;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  bottom: 5%;
}

.about-section {
  padding-top: 130px;
}

.about-social-media-holder {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.social-media-link-holder {
  grid-column-gap: 8px;
  opacity: .3;
  filter: brightness(8%) grayscale();
  color: var(--text-color);
  text-transform: uppercase;
  align-items: center;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: opacity .35s, filter .3s;
  display: flex;
}

.social-media-link-holder:hover {
  opacity: 1;
  filter: brightness() grayscale(0%);
  color: var(--golden);
}

.social-media-icon-small {
  width: 20px;
}

.about-heading-holder {
  max-width: 68%;
}

.about-section-images-holder {
  padding-top: 92px;
}

.about-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
}

.about-images-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.about-images-holder {
  width: 100%;
}

.about-images-holder._02 {
  z-index: 2;
  width: 252px;
  position: relative;
  top: 10%;
  left: 34%;
}

.about-images-holder._03 {
  z-index: 2;
  width: 321px;
  position: relative;
  top: -3%;
  left: 33%;
}

.about-images {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-images.pic {
  display: none;
}

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

.about-text-container {
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 500px;
  display: flex;
  position: sticky;
  top: 15%;
}

.about-paragraph {
  color: gray;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.about-paragraph.small {
  color: #000;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 700;
}

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

.awards-paragraph-holder {
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 100px;
  display: flex;
}

.award-list-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.award-list {
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: transform .35s, border-color .375s;
  display: flex;
}

.award-list:hover {
  border-bottom-color: var(--golden);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transform: translate(0, -10px);
}

.award-dot {
  background-color: var(--golden);
  border-radius: 400px;
  width: 20px;
  height: 20px;
  display: block;
}

.award-left-side {
  grid-column-gap: 20px;
  display: flex;
}

.award-right-side {
  grid-column-gap: 20px;
  align-items: center;
  width: 280px;
  font-weight: 300;
  display: flex;
}

.award-image {
  width: 16px;
}

.work-heading-holder {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.work-heading {
  max-width: 960px;
}

.work-paragraph-holder {
  max-width: 600px;
}

.work-paragraph-holder.blog {
  max-width: none;
}

.project-grid-wrapper {
  padding-top: 220px;
  padding-bottom: 90px;
}

.project-grid {
  column-count: 2;
  column-gap: 30px;
}

.project-grid-item {
  padding-top: 15px;
  padding-bottom: 35px;
}

.project-item {
  transition: transform .7s cubic-bezier(.175, .885, .32, 1.275);
}

.project-item:hover {
  transform: scale(1.02)rotate(2deg);
}

.project-thumbnail {
  width: 100%;
}

.project-title {
  text-align: center;
  font-family: Bodonimoda Italic, sans-serif;
  font-size: 35px;
  font-style: normal;
}

.project-heading-holder {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 220px;
  display: flex;
}

.project-heading {
  z-index: 12;
  color: #000;
  mix-blend-mode: difference;
  margin-top: 140px;
  font-size: 70px;
  font-weight: 600;
  display: none;
  position: relative;
}

.project-full-image {
  perspective: 1000px;
  transform-style: preserve-3d;
  width: 70%;
  margin-top: 0;
  transform: translate3d(0, 0, 135px);
}

.rich-text-holder {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.contacnt-info-holder {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.contact-info {
  font-size: 16px;
}

.contact-info-heading {
  color: var(--golden);
  text-transform: none;
  font-family: DM Serif Display, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.contact-link {
  color: #777;
  font-size: 20px;
}

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

.form-block {
  width: 100%;
  margin-bottom: 0;
  padding: 60px;
}

.text-field {
  color: #383838;
  text-transform: none;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  height: 51px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: color .25s, border-color .4s;
}

.text-field:hover {
  border-bottom-color: #bbb;
}

.text-field:focus {
  border-bottom-color: var(--golden);
}

.text-field::placeholder {
  color: #afafaf;
  font-weight: 400;
}

.message {
  color: #fff;
  text-transform: none;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: 400px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: color .325s, border-color .4s;
}

.message:hover {
  border-bottom-color: #bbb;
}

.message:focus {
  border-bottom-color: var(--golden);
}

.message::placeholder {
  color: #afafaf;
  font-weight: 400;
}

.form {
  grid-row-gap: 40px;
  color: #424242;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  font-weight: 700;
  display: flex;
}

.nav-menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.nav-menu-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-menu-content-holder {
  grid-row-gap: 1.25vw;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.nav-link-paragraph {
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.nav-link-text-holder {
  display: flex;
}

.nav-image-link {
  object-fit: cover;
  width: 460px;
  height: 665px;
  display: block;
  position: absolute;
  inset: -10.5% auto auto 0%;
}

.nav-image-link.static {
  z-index: -1;
  opacity: .4;
  filter: grayscale();
}

.hero-text-holder {
  grid-column-gap: 30px;
  color: var(--antique-white);
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-text-holder._03 {
  justify-content: space-between;
}

.recent-work-item-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  transition: all .35s, color .35s;
  display: flex;
}

.recent-work-item-container:hover {
  transform: scale(1.05);
}

.animate-on-load-01 {
  z-index: 6;
  position: relative;
}

.animate-on-load-04 {
  margin-top: 60px;
  position: relative;
}

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

.buy-template-holder {
  z-index: 20;
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .4s, opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  text-decoration: none;
  box-shadow: 0 6px 20px #0000003b;
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  display: flex;
}

.buy-this-template-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buy-this-template-text {
  color: #000;
  font-weight: 400;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url('../images/webflow-blue-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.buy-template-price {
  font-weight: 700;
}

.paragraph {
  font-family: Montserrat, sans-serif;
}

.split-content.home-hero-right {
  justify-content: center;
  width: 50%;
  height: 950px;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.split-content.book-right {
  max-width: 850px;
}

.split-content.blog-post-main-content {
  max-width: 61%;
  margin-left: 0;
  margin-right: 0;
}

.split-content.blog-post-author {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.split-content.blog-post-author.footer {
  background-color: #12121200;
  background-image: none;
  padding-top: 20px;
}

.image.home-hero {
  z-index: 1;
  text-align: left;
  object-fit: contain;
  border-radius: 10px;
  height: 100%;
  padding-left: 0;
  position: relative;
}

.heading {
  font-size: 75px;
}

.paragraph-2 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-8, .paragraph-9, .paragraph-10, .text-block, .text-block-2, .text-block-3, .text-block-4, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
  font-family: Montserrat, sans-serif;
}

.div {
  padding-bottom: 0;
}

.div-block-14 {
  margin-top: 100px;
}

.heading-32 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}

.paragraph-21 {
  text-align: justify;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.bold-text-4 {
  font-weight: 600;
}

.paragraph-22 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
}

.heading-10 {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 700;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
  font-family: Montserrat, sans-serif;
}

.nav-link-text {
  font-variation-settings: "opsz" 25;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 4vw;
}

.text-block-14, .text-block-15 {
  text-transform: uppercase;
  font-size: 65px;
}

.text-block-16 {
  text-transform: uppercase;
  font-size: 70px;
}

.sub-page-hero-heading {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 90px;
  font-style: normal;
}

.sub-page-hero-heading.lese {
  font-size: 85px;
}

.paragraph-23 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-34 {
  text-transform: none;
  font-size: 80px;
  display: block;
}

.heading-35 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

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

.image-3 {
  text-align: left;
}

.text-block-17 {
  justify-content: flex-start;
  margin-left: 0;
  padding-right: 0;
  display: block;
}

.paragraph-24 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.paragraph-25 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-18 {
  color: var(--text-color);
  justify-content: flex-start;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
  position: static;
  right: auto;
}

.store-book-price {
  text-align: left;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
}

.store-price {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-2.store-book {
  text-transform: uppercase;
  max-width: 294px;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.div-block-3 {
  display: flex;
}

.text-block-19 {
  display: none;
}

.shop-wrapper {
  justify-content: center;
  padding-top: 8px;
  display: flex;
}

.book-purchase-info {
  text-transform: none;
  padding-top: 2em;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  display: block;
}

.book-price {
  color: var(--font-gold);
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.214em;
}

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

.divider {
  background-color: #e9e9e9;
  width: 100%;
  height: 1px;
}

.divider.book-right {
  background-color: #cecece;
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.jasmin {
  display: none;
}

.dropdown-toggle {
  width: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.tredition-dankbarkeitsbuch-wrap {
  margin-top: 15px;
}

.animation {
  display: block;
}

.paragraph-18 {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.collection-item {
  position: relative;
}

.more-stores-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: stretch center;
  margin-top: 20px;
  display: grid;
}

.more-stores-grid.grid1 {
  display: block;
}

.card {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 18px #2d2d2d0f;
}

.card.stores {
  border: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  width: 110px;
  height: 45px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  transition: box-shadow .35s, transform .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.stores:hover {
  transform: rotate(8deg)scale(1.05);
  box-shadow: 0 1px 10px #2d2d2d0f;
}

.card.stores.hardcover {
  display: none;
}

.card.about-author {
  z-index: 1;
  padding: 60px;
  display: flex;
  position: relative;
}

.dropdown {
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: space-between;
  width: 100%;
  display: inline-block;
}

.coming-soon-text {
  color: #222;
  font-size: 24px;
  display: none;
}

.heading-31 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
}

.dropdown-list-2 {
  margin-top: 4px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  margin-top: 10px;
  overflow: hidden;
}

.image-4.stores {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 0;
  position: relative;
  bottom: auto;
}

.image-4.stores.weltbild {
  padding-left: 5px;
}

.leseprobe-overlay {
  z-index: 0;
  text-align: left;
  background-image: linear-gradient(to top, #fff 35%, #fff0 72%);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: block;
  position: absolute;
  top: 0;
}

.leseprobe-overlay.edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: stretch stretch;
  width: auto;
  display: flex;
  inset: 0%;
}

.top-content {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.top-content.latest-articles {
  align-items: center;
  margin-bottom: 48px;
}

.top-content.latest-articles.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.top-content.blog-post {
  z-index: 1;
  align-items: center;
  margin-bottom: 66px;
  position: relative;
}

.top-content.card-about-author {
  align-items: center;
  margin-bottom: 24px;
}

.top-content.blog-post-latest-articles {
  align-items: center;
  margin-bottom: 40px;
}

.title-3.latest-articles {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.title-3.latest-articles.leseprobe-headline {
  text-transform: none;
  flex-direction: column;
  justify-content: space-between;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.leseprobe-kapitel-img {
  position: absolute;
  inset: 0% 0% auto auto;
}

.leseprobe-wrap {
  z-index: 2;
  max-width: 1000px;
  position: relative;
}

.paragraph-26 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.667em;
}

.leseprobe-kapitel {
  text-align: left;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.button-primary {
  background-color: var(--golden);
  color: #222;
  text-align: center;
  text-transform: none;
  transform-style: preserve-3d;
  border-radius: 3px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 24px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125em;
  text-decoration: none;
  transition-property: transform;
  transition-duration: .35s;
}

.button-primary:hover {
  color: #222;
  transform: scale3d(.96, .96, 1.01);
}

.button-primary.leseprobe {
  z-index: 8;
  margin-top: 30px;
  position: relative;
}

.button-primary.contact {
  color: #fff;
  font-weight: 500;
}

.container-default {
  max-width: 1300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.leseprobe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 80px;
  display: block;
  position: relative;
}

.container-default.blog-post {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.cookie-placeholder-old {
  color: #222;
  background-color: #f1edde;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.soundcloud-wrapper {
  width: 100%;
  margin-bottom: 2.7em;
  position: relative;
}

.cookie-placeholder {
  border: 2px solid var(--golden);
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#3d3d3da3, #3d3d3da3), url('../images/soundcloud-placeholder-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-2 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 180px;
}

.title-4.latest-articles {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.title-4.latest-articles.leseprobe-headline {
  flex-direction: column;
  justify-content: space-between;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.title-4.latest-articles.leseprobe-headline.mobil {
  text-transform: none;
  font-size: 30px;
}

.fs-cc-banner_text-link-2 {
  color: #cfbc86;
  text-transform: capitalize;
  border-bottom: 1px solid #cfbc86;
  font-weight: 400;
  text-decoration: none;
}

.title-5.latest-articles {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.title-5.latest-articles.leseprobe-headline {
  text-transform: none;
  flex-direction: column;
  justify-content: space-between;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.paragraph-27 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.667em;
}

.paragraph-28 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-29 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.html-embed {
  justify-content: space-around;
  align-items: center;
  width: auto;
  display: flex;
}

.heading-36 {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Bodonimoda, sans-serif;
  font-size: 80px;
}

.paragraph-30 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

.container-2 {
  padding-bottom: 100px;
}

.button-2 {
  background-color: var(--font-gold);
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

.container-3 {
  width: 100%;
  max-width: 1170px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em;
}

.heading-14 {
  text-transform: uppercase;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.div-block-11 {
  justify-content: space-around;
  display: flex;
}

.antenne-logo {
  object-fit: contain;
  flex: 0 auto;
  width: 12%;
  max-width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.section-4 {
  background-color: #0000;
}

.section-5 {
  color: #0000;
}

.container-4 {
  width: 100%;
  max-width: 1170px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em;
}

.heading-37 {
  text-transform: uppercase;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.div-block-15 {
  justify-content: space-around;
  display: flex;
}

.threed-image {
  transform-style: preserve-3d;
  width: 50vw;
  transform: translate3d(0, 0, 30px);
}

.paragraph-31 {
  font-family: Montserrat, sans-serif;
}

.heading-38 {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  padding-bottom: 60px;
  font-size: 70px;
}

.text-block-20 {
  text-align: left;
  text-transform: none;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

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

.empty-state {
  color: #222;
  text-align: center;
  background-color: #f9f8f4;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 20px;
  font-size: 24px;
}

.blog-post-item-about-wrapper {
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
  display: flex;
}

.blog-post-item-read-wrapper {
  color: #222;
  align-items: center;
  margin-top: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
  display: flex;
}

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

.image-wrapper.blog-post-item-image-wrapper {
  border-radius: 6px;
  margin-bottom: 25px;
  transition-property: none;
  overflow: hidden;
  transform: none;
}

.image-wrapper.blog-post-item-image-wrapper:hover {
  transform: none;
}

.image-wrapper.card-about-author {
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 129px;
  min-width: 129px;
  height: 129px;
  margin-right: 42px;
  display: flex;
}

.image-wrapper.blog-post-author {
  background-color: #0000;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 76px;
  min-width: auto;
  height: 76px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.title-6.blog-post-item-title {
  color: #000;
  text-transform: none;
  font-family: Bodonimoda, sans-serif;
  font-size: 24px;
  line-height: 1.417em;
}

.title-6.card-about-author-name {
  font-size: 30px;
}

.title-6.blog-post-latest-articles {
  margin-bottom: 0;
  font-size: 50px;
}

.accent {
  background-color: #cfbc86;
  width: 21px;
  height: 2.5px;
  margin-right: 10px;
}

.accent.blog-post-item-read {
  width: 13px;
  height: 1.5px;
  margin-right: 13px;
}

.blog-post-item-category {
  color: #626262;
  font-family: Montserrat, sans-serif;
  line-height: 1.375em;
  text-decoration: none;
}

.paragraph-32 {
  line-height: 1.667em;
}

.paragraph-32.blog-post-item-paragraph {
  text-align: left;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  line-height: 1.667em;
}

.blog-post-item-content {
  color: #626262;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.blog-post-item-content:hover {
  color: #626262;
}

.blog-post-item-about-divider {
  background-color: #919191;
  width: 18px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.blog-post-item-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.image-6.blog-post-item-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 210px;
}

.pagination {
  margin-top: 60px;
}

.about-author-wrapper {
  margin-top: 60px;
  position: relative;
}

.rich-text-2 {
  font-variation-settings: "opsz" 25;
  margin-top: 0;
  padding-bottom: 100px;
  font-size: 17px;
  font-weight: 300;
  display: block;
}

.section-6 {
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 180px;
}

.section-6.blog-post-latest-articles {
  padding-top: 160px;
  padding-bottom: 100px;
}

.section-6.blog-post {
  padding-top: 113px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.paragraph-large {
  font-size: 22px;
  line-height: 1.545em;
}

.paragraph-large.blog-post-excerpt {
  text-transform: none;
  max-width: 654px;
  font-family: Montserrat, sans-serif;
}

.button-secondary {
  color: #222;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 3px;
  padding: 24px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.125em;
  transition: transform .35s, border-color .35s, background-color .35s;
  display: none;
}

.button-secondary:hover {
  color: #222;
  background-color: #cfbc86;
  border-color: #cfbc86;
  transform: scale3d(.96, .96, 1.01);
}

.heading-11 {
  font-size: 45px;
  font-weight: 700;
}

.heading-11.mobil {
  text-transform: uppercase;
  font-size: 33px;
}

.blog-post-author-name {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.blog-post-author-name.footer_name {
  color: #fff;
  padding-top: 0;
  font-size: 15px;
  font-weight: 300;
}

.container-medium-852px {
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.blog-post-author-rol {
  color: #919191;
  text-transform: none;
}

.blog-post-about-wrapper {
  color: #222;
  font-variation-settings: "opsz" 25;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
  display: flex;
}

.card-about-author-social-media-grid {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 30px);
  justify-content: end;
}

.blog-post-about-category {
  text-decoration: none;
}

.paragraph-33 {
  line-height: 1.667em;
}

.paragraph-33.card-about-author {
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
}

.card-about-author-rol {
  color: #919191;
  line-height: 1.222em;
}

.card-about-author-social-media {
  background-color: #cfbc86;
  background-image: url('../images/iconmonstr-facebook-3.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .35s, color .35s;
  display: flex;
  overflow: hidden;
}

.card-about-author-social-media:hover {
  color: #cfbc86;
  background-color: #222;
}

.card-about-author-social-media.facebook {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.card-about-author-social-media.facebook:hover {
  background-color: #f1edde;
}

.card-about-author-social-media.linkedin {
  background-image: url('../images/iconmonstr-linkedin-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
}

.card-about-author-social-media.linkedin:hover {
  background-color: #f1edde;
}

.card-about-author-social-media.icon-14px {
  font-size: 14px;
  display: none;
}

.blog-post-about-divider {
  background-color: #919191;
  width: 19px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.image-7.blog-post {
  z-index: 1;
  border-radius: 8px;
  display: block;
  position: relative;
}

.image-7.card-about-author {
  width: 100%;
  height: 100%;
}

.image-7.blog-post-author {
  width: 100%;
  height: 100%;
  display: block;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #2229;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #222;
  width: 24px;
  height: 24px;
  line-height: 1;
}

.fs-cc-banner_trigger {
  display: none;
}

.cookie-consent-wrapper {
  display: block;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_title {
  color: #b2a273;
  font-family: Bodonimoda, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-banner_text-link {
  color: #cfbc86;
  border-bottom: 2px solid #cfbc86;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text-link:hover {
  color: #fff;
}

.fs-cc-banner_close {
  background-color: var(--dark);
  box-shadow: 1px 1px 12px 0 var(--gold);
  opacity: 1;
  cursor: pointer;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  transition: all .2s;
}

.fs-cc-banner_close:hover {
  box-shadow: 0 1px 12px 5px #cfbc866e;
}

.fs-cc-prefs_button {
  color: #222;
  background-color: #cfbc86;
  border: 2px solid #cfbc86;
  border-radius: 3px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  transition-property: all;
}

.fs-cc-prefs_button:hover {
  color: #e9e9e9;
  background-color: #cfbc86c2;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #cfbc86;
  background-color: #fff;
  border-color: #cfbc86;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 73vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--dark);
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  font-family: Montserrat, sans-serif;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_text {
  color: #eee;
  margin-right: 165px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  display: block;
  overflow: scroll;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_label {
  color: #cfbc86;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px 7px #3333331a;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_button {
  color: #222;
  text-align: center;
  background-color: #cfbc86;
  border: 2px solid #cfbc86;
  border-radius: 3px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  transition-property: all;
}

.fs-cc-banner_button:hover {
  background-color: #a59569;
  border-color: #a59569;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #cfbc86;
  background-color: #0000;
  border-color: #cfbc86;
  font-weight: 400;
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
  background-color: #3d3d3d;
}

.fs-cc-banner_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.wg-dd-1-togle {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
}

.wg-dd-1-togle:hover {
  color: #fff;
  background-color: #cfbc86;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.wg-dropdown-1-link {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #cfbc86;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  display: flex;
}

.wg-flag-ico {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-link-wrapper {
  color: var(--text-color);
}

.link-block-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.link-block-4:hover {
  color: var(--font-gold);
}

.quote-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.quote-text {
  color: var(--font-gold);
  font-variation-settings: "opsz" 8;
  font-family: Bodonimoda Italic, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
}

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px 10px;
  display: flex;
}

.nav-bg {
  z-index: 2;
  background-image: linear-gradient(#fff, #0000);
  height: 160px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-link {
  transition-property: all;
}

.dropdown-link:hover {
  background-color: #0000000d;
}

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

.text-block-21 {
  line-height: 1.111em;
  display: flex;
  position: absolute;
  inset: auto 1% 10px auto;
}

.status-wrapper {
  font-family: Montserrat, sans-serif;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.available {
  grid-column-gap: 10px;
  align-items: center;
  height: 100%;
  padding-right: 10px;
  display: flex;
}

.coming-soon {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-right: 10px;
  display: flex;
}

.out-of-stock {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-right: 10px;
  display: flex;
}

.color-dot {
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.color-dot.available {
  background-color: #69da00;
}

.color-dot.oos {
  background-color: red;
}

.color-dot.coming {
  background-color: #ffd900;
}

.status-text {
  opacity: 0;
}

._3d-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 98px;
  display: flex;
}

.div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22, .div-block-23, .div-block-24 {
  display: flex;
}

.div-block-25 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.html-embed-2 {
  width: 28px;
}

.div-block-26 {
  background-color: #924b4b70;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper {
  padding-bottom: 100px;
}

.threed-image-cam {
  perspective: 1000px;
}

.cookie-placeholder-1 {
  border: 2px solid var(--golden);
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#3d3d3da3, #3d3d3da3), url('../images/soundcloud-placeholder-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav-wrapper {
  z-index: 21;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
}

.nav-wrapper.home {
  z-index: 24;
  display: flex;
}

.button-line {
  background-color: var(--golden);
  width: 100%;
  height: 2px;
  margin-top: 7px;
}

.heading-39 {
  font-variation-settings: "opsz" 25;
}

.text-span {
  font-variation-settings: "opsz" 9.5;
}

.heading-40 {
  line-height: 1;
}

.heading-42 {
  margin-top: 0;
}

.nav-test {
  color: #fff;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-button-sub {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 42px;
  height: 42px;
  padding: 5px;
  display: flex;
  position: relative;
}

.menu-button-sub.w--open {
  color: #fff;
  background-color: #c8c8c800;
}

.menu-button-sub.home {
  filter: invert();
  mix-blend-mode: difference;
}

.main-logo-sub-old {
  z-index: 30;
  width: 100%;
}

.shop-link-sub {
  grid-column-gap: 5px;
  color: var(--golden);
  text-transform: uppercase;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  transition: color .35s;
  display: flex;
  position: relative;
}

.shop-link-sub.home {
  filter: invert();
  mix-blend-mode: difference;
}

.main-logo-sub {
  z-index: 10;
  color: var(--golden);
  width: 60px;
  margin-left: -30px;
  position: relative;
}

.main-logo-sub.home {
  filter: invert();
  mix-blend-mode: difference;
}

.button-line-home {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-top: 7px;
}

.wg-dropdown-3 {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.wg-dd-3-togle {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
  transition: background-color .2s, color .2s;
  display: none;
}

.wg-dd-3-togle:hover {
  background-color: var(--golden);
  color: var(--dark);
}

.wg-dd-3-list {
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-color: #0000;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  inset: 0% 3rem auto auto;
  overflow: hidden;
  transform: scale3d(0, 1, 1);
}

.wg-dd-3-list.w--open {
  color: #fff;
}

.wg-dropdown-3-link {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 15px 10px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.wg-dropdown-3-link:hover {
  background-color: var(--gold);
  color: var(--dark);
}

.wg-flag-ico-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.icon {
  display: none;
}

.image-8 {
  margin-left: 40px;
  padding-bottom: 20px;
}

.container-5 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  display: block;
}

.container-5.con1 {
  padding-top: 60px;
}

.image-9 {
  padding-bottom: 20px;
}

.paragraph-34 {
  color: #000;
  margin-bottom: -30px;
  font-weight: 300;
}

.paragraph-35 {
  margin-bottom: 0;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.hero-heading-right {
  background-color: #f5f7fa00;
  border: 1px #000;
  padding: 60px 30px;
  position: relative;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  border: 1px #0000;
  max-width: 120%;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-heading-left {
  background-color: #f5f7fa00;
  border: 1px #000;
  padding: 60px 30px;
  position: relative;
}

.heading-43 {
  text-transform: none;
  margin-top: 0;
  font-size: 60px;
}

.heading-44, .heading-45, .heading-46 {
  margin-top: 0;
  font-size: 60px;
}

.heading-47 {
  font-size: 50px;
}

.paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.link-block-5 {
  padding-right: 30px;
}

.image-10 {
  padding-right: 0;
}

.link-block-6 {
  padding-right: 30px;
}

.splide__slide {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  min-width: 30%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-small {
  width: 100%;
  padding-bottom: 1.5rem;
}

.parent-grid {
  width: 100%;
  display: flex;
}

.item-parent {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.item-parent.right {
  float: right;
}

.slide-content {
  grid-row-gap: .4rem;
  flex-direction: column;
  width: 100%;
  padding-top: 1.4rem;
  display: flex;
  position: relative;
}

.slide-content.size-one {
  width: 18rem;
}

.slide-content.size-two {
  width: 21rem;
}

.p-line {
  background-color: #000;
  width: 1px;
  height: 1rem;
  position: absolute;
}

.spacer-large {
  width: 100%;
  padding-bottom: 8rem;
}

.super-text-hero {
  z-index: 2;
  color: #fff;
  white-space: nowrap;
  font-size: 9rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  position: absolute;
}

.super-text-hero.blend {
  mix-blend-mode: difference;
  position: relative;
  inset: 0% auto auto 0%;
}

.cover-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.cover-img.size {
  width: 72%;
  min-width: 18rem;
  height: 30rem;
}

.spacer-medium {
  width: 100%;
  padding-bottom: 3rem;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.parent-pad-side {
  padding-left: 4rem;
  padding-right: 4rem;
}

.splide__arrows {
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 2rem;
  display: none;
}

.splide__track {
  cursor: grab;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.splide {
  width: 100%;
  height: 65%;
}

.splide.slider1 {
  height: 48rem;
  max-height: 44rem;
  padding-left: 4rem;
  overflow: hidden;
}

.italic {
  font-style: italic;
  font-weight: 200;
}

.grid-right {
  width: 40%;
  height: 100%;
}

.text-sm {
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
}

.text-sm.fade.text-white {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.grid-left {
  width: 60%;
  padding-top: 16rem;
}

.btn-text {
  color: #000;
  text-transform: uppercase;
  padding: 2px 4px;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.plus-icon {
  z-index: 3;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.heading-medium {
  color: #fff;
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 400;
}

.img-parent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent.size-one {
  float: right;
  justify-content: center;
  align-items: center;
  width: 42vw;
  height: 88vh;
  display: flex;
}

.img-parent.size-three {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  display: flex;
}

.img-parent.size-two {
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 60vh;
  display: flex;
}

.btn-whipe {
  mix-blend-mode: difference;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #d9d9e4;
  width: 4rem;
  height: 4rem;
  margin-left: -1px;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: #3732350f;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

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

.img-cover.size-two {
  width: 42vw;
  height: 92vh;
}

.img-cover.size-one {
  width: 24vw;
  height: 64vh;
}

.img-cover.size-three {
  width: 80vw;
  height: 92vh;
}

.section-7 {
  z-index: 1;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section-7.no-hide {
  overflow: visible;
}

.ticker-parent {
  justify-content: center;
  padding-top: 1rem;
  display: flex;
  position: relative;
  inset: auto auto -4.3rem 0%;
  overflow: hidden;
}

.watch {
  z-index: 1;
  width: 22vw;
  min-width: 20rem;
  max-width: 24rem;
  position: absolute;
}

.btn-parent {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  padding-top: 1px;
  padding-left: .9rem;
  padding-right: .9rem;
  font-size: .8rem;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.btn-parent.dark {
  color: #000;
  border-color: #000;
}

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

.container-7.flex-split-btm {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.border-line-text {
  z-index: 1;
  background-color: #c10216;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.img-child {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-child.ab {
  position: absolute;
}

.border-line {
  background-color: #0006;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.border-line.light {
  background-color: #fff6;
  width: 74%;
}

.p-line-w {
  background-color: #000;
  width: 1rem;
  height: 1px;
  position: absolute;
}

.parent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.parent.pad-top {
  padding-top: 1rem;
}

.img-scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-scroll.img-one {
  background-image: url('../images/64d105d51bd28cee479e0e6e_MINDSETPower1.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-scroll.img-two {
  background-image: url('../images/64dc91b50fe9b9caf001efba_FFF_Hardcover.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-scroll.img-three {
  background-image: url('../images/64d107b42d71031aedabca4b_Glücksbuch-1.jpg');
  background-position: 50%;
}

.sticky-child {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-text-parent {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.scroll-text-parent.three, .scroll-text-parent.two {
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-whipe.one {
  z-index: 3;
}

.img-whipe.two {
  z-index: 2;
  display: block;
}

.img-whipe.three {
  z-index: 1;
}

.watch-scroll {
  width: 26rem;
  display: none;
}

.text-size {
  max-width: 14ch;
}

.text-size.text-white {
  color: #fff;
}

.num-ab {
  z-index: 4;
  color: var(--golden);
  mix-blend-mode: difference;
  font-size: 13rem;
  line-height: .6;
  display: block;
  position: absolute;
  inset: auto -4rem -4.5rem auto;
}

.sticky-parent {
  width: 100%;
  height: 400vh;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 8rem 0 4rem 4rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.col.bg-colour {
  z-index: 4;
  background-color: #222;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  h1 {
    line-height: 1.2;
  }

  .container {
    max-width: 1350px;
  }

  .footer-cta-holder {
    grid-column-gap: 220px;
  }

  .recent-work-background.ohne {
    display: block;
  }

  .testimonial-card {
    padding: 60px;
  }

  .nav-menu-content-holder {
    grid-row-gap: 20px;
  }

  .title {
    text-transform: none;
    font-size: 70px;
  }

  .nav-link-text {
    font-size: 50px;
  }

  .paragraph-24 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 200;
  }

  .paragraph-25 {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .heading-38 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    background-color: #fff;
  }

  .container {
    padding-top: 10.7em;
  }

  .container.hero-container.contact {
    padding-top: 2.1em;
  }

  .container.footer {
    padding-top: 8em;
  }

  .hero-section.contact {
    display: block;
  }

  .no-margins {
    font-family: Montserrat, sans-serif;
  }

  .footer_wrapper {
    background-position: 0 0, 50% 30%;
    padding-top: 0;
  }

  .rich-text p, .rich-text li, .paragraph-m {
    font-family: Montserrat, sans-serif;
  }

  .sg---color-primary {
    background-color: var(--gold);
  }

  .main-logo-home {
    width: 50px;
    margin-left: -25px;
  }

  .white-paragraph {
    margin-top: 100px;
  }

  .italic-text {
    text-transform: none;
    font-family: Bodonimoda, sans-serif;
  }

  .hero-background-image.contact {
    background-color: #0000;
  }

  .overlay {
    background-color: #000;
  }

  .recent-work-header {
    justify-content: flex-start;
    display: block;
  }

  .yellow-tag {
    font-family: Montserrat, sans-serif;
  }

  .recent-work-cms-wrapper {
    justify-content: flex-start;
    display: flex;
    right: 0;
  }

  .black-text {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .about-images-holder._02 {
    justify-content: flex-start;
    align-self: auto;
    display: block;
  }

  .about-images {
    display: block;
  }

  .about-images.pic {
    display: none;
  }

  .about-paragraph {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .about-paragraph.small {
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .work-heading-holder {
    margin-top: 140px;
  }

  .nav-menu-content-holder {
    grid-row-gap: 30px;
  }

  .nav-image-link.static {
    display: none;
  }

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

  .image.home-hero {
    background-color: #0000;
    width: 100%;
    padding-bottom: 0;
  }

  .heading {
    color: var(--font-gold);
    text-transform: none;
    justify-content: flex-start;
    font-size: 80px;
    display: block;
  }

  .paragraph-2 {
    text-align: justify;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .text-block, .text-block-2 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-3, .text-block-4 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
    font-family: Montserrat, sans-serif;
  }

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

  .paragraph-21, .paragraph-22 {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .heading-10, .nav-link-text {
    font-size: 60px;
  }

  .sub-page-hero-heading {
    text-transform: uppercase;
    font-size: 90px;
    font-style: normal;
  }

  .paragraph-23 {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .text-block-18 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: block;
  }

  .store-book-price {
    text-align: left;
    margin-bottom: 6px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    line-height: 1;
  }

  .store-price {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .coming-soon-text, .leseprobe-overlay.edit, .title-3.latest-articles, .title-4.latest-articles, .title-5.latest-articles {
    display: block;
  }

  .html-embed {
    text-align: center;
    justify-content: center;
    padding-top: 20px;
  }

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

  .paragraph-30 {
    text-align: center;
    padding-top: 40px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .section-3 {
    padding-top: 120px;
    padding-bottom: 180px;
  }

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

  .button-2 {
    background-color: var(--font-gold);
    text-align: center;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .threed-image {
    padding-top: 60px;
  }

  .image-6.blog-post-item-image {
    width: 100%;
  }

  .rich-text-2 {
    margin-top: 14rem;
  }

  .quote-text {
    font-size: 40px;
  }

  .main-logo-sub {
    width: 50px;
    margin-left: -25px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-variation-settings: "opsz" 25;
  }

  h1 {
    font-size: 70px;
  }

  .container, .container.footer {
    padding-bottom: 0;
  }

  .container.product {
    padding-top: 8em;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer_wrapper {
    z-index: 2;
    width: 100vw;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  .made-by-section {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 10px;
  }

  .nav-link-holder {
    justify-content: flex-end;
    padding: 0;
    display: flex;
  }

  .menu-button-home {
    transition: background-color .35s;
    display: flex;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 80px;
  }

  .hero-text._01 {
    font-size: 11vw;
  }

  .hero-text._01.home {
    margin-bottom: 0;
  }

  .hero-text._03, .hero-text._03.home {
    font-size: 11vw;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .subscribe-button {
    width: 100%;
  }

  .link-block-2 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    font-weight: 500;
  }

  .subscribe-form {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .nav-link {
    grid-row-gap: 0px;
  }

  .link-with-line, .footer-link-2, .footer-link-3 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .footer-cta-heading {
    font-size: 42px;
  }

  .footer-logo-holder {
    padding: 70px 30px;
  }

  .footer-logo-grid {
    grid-column-gap: 20px;
  }

  .footer-links-holder {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-text-wrapper {
    margin-top: -32px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .hero-text-wrapper._02 {
    margin-top: -15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-text-wrapper._01 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .italic-text {
    font-size: 7vw;
  }

  .hero-text-grid-wrapper.contact {
    grid-column-gap: 0px;
    grid-template-columns: 30% 70%;
    margin-top: 457px;
  }

  .recent-work-header-holder {
    max-width: none;
  }

  .recent-work-wrappper {
    padding-top: 31%;
  }

  .recent-work-item {
    width: 60%;
  }

  .testimonial-container {
    padding-right: 15px;
  }

  .testimonal-heading {
    font-variation-settings: "opsz" 25;
  }

  .about-heading-holder {
    max-width: 100%;
  }

  .about-images-wrapper {
    z-index: 0;
    position: sticky;
    top: 0;
  }

  .about-images-holder._03 {
    left: 26%;
  }

  .about-text-holder {
    position: relative;
  }

  .award-left-side {
    width: 60%;
  }

  .award-right-side {
    width: 40%;
  }

  .work-heading-holder {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .project-grid-wrapper {
    padding-top: 90px;
  }

  .project-heading-holder {
    margin-top: 0;
  }

  .project-heading {
    font-size: 69px;
    display: none;
  }

  .project-full-image {
    margin-top: -44px;
  }

  .contacnt-info-holder {
    padding-top: 15px;
  }

  .form-block {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-content-holder {
    grid-row-gap: 15px;
  }

  .nav-image-link {
    width: 260px;
    height: 320px;
    top: 20.5%;
  }

  .nav-image-link.on-link {
    display: none;
  }

  .animate-on-load-04 {
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .title {
    font-size: 50px;
  }

  .split-content.home-hero-right {
    z-index: 0;
    width: 60%;
    height: auto;
    padding-top: 5%;
    padding-left: 0%;
  }

  .split-content.book-right {
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .split-content.blog-post-main-content {
    max-width: 720px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.blog-post-author.footer {
    text-align: center;
  }

  .link-block-3 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 3px;
    padding-bottom: 10px;
    display: flex;
  }

  .image.home-hero {
    object-fit: contain;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    overflow: auto;
  }

  .heading {
    text-align: center;
    font-size: 5vw;
  }

  .paragraph-2 {
    margin-top: 20px;
  }

  .nav-link-text {
    padding-bottom: 0;
    font-size: 7vw;
  }

  .sub-page-hero-heading {
    font-size: 10vw;
  }

  .heading-34 {
    line-height: 1.2;
  }

  .heading-35 {
    font-weight: 300;
  }

  .shop-wrapper {
    justify-content: center;
  }

  .book-top-content {
    max-width: 42%;
  }

  .divider.book-right {
    align-self: stretch;
    width: 1px;
    height: auto;
    margin: 0 30px;
  }

  .animation {
    justify-content: center;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .paragraph-18 {
    letter-spacing: 0;
  }

  .book-bottom-content {
    width: 100%;
    max-width: 450px;
    position: sticky;
    top: 100px;
  }

  .more-stores-grid {
    flex-wrap: wrap;
    grid-template-columns: auto auto;
    place-content: center;
    justify-items: center;
    display: flex;
  }

  .card.stores {
    margin-bottom: 0;
  }

  .card.about-author {
    padding: 50px;
  }

  .leseprobe-overlay {
    inset: 0%;
  }

  .top-content.latest-articles {
    flex-direction: column;
    margin-top: -86px;
    margin-bottom: 40px;
  }

  .top-content.latest-articles.vertical {
    grid-row-gap: 0px;
    text-align: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .top-content.blog-post {
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 60px;
  }

  .top-content.card-about-author {
    margin-bottom: 20px;
  }

  .title-3.latest-articles {
    margin-bottom: 30px;
  }

  .title-3.latest-articles.leseprobe-headline {
    margin-bottom: 10px;
  }

  .leseprobe-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .leseprobe-kapitel {
    padding-top: 0;
  }

  .button-primary.leseprobe {
    margin-top: -90px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .container-default.leseprobe {
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .container-default.blog-post {
    margin-bottom: 70px;
  }

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

  .title-4.latest-articles, .title-5.latest-articles {
    margin-bottom: 30px;
  }

  .title-5.latest-articles.leseprobe-headline {
    margin-bottom: 10px;
  }

  .heading-36 {
    margin-bottom: 30px;
    font-size: 7vw;
  }

  .container-2 {
    padding-bottom: 0;
  }

  .heading-14 {
    font-size: 30px;
  }

  .antenne-logo {
    width: 21%;
  }

  .heading-37 {
    font-size: 30px;
  }

  .threed-image {
    transform: none;
  }

  .heading-38 {
    padding-bottom: 0;
    font-size: 7vw;
  }

  .text-block-20 {
    font-variation-settings: "opsz" 25;
    font-size: 30px;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-grid.post {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .blog-post-item {
    background-color: #f9f8f4;
    border-radius: 15px;
    padding: 19px;
  }

  .blog-post-item-about-wrapper {
    grid-row-gap: 5px;
    font-variation-settings: "opsz" 6, "wght" 400;
    flex-direction: row;
  }

  .image-wrapper.blog-post-item-image-wrapper {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-wrapper.card-about-author {
    margin-right: 40px;
  }

  .title-6.blog-post-item-title {
    font-variation-settings: "opsz" 6;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .paragraph-32.blog-post-item-paragraph {
    margin-bottom: 20px;
  }

  .blog-post-item-content {
    align-items: flex-start;
    max-width: 100%;
  }

  .blog-post-item-wrapper {
    font-size: 16px;
  }

  .rich-text-2 {
    font-variation-settings: "opsz" 15.4;
    margin-top: 6rem;
  }

  .rich-text-2 h4 {
    font-variation-settings: "opsz" 10.1;
  }

  .rich-text-2 h2 {
    font-variation-settings: "opsz" 8.4;
  }

  .rich-text-2 h3 {
    font-variation-settings: "opsz" 10.7;
  }

  .rich-text-2 h5 {
    font-variation-settings: "opsz" 6;
    font-weight: 500;
  }

  .rich-text-2 h6 {
    font-variation-settings: "opsz" 6;
  }

  .section-6 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section-6.blog-post-latest-articles {
    padding-top: 128px;
    padding-bottom: 80px;
  }

  .section-6.blog-post {
    padding-top: 80px;
    padding-bottom: 102px;
  }

  .page-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-11.mobil {
    font-variation-settings: "opsz" 17.8;
  }

  .container-medium-852px {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-post-about-wrapper {
    font-variation-settings: "opsz" 8;
    margin-bottom: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-row-gap: 10px;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
  }

  .fs-cc-banner_container, .fs-cc-banner_component {
    flex-direction: column;
  }

  .fs-cc-banner_text {
    margin-right: 50px;
  }

  .wg-dropdown-1 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .quote-text {
    font-variation-settings: "opsz" 25, "wght" 400;
    text-align: center;
    width: 60%;
  }

  ._3d-image-wrapper {
    margin-top: 30px;
  }

  .threed-image-cam {
    perspective: none;
  }

  .nav-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-40, .heading-41, .heading-42 {
    font-size: 8vw;
  }

  .menu-button-sub {
    transition: background-color .35s;
    display: flex;
  }

  .container-6 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .splide__slide {
    width: 90%;
    min-width: 90%;
  }

  .spacer-large {
    padding-bottom: 6rem;
  }

  .super-text-hero {
    font-size: 7rem;
  }

  .cover-img.size {
    width: 61%;
  }

  .parent-pad-side {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .splide.slider1 {
    height: 50rem;
    padding-left: 2rem;
  }

  .grid-left {
    display: flex;
  }

  .img-parent.size-one {
    width: 28rem;
    height: 44rem;
  }

  .img-parent.size-three {
    width: 100%;
    height: 40rem;
  }

  .img-parent.size-two {
    width: 18rem;
    height: 26rem;
  }

  .img-cover.size-two {
    width: 28rem;
    height: 46rem;
  }

  .img-cover.size-one {
    width: 18rem;
    height: 28rem;
  }

  .img-cover.size-three {
    width: 100vw;
    height: 44rem;
  }

  .watch {
    min-width: 20rem;
  }

  .watch.sm {
    min-width: 18rem;
    margin-left: 1.5rem;
  }

  .border-line.light {
    width: 28rem;
  }

  .watch-scroll {
    width: 30rem;
  }

  .sticky-parent {
    display: none;
  }

  .col {
    padding-bottom: 3rem;
    padding-left: 2rem;
  }

  .col.bg-colour {
    padding-left: 2rem;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 30px;
  }

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

  .container.nav-menu-con {
    justify-content: flex-end;
    padding-bottom: 2em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer_wrapper {
    z-index: 2;
    padding-top: 2em;
    position: relative;
  }

  .made-by-section {
    flex-direction: column;
    align-items: center;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

  .copyright-text {
    font-size: 15px;
  }

  .hero-text {
    font-size: 56px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .nav-link {
    grid-row-gap: 0px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .footer-cta-holder {
    grid-row-gap: 52px;
    flex-direction: column;
    display: flex;
  }

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

  .copyright-text-wrapper {
    grid-column-gap: 12px;
  }

  .heart-icon {
    width: 15px;
  }

  .hero-paragaraph-holder {
    margin-top: 111px;
  }

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

  .about-heading-holder {
    max-width: 100%;
  }

  .about-grid {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .about-images-holder._02 {
    top: 55px;
    left: 11%;
  }

  .about-images-holder._03 {
    top: -84px;
    left: -13%;
  }

  .awards-heading-grid {
    flex-direction: column;
    display: flex;
  }

  .awards-paragraph-holder {
    padding-left: 0;
  }

  .award-right-side {
    width: 160px;
  }

  .project-heading {
    line-height: 1;
  }

  .nav-menu-wrapper {
    justify-content: flex-end;
  }

  .nav-menu-holder {
    align-items: center;
  }

  .nav-menu-content-holder {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .nav-link-paragraph {
    font-size: 12px;
  }

  .nav-image-link {
    display: none;
  }

  .hero-text-holder._03 {
    flex-direction: column;
  }

  .split-content.home-hero-right {
    max-width: 665px;
    height: 100%;
  }

  .split-content.book-right {
    flex-direction: column;
    align-items: stretch;
  }

  .split-content.blog-post-main-content {
    margin-bottom: 30px;
  }

  .nav-link-text {
    font-size: 20px;
  }

  .sub-page-hero-heading {
    max-width: 50vw;
    font-size: 35px;
  }

  .store-book-price {
    margin-bottom: 10px;
  }

  .title-2.store-book {
    font-size: 22px;
  }

  .shop-wrapper {
    justify-content: center;
  }

  .book-top-content {
    max-width: none;
  }

  .book-price {
    margin-bottom: 20px;
  }

  .divider.book-right {
    width: 100%;
    height: 1px;
    margin: 30px 0;
  }

  .book-bottom-content {
    max-width: none;
  }

  .more-stores-grid {
    flex-wrap: wrap;
    grid-template-columns: auto auto 1fr;
    display: flex;
  }

  .card.about-author {
    flex-direction: column;
    padding: 40px;
  }

  .top-content.latest-articles {
    align-items: center;
  }

  .top-content.blog-post {
    margin-bottom: 50px;
  }

  .top-content.card-about-author {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 15px;
  }

  .title-3.latest-articles {
    margin-bottom: 20px;
  }

  .title-3.latest-articles.leseprobe-headline {
    font-size: 36px;
  }

  .leseprobe-kapitel-img {
    z-index: 0;
    opacity: .45;
    display: none;
    inset: 0% 0% auto auto;
  }

  .leseprobe-wrap {
    width: 100%;
  }

  .container-default.blog-post {
    margin-bottom: 60px;
  }

  .soundcloud-wrapper {
    width: 100%;
  }

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

  .title-4.latest-articles {
    margin-bottom: 20px;
  }

  .title-4.latest-articles.leseprobe-headline {
    font-size: 36px;
  }

  .fs-cc-banner_text-link-2 {
    margin-right: 8px;
  }

  .title-5.latest-articles {
    margin-bottom: 20px;
  }

  .title-5.latest-articles.leseprobe-headline {
    font-size: 36px;
  }

  .antenne-logo {
    width: 21%;
  }

  .heading-38 {
    font-size: 10vw;
  }

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

  .blog-post-item {
    max-width: none;
  }

  .image-wrapper.card-about-author {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .blog-post-item-content {
    max-width: 500px;
  }

  .blog-post-item-wrapper {
    align-items: center;
  }

  .image-6.blog-post-item-image {
    width: 100%;
  }

  .about-author-wrapper {
    margin-top: 50px;
  }

  .section-6 {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section-6.blog-post-latest-articles {
    padding-top: 102px;
    padding-bottom: 64px;
  }

  .section-6.blog-post {
    padding-top: 64px;
    padding-bottom: 82px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .blog-post-about-wrapper {
    margin-bottom: 15px;
  }

  .card-about-author-social-media-grid {
    justify-content: stretch;
  }

  .paragraph-33.card-about-author {
    margin-bottom: 30px;
  }

  .card-about-author-name-wrapper {
    margin-bottom: 20px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    justify-content: space-between;
    margin-top: 22px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .div-block-16 {
    text-align: center;
  }

  .italic-text-2 {
    font-size: 35px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-heading-right, .hero-heading-center, .hero-heading-left {
    padding: 60px 15px;
  }

  .parent-grid {
    flex-direction: column-reverse;
  }

  .super-text-hero {
    font-size: 5rem;
  }

  .splide.slider1 {
    height: 44rem;
  }

  .grid-right {
    width: 100%;
  }

  .grid-left {
    width: 100%;
    padding-top: 4rem;
  }

  .border-line.light {
    width: 25rem;
  }

  .parent.pad-top {
    padding-right: 18rem;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
    font-weight: 600;
  }

  h4 {
    font-size: 24px;
    font-weight: 600;
  }

  h5 {
    font-size: 20px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  .section {
    width: 100vw;
    max-width: 100%;
  }

  .section.overflow {
    overflow: hidden;
  }

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

  .container.nav-container {
    padding-left: .2em;
    padding-right: .2em;
  }

  .container.hero-container.contact {
    margin-bottom: -20vh;
  }

  .container.footer {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .navbar {
    width: 100vw;
    max-width: 100%;
  }

  .hero-section {
    background-color: var(--dark);
    max-width: 100%;
    min-height: 80vh;
    padding-top: 43px;
  }

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

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .footer-link {
    font-size: 12px;
    font-weight: 300;
  }

  .footer_wrapper {
    z-index: 2;
    text-align: left;
    width: 100vw;
    max-width: 100%;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
  }

  .made-by-section {
    grid-row-gap: 0em;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 20px;
    padding-bottom: 1.6em;
  }

  .menu-button-home {
    left: auto;
    right: 3%;
  }

  .copyright-text {
    font-size: 10px;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    background-color: #eef0f3;
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

  .rich-text blockquote {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 40px 0;
    font-size: 20px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text {
    font-size: 6vh;
  }

  .hero-text._01 {
    margin-bottom: 0;
  }

  .hero-text._03 {
    font-size: 12vw;
  }

  .hero-text._03.home {
    font-size: 14vw;
  }

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

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

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

  .aa-font {
    font-size: 80px;
  }

  .button-holder, .headings-holder {
    padding: 1em;
  }

  .shop-link-home {
    font-size: 11px;
    display: none;
  }

  .nav-link {
    font-size: 70px;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .main-logo-home {
    width: 45px;
    margin-left: 0;
    left: 3%;
    right: auto;
  }

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

  .footer-logo-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-logo-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border: 1px #000;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 35px;
    padding-bottom: 35px;
    display: grid;
  }

  .footer-links-holder {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-brand-wrapper.w--current {
    width: 70px;
  }

  .footer-brand {
    padding-top: 10px;
  }

  .footer-link-container {
    grid-column-gap: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    display: flex;
  }

  .copyright-text-wrapper {
    grid-row-gap: 12px;
    flex-direction: row;
  }

  .copyright-text-wrapper.lower {
    flex-direction: column;
  }

  .white-text {
    font-size: 10px;
  }

  .hero-section-wrapper {
    padding-top: 85px;
  }

  .hero-text-wrapper._02 {
    left: 65px;
  }

  .hero-text-wrapper._01 {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
  }

  .hero-text-wrapper.contact {
    margin-bottom: 7px;
  }

  .hero-text-container {
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
  }

  .italic-text {
    text-align: left;
    line-height: 1.3;
  }

  .hero-text-grid-wrapper {
    grid-column-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 400px;
    display: flex;
  }

  .hero-text-grid-wrapper.contact {
    padding: 16px;
  }

  .hero-background-image-holder {
    margin-top: -25%;
  }

  .hero-background-image.contact {
    width: 100%;
  }

  .recent-work-header {
    justify-content: center;
    align-items: center;
  }

  .yellow-tag {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
  }

  .recent-work-wrappper {
    margin-top: 50px;
  }

  .recent-work-cms-wrapper {
    z-index: 0;
    padding-top: 170px;
  }

  .recent-work-item {
    width: 80%;
  }

  .testimonial-holder {
    padding-left: 17px;
    padding-right: 17px;
  }

  .testimonial-card {
    padding: 17px;
  }

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

  .about-section-content-holder {
    max-width: 85%;
  }

  .about-section {
    padding-top: 50px;
  }

  .about-social-media-holder {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .about-section-images-holder {
    padding-top: 20px;
  }

  .about-grid {
    align-items: center;
  }

  .about-images-wrapper {
    padding-top: 100px;
  }

  .about-images-holder._03 {
    width: 230px;
  }

  .about-images-holder._01 {
    width: 300px;
    position: relative;
    right: -7%;
  }

  .awards-heading-grid {
    justify-content: center;
    align-items: center;
  }

  .award-list-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .award-list-container {
    grid-row-gap: 12px;
    flex-direction: column;
    margin-bottom: 100px;
    display: flex;
  }

  .award-list {
    grid-row-gap: 12px;
    text-align: center;
    border-bottom-style: none;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-top: 29px;
    padding-bottom: 12px;
    position: relative;
  }

  .award-list.last {
    border-bottom-style: none;
  }

  .award-dot {
    display: none;
  }

  .award-left-side {
    grid-row-gap: 12px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .award-right-side {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: row;
    width: auto;
    font-size: 14px;
    font-weight: 400;
  }

  .award-right-side.category {
    background-color: var(--gold);
    border-radius: 4px;
    padding: 5px;
  }

  .work-heading-holder {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .work-heading-holder.imprint {
    margin-top: 0;
    padding-top: 0;
  }

  .project-grid {
    column-count: 1;
  }

  .project-item:hover {
    transform: none;
  }

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

  .project-heading {
    font-size: 5vh;
  }

  .project-full-image {
    margin-top: -21px;
  }

  .contacnt-info-holder {
    margin-bottom: 85px;
  }

  .form-block {
    padding: 16px 0;
  }

  .form {
    align-items: flex-start;
  }

  .nav-menu-holder {
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
  }

  .nav-menu-content-holder {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-end;
    margin-bottom: 85px;
  }

  .nav-link-paragraph {
    font-size: 15px;
  }

  .nav-link-text-holder {
    z-index: 3;
    position: relative;
  }

  .nav-image-link.on-link {
    width: 50vw;
    height: 36vh;
    margin-left: 24px;
    display: none;
    top: 4.5%;
  }

  .nav-image-link.on-link.shop {
    z-index: 0;
  }

  .title {
    margin-bottom: 30px;
    font-size: 10vw;
    font-weight: 600;
  }

  .title.long {
    font-size: 9vw;
  }

  .buy-template-holder {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .split-content.home-hero-right {
    height: 100%;
  }

  .split-content.blog-post-main-content {
    margin-bottom: 20px;
  }

  .split-content.blog-post-author {
    flex-wrap: wrap;
  }

  .split-content.blog-post-author.footer {
    padding-top: 10px;
  }

  .image.home-hero.mobik {
    z-index: 1;
    max-width: 100%;
    margin-top: 30px;
    padding-left: 0;
    left: -17px;
  }

  .heading {
    text-align: right;
    font-size: 8vw;
  }

  .paragraph-2 {
    text-align: center;
    letter-spacing: 0;
  }

  .div-block-14 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-14.imprint {
    margin-top: 0;
  }

  .heading-32 {
    text-align: center;
    font-size: 30px;
  }

  .paragraph-21 {
    text-align: left;
  }

  .paragraph-22 {
    text-align: left;
    overflow-wrap: anywhere;
    font-size: 16px;
  }

  .heading-10 {
    font-size: 30px;
  }

  .nav-link-text {
    font-size: 35px;
  }

  .sub-page-hero-heading {
    max-width: 100vw;
    font-size: 10vw;
  }

  .heading-34 {
    text-align: left;
    font-size: 10vw;
  }

  .heading-35 {
    font-size: 15px;
  }

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

  .store-book-price {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .store-price {
    font-size: 17px;
  }

  .title-2.store-book {
    font-size: 20px;
  }

  .shop-wrapper {
    justify-content: flex-start;
  }

  .divider.jasmin {
    display: flex;
  }

  .animation {
    justify-content: center;
    width: 130px;
    display: flex;
  }

  .more-stores-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .card.stores {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 40px;
    display: flex;
  }

  .card.stores.hardcover {
    display: none;
  }

  .card.about-author {
    padding: 30px 20px;
  }

  .top-content.latest-articles {
    display: block;
  }

  .top-content.blog-post {
    margin-bottom: 30px;
  }

  .top-content.blog-post-latest-articles {
    flex-direction: column;
    align-items: stretch;
  }

  .title-3.latest-articles {
    padding-top: 70px;
    font-size: 28px;
  }

  .title-3.latest-articles.leseprobe-headline {
    padding-top: 0;
    font-size: 23px;
  }

  .leseprobe-kapitel-img {
    display: none;
  }

  .leseprobe-wrap {
    width: 100%;
  }

  .button-primary {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .button-primary.leseprobe {
    position: absolute;
    inset: auto 0% 5%;
  }

  .button-primary.home {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-primary.contact {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-default {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .container-default.leseprobe {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-default.blog-post {
    margin-bottom: 40px;
  }

  .soundcloud-wrapper {
    width: 100%;
  }

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

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

  .title-4.latest-articles {
    padding-top: 70px;
    font-size: 28px;
  }

  .title-4.latest-articles.leseprobe-headline {
    font-size: 23px;
  }

  .title-4.latest-articles.leseprobe-headline.mobil {
    font-variation-settings: "opsz" 8;
    padding-top: 0;
    font-size: 23px;
    font-weight: 600;
  }

  .title-5.latest-articles {
    padding-top: 70px;
    font-size: 28px;
  }

  .title-5.latest-articles.leseprobe-headline {
    padding-top: 0;
    font-size: 20px;
    font-weight: 500;
  }

  .html-embed {
    width: auto;
    padding-top: 10px;
  }

  .heading-36 {
    font-size: 10vw;
  }

  .paragraph-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-14 {
    font-size: 26px;
  }

  .antenne-logo {
    width: 16%;
  }

  .heading-37 {
    font-size: 26px;
  }

  .threed-image {
    width: 90vw;
  }

  .blog-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .blog-grid.post {
    grid-template-columns: 1fr;
  }

  .blog-post-item-about-wrapper {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .image-wrapper.blog-post-item-image-wrapper {
    margin-bottom: 20px;
  }

  .image-wrapper.card-about-author {
    width: 108px;
    min-width: 108px;
    height: 108px;
  }

  .image-wrapper.blog-post-author {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .title-6.blog-post-item-title {
    margin-bottom: 10px;
  }

  .title-6.blog-post-latest-articles {
    margin-bottom: 20px;
  }

  .blog-post-item-about-divider {
    width: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-post-item-wrapper {
    align-items: flex-start;
  }

  .blog-post-author-content {
    margin-bottom: 10px;
  }

  .about-author-wrapper {
    margin-top: 40px;
  }

  .rich-text-2 {
    padding-bottom: 0;
  }

  .section-6 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-6.blog-post-latest-articles {
    padding-top: 82px;
    padding-bottom: 51px;
  }

  .section-6.blog-post {
    padding-top: 51px;
    padding-bottom: 66px;
  }

  .button-secondary {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .heading-11.mobil {
    font-variation-settings: "opsz" 8;
    font-size: 23px;
  }

  .blog-post-author-name {
    font-size: 15px;
  }

  .blog-post-author-name.footer_name {
    text-align: center;
    font-size: 11px;
  }

  .container-medium-852px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-post-author-rol {
    font-size: 10px;
  }

  .blog-post-about-wrapper {
    margin-bottom: 10px;
  }

  .paragraph-33.card-about-author {
    margin-bottom: 20px;
  }

  .card-about-author-name-wrapper {
    margin-bottom: 15px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    overflow-wrap: anywhere;
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .link-block-4 {
    font-size: 16px;
  }

  .quote-text {
    width: 90%;
    font-size: 5.3vw;
  }

  .cookie-placeholder-1 {
    text-align: center;
  }

  .nav-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-41, .heading-42 {
    font-size: 10vw;
  }

  .menu-button-sub {
    left: auto;
    right: 3%;
  }

  .shop-link-sub {
    font-size: 11px;
    display: none;
  }

  .main-logo-sub {
    width: 45px;
    margin-left: 0;
    left: 3%;
    right: auto;
  }

  .image-8 {
    margin-left: 0;
  }

  .container-5, .container-5.con1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    display: grid;
  }

  .container-5.mobil {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    display: grid;
  }

  .container-5.mobil1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center stretch;
    display: none;
  }

  .image-9 {
    display: inline-block;
  }

  .paragraph-35 {
    text-align: center;
    font-size: 14px;
  }

  .text-block-24, .text-block-25 {
    text-align: center;
  }

  .container-6 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .shadow-two {
    max-width: 100%;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .heading-43, .heading-44, .heading-45, .heading-46 {
    font-size: 40px;
  }

  .link-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .link-block-6 {
    padding-right: 0;
  }

  .slide-content.size-two {
    width: 18rem;
  }

  .spacer-large {
    padding-bottom: 5rem;
  }

  .super-text-hero.blend {
    font-size: 3rem;
  }

  .cover-img {
    width: 100%;
    min-width: 104%;
    max-width: 100%;
  }

  .spacer-medium {
    padding-bottom: 2rem;
  }

  .parent-pad-side {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .splide.slider1 {
    height: 36rem;
    padding-left: 1.4rem;
  }

  .grid-right {
    margin-top: 4rem;
  }

  .heading-medium {
    font-size: 1rem;
  }

  .heading-medium.index-mobile {
    font-variation-settings: "opsz" 6;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .img-parent.size-one {
    width: 18rem;
    height: 26rem;
  }

  .img-parent.size-three {
    height: 26rem;
  }

  .img-cover.size-two {
    width: 18rem;
    height: 29rem;
  }

  .img-cover.size-three {
    height: 28rem;
  }

  .ticker-parent {
    font-size: 12px;
    display: block;
    bottom: -3rem;
  }

  .watch {
    min-width: 17rem;
  }

  .container-7.flex-split-btm {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .border-line.light {
    width: 100%;
  }

  .parent.pad-top {
    padding-right: 0;
    font-size: 5%;
  }

  .img-scroll.img-one {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    height: 100%;
    display: block;
  }

  .img-scroll.img-two {
    background-color: #fff;
    background-image: none;
    background-size: auto;
    height: 100%;
    display: block;
  }

  .img-scroll.img-three {
    background-color: #fff;
    background-image: none;
    height: 100%;
    display: block;
  }

  .sticky-child {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 50% 50%;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100vh;
    display: grid;
  }

  .scroll-text-parent.three.text-white {
    font-size: 10px;
  }

  .img-whipe.one, .img-whipe.two {
    border-bottom: 2px solid var(--golden);
  }

  .watch-scroll {
    display: block;
  }

  .text-size.text-white {
    justify-content: center;
    align-items: center;
    max-width: 20ch;
    font-size: 2em;
    display: block;
  }

  .num-ab {
    font-size: 8rem;
    display: none;
  }

  .sticky-parent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 400vh;
    display: grid;
  }

  .col {
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-left: 1.4rem;
  }

  .col.bg-colour {
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-bottom: 60px;
    display: grid;
  }
}

#w-node-d33aeebc-ae13-839f-83d4-a6f2e13172b0-79f99289, #w-node-e0cf90bf-4b55-01cc-a8e4-3453664e6ab8-0a144c54, #w-node-ef216110-dbad-4cb5-4366-0b5e015b296d-0a144c54, #w-node-_1e2590e4-c637-a23b-1941-dd48623854f0-0a144c54, #w-node-e138c72b-49e3-1d95-b8cb-af649ea1bcb3-0a144c54, #w-node-e3bc6405-1b5c-3603-fb39-8f489742d90d-0a144c54, #w-node-_482e2d26-aa56-f6d4-099b-1b351b9a6345-0a144c54, #w-node-cf0ed959-3888-d7a3-d268-232f0b8fb93b-79f9928c, #w-node-_59c14990-92c5-2892-9bfc-757f04a6f029-79f9928c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_644fa690-1ddc-e3fd-1a7c-7f81233ab33d-79f9928c, #w-node-_42563f06-ad43-c32b-3ab4-023b283e44c1-79f9928c, #w-node-bea00a04-3485-d0e4-2ea1-2605b887283f-79f9928c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c4c412d0-cc90-be29-e5a2-cab47df726ed-79f9928e, #w-node-_3dee4146-38ba-f358-359e-f6c9d8fd06ae-79f9928e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459e6e-79f99296, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-79f99296, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-79f99296, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-79f99296, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-79f99296 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-d33aeebc-ae13-839f-83d4-a6f2e13172b0-79f99289 {
    justify-self: auto;
  }

  #w-node-cf0ed959-3888-d7a3-d268-232f0b8fb93b-79f9928c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d33aeebc-ae13-839f-83d4-a6f2e13172b0-79f99289 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_549a19fa-c189-ad54-0e12-c6ceb109556f-79f99289, #w-node-c86167c2-7504-8a09-db3e-34331c690c5e-79f99289 {
    justify-self: auto;
  }

  #w-node-_5ac34af2-4e8e-c3bd-a118-a4c9ec24091d-1dc314e2 {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Bodonimoda Italic';
  src: url('../images/') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodonimoda';
  src: url('../images/') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}