@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/crimsonpro-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/crimsonpro-semibolditalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/crimsonpro-mediumitalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/crimsonpro-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/crimsonpro-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/crimsonpro-extrabolditalic.ttf') format("truetype"), url('../fonts/crimsonpro-bolditalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/crimsonpro-extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/crimsonpro-lightitalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/crimsonpro-bold.ttf') format("truetype"), url('../fonts/crimsonpro-extrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/crimsonpro-extralightitalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/crimsonpro-blackitalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Crimsonpro;
  src: url('../fonts/crimsonpro-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --other-theme-color: #f4efec;
  --main-font-color: #2e2b2c;
  --main-theme-color: #b36c67;
  --body: #faf9f7;
  --secondary-theme-color: #e9dad6;
}

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

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

.main-section {
  background-color: #f4efec;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  position: relative;
}

.main-section.is-small {
  background-color: var(--other-theme-color);
}

.container {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 3.75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.75em;
  padding-right: 3.75em;
  display: grid;
  position: relative;
}

.box {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.box.has-32-gap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: grid;
}

.box.has-12-gap {
  z-index: 2;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: grid;
  position: relative;
}

.box.has-24-gap {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: grid;
  position: relative;
}

.flex {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.breadcrumblink {
  color: var(--main-font-color);
  -webkit-text-stroke-color: #98a2b3;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 150%;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.breadcrumblink.w--current {
  color: #2e2b2c;
  font-size: 1.1em;
  text-decoration-color: #a05c5a;
  transition: all .2s;
}

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

.vector {
  color: #2e2b2c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumbtext {
  color: #2e2b2c;
  -webkit-text-stroke-color: #98a2b3;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 150%;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .2s;
}

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

.main-image {
  background-color: #0000;
  border-radius: 1.25em;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 53em;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
  overflow: hidden;
}

.mainimage.shadow {
  z-index: 1;
  object-fit: cover;
  width: 26em;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 11em;
  overflow: clip;
  box-shadow: -10px 12px 8px 4px #0003;
}

.thumbnails-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  padding-bottom: 4px;
  display: flex;
  overflow: auto;
}

.product-thumbnail {
  background-color: var(--main-theme-color);
  border: 1px solid #0000;
  border-radius: 1.25em;
  min-width: 10em;
  height: 10em;
  overflow: hidden;
}

.thumbnail-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.link.no-highlight {
  text-decoration: none;
}

.link.no-highlight:hover {
  -webkit-text-decoration: underline #b36c67;
  text-decoration: underline #b36c67;
}

.link.privacy {
  color: var(--main-theme-color);
  text-underline-position: under;
}

.link.post-snippet {
  text-decoration: none;
}

.link.post {
  color: var(--main-font-color);
  -webkit-text-decoration-color: var(--main-font-color);
  text-decoration-color: var(--main-font-color);
  text-underline-position: under;
}

.link.post:hover {
  color: var(--main-theme-color);
  -webkit-text-decoration-color: var(--main-theme-color);
  text-decoration-color: var(--main-theme-color);
  text-underline-position: under;
}

.link.user-list {
  color: var(--main-theme-color);
  -webkit-text-decoration-color: var(--main-theme-color);
  text-decoration-color: var(--main-theme-color);
  text-underline-position: under;
  font-size: 1.3em;
}

.link.user-list:hover {
  color: var(--main-font-color);
  -webkit-text-decoration-color: var(--main-font-color);
  text-decoration-color: var(--main-font-color);
}

.preview {
  z-index: 1;
  color: var(--main-font-color);
  text-align: center;
  background-color: #fff;
  border-radius: 2em;
  align-items: center;
  width: 9em;
  height: 2.5em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 3em;
  left: 0%;
  right: 0%;
}

.social-icon {
  width: 16px;
  height: 16px;
}

.nav-menu-content-wrapper {
  z-index: auto;
  background-color: #fff;
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 66%;
  max-width: 800px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.menu-link-text-shop {
  color: #fff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 65px;
  text-decoration: none;
}

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

.nav-menu-container {
  cursor: pointer;
  display: flex;
}

.bar {
  background-color: #2e2b2c;
  width: 48px;
  height: 2px;
}

.brand {
  flex: none;
}

.brand.w--current {
  z-index: auto;
  cursor: pointer;
}

.nav-menu-bottom {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  padding-left: 34px;
  padding-right: 0;
  display: flex;
}

.nav-link-border {
  background-color: #b36c67;
  width: 0%;
  height: 2px;
}

.link-container {
  padding-left: 15px;
  padding-right: 15px;
  transition: opacity .5s;
  display: inline-block;
}

.social-links-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-main {
  z-index: 2;
  background-color: #0000;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1720px;
  height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.header-title {
  color: #8f4353;
  text-transform: uppercase;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 2em;
  line-height: 2em;
  text-decoration: none;
}

.nav-menu-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 55%;
  max-width: 1000px;
  height: 100%;
  margin-right: 100px;
  display: grid;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.number-menu-item {
  color: #2e2b2c;
  text-align: center;
  font-size: 13px;
  text-decoration-color: #fff;
}

.nav-menu-logo {
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 5% auto auto 5%;
}

.nav-link-wrapper {
  align-self: center;
}

.nav-menu-top {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.close-icon {
  color: #2e2b2c;
  width: 50px;
  height: 50px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 30px;
  text-decoration: none;
}

.social-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-link {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link.w--current:hover {
  color: #b36c67;
  text-decoration: none;
}

.open-nav-menu {
  z-index: 30;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-menu-link-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-close {
  z-index: 99;
  color: #2e2b2c;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  text-decoration: none;
  display: block;
  position: fixed;
  inset: 5% 10% auto auto;
}

.nav-blur-layer {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-link-shop {
  text-align: left;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link-text {
  color: #2e2b2c;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.social-link-text:hover {
  color: #b36c67;
  text-decoration: underline;
}

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

.menu-link-text {
  color: #2e2b2c;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-decoration: none;
}

.menu-link-text:hover {
  color: #b36c67;
  text-decoration: underline;
}

.nav-link {
  color: var(--main-font-color);
  padding: 10px 0;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
  text-decoration: none;
}

.nav-link:hover {
  color: #b36c67;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-link.w--current {
  color: #b36c67;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-buy-now-link-wrapper {
  border: 1px solid #fff;
  border-radius: 1px;
}

.nav-menu {
  z-index: auto;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 11px;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 100;
  background-color: var(--body);
  box-shadow: 0 2px 5px #0003;
}

.heading {
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 3em;
  line-height: 100%;
}

.heading.style-h4 {
  color: var(--main-font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 3em;
  line-height: 110%;
}

.heading.home {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 2em;
  line-height: 100%;
}

.heading.search-bar {
  text-align: center;
  margin-top: 140px;
  margin-bottom: -100px;
  font-size: 2em;
}

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

.heading.post {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-thumbnails {
  background-color: #0000;
  padding-top: 8em;
  padding-bottom: 2.5em;
}

.author-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.author-wrapper.list {
  grid-row-gap: 0px;
  justify-content: center;
  margin-bottom: 10px;
}

.author-wrapper.translation {
  grid-column-gap: 0px;
}

.author-wrapper.series {
  grid-column-gap: 30px;
  justify-content: center;
}

.author-name {
  color: var(--main-theme-color);
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
  text-decoration: none;
}

.author-name:hover {
  text-decoration: underline;
}

.author-name.voice {
  font-size: 1.1em;
}

.author-name.series {
  font-size: 1.5em;
}

.author-name.series.heading {
  color: var(--main-font-color);
  margin-top: 10px;
  font-size: 2.5em;
  font-weight: 600;
}

.author-name.list {
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1em;
}

.pretext {
  color: var(--main-font-color);
  margin-right: 5px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
}

.contributer-name {
  color: var(--main-font-color);
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
}

.text-regular {
  color: var(--main-font-color);
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
  display: block;
}

.text-regular.hero {
  max-height: 115px;
  margin-bottom: 0;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
}

.text-regular.epaper {
  max-height: 120px;
  font-size: 1.2em;
  line-height: 100%;
  overflow: hidden;
}

.text-regular.event-label {
  color: var(--main-theme-color);
  font-size: .9rem;
  font-weight: 600;
}

.text-regular.more-details-toggle-text {
  color: var(--main-theme-color);
  text-align: center;
  font-size: .875rem;
}

.text-regular.event {
  text-align: left;
  font-size: 1.1em;
}

.text-regular.event-name {
  text-align: center;
  font-weight: 600;
}

.text-regular.category {
  color: var(--main-theme-color);
  font-size: 1.1em;
  transition: opacity .3s;
}

.text-regular.post-author {
  font-size: 1.1em;
}

.text-regular.post {
  margin-top: 10px;
}

.tag {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 2em;
  width: 100%;
  margin-left: 0;
  padding-top: 13px;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
  display: inline-flex;
}

.tag-container {
  flex-flow: wrap;
  padding-bottom: 4px;
  display: flex;
  overflow: auto;
}

.tag-icon {
  color: #fff;
  width: auto;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Crimson Pro;
  font-size: 3em;
  line-height: 100%;
  display: inline-flex;
}

.tag-wrap {
  background-color: var(--main-theme-color);
  border: 1px solid #b36c67;
  border-radius: 20px;
  flex-flow: row;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.tag-collection-list-container {
  margin-top: 40px;
  overflow: scroll;
}

.section-breadcrumbs {
  margin-top: 2em;
  margin-bottom: 8em;
}

.paired {
  color: var(--main-font-color);
  flex-flow: row;
  margin-bottom: -5px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  display: flex;
}

.paired.series {
  justify-content: center;
}

.paired.series-part {
  display: none;
}

.details {
  color: var(--main-font-color);
  margin-right: 5px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
  display: block;
}

.details.heading {
  font-size: 2em;
}

.details-space {
  color: var(--main-font-color);
  text-align: center;
  margin-right: 2px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
}

.details-space.heading {
  margin-right: 7px;
  font-size: 2em;
}

.details-no-space {
  color: var(--main-font-color);
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
}

.details-no-space.series {
  font-size: 1.3em;
  line-height: 100%;
}

.heading-details {
  color: var(--main-font-color);
  margin-top: 20px;
  margin-right: 5px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 100%;
}

.heading-details.epaper {
  font-family: Crimsonpro, Times New Roman, sans-serif;
}

.format-collection-list-container-copy {
  overflow: scroll;
}

.format-container {
  flex-flow: row;
  padding-bottom: 4px;
  display: flex;
  overflow: auto;
}

.format-wrap {
  background-color: #fff;
  border: 1px solid #b36c67;
  border-radius: 20px;
  flex-flow: row;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
}

.format {
  color: #b36c67;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 2em;
  flex-flow: row;
  width: 100%;
  padding: 5px 10px;
  font-family: Crimson Pro;
  font-size: 1.5em;
  line-height: 100%;
  display: inline-flex;
}

.format:hover {
  color: #fff;
  background-color: #b36c67;
}

.long-text-wrap {
  border-bottom: .1px solid #d8c5c5;
}

.long-text-container {
  margin-bottom: 10px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.footer-divider.top {
  margin-top: 0;
}

.footer-divider.bottom {
  margin-top: 70px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

.footer-link {
  color: var(--main-font-color);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer-link:hover {
  color: #b36c67;
  text-decoration: underline;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-title-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}

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

.footer-social-link {
  margin-left: 12px;
}

.title-small {
  color: var(--main-font-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 100%;
}

.footer-copyright-center {
  color: var(--main-font-color);
  text-align: center;
  padding-bottom: 20px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1em;
  line-height: 100%;
}

.brand-footer {
  flex: none;
}

.brand-footer.w--current {
  z-index: auto;
  cursor: pointer;
}

.header-title-footer {
  color: #8f4353;
  text-transform: uppercase;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 2em;
  line-height: 2em;
  text-decoration: none;
}

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

.body {
  background-color: var(--body);
  color: var(--main-font-color);
  font-family: Crimsonpro, Times New Roman, sans-serif;
  line-height: 100%;
  overflow: visible;
}

.shop-button {
  width: 80%;
  max-width: 300px;
}

.paired-shop-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.partnerlinks {
  cursor: pointer;
  text-decoration: underline;
}

.popup-shoplinks-disclaimer {
  background-color: var(--main-theme-color);
  border-radius: 11px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
}

.disclaimer-close-icon {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 10px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
  text-decoration: underline;
}

.disclaimer-text {
  color: #fff;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
}

.trigger-warning {
  border-bottom: .1px solid #d8c5c5;
  padding-bottom: 20px;
}

.pretext-trigger, .tropes-heading {
  color: var(--main-font-color);
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
  text-decoration: underline;
}

.tropes-wrap {
  margin-bottom: 10px;
}

.author-link {
  color: #b36c67;
  font-family: Crimson Pro;
  font-size: 1.2em;
  line-height: 100%;
  text-decoration: none;
}

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

.spice-rating {
  cursor: pointer;
  width: 10%;
  display: inline-block;
}

.spice-rating-wrap {
  margin-top: 40px;
}

.popup-spice-disclaimer {
  background-color: var(--main-theme-color);
  border-radius: 10px;
  width: 70%;
  margin: 10px auto 20px;
  padding: 20px;
}

.arrow-right {
  width: 7em;
}

.arrow-wrap {
  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: flex-end;
  margin-right: 40px;
  display: flex;
}

.arrow-left {
  width: 7em;
}

.gallery-image {
  object-fit: cover;
  width: 500px;
  max-width: none;
  display: inline-block;
}

.gallery-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-track {
  flex-flow: row;
  display: flex;
}

.gallery-collection-list-wrapper {
  width: 100em;
}

.list-collection-list-wrapper {
  margin-top: 20px;
}

.list-single-wrap {
  margin-bottom: 0;
}

.collection-list-related-titles {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.related-titles-image {
  justify-content: center;
  align-items: flex-end;
  width: 280px;
  height: 480px;
  display: flex;
}

.list-wrap {
  padding-top: 80px;
  padding-bottom: 70px;
}

.list-wrap.home {
  padding-top: 0;
  padding-bottom: 0;
}

.pretext-space {
  color: #2e2b2c;
  margin-top: 0;
  margin-left: 5px;
  font-family: Crimson Pro;
  font-size: 1.2em;
  line-height: 100%;
}

.pretext-space.series {
  margin-top: 0;
  font-size: 2em;
}

.list-titles {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.details-bold {
  color: var(--main-font-color);
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.2em;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.details-bold.list {
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.1em;
}

.photo-credit {
  color: #fff;
  text-align: right;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.2em;
  line-height: 100%;
}

.author-thumbnail-slide {
  background-color: var(--main-theme-color);
  background-image: url('../images/autorinnen-foto-neutral.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 320px;
  width: 100%;
  min-width: 370px;
  max-width: 370px;
  height: auto;
  min-height: 380px;
}

.author-image-thumbnail-list {
  border-top-left-radius: 0;
  width: auto;
  min-width: 0;
  position: static;
  top: -8px;
  left: -20px;
}

.collection-list-thumbnail-author-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

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

.heading-autoren-thumbnails {
  color: var(--main-theme-color);
  margin-bottom: 28px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
  position: static;
}

.author-name-thumbnails {
  color: var(--main-font-color);
  margin-bottom: 19px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 3em;
  line-height: 100%;
}

.author-page-button {
  background-color: var(--main-theme-color);
  color: var(--main-font-color);
  border: 10px solid #b36c67;
  border-radius: 20px;
  align-items: center;
  width: 13em;
  margin-top: 40px;
  display: flex;
}

.author-page-button:hover {
  border-radius: 0;
}

.author-arrow-icon {
  color: #fff;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 100%;
}

.author-button-text {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 2em;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.5em;
  line-height: 100%;
}

.box-breadcrumbs {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.box-details {
  z-index: 2;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: relative;
}

.box-details.has-12-gap {
  position: static;
}

.breadcrumbs-container {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: grid;
  position: static;
}

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

.divider.event {
  display: none;
}

.partnerlinks-heading {
  color: var(--main-font-color);
  width: 50%;
  margin-top: 20px;
  margin-right: 5px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 100%;
}

.author-container-thumbnail {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.author-thumbnail-wrapper {
  z-index: 1;
  position: relative;
}

.author-thumbnail-content-slide {
  width: 100%;
  max-width: 550px;
}

.section-spacing {
  padding-left: 20px;
  padding-right: 20px;
}

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

.list-heading-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.list-heading-wrap.center {
  justify-content: center;
}

.list-heading {
  color: var(--main-font-color);
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 100%;
}

.collection-item-series {
  margin-left: 0;
  margin-right: 0;
}

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

.collection-item.single {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 0;
  display: block;
}

.list-single-link {
  z-index: 1;
  margin-bottom: 12px;
  display: block;
  position: relative;
  overflow: hidden;
}

.list-single-content {
  width: 260px;
  margin-top: 40px;
}

.list-single-content.related {
  width: 260px;
}

.list-single-name-wrap {
  margin-bottom: 4px;
}

.list-single-heading-link {
  color: #2e2b2c;
  text-align: center;
  font-family: Crimson Pro;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline;
}

.list-single-heading-link:hover {
  text-decoration: underline;
}

.title-platform {
  z-index: -1;
  background-color: var(--main-theme-color);
  border-radius: 20px;
  width: 100%;
  height: 20em;
  position: absolute;
  bottom: 2%;
}

.spice-rating-close {
  cursor: pointer;
  width: 10%;
}

.section {
  background-color: var(--other-theme-color);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.alt-bg {
  background-color: #0000;
}

.section.post {
  padding-top: 160px;
  padding-bottom: 50px;
  position: relative;
}

.section.post.content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-series-titles {
  background-color: #0000;
}

.hero {
  overflow: hidden;
}

.hero-container {
  width: 100%;
  max-width: 1336px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-outer {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 730px;
  display: flex;
  position: relative;
}

.hero-block {
  padding-top: 60px;
  padding-left: 77px;
  padding-right: 27px;
}

.hero-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.latest-background {
  grid-column-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-hero {
  color: var(--main-font-color);
  -webkit-text-stroke-color: var(--main-font-color);
  text-transform: uppercase;
  flex: none;
  margin-right: 30px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 100%;
}

.hero-inner {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 407px;
  margin-top: 10px;
  margin-right: auto;
  display: flex;
}

.hero-button-outer {
  background-color: #fff;
  border-radius: 50px;
}

.hero-button-outer.mobile {
  display: none;
}

.hero-button-outer.larger-screens {
  margin-top: 5px;
}

.main-button {
  grid-column-gap: 10px;
  background-color: var(--main-theme-color);
  color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 8px 22px;
  font-family: Crimson Pro;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  color: var(--main-font-color);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50px;
}

.main-button.epapers {
  color: var(--main-font-color);
  background-color: #0000;
}

.hero-button-text {
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1em;
  line-height: 100%;
}

.arrow-outer {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-arrow-hover {
  position: absolute;
}

.hero-cover {
  aspect-ratio: 72 / 73;
  text-align: center;
  width: 100%;
  max-width: 50%;
  height: auto;
  max-height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 5% 0% 0% auto;
}

.hero-image {
  width: 250px;
  height: auto;
}

.hero-bottom {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.hero-card {
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 296px;
  padding: 15px;
  display: flex;
}

.hero-top-outer {
  grid-column-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-top-inner {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.hero-mini-card {
  z-index: 0;
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 100%;
  max-width: 80%;
  height: 60px;
  margin-right: -6px;
  position: relative;
  overflow: hidden;
}

.hero-mini-card.top {
  z-index: 2;
}

.hero-mini-card.second {
  z-index: 1;
}

.hero-image-small {
  border-radius: 20px;
}

.hero-mini-outer {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-right: 0;
  display: flex;
}

.hero-small-cover {
  aspect-ratio: 2 / 2.242;
  width: 100%;
  max-width: none;
}

.hero-small-cover-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
  background-attachment: scroll;
  width: 200px;
  height: 250px;
  overflow: visible;
}

.hero-left-side {
  z-index: 0;
  background-color: var(--other-theme-color);
  width: 100%;
  max-width: 50%;
  height: 90vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-right-side {
  z-index: 0;
  background-color: var(--secondary-theme-color);
  width: 100%;
  max-width: 50%;
  height: 90vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-title-wrap-standard {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.section-title-top-standard {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.section-subtitle {
  color: var(--main-theme-color);
  text-transform: uppercase;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.2em;
  line-height: 100%;
  text-decoration: overline;
}

.heading-standard {
  color: var(--main-font-color);
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 3em;
  line-height: 100%;
}

.heading-standard.list {
  font-size: 2.5em;
}

.heading-standard.list.space {
  margin-left: 10px;
}

.section-home {
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-home.color {
  background-color: var(--other-theme-color);
}

.container-home {
  width: 100%;
  max-width: 1336px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-home-outer {
  grid-row-gap: 150px;
  flex-flow: column;
  display: flex;
}

.section-home-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.categories-home-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.d-flex {
  display: flex;
}

.categories-card {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.categories-cover {
  aspect-ratio: auto;
}

.cover-image-categories {
  object-fit: cover;
  width: 320px;
  height: 250px;
  overflow: clip;
}

.categories-label {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px solid var(--main-theme-color);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  padding: 0 16px 0 10px;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.weight-400 {
  color: var(--main-font-color);
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.epaper-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.epaper-card {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 633px;
  padding: 25px;
  display: flex;
}

.epaper-outer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.epaper-inner {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.epaper-cover {
  aspect-ratio: 21 / 25;
  width: 100%;
  max-width: 273px;
}

.cover-epaper {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 190px;
  width: 200px;
  height: 200px;
}

.pretext-2 {
  color: #2e2b2c;
  margin-right: 5px;
  font-size: 1.2em;
  line-height: 100%;
}

.related-titles-heading-2 {
  color: #2e2b2c;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 100%;
}

.details-space-2 {
  color: #2e2b2c;
  margin-right: 2px;
  font-size: 1.2em;
  line-height: 100%;
}

.related-titles-heading-link-2 {
  color: #2e2b2c;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline;
}

.related-titles-heading-link-2:hover {
  text-decoration: underline;
}

.details-no-space-2 {
  color: #2e2b2c;
  font-size: 1.2em;
  line-height: 100%;
}

.details-no-space-2.series {
  font-size: 2em;
  line-height: 100%;
}

.details-bold-2 {
  font-size: 1.2em;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.section-standard {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section-standard.theme {
  background-color: var(--other-theme-color);
}

.container-standard {
  width: 100%;
  max-width: 1336px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-standard.events {
  margin-bottom: 40px;
}

.section-outer-standard {
  grid-row-gap: 150px;
  flex-flow: column;
  display: flex;
}

.section-wrap-standard {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.intro-wrap {
  margin-left: 140px;
  margin-right: 140px;
}

.section-categories {
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

.author-list-single-image {
  width: 320px;
  height: 320px;
}

.collection-list-authors {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.section-heading-standard {
  color: var(--main-theme-color);
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  padding-bottom: 5px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 100%;
}

.empty-state {
  background-color: #0000;
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.details-pages, .details-price {
  display: flex;
}

.author-image-thumbnail-list-neutral {
  border-top-left-radius: 0;
  width: auto;
  min-width: 0;
  position: static;
  top: -8px;
  left: -20px;
}

.collection-list-thumbnail-author-wrapper-no-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.author-thumbnail-content-slide-no-text {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.author-content-thumbnail-no-text {
  text-align: center;
}

.author-image-thumbnail-neutral-list {
  border-top-left-radius: 0;
  width: 280px;
  min-width: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
}

.image-categories-list-neutral {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 0;
  width: 320px;
  min-width: 0;
  max-width: none;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.author-image-thumbnail, .author-image-thumbnail-neutral {
  border-top-left-radius: 20px;
  position: relative;
  top: -8px;
  left: -20px;
}

.author-image-thumbnail-neutral.single-title {
  z-index: -1;
  position: absolute;
}

.title-platform-no-preview {
  z-index: -1;
  background-color: #b36c67;
  border-radius: 20px;
  width: 100%;
  height: 17em;
  position: absolute;
  bottom: 13%;
}

.single-title-image {
  border: 1px solid #80808033;
  width: 280px;
}

.pagination {
  margin-top: 40px;
}

.list-single-content-author {
  width: 350px;
  margin-top: 0;
  margin-bottom: 40px;
}

.cover-image-categories-neutral {
  object-fit: cover;
  width: 320px;
  height: 250px;
  overflow: clip;
}

.preview-text {
  color: var(--main-font-color);
  text-align: center;
  background-color: #0000;
  border-radius: 2em;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-family: Crimson Pro;
  font-size: .9em;
  line-height: 100%;
  text-decoration: none;
}

.preview-icon {
  color: #fff;
  width: 1em;
  height: auto;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 2em;
  line-height: 100%;
}

.preview-icon-hover {
  color: #fff;
  width: 1em;
  height: auto;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 2em;
  line-height: 100%;
  position: absolute;
}

.hero-feature-label {
  color: var(--main-theme-color);
  -webkit-text-stroke-color: var(--main-font-color);
  text-transform: none;
  flex: none;
  margin-bottom: 0;
  margin-right: auto;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 100%;
  text-decoration: overline;
}

.paragraph {
  font-family: Crimsonpro, Times New Roman, sans-serif;
}

.search-icon {
  max-width: 20px;
}

.search-icon.menu-open {
  margin-bottom: 20px;
  display: none;
  position: relative;
}

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

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

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

.search-bar-wrapper {
  max-width: 800px;
  margin: 150px auto 0;
  position: relative;
}

.search-bar-wrapper.results-page {
  margin-top: 60px;
  display: block;
}

.search-popup {
  z-index: 100;
  background-color: var(--other-theme-color);
  width: 100%;
  height: 240px;
  display: none;
  position: absolute;
  inset: -60px 0% 0%;
}

.search-container {
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--main-font-color);
  background-color: #fff0;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.5em;
  line-height: 100%;
  display: block;
}

.search-button {
  background-color: #3898ec00;
  background-image: url('../images/suche-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  inset: 0% 0 0% auto;
}

.search-button.results-page {
  position: static;
}

.close-search-popup {
  color: var(--main-font-color);
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  padding: 6px;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 2em;
  line-height: 100%;
  transition: color .42s cubic-bezier(.25, .46, .45, .94), background-color .4s, transform .5s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: -63px;
  right: 30px;
}

.close-search-popup:hover {
  color: var(--main-theme-color);
  background-color: #0000;
  transform: rotate(180deg);
}

.search-bar-wrapper-results-page {
  max-width: 700px;
  margin: 150px auto 0;
  position: relative;
}

.search-bar-wrapper-results-page.results-page {
  margin-top: 60px;
  display: block;
}

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

.title-single-search-result {
  color: var(--main-theme-color);
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 100%;
}

.brand-text {
  color: #8f4353;
  text-transform: uppercase;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 2em;
  line-height: 2em;
  text-decoration: none;
}

.pagination-prev-2, .pagination-next-2 {
  background-color: var(--main-theme-color);
  color: #fff;
  border-radius: 10px;
  font-size: 1.2em;
  text-decoration: none;
}

.list-more-link-wrap {
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.list-more-link-wrap:hover {
  text-decoration: none;
  -webkit-text-decoration-color: var(--main-theme-color);
  text-decoration-color: var(--main-theme-color);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: under;
}

.list-more-link-standard {
  color: var(--main-theme-color);
  text-align: right;
  margin-top: 0;
  margin-right: 0;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.list-more-link-standard:hover {
  text-decoration: underline;
}

.list-more-link-standard.pretext {
  margin-right: 5px;
  font-size: 1.3em;
}

.list-more-link-standard.pretext:hover {
  text-decoration: none;
}

.list-more-link-standard.linktext {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: under;
  font-size: 1.3em;
  text-decoration: underline;
}

.list-more-link-standard.linktext:hover {
  backface-visibility: visible;
  transform-origin: 50%;
  transform: scale(1.05);
}

.page-template {
  margin-left: 100px;
  margin-right: 100px;
}

.section-events {
  background-color: #f4efec;
  padding-top: 150px;
  padding-bottom: 150px;
}

.events-container {
  max-width: 1300px;
}

.events-heading {
  color: var(--main-theme-color);
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 100%;
}

.events-heading.filtered {
  font-size: 2em;
  font-weight: 500;
}

.event-details {
  font-size: 14px;
  display: none;
}

.event-detail-site {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.event-detail-site:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--main-theme-color);
  text-decoration-color: var(--main-theme-color);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
}

.table-col {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-col.col-link {
  text-align: center;
}

.table-col.col-type {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.table-col.col-location {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  min-width: 0;
}

.table-col.col-date {
  text-align: center;
  min-width: 0;
}

.table-col.col-event-name {
  flex-flow: column;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.table-col.col-titles {
  text-align: center;
  min-width: 0;
}

.event-label-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--main-theme-color);
  text-align: center;
  background-color: #e9dad6;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 15px;
  display: block;
}

.more-details-toggle {
  cursor: pointer;
  margin-top: 6px;
}

.event-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  padding: 20px;
  transition: all .3s;
  display: grid;
  box-shadow: 0 1px 4px #0000000d;
}

.event-row:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 12px #00000014;
}

.event-row.with-titles {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 2fr 1fr 1fr 1fr .5fr;
}

.events-table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.event-icon {
  width: 30px;
}

.empty-state-text {
  text-align: center;
  font-size: 2em;
  line-height: 40px;
}

.empty-state-link {
  color: var(--main-font-color);
}

.empty-state-link:hover {
  color: var(--main-theme-color);
  -webkit-text-decoration-color: var(--main-theme-color);
  text-decoration-color: var(--main-theme-color);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
}

.event-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: block;
}

.event-title-wrapper:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--main-theme-color);
  text-decoration-color: var(--main-theme-color);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
}

.event-title {
  border: 1px solid #80808033;
  width: 50px;
}

.event-titles-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding-right: 10px;
  display: flex;
}

.list-more-link-wrap-2 {
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.list-more-link-wrap-2:hover {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: under;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list-more-link-standard-2 {
  color: #b36c67;
  text-align: right;
  margin-top: 0;
  margin-right: 0;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.list-more-link-standard-2:hover {
  text-decoration: underline;
}

.list-more-link-standard-2.linktext {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: under;
  font-size: 1.3em;
  text-decoration: underline;
}

.list-more-link-standard-2.linktext:hover {
  backface-visibility: visible;
  transform-origin: 50%;
  transform: scale(1.05);
}

.list-more-link-standard-2.pretext {
  margin-right: 5px;
  font-size: 1.3em;
}

.list-more-link-standard-2.pretext:hover {
  text-decoration: none;
}

.events-heading-2 {
  color: #b36c67;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 100%;
}

.event-detail-site-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.event-detail-site-2:hover {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  -webkit-text-decoration: underline #b36c67;
  text-decoration: underline #b36c67;
}

.event-label-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #b36c67;
  text-align: center;
  background-color: #e9dad6;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 15px;
  display: block;
}

.text-regular-2 {
  color: #2e2b2c;
  font-family: Crimsonpro, Times New Roman, sans-serif;
  font-size: 1.3em;
  line-height: 100%;
  display: block;
}

.text-regular-2.more-details-toggle-text {
  color: #b36c67;
  text-align: center;
  font-size: .875rem;
}

.text-regular-2.event-label {
  color: #b36c67;
  font-size: .9rem;
  font-weight: 600;
}

.text-regular-2.event {
  text-align: left;
  font-size: 1.1em;
}

.text-regular-2.event-name {
  text-align: center;
  font-weight: 600;
}

.yt-thumb.img {
  border-radius: 6px;
  width: 100%;
}

.yt-play-btn {
  mix-blend-mode: normal;
  background-color: #0009;
  border-radius: 10px;
  width: 70px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yt-note {
  color: var(--other-theme-color);
  cursor: auto;
  font-size: .9rem;
}

.yt-accept {
  color: var(--other-theme-color);
}

.event-management-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--main-font-color);
  flex-flow: column;
  align-items: flex-end;
  margin-top: 20px;
  font-size: 1rem;
  display: flex;
}

.event-management {
  color: var(--main-theme-color);
  text-underline-position: under;
}

.video-container {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block {
  width: 50px;
}

.cta-divider {
  background-color: var(--main-font-color);
  width: 50px;
  height: 1px;
}

.read-more-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  overflow: hidden;
}

.read-more-link:hover {
  color: var(--main-theme-color);
  text-underline-position: under;
  text-decoration: none;
}

.post-excerpt {
  max-height: 150px;
}

.post-snippet-heading-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 18px;
  display: flex;
  position: relative;
}

.post-snippet-meta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.post-snippet-author-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.post-snippet-heading {
  color: var(--main-font-color);
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s;
}

.post-snippet-heading:hover {
  color: var(--main-theme-color);
  text-underline-position: under;
  text-decoration: underline;
}

.post-snippet-divider {
  background-color: var(--main-theme-color);
  width: 3px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.post-snippet-text-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  flex-flow: column;
  align-items: flex-start;
  max-width: 100%;
  min-height: 53%;
  margin-top: -35px;
  margin-left: 10px;
  padding: 22px 15px 22px 16px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 20px #0000001a;
}

.post-snippet-card {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.post-snippet-thumbnail-wrapper {
  width: 95%;
  position: relative;
  overflow: hidden;
}

.post-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 300px;
  transition: opacity .7s cubic-bezier(.19, 1, .22, 1);
}

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

.list-heading-docoration-line {
  background-color: var(--main-theme-color);
  width: 33%;
  height: 2px;
}

.list-heading-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.list-heading-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheading-list {
  background-color: var(--main-theme-color);
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.3em;
  line-height: 30px;
}

.list-heading-revealer {
  background-image: linear-gradient(90deg, transparent, var(--main-theme-color) 30%, white);
  display: none;
  position: absolute;
  inset: 0%;
}

.list-heading-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.post-section {
  background-color: var(--other-theme-color);
  padding-top: 160px;
  padding-bottom: 50px;
  position: relative;
}

.post-section.alt-bg {
  background-color: #0000;
}

.post-hero-image {
  object-fit: cover;
  width: 45%;
  height: 85%;
  position: absolute;
  inset: 90px 15px 0% auto;
}

.post-container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-meta {
  flex-flow: column;
  align-items: flex-start;
  width: 49%;
  display: flex;
}

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

.post-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.post-info {
  border: 5px solid var(--main-theme-color);
  background-color: var(--main-theme-color);
  color: #fff;
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 1.3em;
  transition: background-color .4s, color .4s;
}

.post-info.date {
  color: var(--main-font-color);
  background-color: #0000;
  border: 0 #0000;
  border-radius: 0;
  transition-property: none;
}

.post-info.wrapper {
  color: var(--main-font-color);
  background-color: #0000;
  border: 0 #0000;
  border-radius: 0;
  font-size: 14px;
  transition-property: none;
  display: flex;
}

.post-info.author {
  color: var(--main-font-color);
  background-color: #0000;
  border: 0 #0000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 4px;
  transition-property: none;
}

.post-media-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.post-meta-title-image {
  width: 150px;
}

.block-quote {
  border-left-color: var(--main-theme-color);
}

.filter-tab {
  background-color: var(--main-theme-color);
  font-size: 1.2em;
}

.book-title {
  font-size: 1.3em;
}

.view-book-button {
  color: var(--main-theme-color);
  -webkit-text-decoration-color: var(--main-theme-color);
  text-decoration-color: var(--main-theme-color);
}

.view-book-button:hover {
  color: var(--main-font-color);
  -webkit-text-decoration-color: var(--main-font-color);
  text-decoration-color: var(--main-font-color);
}

.status-button, .like-button {
  color: var(--main-font-color);
  background-color: #0000;
  font-size: 1.2em;
}

.like-login-prompt.hidden {
  display: none;
}

.expand-likers-button {
  background-color: var(--main-theme-color);
  font-size: 1.1em;
}

.username {
  font-size: 1.3em;
}

@media screen and (min-width: 1440px) {
  .container {
    grid-column-gap: 1.5em;
    grid-row-gap: 3.75em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-image {
    width: 100%;
    bottom: auto;
    left: auto;
  }

  .mainimage.shadow {
    width: 26em;
  }

  .preview {
    bottom: 3em;
  }

  .menu-link-text-shop {
    font-size: 40px;
  }

  .number-menu-item, .close-icon, .social-link-text, .menu-link-text {
    color: #2e2b2c;
  }

  .heading.home {
    margin-bottom: 5px;
  }

  .heading.search-bar {
    text-align: center;
  }

  .author-wrapper {
    grid-row-gap: 5px;
  }

  .author-wrapper.list {
    margin-bottom: 10px;
  }

  .text-regular.hero {
    max-height: 115px;
  }

  .text-regular.event {
    font-size: 1.2em;
  }

  .author-link {
    margin-right: 20px;
  }

  .author-link.list, .author-link.heading-list {
    margin-right: 0;
  }

  .list-collection-list-wrapper {
    margin-top: 20px;
  }

  .collection-list-related-titles {
    grid-column-gap: 2.9vw;
    grid-row-gap: 2.9vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .list-single-content {
    margin-top: 40px;
  }

  .hero-inner {
    margin-top: 10px;
  }

  .hero-button-outer.larger-screens {
    margin-top: 5px;
  }

  .main-button.epapers {
    color: var(--main-font-color);
    background-color: #0000;
  }

  .hero-cover {
    height: auto;
    max-height: 60%;
  }

  .hero-bottom {
    margin-top: 60px;
  }

  .hero-small-cover-image {
    background-position: 50% 0;
    background-size: 5vw;
    width: 10vw;
    height: 20vh;
  }

  .hero-left-side, .hero-right-side {
    height: 80vh;
  }

  .epaper-cover {
    aspect-ratio: 21 / 25;
    width: 100%;
    max-width: 273px;
  }

  .section-categories {
    margin-top: 30px;
  }

  .collection-list-thumbnail-author-wrapper-no-text {
    justify-content: center;
    align-items: center;
  }

  .list-single-content-author {
    margin-top: 0;
  }

  .search-popup {
    display: none;
  }

  .search-container {
    width: 100%;
    max-width: 1440px;
    min-height: auto;
  }

  .close-search-popup {
    cursor: pointer;
    border-radius: 50%;
    transition: color .42s cubic-bezier(.25, .46, .45, .94), background-color .4s, transform .5s cubic-bezier(.165, .84, .44, 1);
  }

  .events-container {
    max-width: 1500px;
  }

  .table-col.col-titles {
    min-width: 220px;
  }

  .event-title {
    width: 60px;
  }

  .event-titles-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-regular-2.event {
    font-size: 1.2em;
  }

  .list-heading-revealer {
    width: 200%;
    position: absolute;
    inset: 0%;
  }

  .post-hero-image {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .main-section.is-small {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container {
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 3em;
    padding-right: 3em;
  }

  .box.has-12-gap {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .main-image {
    justify-content: center;
    align-items: flex-start;
    height: 35em;
    bottom: auto;
    left: auto;
  }

  .mainimage.shadow {
    width: 17em;
  }

  .product-thumbnail {
    min-width: 9em;
    height: 9em;
  }

  .preview {
    font-size: 1.2em;
    bottom: 2em;
  }

  .nav-menu-content-wrapper {
    width: 80%;
  }

  .menu-link-text-shop {
    font-size: 35px;
  }

  .nav-menu-container {
    background-color: #0000;
    display: none;
  }

  .brand {
    position: relative;
  }

  .close-icon {
    text-align: center;
    flex: 1;
    line-height: 100%;
  }

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

  .nav-menu-close {
    display: flex;
    top: 1%;
    right: 1%;
  }

  .menu-link-text {
    font-size: 35px;
  }

  .nav-menu {
    display: flex;
  }

  .section-thumbnails {
    padding-top: 18em;
  }

  .author-wrapper.list {
    grid-row-gap: 0px;
  }

  .author-name.series.heading {
    font-size: 2em;
  }

  .pretext {
    margin-bottom: 10px;
  }

  .text-regular {
    margin-top: 0;
  }

  .text-regular.hero {
    max-height: 170px;
  }

  .text-regular.event-label {
    font-size: .9rem;
  }

  .text-regular.event, .text-regular.event-name {
    font-size: 1.3em;
  }

  .paired.series-part {
    display: none;
  }

  .details-no-space.series {
    font-size: 1.3em;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-footer {
    max-width: 728px;
  }

  .spice-rating {
    width: 15%;
  }

  .popup-spice-disclaimer {
    width: 90%;
  }

  .gallery-image {
    width: 400px;
  }

  .collection-list-related-titles {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    display: grid;
  }

  .related-titles-image {
    background-image: none;
    width: 260px;
    height: 380px;
  }

  .list-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-wrap.home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .details-bold.list {
    font-size: 1.1em;
  }

  .collection-list-thumbnail-author-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .author-section-thumbnails {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .box-details.has-12-gap {
    display: none;
  }

  .divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .divider.event {
    display: block;
  }

  .partnerlinks-heading {
    width: 80%;
  }

  .collection-item.single {
    margin-left: auto;
    margin-right: auto;
  }

  .list-single-content {
    width: 250px;
  }

  .list-single-content.related {
    margin-top: 40px;
  }

  .spice-rating-close {
    width: 15%;
  }

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

  .section.post {
    padding-top: 90px;
  }

  .section.post.content {
    padding-top: 0;
  }

  .hero {
    z-index: 0;
    position: relative;
  }

  .hero-outer {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    min-height: auto;
  }

  .hero-block {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-hero {
    text-align: left;
    font-size: 2.5em;
  }

  .hero-inner {
    max-width: 300px;
  }

  .hero-cover {
    max-width: 50%;
    inset: 4% 0% 0% auto;
  }

  .hero-image {
    width: 200px;
  }

  .hero-bottom {
    margin-top: 0;
  }

  .hero-card {
    background-color: #0000;
    max-width: 242px;
    padding: 10px;
  }

  .hero-top-outer {
    grid-column-gap: 12px;
    align-items: center;
    display: flex;
  }

  .hero-mini-outer {
    grid-column-gap: 0px;
    max-width: none;
    padding-right: 0;
  }

  .hero-small-cover {
    aspect-ratio: 2 / 2.242;
    background-color: #0000;
    width: 100%;
    max-width: none;
  }

  .hero-small-cover-image {
    object-fit: cover;
    background-size: 80px;
    width: 120px;
    height: 160px;
  }

  .hero-left-side, .hero-right-side {
    height: 100%;
  }

  .section-subtitle {
    font-size: 1.1em;
  }

  .heading-standard {
    font-size: 2.5em;
  }

  .heading-standard.list {
    font-size: 2em;
  }

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

  .section-home-outer {
    grid-row-gap: 100px;
  }

  .categories-home-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .cover-image-categories {
    background-size: 320px;
    width: 320px;
    height: 250px;
  }

  .categories-label {
    padding: 0 10px;
    font-size: 12px;
    bottom: 10px;
    left: 10px;
  }

  .epaper-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .epaper-card {
    grid-column-gap: 20px;
    width: 100%;
    max-width: 633px;
    padding: 15px;
  }

  .epaper-outer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .epaper-inner {
    grid-row-gap: 10px;
  }

  .epaper-cover {
    max-width: none;
  }

  .cover-epaper {
    object-fit: cover;
    background-size: 160px;
    width: 170px;
    height: 170px;
  }

  .pretext-2 {
    margin-bottom: 10px;
  }

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

  .section-outer-standard {
    grid-row-gap: 100px;
  }

  .intro-wrap {
    margin-left: 100px;
    margin-right: 100px;
  }

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

  .author-list-single-image {
    background-size: 210px;
    width: 230px;
    height: 230px;
  }

  .collection-list-authors {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-content: stretch center;
  }

  .collection-list-thumbnail-author-wrapper-no-text {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 60px;
  }

  .author-image-thumbnail-neutral-list {
    width: 210px;
  }

  .image-categories-list-neutral {
    width: 320px;
    height: 320px;
  }

  .single-title-image {
    object-fit: fill;
    width: 220px;
  }

  .list-single-content-author {
    width: 250px;
  }

  .cover-image-categories-neutral {
    height: 250px;
  }

  .hero-feature-label {
    text-align: left;
    font-size: 2em;
  }

  .search-icon {
    max-width: 25px;
  }

  .search-icon.menu-open {
    z-index: 100;
    display: block;
    position: relative;
  }

  .search-popup {
    width: 80%;
    display: block;
  }

  .search-popup.mobile {
    display: none;
    left: auto;
  }

  .search-popup.standard {
    display: none;
  }

  .close-search-popup {
    top: -80px;
    left: 20px;
    right: auto;
  }

  .search-bar-wrapper-results-page {
    max-width: 500px;
  }

  .list-more-link-standard.pretext {
    margin-bottom: 0;
  }

  .page-template {
    margin-left: 70px;
    margin-right: 70px;
  }

  .events-container {
    max-width: 500px;
  }

  .event-details {
    padding: 20px 80px;
    display: none;
  }

  .table-col.col-location, .table-col.col-date {
    min-width: 0;
  }

  .table-col.col-event-name {
    min-width: 0;
    margin-bottom: 5px;
  }

  .table-col.col-titles {
    min-width: 0;
  }

  .event-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-bottom: 1px solid #00000008;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .event-row.with-titles {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .event-icon {
    width: 25px;
  }

  .event-title {
    width: 80px;
  }

  .event-titles-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: auto;
  }

  .list-more-link-standard-2.pretext {
    margin-bottom: 0;
  }

  .text-regular-2 {
    margin-top: 0;
  }

  .text-regular-2.event-label {
    font-size: .9rem;
  }

  .text-regular-2.event, .text-regular-2.event-name {
    font-size: 1.3em;
  }

  .post-excerpt {
    max-height: 100px;
  }

  .post-snippet-text-box {
    min-height: 0;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  .list-heading-wrapper {
    min-width: 300px;
  }

  .post-section {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .post-hero-image {
    width: 100%;
    height: 400px;
    position: static;
  }

  .post-meta {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-end;
    width: 100%;
    margin-top: 40px;
  }

  .rich-text-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main-section.is-small {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .container {
    z-index: 2;
    grid-column-gap: 1.5em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    display: grid;
    position: relative;
  }

  .box {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .box.has-32-gap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .box.has-24-gap {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .flex {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: wrap;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .breadcrumblink.w--current {
    color: #2e2b2c;
    font-size: 1.1em;
  }

  .vector {
    color: #2e2b2c;
  }

  .breadcrumbtext {
    color: #2e2b2c;
    font-size: 1.1em;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .main-image {
    align-items: flex-start;
    width: 100%;
    height: 28em;
    margin-left: 0;
    margin-right: 0;
    bottom: auto;
    left: auto;
  }

  .mainimage.shadow {
    width: 13em;
    height: auto;
    display: block;
    position: absolute;
  }

  .product-thumbnail {
    min-width: 8em;
    height: 8em;
  }

  .preview {
    bottom: 2em;
  }

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

  .nav-menu-content {
    place-items: center;
    width: 100%;
    margin-right: 0;
  }

  .nav-menu-item-number {
    display: none;
  }

  .nav-menu-logo {
    justify-content: center;
    display: flex;
    left: 0%;
    right: 0;
  }

  .menu-link {
    justify-content: center;
    width: 100%;
  }

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

  .nav-menu-close {
    position: fixed;
    inset: 1% 1% auto auto;
  }

  .menu-link-items {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .heading.search-bar {
    font-size: 1.75em;
  }

  .heading.search {
    font-size: 2em;
  }

  .author-wrapper.list {
    grid-column-gap: 13px;
  }

  .author-wrapper.series {
    grid-column-gap: 20px;
  }

  .pretext {
    font-size: 1.2em;
  }

  .pretext.series {
    font-size: 1.3em;
  }

  .contributer-name {
    font-size: 1.2em;
  }

  .text-regular.hero {
    max-height: 100px;
  }

  .text-regular.event-name {
    font-size: 1.3em;
  }

  .section-breadcrumbs {
    margin-bottom: 32em;
  }

  .paired.series-part {
    display: none;
  }

  .details-no-space {
    font-size: 1.2em;
  }

  .details-no-space.series {
    font-size: 1.3em;
  }

  .heading-details.epaper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-divider {
    margin-top: 60px;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

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

  .footer-block {
    align-items: center;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .body {
    background-color: #faf9f7;
  }

  .spice-rating {
    width: 10%;
  }

  .popup-spice-disclaimer {
    width: 80%;
  }

  .gallery-image {
    width: 400px;
  }

  .collection-list-related-titles {
    grid-row-gap: 20px;
  }

  .related-titles-image {
    width: 15em;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .pretext-space.series {
    font-size: 1.8em;
  }

  .box-breadcrumbs {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .box-details {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .breadcrumbs-container {
    z-index: 2;
    grid-column-gap: 1.5em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
    position: relative;
  }

  .divider {
    margin-bottom: 20px;
  }

  .partnerlinks-heading {
    width: 100%;
  }

  .author-container-thumbnail {
    max-width: 728px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .list-single-content.related {
    width: 15em;
  }

  .list-single-heading-link {
    font-size: 1em;
  }

  .title-platform {
    width: 50svw;
    height: 30svw;
  }

  .spice-rating-close {
    width: 10%;
  }

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

  .section.post.content {
    padding-bottom: 60px;
  }

  .hero-outer {
    grid-row-gap: 30px;
  }

  .hero-block {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-hero {
    text-align: center;
    margin-top: 15px;
    margin-right: 0;
    font-size: 1.5em;
  }

  .hero-inner {
    align-items: center;
    max-width: none;
  }

  .hero-inner.mobile {
    margin-top: 40px;
  }

  .hero-button-outer.mobile {
    display: block;
  }

  .hero-button-outer.larger-screens {
    display: none;
  }

  .main-button.epapers {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-button-text {
    font-size: 13px;
  }

  .hero-cover {
    width: 100%;
    max-width: 50%;
    margin-top: 10px;
    position: static;
  }

  .hero-bottom {
    justify-content: center;
    align-items: center;
  }

  .hero-card {
    display: none;
  }

  .hero-mini-outer {
    padding-right: 0;
  }

  .heading-standard, .heading-standard.list {
    font-size: 2em;
  }

  .section-home {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-home-outer {
    grid-row-gap: 80px;
  }

  .categories-home-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .categories-card {
    text-decoration: none;
    position: relative;
  }

  .cover-image-categories {
    background-position: 50%;
    background-size: 250px;
    width: 250px;
    height: 200px;
  }

  .categories-label {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    position: absolute;
  }

  .epaper-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    overflow: hidden;
  }

  .epaper-card {
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    max-width: none;
  }

  .epaper-outer {
    grid-column-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 384px;
    height: 100%;
  }

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

  .epaper-cover {
    aspect-ratio: 21 / 10;
  }

  .cover-epaper {
    background-size: 150px;
    width: 200px;
    height: 155px;
    margin-left: auto;
    margin-right: auto;
  }

  .pretext-2 {
    font-size: 1.2em;
  }

  .related-titles-heading-link-2 {
    font-size: 1em;
  }

  .details-no-space-2 {
    font-size: 1.2em;
  }

  .details-no-space-2.series {
    font-size: 1.8em;
  }

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

  .section-outer-standard {
    grid-row-gap: 80px;
  }

  .intro-wrap {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .collection-list-authors {
    grid-row-gap: 5px;
  }

  .section-heading-standard {
    font-size: 1.5em;
  }

  .empty-state {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-categories-list-neutral {
    width: 250px;
  }

  .title-platform-no-preview {
    width: 50svw;
    height: 30svw;
  }

  .single-title-image {
    width: 13em;
  }

  .cover-image-categories-neutral {
    background-position: 50%;
    background-size: 250px;
    width: 250px;
    height: 200px;
  }

  .preview-text {
    font-family: Crimsonpro, Times New Roman, sans-serif;
  }

  .hero-feature-label {
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 1.75em;
  }

  .search-popup.mobile {
    width: 100%;
  }

  .search-input {
    font-size: 1.25em;
  }

  .search-bar-wrapper-results-page {
    max-width: 400px;
  }

  .list-more-link-standard {
    font-size: 1.5em;
  }

  .page-template {
    margin-left: 25px;
    margin-right: 25px;
  }

  .event-details {
    display: none;
  }

  .table-col {
    margin-bottom: 5px;
  }

  .event-row {
    flex-flow: column;
    display: flex;
  }

  .list-more-link-standard-2 {
    font-size: 1.5em;
  }

  .text-regular-2.event-name {
    font-size: 1.3em;
  }

  .post-excerpt {
    max-height: 120px;
  }

  .post-snippet-card {
    max-width: none;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  .list-heading-wrapper {
    min-width: 200px;
  }

  .post-section {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .post-hero-image {
    height: 320px;
  }
}

@media screen and (max-width: 479px) {
  .main-section {
    background-color: #0000;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    position: static;
  }

  .main-section.is-small {
    position: relative;
  }

  .container {
    z-index: 2;
    grid-column-gap: 1.5em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 1336px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    display: grid;
    position: relative;
  }

  .box {
    z-index: 2;
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    position: static;
    overflow: visible;
  }

  .box.has-32-gap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    height: auto;
    position: relative;
  }

  .box.has-12-gap {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
    position: relative;
  }

  .flex {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: wrap;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .breadcrumblink {
    color: var(--main-font-color);
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.1em;
    line-height: 150%;
    text-decoration: none;
    transition: all .2s;
  }

  .breadcrumblink.w--current {
    color: #2e2b2c;
    font-family: Crimson Pro;
    font-size: 1.1em;
    text-decoration-color: #a05c5a;
  }

  .vector {
    color: #2e2b2c;
  }

  .breadcrumbtext {
    color: var(--main-font-color);
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.1em;
    line-height: 150%;
    text-decoration: none;
    transition: all .2s;
  }

  .product-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-image {
    background-color: #0000;
    border-radius: 1.25em;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 135svw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
    overflow: hidden;
  }

  .mainimage {
    z-index: 1;
    object-fit: fill;
    object-position: 50% 50%;
    width: 70%;
    height: auto;
    margin-top: 0;
    position: absolute;
    bottom: 3.4em;
    overflow: clip;
  }

  .mainimage.shadow {
    z-index: 1;
    object-fit: cover;
    width: 55svw;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 45svw;
    overflow: clip;
    box-shadow: -10px 12px 8px 4px #0003;
  }

  .thumbnails-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    padding-bottom: 4px;
    display: flex;
    overflow: auto;
  }

  .product-thumbnail {
    background-color: var(--main-theme-color);
    border: 1px solid #0000;
    border-radius: 1.25em;
    min-width: 8em;
    height: 8em;
    display: block;
    overflow: hidden;
  }

  .image, .thumbnail-image {
    cursor: pointer;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .link {
    text-align: center;
    position: absolute;
    inset: auto 0% 0%;
  }

  .link.no-highlight {
    position: static;
  }

  .link.privacy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link.post-snippet {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .preview {
    color: #2e2b2c;
    text-align: center;
    background-color: #fff;
    border-radius: 2em;
    width: 8em;
    height: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-family: Crimson Pro;
    font-size: 7svw;
    font-weight: 400;
    line-height: 4.5svw;
    position: absolute;
    inset: auto 0% 13svw;
  }

  .nav-menu-content-wrapper {
    background-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
  }

  .menu-link-text-shop {
    color: #2e2b2c;
  }

  .bar {
    background-color: var(--main-font-color);
    width: 11svw;
    max-width: 48px;
  }

  .brand {
    margin-right: 10px;
    padding-left: 0;
  }

  .nav-menu-bottom {
    padding-left: 0;
  }

  .navbar-main {
    background-color: #0000;
  }

  .header-title {
    color: #8f4353;
    max-width: 100%;
    font-family: Crimson Pro;
    font-size: 1.4em;
    font-weight: 800;
    line-height: 100%;
    display: inline-block;
    overflow: clip;
  }

  .nav-menu-content {
    align-items: start;
  }

  .nav-menu-logo {
    justify-content: center;
    display: flex;
    top: 3.5%;
    left: 0%;
    right: 0;
  }

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

  .close-icon {
    color: #2e2b2c;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 9svw;
  }

  .menu-link {
    text-align: center;
    flex-flow: column;
  }

  .open-nav-menu {
    height: 100%;
    display: none;
  }

  .nav-menu-link-container {
    flex-flow: column;
    justify-content: center;
  }

  .nav-menu-close {
    z-index: 99;
    margin-top: 0;
    margin-left: 0;
    inset: .5% .5% auto auto;
  }

  .social-link-text {
    color: #2e2b2c;
    text-align: center;
  }

  .menu-link-items {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-link-text {
    color: #2e2b2c;
    font-size: 35px;
  }

  .nav-menu {
    z-index: auto;
    height: 12px;
  }

  .heading.style-h4 {
    color: var(--main-font-color);
    letter-spacing: -.3px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 2em;
    line-height: 110%;
  }

  .heading.home, .heading.search-bar {
    font-size: 1.5em;
  }

  .heading.post {
    font-size: 2.3em;
  }

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

  .section-thumbnails {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 2.5em;
    position: static;
  }

  .author-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .author-wrapper.list {
    grid-column-gap: 20px;
  }

  .author-wrapper.series {
    grid-column-gap: 15px;
  }

  .author-name {
    color: var(--main-theme-color);
    cursor: pointer;
    mix-blend-mode: normal;
    flex-flow: wrap;
    margin-right: 15px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.2em;
    line-height: 100%;
    display: block;
  }

  .author-name:hover {
    text-decoration: underline;
  }

  .author-name.voice {
    font-size: 1.1em;
  }

  .author-name.series {
    font-size: 1.2em;
  }

  .author-name.series.heading {
    margin-right: 0;
    font-size: 1.5em;
  }

  .author-name.list {
    margin-right: 0;
  }

  .collection-list-wrapper {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .komma {
    margin-right: 5px;
  }

  .pretext {
    margin-right: 5px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 100%;
    display: block;
  }

  .pretext.series {
    display: none;
  }

  .text-block-3 {
    color: #2e2b2c;
    font-family: Crimson Pro;
    font-size: 1.2%;
    line-height: 100%;
  }

  .contributer-name {
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.3em;
    line-height: 100%;
  }

  .text-regular {
    color: var(--main-font-color);
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.3em;
    line-height: 100%;
  }

  .text-regular.hero {
    max-height: 130px;
    font-size: 1.1em;
  }

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

  .audio-voice-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    display: flex;
  }

  .tag {
    color: #fff;
    text-align: center;
    background-color: #0000;
    border-radius: 2em;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 5px;
    margin-right: 0;
    padding: 0;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 100%;
    display: inline-flex;
    position: static;
    inset: auto 0% 1.3em;
  }

  .tag-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 4px;
    display: flex;
    overflow: auto;
  }

  .tag-icon {
    color: #fff;
    align-items: center;
    width: 15px;
    margin-bottom: 0;
    font-size: 2em;
    line-height: 100%;
    display: inline-flex;
  }

  .tag-wrap {
    background-color: var(--main-theme-color);
    border: 10px solid #b36c67;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    margin-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
  }

  .tag-collection-list-container {
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
    overflow: scroll;
  }

  .section-breadcrumbs {
    margin-bottom: 32em;
  }

  .paired {
    flex-flow: row;
    margin-bottom: -5px;
    display: flex;
  }

  .paired.series-part {
    display: flex;
  }

  .text-block-4 {
    margin-right: 5px;
  }

  .details {
    color: var(--main-font-color);
    text-align: left;
    margin-right: 5px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 100%;
    display: block;
  }

  .details.heading {
    font-family: Crimsonpro, Times New Roman, sans-serif;
  }

  .details-space {
    color: var(--main-font-color);
    margin-right: 2px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 100%;
    display: block;
  }

  .details-no-space {
    color: var(--main-font-color);
    margin-right: 0;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 100%;
    display: block;
  }

  .details-no-space.series {
    flex-flow: column;
    font-size: 1.3em;
    display: none;
  }

  .heading-details {
    color: var(--main-font-color);
    margin-top: 20px;
    margin-right: 5px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 100%;
    display: block;
  }

  .format-collection-list-container-copy {
    display: block;
    overflow: scroll;
  }

  .format-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 4px;
    display: flex;
    overflow: auto;
  }

  .format-wrap {
    background-color: #fff;
    border: 1px solid #b36c67;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
  }

  .format {
    color: #b36c67;
    text-align: center;
    text-transform: uppercase;
    background-color: #0000;
    border-radius: 2em;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px;
    font-family: Crimson Pro;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 100%;
    display: inline-flex;
    position: static;
    inset: auto 0% 1.3em;
  }

  .format:hover {
    color: #fff;
    background-color: #b36c67;
    margin-left: 0;
  }

  .long-text-wrap {
    border-bottom: .1px solid #d8c5c5;
    padding-bottom: 10px;
  }

  .long-text-container {
    margin-bottom: 10px;
  }

  .container-footer {
    max-width: none;
  }

  .footer-link {
    color: var(--main-font-color);
  }

  .footer-link:hover {
    color: #b36c67;
    -webkit-text-stroke-color: #fff;
  }

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

  .header-title-2 {
    color: #2e2b2c;
    max-width: 100%;
    font-size: 13px;
    display: inline-block;
    overflow: clip;
  }

  .title-small {
    color: var(--main-font-color);
  }

  .footer-copyright-center {
    color: var(--main-font-color);
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-footer {
    margin-right: 0;
    padding-left: 0;
  }

  .header-title-footer {
    color: #8f4353;
    max-width: 100%;
    font-family: Crimson Pro;
    font-size: 1.4em;
    font-weight: 800;
    line-height: 2em;
    display: inline-block;
    overflow: clip;
  }

  .footer {
    background-color: #0000;
    position: static;
  }

  .body {
    background-color: #faf9f7;
    overflow: visible;
  }

  .paired-shop-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-bottom: 20px;
    display: flex;
  }

  .partnerlinks {
    cursor: pointer;
    text-decoration: underline;
  }

  .popup-shoplinks-disclaimer {
    background-color: #b36c67;
    border-radius: 11px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .disclaimer-close-icon {
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 10px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.2em;
    line-height: 100%;
    text-decoration: underline;
  }

  .disclaimer-text {
    color: #fff;
    text-align: left;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.2em;
    line-height: 100%;
  }

  .trigger-warning {
    border-bottom: .1px solid #d8c5c5;
    padding-bottom: 20px;
  }

  .pretext-trigger {
    color: var(--main-font-color);
    margin-bottom: 10px;
    margin-right: 5px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 100%;
    text-decoration: underline;
    display: block;
  }

  .tropes-heading {
    color: var(--main-font-color);
    margin-bottom: 5px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 100%;
    text-decoration: underline;
    display: block;
  }

  .tropes-wrap {
    margin-bottom: 10px;
  }

  .author-link {
    color: var(--main-theme-color);
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.2em;
    line-height: 100%;
    text-decoration: none;
  }

  .spice-rating {
    cursor: pointer;
    width: 15%;
  }

  .popup-spice-disclaimer {
    color: var(--main-font-color);
    background-color: #b36c67;
    border-radius: 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px 10px;
  }

  .arrow-right {
    width: 20%;
    margin-right: 10px;
  }

  .arrow-wrap {
    justify-content: flex-end;
    display: flex;
    position: static;
  }

  .arrow-left {
    width: 20%;
    margin-right: 10px;
  }

  .gallery-image {
    object-fit: cover;
    width: 300px;
  }

  .gallery-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .gallery-track {
    flex-flow: row;
    align-items: stretch;
    transition: transform .5s cubic-bezier(.455, .03, .515, .955);
    display: flex;
  }

  .gallery-collection-list-wrapper {
    width: 100em;
  }

  .list-collection-list-wrapper {
    align-self: center;
  }

  .list-single-wrap {
    width: auto;
    margin-bottom: 10px;
  }

  .collection-list-related-titles {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    display: grid;
  }

  .related-titles-image {
    object-fit: fill;
    background-image: none;
    width: 15em;
    height: 320px;
  }

  .pretext-space {
    margin-left: 5px;
    margin-right: 5px;
    font-family: Crimson Pro;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 100%;
    display: block;
  }

  .pretext-space.series {
    font-size: 1.3em;
  }

  .list-titles {
    margin-bottom: 0;
    display: flex;
  }

  .list-titles.series {
    flex-flow: column;
  }

  .details-bold {
    font-family: Crimsonpro, Times New Roman, sans-serif;
    display: block;
  }

  .details-bold.list {
    font-size: 1.2em;
  }

  .photo-credit {
    color: #fff;
    text-align: right;
    vertical-align: baseline;
    width: 90%;
    padding-right: 30px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    display: block;
  }

  .author-thumbnail-slide {
    background-color: var(--main-theme-color);
    background-size: 310px;
    width: 100%;
    max-width: 370px;
    height: auto;
  }

  .author-thumbnail-slide.single-autor {
    background-size: 230px;
    min-width: 280px;
    max-width: 300px;
    height: auto;
    min-height: 300px;
  }

  .author-image-thumbnail-list {
    border-top-left-radius: 0;
    width: auto;
    position: static;
    top: -8px;
    left: -8%;
  }

  .collection-list-thumbnail-author-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .author-section-thumbnails {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-autoren-thumbnails {
    z-index: 1;
    color: var(--main-theme-color);
    text-align: left;
    margin-bottom: 20px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 100%;
    display: block;
    position: static;
    top: -30px;
  }

  .author-name-thumbnails {
    color: var(--main-font-color);
    cursor: pointer;
    mix-blend-mode: normal;
    flex-flow: wrap;
    margin-bottom: 19px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 2.5em;
    line-height: 100%;
    display: block;
  }

  .author-name-thumbnails:hover {
    text-decoration: underline;
  }

  .author-page-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--main-theme-color);
    border: 10px solid #b36c67;
    border-radius: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 13em;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .author-page-button:hover {
    border-radius: 0;
  }

  .author-arrow-icon {
    color: #fff;
    align-self: auto;
    width: auto;
    margin-bottom: 0;
    font-size: 2em;
    line-height: 100%;
    display: block;
  }

  .author-button-text {
    color: #fff;
    text-align: center;
    background-color: #0000;
    border-radius: 2em;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 100%;
    display: block;
    position: static;
    inset: auto 0% 1.3em;
  }

  .box-breadcrumbs {
    z-index: 2;
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    position: static;
    overflow: visible;
  }

  .box-breadcrumbs.has-32-gap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    height: auto;
    position: relative;
  }

  .box-breadcrumbs.has-12-gap {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    height: auto;
    position: relative;
  }

  .box-details {
    z-index: 2;
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    position: relative;
    overflow: visible;
  }

  .box-details.has-32-gap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    height: auto;
    position: relative;
  }

  .box-details.has-12-gap {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    height: auto;
    position: relative;
  }

  .breadcrumbs-container {
    z-index: 2;
    grid-column-gap: 1.5em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    display: grid;
    position: relative;
  }

  .partnerlinks-heading {
    color: var(--main-font-color);
    width: 90%;
    margin-top: 20px;
    margin-right: 5px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 100%;
    display: block;
  }

  .author-thumbnail-content-slide {
    min-width: 220px;
  }

  .list-heading {
    color: var(--main-font-color);
    margin-top: 0;
    margin-right: 5px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 100%;
    display: block;
  }

  .list-single-link {
    overflow: clip;
  }

  .list-single-content.related {
    margin-top: 25px;
  }

  .title-platform {
    width: 100%;
    height: 60svw;
    bottom: 1.5svw;
  }

  .spice-rating-close {
    cursor: pointer;
    width: 15%;
  }

  .hero {
    overflow: visible;
  }

  .hero-container {
    overflow: clip;
  }

  .hero-block {
    padding-top: 40px;
  }

  .heading-hero {
    margin-right: 0;
    font-size: 1em;
  }

  .main-button.epapers {
    overflow: clip;
  }

  .hero-cover {
    margin-top: 5px;
    margin-bottom: 40px;
  }

  .hero-mini-outer {
    flex-flow: wrap;
    align-items: center;
    width: 100svw;
    max-width: 100%;
  }

  .hero-small-cover-image {
    background-size: 75px;
    width: 115px;
    height: 150px;
  }

  .section-subtitle {
    font-size: 1em;
  }

  .heading-standard {
    font-size: 1.75em;
  }

  .heading-standard.list {
    text-align: center;
    font-size: 1.5em;
  }

  .heading-standard.list.space {
    margin-top: 40px;
    margin-left: 0;
    font-size: 1.5em;
  }

  .heading-standard.list.quotation-mark {
    display: none;
  }

  .section-home {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-home-outer {
    grid-row-gap: 60px;
  }

  .categories-home-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .d-flex {
    display: block;
  }

  .categories-card {
    overflow: hidden;
  }

  .categories-cover {
    aspect-ratio: auto;
  }

  .cover-image-categories {
    background-size: 250px;
    width: 250px;
    height: 190px;
    overflow: clip;
  }

  .categories-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }

  .epaper-wrap {
    grid-template-columns: 1fr;
    margin-top: 0;
    overflow: clip;
  }

  .epaper-card {
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .epaper-inner {
    margin-left: auto;
    margin-right: auto;
  }

  .cover-epaper {
    background-size: 150px;
    width: 70svw;
    height: 15svh;
    max-height: 17svh;
  }

  .pretext-2 {
    margin-right: 5px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 100%;
    display: block;
  }

  .related-titles-heading-2 {
    color: #2e2b2c;
    margin-top: 0;
    margin-right: 5px;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 100%;
    display: block;
  }

  .details-space-2 {
    color: #2e2b2c;
    margin-right: 2px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 100%;
    display: block;
  }

  .details-no-space-2 {
    color: #2e2b2c;
    margin-right: 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 100%;
    display: block;
  }

  .details-no-space-2.series {
    flex-flow: column;
    font-size: 1.3em;
    display: block;
  }

  .details-bold-2 {
    display: block;
  }

  .section-standard {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-outer-standard {
    grid-row-gap: 60px;
  }

  .intro-wrap {
    margin-left: 0;
    margin-right: 0;
  }

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

  .author-list-single-image {
    text-align: center;
    object-fit: fill;
    background-position: 50%;
    background-size: 210px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    display: flex;
    position: static;
  }

  .collection-list-authors {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    display: grid;
  }

  .section-heading-standard {
    color: var(--main-theme-color);
    margin-top: 0;
    margin-right: 5px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 100%;
    display: block;
  }

  .section-heading-standard.author-titles {
    color: var(--main-theme-color);
    font-size: 2em;
    font-weight: 500;
  }

  .empty-state {
    padding-left: 10px;
    padding-right: 10px;
  }

  .details-tags {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    padding-bottom: 20px;
    display: block;
    position: static;
    overflow: scroll;
  }

  .author-image-thumbnail-list-neutral {
    border-top-left-radius: 0;
    width: auto;
    position: static;
    top: -8px;
    left: -8%;
  }

  .collection-list-thumbnail-author-wrapper-no-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .author-image-thumbnail-neutral-list {
    border-top-left-radius: 0;
    width: 210px;
    position: static;
    top: auto;
    left: auto;
  }

  .image-categories-list-neutral {
    border-top-left-radius: 0;
    width: 280px;
    position: absolute;
    top: auto;
    left: 0;
  }

  .author-image-thumbnail {
    min-height: 3svh;
    left: -8%;
  }

  .author-image-thumbnail-neutral {
    left: -8%;
  }

  .author-image-thumbnail-neutral.single-title {
    position: absolute;
  }

  .title-platform-no-preview {
    width: 100%;
    height: 40svw;
    bottom: 32svw;
  }

  .cover-image-categories-neutral {
    background-image: linear-gradient(#0000, #0000);
    width: 250px;
    height: 190px;
    overflow: clip;
  }

  .preview-text {
    color: var(--main-font-color);
    text-align: center;
    background-color: #0000;
    border-radius: 2em;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: .8em;
    font-weight: 400;
    line-height: 100%;
    display: block;
    position: static;
    inset: auto 0% 1.3em;
  }

  .preview-icon, .preview-icon-hover {
    color: #fff;
    align-self: auto;
    width: .8em;
    margin-bottom: 0;
    font-size: 2em;
    line-height: 100%;
    display: block;
  }

  .hero-feature-label {
    margin-right: 0;
    font-size: 1.5em;
  }

  .search-bar-wrapper {
    margin-top: 180px;
  }

  .search-popup {
    top: -130px;
  }

  .search-popup.mobile {
    height: 260px;
  }

  .search-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-input {
    padding-left: 7px;
    font-size: 4.5svw;
  }

  .search-button {
    background-size: 7svw;
    width: 35px;
    height: 35px;
  }

  .close-search-popup {
    font-size: 1.5em;
    top: -45px;
    left: auto;
    right: auto;
  }

  .search-bar-wrapper-results-page {
    max-width: 90svw;
    margin-top: 180px;
  }

  .brand-text {
    color: #8f4353;
    vertical-align: text-top;
    max-width: 100%;
    font-family: Crimson Pro;
    font-size: 7svw;
    font-weight: 800;
    line-height: 100%;
    display: inline-block;
    overflow: clip;
  }

  .list-more-link-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .list-more-link-standard {
    color: var(--main-theme-color);
    margin-top: 0;
    margin-right: 5px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 100%;
    display: block;
  }

  .list-more-link-standard.author-titles {
    color: var(--main-theme-color);
    font-size: 2em;
    font-weight: 500;
  }

  .list-more-link-standard.pretext, .list-more-link-standard.linktext {
    font-size: 1.2em;
  }

  .page-template {
    margin-left: 7px;
    margin-right: 7px;
  }

  .event-details {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .table-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-col.col-location {
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .empty-state-text {
    font-size: 1.5em;
    line-height: 25px;
  }

  .list-more-link-wrap-2 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .list-more-link-standard-2 {
    color: #b36c67;
    margin-top: 0;
    margin-right: 5px;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 100%;
    display: block;
  }

  .list-more-link-standard-2.linktext, .list-more-link-standard-2.pretext {
    font-size: 1.2em;
  }

  .text-regular-2 {
    color: #2e2b2c;
    font-family: Crimsonpro, Times New Roman, sans-serif;
    font-size: 1.3em;
    line-height: 100%;
  }

  .text-regular-2.event {
    text-align: left;
  }

  .yt-note {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .event-management-links {
    margin-right: 5px;
  }

  .event-management {
    font-size: .9rem;
  }

  .post-excerpt {
    max-height: 220px;
  }

  .post-snippet-heading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 15px;
  }

  .post-thumbnail {
    height: 240px;
  }

  ._3-column-grid {
    margin-top: 20px;
  }

  .list-heading-docoration-line {
    display: none;
  }

  .post-details {
    flex-flow: wrap;
  }

  .post-info.wrapper {
    display: block;
  }
}

#w-node-_5ce3c62c-b6a7-94e1-dfa1-3080424e8078-424e8070, #w-node-_5ce3c62c-b6a7-94e1-dfa1-3080424e8081-424e8070, #w-node-_5ce3c62c-b6a7-94e1-dfa1-3080424e808c-424e8070, #w-node-_5ce3c62c-b6a7-94e1-dfa1-3080424e8095-424e8070 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e96e491-a2a2-7298-5cd5-b83448bedefa-7456d1ed {
  justify-self: center;
}

#w-node-_52b24738-9a21-146e-cd2b-c6082b66b58e-1e56a874 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: auto;
}

#w-node-ad21ac93-2602-9abf-0e9c-2722c7e3a442-1e56a874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b1b9388d-0280-af28-1312-7d12c49ee4c4-1e56a874 {
  align-self: start;
}

#w-node-_50fb8dbb-c38b-423e-0e2f-9ba4c7a55d8f-1e56a874 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_52b24738-9a21-146e-cd2b-c6082b66b58e-1e56a874 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_52b24738-9a21-146e-cd2b-c6082b66b58e-1e56a874 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b1b9388d-0280-af28-1312-7d12c49ee4c4-1e56a874 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_52b24738-9a21-146e-cd2b-c6082b66b58e-1e56a874 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49c41bb5-80dc-9960-e2ae-a7ee9c4b929a-a3bf0888 {
    place-self: auto center;
  }

  #w-node-a54d5ecf-37ca-324c-963e-249b85820901-a3bf0888 {
    align-self: start;
  }

  #w-node-_403dd7df-7ad7-7394-0d95-56519211a5bd-a3bf0888 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52366303-17bf-0673-ec0f-f427a63b08f3-54979f4a, #w-node-_67543892-965c-11b1-d17a-895c3c3d3adf-6d7e1442, #w-node-ae8e2c95-d8c4-1fe8-2aec-8222047ee31e-dc4130e9, #w-node-_535767cd-44ee-d240-dafa-94e7ea4253c6-528ac816 {
    align-self: start;
  }

  #w-node-cc9dfb00-7274-4e75-1aa1-1c5527a0ef38-528ac816 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1b9388d-0280-af28-1312-7d12c49ee4c4-1e56a874 {
    align-self: start;
  }

  #w-node-_5adec4d1-5a43-5868-0363-aafb694868c7-1e56a874, #w-node-_53d5a41e-996b-d621-71f5-74f732e5cae5-1e56a874 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53d5a41e-996b-d621-71f5-74f732e5cafc-1e56a874, #w-node-_13ce62a4-469f-4fca-7d38-9d0a22f1da26-1e56a874, #w-node-_0ada0102-34a2-f949-39d4-c19f498c0fa1-1e56a874 {
    align-self: start;
  }

  #w-node-ffe7e226-1c05-dfc8-e6f5-c9b1ba62c121-1e56a874 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b64b238-bbe0-865b-1fcb-782f26fe0870-9b359eae, #w-node-_0492d384-cbe0-3921-9bfc-716b9cac17a2-631c5a51, #w-node-_1dcd4cf0-4022-f8fa-3262-f0d95a43caa8-5ea0a826, #w-node-_1dcd4cf0-4022-f8fa-3262-f0d95a43caa8-1f0f7965, #w-node-_1cab96d4-09d3-b2a8-d84a-daacfa0040f6-379ede41, #w-node-c9700145-1e26-140b-d26a-9b0a6ac08bbf-31b2012d {
    align-self: start;
  }

  #w-node-fe85d2b8-c852-9d84-8f1d-107a2e049153-31b2012d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-faa2d775-daa0-c321-e766-48a9e7ade459-7809a383 {
    align-self: start;
  }

  #w-node-_82f1d1d8-e3ba-0267-e486-cdbd575c4690-7809a383 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b9ea38c-7eb5-e46e-306c-4400c8c3b5fb-b3fa1b18 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-extrabolditalic.ttf') format('truetype'), url('../fonts/crimsonpro-bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-bold.ttf') format('truetype'), url('../fonts/crimsonpro-extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-extralightitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro';
  src: url('../fonts/crimsonpro-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}