@font-face {
  font-family: Bahnschrift;
  src: url('../fonts/BAHNSCHRIFT.woff2') format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

.nav-link {
  pointer-events: auto;
  cursor: pointer;
  mix-blend-mode: normal;
  order: 0;
  font-family: Bahnschrift, Georgia, sans-serif;
  font-weight: 300;
}

.nav-link-2, .nav-link-3 {
  font-family: Bahnschrift, Georgia, sans-serif;
  font-weight: 300;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 0 #000000bf;
  font-family: Bahnschrift, Georgia, sans-serif;
  font-weight: 300;
  display: flex;
}

.div-block {
  text-align: center;
  margin-top: 10px;
}

.nav-menu {
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image {
  overflow: auto;
}

.container-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  max-width: 520px;
  display: flex;
}

.button {
  object-fit: none;
  background-color: #e4c072;
  align-self: center;
  display: block;
}

.container-3 {
  margin-top: 10px;
}

.menu-button {
  order: 1;
}

.text-block {
  align-self: center;
  font-family: Bahnschrift, Georgia, sans-serif;
  font-weight: 300;
}

.container-4 {
  z-index: auto;
  max-width: 100%;
  display: block;
  position: sticky;
  top: auto;
  bottom: auto;
}

.container-5 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

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

.navbar-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: block;
  position: sticky;
  bottom: 0;
}

.simple-icon {
  display: inline;
}

.navbar-3 {
  background-color: #fff;
  justify-content: center;
  font-family: Bahnschrift, Georgia, sans-serif;
  font-weight: 300;
  display: flex;
  left: -268px;
}

.nav-menu-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
  top: 0;
  left: 0;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: line-through;
  display: flex;
}

.container-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  left: 0;
}

.div-block-3 {
  text-align: left;
  display: flex;
}

.div-block-4 {
  position: relative;
  right: -292px;
}

.brand {
  left: -177px;
}

.navbar-4 {
  text-align: center;
  background-color: #fffefe;
  text-decoration: line-through;
  display: block;
  position: relative;
  top: 0;
  box-shadow: 0 20px 20px 20px #0000001a;
}

.header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Bahnschrift, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.image-2 {
  text-align: center;
  margin-top: 0;
  text-decoration: line-through;
  display: inline-block;
  position: relative;
  left: 0;
}

.nav {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.slider {
  text-align: center;
  background-color: #0000;
  width: 940px;
  height: 600px;
  margin-bottom: -14px;
  text-decoration: none;
  transition: all .2s;
}

.mask {
  text-align: center;
  mix-blend-mode: normal;
  height: 95%;
  text-decoration: none;
}

.slide-7 {
  vertical-align: baseline;
  background-color: #0000;
  background-image: url('../images/F5F03A52-A93A-4912-92E5-828271FBF7D9.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-inner-flex {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-three {
  background-color: #0000;
  background-image: url('../images/8DC23F53-25AD-4DDD-BB29-196A6DC533E7.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
  padding-bottom: 0;
  padding-right: 0;
}

.image-3 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 0 70px;
  text-decoration: line-through;
}

.image-4 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
}

.left-arrow {
  background-color: #0000;
}

.icon {
  color: #6f6a6a;
  background-color: #0000;
}

.icon-2 {
  color: #6f6a6a;
}

.content {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.size {
  text-decoration: none;
}

.entry-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1500px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.button-2 {
  pointer-events: auto;
  color: #ba8a26;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ba8a26;
  justify-content: center;
  align-items: center;
  width: 170px;
  margin-top: -16px;
  font-family: Bahnschrift, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 300;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff0;
  flex-flow: column;
  width: 60%;
  padding-left: 0;
  padding-right: 0;
  font-family: Bahnschrift, Georgia, sans-serif;
  display: flex;
}

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

.materialbox, .sizebox {
  text-align: left;
}

.material {
  font-style: italic;
  font-weight: 400;
}

.title {
  font-size: 18px;
  font-weight: 700;
}

.pieces {
  font-weight: 700;
}

.namebox {
  justify-content: space-between;
  margin-top: 2px;
  display: flex;
}

.price {
  font-style: italic;
}

.about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #cfd9c1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  padding: 40px 579px;
  display: flex;
}

.body {
  background-color: #fff0;
  margin-top: 0;
  font-family: Bahnschrift, Georgia, sans-serif;
}

.heading {
  text-align: center;
  font-family: Bahnschrift, Georgia, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
}

.text-block-2 {
  text-align: left;
  text-transform: none;
  font-family: Bahnschrift, Georgia, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.submit-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #ba8a25;
  text-align: center;
  background-color: #bb8a2b00;
  border: 1px solid #ba8a25;
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: 170px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  display: block;
}

.footer {
  background-color: #cfd9c1;
  margin-top: auto;
  font-family: Bahnschrift, Georgia, sans-serif;
  font-weight: 300;
  display: block;
  position: sticky;
  bottom: auto;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.nav-menu-3 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.heading-2 {
  color: var(--black);
  word-break: normal;
  font-family: Bahnschrift, Georgia, sans-serif;
  font-size: 52px;
  font-weight: 300;
}

.image-5 {
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.heading-3 {
  text-align: center;
  font-size: 32px;
  font-weight: 300;
}

.slide {
  clear: none;
  vertical-align: middle;
  object-fit: contain;
  width: 33.3%;
  padding-left: 6px;
  padding-right: 6px;
  left: auto;
}

.nav-link-4 {
  cursor: pointer;
  font-size: 18px;
}

.body-2 {
  flex-flow: column;
  display: flex;
}

.text-block-3 {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 32px;
  font-style: italic;
  display: flex;
}

.impressum {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 60%;
  margin-bottom: 20px;
  display: block;
}

.nav-menu-4 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-3 {
  object-fit: fill;
  background-color: #fff;
  background-image: url('../images/instagram.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 40px;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-6 {
  cursor: pointer;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 20px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link-6:hover {
  border-bottom: 1px solid #000;
}

.nav-link-7 {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.nav-link-7:hover {
  border-bottom: 1px solid #000;
}

.nav-link-7.w--current {
  color: #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.nav-link-8 {
  cursor: pointer;
  text-decoration: none;
}

.nav-link-8:hover {
  border-bottom: 1px solid #000;
}

.nav-link-8.w--current {
  color: #000;
  border-bottom: 1px solid #000;
}

.nav-link-9 {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
}

.nav-link-9:hover {
  border-bottom: 1px solid #000;
}

.nav-link-10 {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-image: url('../images/instagram.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-clip: border-box;
}

.text-field {
  font-weight: 300;
}

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

.div-block-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #3330;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.galleryslider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  display: block;
  position: relative;
}

.image3 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
}

.slide-nav {
  width: 100%;
  height: 5%;
}

.image4 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.image5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 940px;
  display: flex;
  position: relative;
  left: auto;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 940px;
  display: flex;
}

.image-7 {
  text-align: left;
  border-radius: 0;
}

.brand-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/autograph-business-personal-handwritten-signature-isolated-transparent-background_734379-850.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}

.brand-2.w--current {
  background-image: none;
  height: 100%;
}

.navbar-6 {
  box-shadow: none;
  pointer-events: auto;
  text-align: center;
  background-color: #fffefe;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
  position: sticky;
  top: 0;
}

.success-message {
  background-color: #fff;
  border: 1px solid #ba8a26;
  font-size: 18px;
}

.text-block-4 {
  color: #ba8a26;
}

.aboutme {
  background-color: #cfd9c1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.icon-3 {
  text-decoration: none;
}

.slide-nav-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.lightbox-link {
  width: 100px;
  height: 100px;
  margin-top: 0;
  display: block;
  overflow: visible;
}

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

.left-arrow-2, .right-arrow {
  display: none;
}

.section-2 {
  width: 100%;
}

.heading-4 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.slide-2 {
  background-image: url('../images/43788C8A-C38A-4E13-9A71-4DEB8271B26B.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/D7471753-507D-4205-8F77-ABE2CB9D1FB6.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/5A21D409-9B4E-45B4-8C55-6FC41A1D9CE8.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/F0B7BF9A-6584-4AAE-BE46-88282D4F2E85.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.right-arrow-2 {
  color: #000;
}

.slide-8 {
  background-image: url('../images/E5E2EB76-5909-4654-A8E2-132EFD419D80.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images/1B70644E-E8AC-4B5F-859C-7801E4F4B18B.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-10 {
  background-image: url('../images/9E472F5C-38BB-401C-9C8B-410534281D28_4_5005_c.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/DE98EE72-8363-4DEF-8C2D-147E1CB2D0FC.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-12 {
  background-image: url('../images/F94890F0-1B96-4925-90D6-0FD1F45298F6.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-13 {
  background-image: url('../images/IMG_6118.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-14 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-15 {
  background-image: url('../images/7DFA0CA8-2612-4677-8B3A-017E546F9267.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-16 {
  background-image: url('../images/IMG_6012.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-nav-3 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.slide-17 {
  background-image: url('../images/B0A3C023-0458-48A3-8320-DDE7412BD6F3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-18 {
  background-image: url('../images/AF545554-126F-4E25-AB10-E143EB6F57B0.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-19 {
  background-image: url('../images/AA033A53-F0D4-4302-B124-2F2FE8E92BB3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-nav-4 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.slide-20 {
  background-image: url('../images/5528E7C6-49FA-4529-A176-B47288BDD4EC.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-21 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-22 {
  background-image: url('../images/1F6EA4EC-B357-4DA1-8630-AB6BD64C479A.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-23 {
  background-image: url('../images/88178604-5807-405B-9CC2-765B3F408DEA.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-4 {
  color: #ba8a25;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ba8a25;
}

.button-4:hover {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #b98a27;
}

.cell {
  background-image: url('../images/36262E1C-B708-4BCD-99D8-E10EA2509C31.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
}

.quick-stack {
  max-width: 1000px;
}

.slide-24 {
  background-image: url('../images/0CABB10D-F384-4990-969D-C0587EC712AA.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-25 {
  background-image: url('../images/133B242E-E8C4-4AA2-B25A-3027B699F63F.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-26 {
  background-image: url('../images/80736DB0-3D76-4222-A240-368B962CA9B4.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar-7 {
  background-color: #fff;
}

.cell-3 {
  background-image: url('../images/IMG_6112.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-link-12 {
  cursor: pointer;
}

.nav-link-12:hover {
  border-bottom: 1px solid #000;
}

.slide-27 {
  background-image: url('../images/58FD47F9-F3C3-4C16-B3EF-43AB2DF1EFAB.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-28 {
  background-image: url('../images/IMG_6121.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-29 {
  background-image: url('../images/IMG_6004.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-30 {
  background-image: url('../images/IMG_6011.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-31 {
  background-image: url('../images/IMG_6010.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-32 {
  background-image: url('../images/91189111-7B08-4DF3-8297-BA7717826B51.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-33 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-left: 0;
}

.slide-35 {
  background-image: url('../images/DFC9CCAF-E6C3-435A-87F2-67E5142445DD.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-36 {
  background-image: url('../images/9B8DA685-8893-452A-BDDE-C6E9914AC4B2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-37 {
  background-image: url('../images/92534D4D-D3BC-471D-A6FD-F95ACDBAB284.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-38 {
  background-image: url('../images/0DAE3338-FD57-469B-A7AE-B91E63E22983.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-39 {
  background-image: url('../images/073D5DB9-AC36-4735-9FEF-31BAA77CC812.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-40 {
  background-image: url('../images/066E73C8-871B-40CF-B41D-E9DC21EEA110.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-41 {
  background-image: url('../images/IMG_6778.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-42 {
  background-image: url('../images/IMG_6788.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-43 {
  background-image: url('../images/IMG_6787.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-44 {
  background-image: url('../images/IMG_6789.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-45 {
  background-image: url('../images/IMG_6790.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-46 {
  background-image: url('../images/IMG_7413.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-47 {
  background-image: url('../images/IMG_7430.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-48 {
  background-image: url('../images/IMG_7429.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-49 {
  background-image: url('../images/IMG_7425.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-50 {
  background-image: url('../images/IMG_7427.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-51 {
  background-image: url('../images/IMG_7428.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-52 {
  background-image: url('../images/IMG_7426.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-53 {
  background-image: url('../images/IMG_7431.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.entry-1-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1500px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.slide-54 {
  background-image: url('../images/IMG_7762.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-55 {
  background-image: url('../images/IMG_7766.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-56 {
  background-image: url('../images/IMG_7767.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-57 {
  background-image: url('../images/IMG_7768.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-58 {
  background-image: url('../images/IMG_7769.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-59 {
  background-image: url('../images/IMG_7764.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-60 {
  background-image: url('../images/IMG_7765.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-61 {
  background-image: url('../images/IMG_7763.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-62 {
  background-image: url('../images/IMG_7800.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-63 {
  background-image: url('../images/IMG_7808.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-64 {
  background-image: url('../images/IMG_7809.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-65 {
  background-image: url('../images/IMG_7805.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-66 {
  background-image: url('../images/IMG_7770.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-67 {
  background-image: url('../images/IMG_7771.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-68 {
  background-image: url('../images/IMG_7778.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-69 {
  background-image: url('../images/IMG_7772.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-70 {
  background-image: url('../images/IMG_7947.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-71 {
  background-image: url('../images/IMG_7944.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-72 {
  background-image: url('../images/IMG_7946.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-73 {
  background-image: url('../images/IMG_7948.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-74 {
  background-image: url('../images/IMG_7945.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-75 {
  background-image: url('../images/IMG_7943.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-76 {
  background-image: url('../images/IMG_8047.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-77 {
  background-image: url('../images/IMG_8045.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-78 {
  background-image: url('../images/IMG_8049.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-79 {
  background-image: url('../images/IMG_8048.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-80 {
  background-image: url('../images/IMG_8051.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-81 {
  background-image: url('../images/IMG_8046.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-82 {
  background-image: url('../images/67EA3A64-CFB0-4F3E-AE88-5BDAB2BB9B8A.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-83 {
  background-image: url('../images/775645F6-B262-4654-B6EF-987F232587DA.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-84 {
  background-image: url('../images/C3976DF7-6AA2-4550-906F-D073CBC00AF5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-85 {
  background-image: url('../images/20C4DA22-C789-43DC-B427-3477CF3B1195.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-86 {
  background-image: url('../images/A4330276-AD79-4B91-BB5E-8CA24024E1E8.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-87 {
  background-image: url('../images/17574DD9-1338-432B-9AE6-9B2B7D00FAF0.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-88 {
  background-image: url('../images/8BA6AF10-8191-4273-B378-C5DA6BA49AA1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-89 {
  background-image: url('../images/352E8941-3F19-4667-81CD-5DCB47D8C794.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-90 {
  background-image: url('../images/E6F01CF5-0698-461D-9F61-CE75DBB9A8A5.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-91 {
  background-image: url('../images/7FD4F6D2-EE73-4E8D-9675-6D30335F1386.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-92 {
  background-image: url('../images/72BA3FF3-9BE2-4E7B-9C37-DDD4DBB219B3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-93 {
  background-image: url('../images/1F1AA706-889A-4578-86AD-262FA18EDBE7.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-94 {
  background-image: url('../images/4C516639-F271-4B23-A1DA-61EA75AA0EE7.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-95 {
  background-image: url('../images/B8D6F52F-A5A8-4343-AD3C-00FAD62297C7.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-96 {
  background-image: url('../images/5520F5F5-A60D-4229-BBB6-366611C3114B.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-97 {
  background-image: url('../images/IMG_0517.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-98 {
  background-image: url('../images/IMG_0521.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-99 {
  background-image: url('../images/IMG_0519.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-100 {
  background-image: url('../images/IMG_0520.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-101 {
  background-image: url('../images/IMG_0525.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-102 {
  background-image: url('../images/IMG_0518.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-103 {
  background-image: url('../images/IMG_0526.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-104 {
  background-image: url('../images/11FDCEFA-1793-42D6-B857-139E18AD6C90.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-105 {
  background-image: url('../images/IMG_0922.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-106 {
  background-image: url('../images/IMG_0917.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-107 {
  background-image: url('../images/IMG_0919.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-108 {
  background-image: url('../images/IMG_0918.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-109 {
  background-image: url('../images/IMG_0921.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-110 {
  background-image: url('../images/IMG_0920.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-111 {
  background-image: url('../images/IMG_0913.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-112 {
  background-image: url('../images/IMG_0923.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-113 {
  background-image: url('../images/IMG_0924.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-114 {
  background-image: url('../images/IMG_0926.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-115 {
  background-image: url('../images/IMG_0927.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-116 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
}

@media screen and (max-width: 991px) {
  .slider {
    width: 100%;
  }

  .entry-1 {
    width: 100%;
    max-width: 100%;
  }

  .about {
    text-align: center;
    border: 1px #000;
    align-items: center;
    width: 2%;
    max-width: 100%;
    height: 2%;
    position: relative;
    left: 0;
    overflow: visible;
  }

  .slide {
    width: 50%;
  }

  .div-block-6 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .div-block-7 {
    width: -900000%;
  }

  .aboutme {
    padding-left: 40px;
    padding-right: 40px;
  }

  .icon-3 {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    display: block;
  }

  .entry-1-copy {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    justify-content: flex-start;
    display: flex;
    position: relative;
  }

  .slider {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    display: flex;
  }

  .mask, .slide-7 {
    height: 100%;
  }

  .slide-three {
    height: 35vw;
  }

  .slide {
    width: 100%;
  }

  .icon-3 {
    text-decoration: none;
  }

  .container-12 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section {
    grid-template-columns: 1fr 1.25fr;
    grid-template-areas: "Area";
    box-shadow: 1px 1px 3px #000;
  }

  .container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
  }

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

  .slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 500px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .mask {
    width: 100%;
    margin-bottom: 30px;
  }

  .slide-7 {
    width: 100%;
  }

  .slide-three {
    width: 100%;
    height: 100%;
  }

  .image-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .image-4 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
  }

  .icon, .icon-2 {
    opacity: 0;
  }

  .entry-1 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .description {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .titlebox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
  }

  .namebox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
  }

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

  .container-10 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menu-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    margin-right: auto;
  }

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

  .nav-link-4 {
    font-size: 14px;
    text-decoration: underline;
  }

  .text-block-3 {
    margin-right: auto;
  }

  .nav-menu-4 {
    background-color: #ced9c0;
    box-shadow: 0 20px 20px 20px #0003;
  }

  .nav-link-6 {
    float: none;
    text-align: left;
    background-color: #ced9c0;
    background-image: none;
    border-top: 0 #000;
    border-radius: 0;
    padding-left: 20px;
    font-weight: 300;
    display: block;
    position: relative;
  }

  .nav-link-8 {
    background-color: #ced9c0;
  }

  .navbar-5 {
    flex-flow: column;
    display: flex;
  }

  .nav-link-11 {
    text-decoration: underline;
  }

  .brand-2.w--current {
    text-decoration: none;
  }

  .icon-3 {
    color: #333;
    text-decoration: none;
  }

  .form-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #cfd9c1;
  }

  .icon-4 {
    opacity: 0;
  }

  .textarea {
    height: 100px;
  }

  .slide-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
  }

  .slide-4 {
    background-size: contain;
  }

  .slide-nav-3 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-nav-4 {
    justify-content: center;
    align-items: center;
  }

  .cell {
    background-size: contain;
    justify-content: center;
    align-items: center;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-25 {
    background-size: contain;
  }

  .cell-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-link-12 {
    background-color: #ced9c0;
    text-decoration: none;
  }

  .slide-34 {
    background-image: url('../images/D1736913-9935-4EA5-9C14-51E399935416.JPG');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .entry-1-copy {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin-bottom: 0;
    padding-top: 20px;
  }
}

#w-node-d0c49415-bf9a-f23a-e400-24030f7d6bfb-c19feb5d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eb7c83a7-9ff4-e42f-a28f-cb3a19b6d529-c19feb5d, #w-node-ff18a71d-c359-b46b-8dcb-b0f611a7e2d4-c19feb5d {
  grid-row: span 3 / span 3;
}

@media screen and (max-width: 479px) {
  #w-node-d0c49415-bf9a-f23a-e400-24030f7d6bfb-c19feb5d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ff18a71d-c359-b46b-8dcb-b0f611a7e2d4-c19feb5d {
    grid-row: span 18 / span 18;
  }
}


@font-face {
  font-family: 'Bahnschrift';
  src: url('../fonts/BAHNSCHRIFT.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}