:root {
  --white: white;
  --tmave-seda: #222528;
  --sedo-zelena: #545a4f;
  --bílo-seda: #ebe4da;
  --zluta: #efc101;
  --black: black;
  --black-darkgreen: #2e302c;
  --modra: #2d60ab;
  --yellow: #fff200;
  --svetle-zelena: #969f3f;
  --cervena: #e52027;
  --silver: #bdbdbd;
  --cornflower-blue: #65a3ff;
  --light-steel-blue: #96c0fd;
}

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

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

.w-pagination-previous, .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-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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

.w-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

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

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

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

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

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

h1 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lobster, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--tmave-seda);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: var(--sedo-zelena);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: var(--sedo-zelena);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  opacity: 1;
  color: var(--bílo-seda);
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

a {
  color: var(--zluta);
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}

a:hover {
  color: var(--sedo-zelena);
}

ul {
  color: var(--zluta);
  border-width: 1px;
  border-color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: square;
}

ol {
  color: var(--sedo-zelena);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Poppins;
}

li {
  color: var(--zluta);
}

blockquote {
  color: var(--zluta);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Poppins;
  font-size: 18px;
  line-height: 22px;
}

.preloader {
  z-index: 2147483647;
  background-color: var(--sedo-zelena);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-preloader {
  margin-bottom: -30px;
}

.cart-item {
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

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

.collection-list-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
  display: grid;
}

.collection-list-2.shop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-2.related {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 10px;
  margin-right: 10px;
}

.cart-product-name {
  color: #333;
  text-transform: none;
  background-color: #0000;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.nav1-menu-wrap {
  color: var(--tmave-seda);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-close-icon {
  opacity: 1;
  filter: invert();
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.size6-text {
  color: var(--zluta);
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.cart-product-price {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cart-heading {
  color: var(--tmave-seda);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.main-button {
  border: 2px solid var(--white);
  background-color: var(--black);
  width: 13rem;
  max-width: 13rem;
  height: 2.7rem;
  min-height: 2.7rem;
  color: var(--white);
  text-align: left;
  letter-spacing: .05rem;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 4rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s ease-in-out;
  display: flex;
}

.main-button:hover {
  background-color: var(--black-darkgreen);
  color: var(--white);
}

.main-button.search-box {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--tmave-seda);
  width: 13rem;
  max-width: 13rem;
  min-height: 2.7rem;
  color: var(--bílo-seda);
  letter-spacing: .025rem;
  white-space: nowrap;
  border-radius: 4rem;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1rem;
  transition: all .3s ease-in-out;
}

.main-button.search-box:hover {
  background-color: var(--black-darkgreen);
  color: var(--white);
  border-style: solid;
  transform: none;
}

.main-button.signin {
  min-height: 30px;
}

.main-button.signin.white {
  border: 1px none var(--tmave-seda);
  width: auto;
  color: var(--tmave-seda);
  background-color: #0000;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.main-button.signin.white:hover {
  background-color: var(--modra);
  color: var(--bílo-seda);
  font-weight: 500;
  transform: translate(-3px);
}

.main-button.yellow {
  background-color: var(--zluta);
  color: var(--tmave-seda);
  justify-content: center;
}

.main-button.yellow:hover {
  background-color: var(--modra);
  color: var(--bílo-seda);
}

.main-button.yellow.detail-produkt {
  border: 2px solid var(--zluta);
  background-color: var(--black);
  max-width: 15rem;
  min-height: 2.7rem;
  color: var(--zluta);
  letter-spacing: .025rem;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1rem;
  transition: all .3s ease-in-out;
}

.main-button.yellow.detail-produkt:hover {
  border-color: var(--yellow);
  background-color: var(--black);
  color: var(--yellow);
  transform: none;
}

.main-button.rezervace {
  letter-spacing: .05rem;
  justify-content: center;
  width: 100%;
  max-width: 16rem;
  margin-top: 10px;
  margin-left: 0;
}

.main-button.pokladna {
  white-space: nowrap;
  width: 20rem;
  max-width: 20rem;
  font-size: .9rem;
}

.main-button.error {
  background-color: var(--black);
  width: 18rem;
  max-width: 18rem;
}

.main-button.useraccount {
  min-height: 30px;
}

.main-button.useraccount.white {
  border: 1px none var(--tmave-seda);
  width: auto;
  color: var(--tmave-seda);
  background-color: #0000;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.main-button.useraccount.white:hover {
  background-color: var(--modra);
  color: var(--bílo-seda);
  font-weight: 500;
  transform: translate(-3px);
}

.close-button {
  background-color: var(--modra);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 5px;
  display: flex;
}

.cart-item-info {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.cart-footer {
  background-color: var(--tmave-seda);
  border-top-style: none;
  border-top-color: #2c2c33;
  padding: 16px 32px 50px;
  display: flex;
}

.hero-text-wrapper {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #222528d1;
  background-clip: padding-box;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 95%;
  height: 65vh;
  min-height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.cart {
  margin-left: 15px;
  font-family: proxima-nova, sans-serif;
}

.navbar1 {
  z-index: auto;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #ebedee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1.active-nav1 {
  z-index: 1000;
  background-color: var(--zluta);
  border: 0 solid #000;
  justify-content: center;
  min-height: 80px;
  margin-top: auto;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 0 1px 3px #00000026;
}

.empty-state {
  color: #18181d;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.empty-state.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
}

.size5-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
}

.hero-text-container {
  border: 1px #000;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 75%;
  max-width: 1350px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.cart-line-item {
  text-transform: none;
  background-color: #0000;
}

.text-field {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field.cart-input {
  color: #333;
  text-align: center;
  background-color: #0000;
  border: 2px solid #2c2c33;
  border-radius: 0;
  width: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.option-list {
  margin-bottom: 5px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paypal {
  margin-bottom: 15px;
  display: none;
}

.cart-header {
  background-color: var(--zluta);
  border-bottom-style: none;
  border-bottom-color: #2c2c33;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 32px;
  position: relative;
}

.web-payment-button {
  border-radius: 0;
  height: 48px;
  margin-bottom: 15px;
}

.footer-wrap {
  background-color: var(--tmave-seda);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 0 20px 50px;
  display: flex;
  position: sticky;
}

.head-text-home-v2 {
  color: var(--white);
  text-align: center;
  text-shadow: 1px 0 3px #22252840;
  align-items: flex-start;
  margin-top: 50px;
  font-family: Lobster, sans-serif;
  font-size: 71px;
  line-height: 80px;
  display: block;
}

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

.nav-link:hover {
  opacity: 1;
  color: var(--svetle-zelena);
}

.nav-link.w--current {
  opacity: .3;
  color: #18181d;
}

.nav-link.white {
  color: #fff;
  border-radius: 100rem;
  padding: .25rem 1rem;
}

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

.nav-link.white.hover-black {
  color: var(--tmave-seda);
  white-space: nowrap;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.nav-link.white.hover-black:hover {
  color: var(--modra);
}

.nav-link.white.shop {
  background-color: var(--modra);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: all .3s ease-in-out;
}

.nav-link.white.shop:hover {
  background-color: var(--tmave-seda);
  color: var(--white);
}

.nav1-menu {
  color: var(--tmave-seda);
  justify-content: center;
  align-items: center;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.cart-option-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cart-list {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
}

.cart-wrap {
  color: #fff;
  background-color: #18181d4d;
}

.main-grid {
  z-index: 80;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 50px 0;
  display: grid;
  position: relative;
}

.kurzy-campy-akce-section {
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: block;
}

.cart-remove-link {
  color: #c9002b;
}

.cart-button {
  background-color: #0000;
  padding: 0;
  font-family: proxima-nova, sans-serif;
}

.brand {
  padding-left: 0;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

.brand.w--current {
  opacity: 1;
  align-items: center;
  transition: all .25s ease-in-out;
}

.brand.w--current:hover {
  opacity: 1;
  transform: scale(1.1);
}

.kurzy-section {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-family: Poppins;
  display: block;
}

.collection-shop-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.collection-shop-wrapper.related {
  max-width: 1250px;
  margin-top: 50px;
}

.cart-quantity {
  background-color: var(--cervena);
  color: #fff;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  min-width: auto;
  height: 16px;
  margin-top: -17px;
  margin-left: -3px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.hero-home-v2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/banner2021.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-clip: border-box;
  border-style: none;
  border-color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 55vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.cart-product-image {
  border: 1px solid #f0f0f0;
  width: 80px;
}

.cart-container {
  background-color: #fff;
  min-width: 440px;
  box-shadow: 0 2px 6px #18181d1a;
}

.remove-button {
  opacity: .5;
  margin-top: 5px;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.nav1-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  display: grid;
}

.style-guide-hero-wrapper {
  z-index: -1;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 0;
  padding-top: 25vh;
  display: flex;
  position: relative;
}

.style-guide-text-container {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto auto 44.1vh;
}

.style-guide-heading {
  color: #333;
  font-family: Poppins;
  font-size: 13vw;
  line-height: 20vh;
}

.section-stylguide {
  color: #f4f4f4;
  background-color: #f4f4f4;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.style-guide-wrapper {
  align-self: stretch;
  width: 20%;
  height: 100%;
  position: sticky;
  top: 100px;
}

.section-styleguide__container {
  background-color: var(--sedo-zelena);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  max-width: 900px;
  margin: 10px 0;
  padding: 60px 50px;
  display: flex;
  box-shadow: 1px 1px 12px #ccc;
}

.section-styleguide__container.flrx {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-styleguide__container.flrx.horizontal {
  flex-direction: row;
}

.heading-6 {
  color: var(--sedo-zelena);
  margin-top: 60px;
  font-size: 26px;
}

.card__button {
  color: #000;
  background-color: #0000;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 14px;
  transition: border-color .2s ease-in;
  overflow: hidden;
}

.card__button:hover {
  border-color: #fff;
}

.card__button.m-s {
  color: #888;
  background-color: #333;
  border-style: none;
  border-color: #333;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

.slide__link {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: static;
  bottom: auto;
}

.col-first__link-menu {
  flex-direction: row-reverse;
  align-items: center;
  height: auto;
  display: flex;
}

.col-first__link-menu.m-s {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 0;
}

.link-block--secondary__line {
  color: #000;
  background-color: #000;
  width: 30px;
  height: 2px;
  margin-right: 0;
}

.link-menu__title {
  color: #000;
  text-transform: none;
  margin-left: 0;
  font-family: Poppins;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.div-block-37 {
  margin-top: 20px;
}

.blog__collection-item-copy {
  width: 370px;
  height: auto;
}

.blog__collection-list-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: auto;
  padding: 20px;
  display: grid;
}

.collection-item {
  width: 370px;
  height: auto;
}

.div-block-4 {
  align-self: stretch;
  width: 20%;
  height: 100%;
  position: sticky;
  top: 100px;
}

.blog__collection-list-wrapper-copy {
  align-self: center;
  margin-right: auto;
}

.wrapper-text__line {
  background-color: var(--cervena);
  width: 70px;
  height: 2px;
  margin-bottom: 20px;
}

.card-blog__wrapper-text {
  cursor: default;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  height: auto;
  padding: 15px .5rem 5px;
  display: flex;
}

.link__text-2 {
  color: #c9002b;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.link__text-2.blog {
  color: var(--cervena);
  margin-top: auto;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 15px;
}

.wrapper--text__title {
  color: var(--bílo-seda);
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
}

.wrapper--text__title.categorie {
  z-index: 100;
  text-align: left;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  line-height: 17px;
  position: static;
  inset: 0% 0% auto auto;
}

.card-product_wrapper-image {
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  border-radius: .25rem .25rem 0 0;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 230px;
  max-height: 230px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-product_wrapper-image.categorie {
  background-color: var(--tmave-seda);
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  height: 75px;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.card-product_wrapper-image.categorie.blue {
  background-color: var(--modra);
}

.collection-item__card-product {
  background-color: var(--tmave-seda);
  border-radius: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.wrapper-image__img {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 230px;
  max-height: 230px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-image__img.categorie {
  object-fit: cover;
  flex: 1;
  max-width: 75px;
  height: 100%;
  min-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.submit-button {
  background-color: var(--black-darkgreen);
  width: 100%;
  min-height: 50px;
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  border: 2px #333;
  border-radius: 4rem;
  justify-content: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}

.submit-button:hover {
  background-color: var(--sedo-zelena);
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  border-width: 0;
  transform: translate(0, -2px);
}

.submit-button.focus {
  border: 2px solid var(--black);
  background-color: var(--tmave-seda);
  width: 11rem;
  max-width: 11rem;
  min-height: 2rem;
  color: var(--bílo-seda);
  letter-spacing: .05rem;
  cursor: pointer;
  border-radius: 4rem;
  margin-top: 15px;
  padding: 7px 25px;
  font-size: .8rem;
  font-weight: 600;
  transition: all .3s;
}

.submit-button.focus:hover {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
  transform: none;
}

.collection-item__card-blog {
  border-radius: .25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  font-family: proxima-nova, sans-serif;
  text-decoration: none;
  transition: opacity .2s, box-shadow .4s ease-in-out;
  display: flex;
}

.card-blog__wrapper-image {
  object-fit: cover;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  align-self: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  overflow: hidden;
}

.collection-blog-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  perspective: 1000px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-self: flex-start;
  max-width: 1350px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  position: static;
}

.collection-blog-grid.archive {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.collection-blog-grid.related {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.banner-home-link {
  position: absolute;
  inset: 0;
}

.product-wrap {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 1350px;
  min-height: 100px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.banner-title-wrap {
  min-height: 40px;
  color: var(--tmave-seda);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 25px;
  font-family: proxima-nova, sans-serif;
  display: flex;
}

.banner-close-card {
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-close-card:hover {
  opacity: 1;
  transform: scale(1.3)rotate(180deg);
}

.banner-exit {
  color: var(--tmave-seda);
}

.con-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.banner-author {
  color: var(--tmave-seda);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.banner-author.link {
  text-transform: none;
  margin-left: 10px;
  text-decoration: underline;
}

.banner-author.link:hover {
  color: var(--modra);
}

.left-wrap {
  display: flex;
}

.close-btn {
  border: 2px solid var(--bílo-seda);
  background-color: var(--black);
  color: var(--bílo-seda);
  letter-spacing: .025rem;
  cursor: pointer;
  border-radius: 4rem;
  margin-right: 50px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: proxima-nova, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  transition: all .3s;
}

.close-btn:hover {
  border-color: var(--white);
  background-color: var(--black-darkgreen);
  color: var(--white);
}

.cookie {
  z-index: 99999;
  color: #222528b3;
  background-color: #222528cc;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  margin: auto;
  font-family: Poppins;
  display: none;
  position: sticky;
  bottom: 0;
  left: auto;
  overflow: hidden;
  box-shadow: 8px 1px 20px #807c8e26;
}

.banner-author-wrap {
  font-size: 13px;
}

.grid {
  grid-row-gap: 13px;
  width: 100%;
  max-width: 1300px;
  color: var(--white);
  grid-template-rows: auto auto auto auto 70px auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 72px;
  grid-auto-flow: row dense;
  margin-top: 75px;
  font-family: proxima-nova, sans-serif;
}

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

.footer-heading {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.footer-link {
  max-height: none;
  color: var(--bílo-seda);
  text-align: left;
  white-space: nowrap;
  margin-top: .35rem;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .3s, color .3s ease-in-out;
}

.footer-link:hover {
  color: var(--zluta);
  transform: translate(2px);
}

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

.footer-link.w--current {
  font-size: 16px;
}

.copyright-wrap {
  display: flex;
}

.copyright {
  flex-direction: row;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.on-sale-badge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--modra);
  color: var(--white);
  text-transform: uppercase;
  border-radius: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 9px 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.on-sale-wrapper {
  border: 1px #ccc;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  display: block;
}

.regular-price-text-detail {
  color: #bdbdbd;
  letter-spacing: .025rem;
  padding-left: 1.25rem;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: line-through;
  display: inline;
}

.single-product-info {
  margin-top: 0;
  margin-bottom: 25px;
}

.on-sale-label {
  color: var(--white);
  font-weight: 600;
}

.section-more-product {
  background-color: var(--black-darkgreen);
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0 100px;
  display: flex;
}

.on-sale-badge-card {
  background-color: var(--modra);
  border-radius: .25rem 0% 0% .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 5px 0 auto auto;
}

.text-block-122 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.related-posts {
  background-color: var(--zluta);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 30px 20px 50px;
  display: flex;
  position: relative;
}

.wprapper-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 700px;
  margin-bottom: 0;
  display: flex;
}

.form-contact {
  color: var(--tmave-seda);
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: block;
}

.error {
  background-color: var(--cervena);
  text-align: center;
  padding: 20px;
}

.textarea-contact {
  background-color: var(--white);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: .25rem;
  height: auto;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.textarea-contact:focus {
  font-weight: 400;
}

.textarea-contact.servis {
  border-radius: .25rem;
}

.textarea-contact.vyber {
  background-color: var(--modra);
  color: var(--white);
  border: 0 #000;
  border-radius: .25rem;
  font-weight: 500;
}

.success {
  background-color: var(--modra);
}

.text-field-contact {
  background-color: var(--white);
  color: var(--sedo-zelena);
  border: 0 #000;
  border-radius: .25rem;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-field-contact:focus {
  color: var(--tmave-seda);
  font-weight: 400;
}

.text-field-contact.pocet {
  width: 65px;
}

.wrapper-contact {
  background-color: var(--zluta);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins;
  display: block;
}

.empty-text {
  color: #fff;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.kontaktujte-nas {
  background-color: var(--tmave-seda);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-location {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.form-contact-us {
  grid-column-gap: 35px;
  grid-row-gap: 0px;
  color: var(--tmave-seda);
  grid-template-rows: auto auto 2fr auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-top: 0;
  display: grid;
}

.utility-page-wrap {
  background-color: var(--tmave-seda);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--black-darkgreen);
  width: 650px;
  box-shadow: 0 1px 3px 0 var(--tmave-seda);
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
  padding: 60px 35px;
  display: block;
}

.utility-page-form {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.text-field-2 {
  background-color: var(--sedo-zelena);
  height: 50px;
  color: var(--white);
  border: 1px #000;
  border-radius: .25rem;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.vstup-je-pod-heslem {
  margin-top: 35px;
  margin-bottom: 20px;
}

.div-block-302 {
  opacity: .7;
  margin-bottom: 20px;
  font-family: Poppins;
}

.search-result-wrapper, .container-5 {
  display: none;
}

.category-hero {
  background-color: var(--tmave-seda);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 100px;
  display: flex;
}

.search-products {
  align-items: stretch;
  width: 35%;
  min-width: 500px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  display: flex;
}

.search-input {
  background-color: var(--sedo-zelena);
  min-height: 50px;
  color: var(--white);
  border: 2px #000;
  border-radius: .25rem;
  margin-bottom: 0;
  margin-right: 2rem;
  padding-left: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

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

.search-query {
  color: var(--cervena);
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 5px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.search-results-label {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.search-results-label.search-nadpis {
  text-transform: capitalize;
}

.checkout-form {
  background-color: var(--bílo-seda);
  color: var(--tmave-seda);
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: proxima-nova, sans-serif;
}

.field-label {
  color: var(--tmave-seda);
  text-transform: none;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.paypal-checkout-form {
  background-color: var(--bílo-seda);
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: proxima-nova, sans-serif;
}

.div-block-304, .div-block-305 {
  top: 90px;
}

.order-confirmation {
  background-color: var(--bílo-seda);
  color: var(--tmave-seda);
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: proxima-nova, sans-serif;
}

.terms-container {
  background-color: var(--black-darkgreen);
  color: var(--white);
  border: 1px #f0f0f0;
  border-radius: .25rem;
  padding: 55px;
}

.terms-head {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 55px;
}

.info-section {
  background-color: var(--tmave-seda);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.popis-cena {
  color: var(--white);
  text-align: right;
  letter-spacing: .025rem;
  text-transform: uppercase;
  align-self: center;
  margin-right: 1rem;
  font-family: proxima-nova, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.empty-state-3 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  margin-bottom: 220px;
  padding: 0;
  font-size: 0;
  display: flex;
}

.div-block-74 {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 200px;
  display: flex;
}

.button-6 {
  color: var(--white);
  background-color: #212127;
  padding: 15px 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}

.button-6:hover {
  background-color: #3e3e49;
}

.button-6.white.checkout {
  border-style: solid;
  border-color: var(--bílo-seda);
  background-color: var(--black);
  width: 15rem;
  max-width: 15rem;
  min-height: 2.7rem;
  color: var(--bílo-seda);
  text-align: center;
  letter-spacing: .025rem;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4rem;
  margin: 20px auto;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  transition-property: all;
  display: block;
}

.button-6.white.checkout:hover {
  border-color: var(--white);
  background-color: var(--tmave-seda);
  color: var(--white);
}

.button-6.white.checkout.w--current {
  font-size: 15px;
}

.button-6.white {
  border: 1px solid var(--cervena);
  width: auto;
  color: var(--cervena);
  background-color: #0000;
  justify-content: center;
  margin-bottom: 10px;
  padding: 9px 15px;
  font-family: Poppins;
  font-weight: 400;
  display: flex;
}

.button-6.white {
  border: 2px solid var(--cervena);
  width: auto;
  color: var(--cervena);
  background-color: #0000;
  justify-content: center;
  margin-bottom: 10px;
  padding: 9px 15px;
  font-family: Poppins;
  font-weight: 400;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.button-6.white:hover {
  background-color: var(--cervena);
  color: var(--white);
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--sedo-zelena);
  border-radius: .25rem .25rem 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between start;
  place-items: center start;
  margin-top: 10px;
  padding: 1rem;
  font-family: Poppins;
  display: grid;
}

.cart-totals---copy-this {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: block;
}

.collection-list-9 {
  width: 100%;
}

.div-block-176 {
  background-color: var(--black-darkgreen);
  color: var(--white);
  text-align: right;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.table-header-label {
  opacity: 1;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.section-22 {
  background-color: var(--bílo-seda);
  color: var(--tmave-seda);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 100px 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  display: flex;
}

.table-header {
  border: 1px #000;
  width: 100%;
  display: flex;
}

.heading-16 {
  color: var(--tmave-seda);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-field-3 {
  border: 1px solid #e6e6e6;
  border-radius: .25rem;
  height: 2.7rem;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
}

.kosik-cena-hlavni {
  color: var(--zluta);
  text-align: right;
  background-color: #0000;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}

.div-block-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.table-header-data-2 {
  background-color: var(--sedo-zelena);
  color: #fff;
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.table-header-data-2.product {
  background-color: var(--modra);
  flex-basis: 40%;
}

.cart---copy-this {
  width: 100%;
  max-width: 1200px;
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-98 {
  color: var(--tmave-seda);
  font-family: proxima-nova, sans-serif;
  line-height: 23px;
}

.product-info-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.link-7 {
  color: var(--tmave-seda);
  letter-spacing: .025rem;
  text-transform: none;
  font-size: .9rem;
  text-decoration: none;
}

.price-3 {
  color: var(--modra);
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.table-row-data {
  border: 1px solid #f7f7f7;
  flex-basis: 20%;
  padding: 10px;
}

.table-row-data.total {
  border-style: none;
  border-color: var(--sedo-zelena);
  background-color: var(--black-darkgreen);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.table-row-data.price, .table-row-data.quantity {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.table-row-data.product {
  background-color: #fff;
  flex-direction: column;
  flex-basis: 40%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-11 {
  background-color: var(--cervena);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 15px;
  height: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  text-decoration: none;
  display: flex;
}

.link-block-11.w--current {
  border-radius: .25rem;
  flex: 0 auto;
  width: 20px;
  height: 20px;
}

.image-35 {
  margin-left: 10px;
}

.text-field-4 {
  border-radius: .25rem;
  width: 70px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.div-block-162 {
  margin-left: 10px;
}

.cart-row---copy-this {
  font-family: Poppins;
  display: flex;
}

.text-block-80 {
  color: var(--white);
  margin-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-96 {
  color: var(--white);
  flex: none;
  align-self: center;
  padding: 3px 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.section-4 {
  background-color: var(--black-darkgreen);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 15px;
  font-family: Lato, sans-serif;
  display: flex;
}

.create-an-account-link {
  color: var(--cervena);
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.error-message-4 {
  background-color: var(--cervena);
  color: var(--tmave-seda);
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.forgot-password-link {
  color: var(--cervena);
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
}

.login-info-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sign-in-hero {
  background-color: var(--bílo-seda);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70vh;
  font-family: Lato, sans-serif;
  display: flex;
}

.signin-logo-block {
  align-self: center;
}

.checkbox-label-2 {
  color: var(--tmave-seda);
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 15px;
}

.signin-form-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  font-family: Poppins;
  display: flex;
}

.success-message-2 {
  background-color: var(--svetle-zelena);
  color: var(--tmave-seda);
  padding: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.signin-form-block {
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
  font-size: 22px;
}

.sign-in-left-wrapper {
  background-color: #0000;
  border-right: 1px #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  font-family: proxima-nova, sans-serif;
  display: flex;
}

.separator-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.separator-2.big {
  color: #424242;
  background-color: #e6e6e6;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.checkbox-formular {
  background-color: var(--white);
  border-style: none;
  border-radius: .25rem;
  flex: 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-left: 0;
  padding-top: 0;
}

.checkbox-formular.w--redirected-checked {
  background-color: var(--modra);
  border-style: none;
}

.button-8 {
  border: 2px solid var(--black-darkgreen);
  background-color: var(--zluta);
  width: 15rem;
  max-width: 15rem;
  min-height: 3rem;
  color: var(--tmave-seda);
  text-transform: uppercase;
  border-radius: 4rem;
  align-self: center;
  margin-right: 0;
  padding: 9px 22px;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s;
}

.button-8:hover {
  background-color: var(--yellow);
  max-height: 3rem;
}

.create-account-label {
  color: var(--tmave-seda);
  margin-right: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.form-2 {
  flex-direction: column;
  margin-top: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 33px;
  display: flex;
}

.notification-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
}

.sign-in-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bílo-seda);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.text-field-5 {
  min-height: 50px;
  color: var(--tmave-seda);
  border: 1px solid #ececec;
  border-radius: .25rem;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  transition: background-color .4s ease-in-out;
}

.text-field-5:hover {
  background-color: #fafafa;
  font-weight: 400;
}

.text-field-5:focus {
  border-style: none;
  border-color: var(--cervena);
  background-color: var(--sedo-zelena);
  color: var(--white);
  font-weight: 400;
}

.forgot-password-wrapper {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.checkbox-2 {
  margin-top: 0;
  margin-right: 5px;
}

.checkbox-field-2 {
  align-self: auto;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.link-8 {
  color: var(--cervena);
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
}

.form-3 {
  flex-direction: column;
  font-family: proxima-nova, sans-serif;
  font-size: 33px;
  display: flex;
}

.sign-in-left-wrapper-2 {
  background-color: #0000;
  border-right: 1px #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 50vh;
  display: flex;
}

.login-here-link {
  color: var(--cervena);
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
}

.checkbox-label-3 {
  color: var(--black-darkgreen);
  margin-bottom: 0;
  font-size: 13px;
}

.text-block-83 {
  font-size: 18px;
}

.reset-password-form-container {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.signin-form-block-2 {
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  font-size: 22px;
}

.error-message-5 {
  background-color: var(--cervena);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-field-6 {
  min-height: 50px;
  color: var(--tmave-seda);
  border: 1px solid #ececec;
  font-size: 15px;
  line-height: 1;
  transition: background-color .4s ease-in-out;
}

.text-field-6:hover {
  background-color: #fafafa;
}

.text-field-6:focus {
  color: #3c3c3b;
  background-color: #fafafa;
  border-style: solid;
  border-color: #ac8bff;
}

.login-head {
  color: #333;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
}

.password-head-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 15px;
  display: flex;
  overflow: visible;
}

.password-reset-paragraph {
  color: #333;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.reset-password.distance-top {
  margin-top: 2rem;
}

.minicart-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
}

.mini-cart-list {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.image-36 {
  object-fit: cover;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  box-shadow: 1px 1px 3px #d6d6d6;
}

.variations-main-wrapper {
  display: flex;
  overflow: hidden;
}

.cart-item-2 {
  background-color: var(--bílo-seda);
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 40px;
}

.text-block-38 {
  color: #333;
  letter-spacing: .025rem;
  text-transform: none;
  margin-bottom: 6px;
  font-size: .9rem;
  font-weight: 500;
}

.mini-cart-row {
  background-color: #dbd4cb;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.text-block-39 {
  color: #bb1212;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  display: flex;
}

.cart-quantity-3 {
  background-color: var(--modra);
  width: 2.5rem;
  max-width: 4rem;
  height: 30px;
  color: var(--white);
  text-align: center;
  border-radius: .25rem 0% 0% .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.default-state {
  justify-content: space-between;
}

.link-9 {
  color: var(--modra);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.web-payments {
  display: none;
}

.aktualni-cena {
  color: #c9002b;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.aktualni-cena.blog {
  background-color: var(--black-darkgreen);
  color: var(--zluta);
  text-transform: uppercase;
  border-radius: .25rem;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.aktualni-cena.blog.sale {
  color: var(--silver);
  font-size: 13px;
  text-decoration: line-through;
}

.heading-78 {
  font-size: 26px;
}

.link-guide {
  color: var(--cervena);
}

.guide-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.background-video {
  z-index: 1;
  width: 700px;
  height: 400px;
  display: block;
}

.container-list {
  flex-direction: row;
  width: 450px;
  max-width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.slider-2 {
  background-color: #0000;
  border: 1px #e6e6e6;
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 550px;
}

.product-image-wrapper {
  border-radius: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: sticky;
  top: 150px;
}

.product-content-wrapper {
  border-left: 1px #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
}

.variations-label {
  background-color: var(--sedo-zelena);
  color: var(--white);
  cursor: pointer;
  margin-right: 10px;
  padding: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.variations-label:hover {
  background-color: var(--zluta);
  color: var(--tmave-seda);
}

.variations-label:active, .variations-label:focus {
  background-color: var(--modra);
}

.variations-label.selected {
  background-color: var(--modra);
  border-radius: .25rem;
  font-size: .8rem;
}

.product-content-block {
  background-color: var(--black-darkgreen);
  width: 100%;
  min-height: auto;
  color: var(--white);
  align-self: flex-end;
  padding: 50px;
}

.icon-14 {
  background-color: var(--tmave-seda);
  color: var(--white);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  display: flex;
}

.icon-14:hover {
  background-color: var(--sedo-zelena);
}

.product-title-head {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  position: static;
}

.product-title-head.product {
  text-align: left;
  letter-spacing: .025rem;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.product {
  flex-direction: column;
  display: flex;
}

.single-product-banner-wrapper {
  background-color: #b222221a;
  border-radius: 3px;
  display: inline-block;
}

.quantity-3 {
  background-color: var(--tmave-seda);
  color: var(--white);
  border-style: none;
  border-radius: .25rem;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.slide-3 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: .25px 0 0;
}

.product-head-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  display: flex;
}

.text-block-105 {
  background-color: var(--sedo-zelena);
  width: 100%;
  color: var(--white);
  border-radius: .25rem;
  padding: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.product-hero {
  background-color: var(--tmave-seda);
  border-bottom: 1px #f0f0f0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 0;
  padding: 100px 25px 0;
  display: flex;
}

.price-2 {
  color: var(--zluta);
  letter-spacing: .025rem;
  align-self: flex-end;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.image-38 {
  border: 1px solid var(--tmave-seda);
  opacity: .7;
  cursor: pointer;
  object-fit: cover;
  border-radius: .25rem;
  width: 120px;
  max-width: none;
  height: 120px;
  margin-bottom: .5rem;
  margin-right: .5rem;
}

.div-block-179 {
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  display: flex;
}

.lightbox-link {
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
}

.italic-text {
  text-decoration: underline;
}

.category-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.notices---copy-this {
  z-index: 1000;
  width: 320px;
  max-width: none;
  height: auto;
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.notice {
  background-color: var(--modra);
  border-top: 1px #3898ec;
}

.notice-message {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.6rem;
  display: flex;
}

.notice-success {
  background-color: var(--svetle-zelena);
  text-align: center;
  border-top: 1px #0f0;
}

.notice-success-message {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.6rem;
  display: flex;
}

.notice-error {
  background-color: var(--cervena);
  text-align: center;
  border-top: 1px red;
}

.notice-error-message {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.6rem;
  display: flex;
}

.icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.lottie-animation-3 {
  opacity: 1;
  width: 150px;
  margin-bottom: -30px;
}

.top-bar {
  background-color: var(--tmave-seda);
  justify-content: center;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  position: sticky;
  top: auto;
}

.top-bar_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 95%;
  max-width: 1350px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  overflow: hidden;
}

.top-bar_link {
  color: var(--white);
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.top-bar_link:hover {
  color: var(--bílo-seda);
  border-style: none;
  border-color: #000;
  text-decoration: underline;
}

.top-bar_link.footer {
  padding-left: 10px;
}

.top-bar_link.hidden {
  white-space: nowrap;
}

.nav2-menu {
  align-items: center;
  display: flex;
}

.left-block-topbar {
  width: 100%;
  overflow: hidden;
}

.lottie-animation-4 {
  max-width: 175px;
  margin-top: auto;
  margin-bottom: auto;
}

.social-image-link {
  max-width: 25px;
}

.social-image-link.member {
  margin-right: 10px;
  transition: transform .3s;
}

.social-image-link.member:hover {
  filter: contrast(0%);
  transform: scale(1.3);
}

.footer-link-block {
  justify-content: flex-start;
  display: flex;
}

.link-block-button {
  margin-right: 20px;
}

.image-45 {
  max-width: 90%;
}

.link-10 {
  padding-left: 10px;
}

.footer-link-2 {
  color: var(--bílo-seda);
  margin-right: 25px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.partner-logo-section {
  background-color: var(--sedo-zelena);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.partner-logo-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--sedo-zelena);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.logo-preloader {
  justify-content: flex-start;
  width: 250px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.hero-secondary-text {
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  max-width: 750px;
  margin-top: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 27px;
  line-height: 30px;
}

.hero-button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  width: 65%;
  max-width: 900px;
  max-height: 9rem;
  margin-top: 0;
  display: block;
}

.image-46 {
  clear: none;
  max-width: 85%;
  display: block;
}

.image-46.big {
  max-width: 70%;
}

.partner-logo-link {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.partner-container {
  width: 3000px;
  display: flex;
  overflow: hidden;
}

.partner-overflow-wrapper {
  width: 100%;
  max-width: 1350px;
  padding-left: 0;
  overflow: hidden;
}

.gdrp-section {
  background-color: var(--zluta);
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
}

.checkout-button {
  background-color: var(--modra);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.checkout-button:hover {
  font-size: 15px;
}

.checkout-button.minicart {
  border: 2px solid var(--zluta);
  background-color: var(--black);
  width: 17rem;
  max-width: 17rem;
  min-height: 2.7rem;
  color: var(--zluta);
  letter-spacing: .025rem;
  white-space: nowrap;
  border-radius: 4rem;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1rem;
  transition: all .3s ease-in-out;
  display: flex;
}

.checkout-button.minicart:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.banner-button {
  border: 2px solid var(--zluta);
  background-color: var(--black);
  height: 2.7rem;
  min-height: 2.7rem;
  color: var(--zluta);
  text-align: center;
  letter-spacing: .025rem;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4rem;
  margin: 35px 25px 50px;
  padding: 9px 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 25px;
  transition: all .3s ease-in-out;
}

.banner-button:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.banner-button.left {
  background-color: var(--black);
  letter-spacing: .025rem;
  white-space: nowrap;
  border-style: solid;
  border-width: 2px;
  border-radius: 4rem;
  height: 3rem;
  min-height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
  transition: all .3s ease-out;
}

.banner-button.left:hover {
  border-color: var(--yellow);
  background-color: var(--black);
  box-shadow: none;
  color: var(--yellow);
}

.banner-button.right {
  border: 2px solid var(--bílo-seda);
  background-color: var(--black);
  width: 13rem;
  max-width: 13rem;
  min-height: 3rem;
  color: var(--white);
  white-space: nowrap;
  border-radius: 4rem;
  transition: all .3s ease-in;
}

.banner-button.right:hover {
  border-color: var(--white);
  background-color: var(--tmave-seda);
  color: var(--white);
}

.banner-button.pujcovna {
  margin-bottom: 1rem;
}

.section-header {
  z-index: 100;
  background-color: var(--tmave-seda);
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.header-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1350px;
  margin: 0 auto;
  padding-bottom: 0;
  display: grid;
  position: static;
}

.heading-section {
  z-index: 105;
  color: var(--white);
  text-transform: none;
  text-shadow: 0 1px 3px #22252826;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: -7px;
  margin-right: 19px;
  font-family: Lobster, sans-serif;
  display: block;
  position: relative;
}

.kurz-camp-block {
  background-color: var(--tmave-seda);
  cursor: auto;
  border-radius: .25rem;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0 1px 3px #22252880;
}

.cta-section {
  background-color: var(--modra);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-bottom: auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
  top: 0;
}

.cta-button-black {
  border: 2px solid var(--bílo-seda);
  background-color: var(--tmave-seda);
  max-width: 13rem;
  height: 3rem;
  min-height: 3rem;
  box-shadow: none;
  color: var(--bílo-seda);
  text-align: center;
  letter-spacing: .025rem;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4rem;
  margin-top: 0;
  padding: 9px 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
  transition: all .3s ease-in-out;
}

.cta-button-black:hover {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.cta-button-black.pojisteni {
  max-width: 16rem;
}

.text-block-124 {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  font-family: proxima-nova, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
  display: flex;
}

.secondary-text {
  color: #fff;
  direction: ltr;
  align-self: center;
  padding-top: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.secondary-text.icon {
  color: var(--bílo-seda);
  text-align: center;
  letter-spacing: .25px;
  font-size: 13px;
  line-height: 20px;
}

.secondary-text.cdst {
  text-align: center;
  align-self: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.secondary-text.pojisteni {
  margin-bottom: 2rem;
}

.section-wrapper {
  z-index: 90;
  background-color: var(--zluta);
  perspective: 1000px;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.section-wrapper.kurzy-campy {
  background-color: var(--tmave-seda);
  padding-left: 10px;
  padding-right: 10px;
}

.section-wrapper.shop {
  background-color: var(--black-darkgreen);
  padding-left: 10px;
  padding-right: 10px;
}

.text-kurzy-hp {
  color: var(--white);
  letter-spacing: .25px;
  text-transform: none;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.text-block {
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.h3-heading-kurzy {
  margin-top: 25px;
  margin-bottom: 15px;
}

.secondary-link {
  border-bottom: 2px none var(--white);
  color: var(--white);
  text-align: right;
  letter-spacing: .025rem;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.secondary-link.smallcaps {
  text-transform: none;
  font-weight: 400;
}

.secondary-link.small {
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-size: .8rem;
  display: block;
}

.secondary-link-block {
  cursor: pointer;
  justify-content: flex-end;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.secondary-link-block.blog {
  justify-content: center;
  align-self: stretch;
  padding-top: 15px;
}

.secondary-link-button {
  flex-direction: column;
  justify-content: flex-end;
  display: inline-block;
  overflow: hidden;
  transform: translate(0);
}

.secondary-button-line {
  background-color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.kurz-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 231px;
  margin-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: static;
  top: 0;
  left: 0;
}

.card-highlite {
  background-color: var(--sedo-zelena);
  opacity: .1;
  filter: blur(13px);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100%;
  width: 200px;
  height: 300px;
  margin-top: 100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-block {
  display: flex;
}

.secondary-link-header-block {
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.secondary-link-header-block.kontakt {
  color: var(--tmave-seda);
  cursor: pointer;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
}

.secondary-link-header-block.kosik {
  margin-bottom: 0;
}

.secondary-link-header-block.mainpage {
  margin-top: 0;
}

.prubeh-vyuka-section {
  background-color: var(--modra);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.prubeh-vyuka-block {
  flex-direction: column;
  align-items: center;
  max-width: 1350px;
  padding: 50px 10px 75px;
  display: flex;
}

.vyuka-card-wrapper {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.div-block-310 {
  margin-bottom: 25px;
}

.prubeh-vyuka-grid {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1350px;
  padding-top: 25px;
  display: grid;
}

.vyuka-icon {
  max-width: 125px;
}

.vyuka-icon.kurz {
  max-width: 170px;
}

.heading-icon-block {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 23px;
  display: block;
}

.shop-section {
  padding-left: 0;
}

.collection-categories {
  perspective: 1000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.collection-grid-category {
  z-index: 80;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  align-self: flex-start;
  place-items: start center;
  width: 100450000000%;
  margin: 0;
  padding: 50px 0 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.collection-grid-category.shop {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
}

.category-link-block {
  cursor: pointer;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #22252840;
}

.category-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 17rem;
  margin-bottom: -50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.collection-list-blog {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1350px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.collection-blog-item {
  background-color: var(--tmave-seda);
  transform-style: preserve-3d;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: box-shadow .5s, transform .5s;
  display: flex;
  box-shadow: 0 1px 3px #22252880;
}

.collection-blog-item:hover {
  transform: translate(7px, 7px)scale3d(1.025, 1.025, 1.1);
  box-shadow: -7px -5px 7px 5px #2225281a;
}

.category-button {
  background-color: var(--tmave-seda);
  width: 100%;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  inset: auto 0% 0%;
  box-shadow: inset 0 1px 3px #222528bf;
}

.div-block-311 {
  background-color: var(--tmave-seda);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 17rem;
  display: flex;
}

.categories-button {
  border: 2px solid var(--bílo-seda);
  background-color: var(--black);
  height: 3rem;
  min-height: 3rem;
  color: var(--bílo-seda);
  text-align: center;
  letter-spacing: .025rem;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4rem;
  margin-top: 0;
  padding: 9px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
  transition: all .3s;
}

.categories-button:hover {
  border-color: var(--white);
  background-color: var(--tmave-seda);
  color: var(--white);
}

.body {
  color: var(--tmave-seda);
  font-family: proxima-nova, sans-serif;
}

.h4-heading-4 {
  color: var(--tmave-seda);
  text-transform: uppercase;
}

.h4-heading-4.white {
  color: var(--white);
  letter-spacing: .025rem;
  font-weight: 600;
}

.doprava-label {
  color: var(--tmave-seda);
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.text-block-127 {
  color: var(--black-darkgreen);
  font-family: proxima-nova, sans-serif;
}

.text-block-128 {
  color: var(--tmave-seda);
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.line-item {
  font-family: proxima-nova, sans-serif;
}

.block-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.block-content.white {
  background-color: var(--white);
  border-radius: .25rem;
}

.text-block-130, .text-block-131 {
  color: var(--black-darkgreen);
}

.page-header-wrapper {
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-heading {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 55px;
}

.page-secondary-text {
  width: auto;
  max-width: 1000px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}

.kontakt-grid {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  margin-top: 25px;
  margin-bottom: 50px;
  display: grid;
}

.kontakt-block {
  background-color: var(--zluta);
  width: 100%;
  color: var(--tmave-seda);
  border-radius: .25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-family: proxima-nova, sans-serif;
  display: flex;
}

.kontakt-block.yellow {
  background-color: var(--black-darkgreen);
  color: var(--black-darkgreen);
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.kontakt-block-heading {
  color: var(--tmave-seda);
  align-self: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
}

.kontakt-block-heading.white {
  color: var(--white);
}

.text-block-132 {
  color: var(--black-darkgreen);
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  margin-bottom: auto;
  font-size: 15px;
  line-height: 23px;
  display: flex;
}

.text-block-132.white {
  color: var(--white);
  flex-direction: row;
  flex: none;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
}

.white-button {
  background-color: var(--white);
  color: var(--tmave-seda);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 35px 25px 25px;
  padding: 15px 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.white-button:hover {
  background-color: var(--sedo-zelena);
  color: var(--bílo-seda);
  box-shadow: inset 0 1px 3px #222528bf;
}

.white-button.kontakt {
  border: 2px solid var(--bílo-seda);
  background-color: var(--black);
  height: 2.7rem;
  min-height: 2.7rem;
  color: var(--white);
  letter-spacing: .025rem;
  border-radius: 4rem;
  margin: 0 0 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  font-weight: 500;
}

.white-button.kontakt:hover {
  border-color: var(--white);
  background-color: var(--black-darkgreen);
  box-shadow: none;
  color: var(--white);
}

.div-block-312 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1350px;
  margin: 50px auto 0;
  padding: 25px 10px 75px;
  display: grid;
}

.heading-81 {
  color: var(--tmave-seda);
  margin-top: 0;
  font-weight: 700;
}

.kontakt-jmeno {
  margin-bottom: 0;
  font-weight: 600;
}

.important-text {
  color: var(--tmave-seda);
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
}

.important-text.block {
  text-transform: none;
  margin-top: 25px;
  font-size: 1rem;
}

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

.image-47 {
  border-radius: 100rem;
  width: 50px;
  margin-left: 15px;
  padding-left: 0;
}

.map-kontakt-link {
  cursor: pointer;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.map-kontakt-link:hover {
  font-weight: 700;
  transform: translate(3px);
}

.form-item-header {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.checkbox-labels {
  width: 100%;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.page-section {
  background-color: var(--tmave-seda);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.collection-list-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.collection-list-wrapper-3 {
  width: 100%;
  max-width: 1350px;
  margin-top: 50px;
  margin-bottom: 75px;
}

.jezdec-block {
  background-color: var(--black-darkgreen);
  border-radius: .25rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-135 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-136 {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.image-49 {
  object-fit: cover;
  height: 250px;
  min-height: 250px;
}

.div-block-315 {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.nase-mise-block {
  background-color: var(--modra);
  width: 100%;
}

.div-block-317 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 75px;
  font-family: proxima-nova, sans-serif;
  display: grid;
}

.div-block-318 {
  width: 65%;
  max-width: 1350px;
}

.paragraph {
  opacity: 1;
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.div-block-320 {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: block;
}

.image-50 {
  text-align: center;
  cursor: pointer;
  align-self: center;
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .3s;
  display: block;
}

.image-50:hover {
  transform: scale(1.1);
}

.link-block-12 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-member-section {
  background-color: var(--black-darkgreen);
  width: 100%;
  padding-top: 50px;
}

.team-member-block {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: start;
  width: 85%;
  max-width: 1350px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: grid;
}

.photo-gallerie-image {
  object-fit: cover;
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  display: block;
  overflow: visible;
}

.fotografie-block {
  border-radius: .25rem;
  overflow: hidden;
}

.collection-photos {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: cover;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: start;
  margin-top: 15px;
  margin-bottom: 15px;
  display: grid;
}

.video, .video-2, .video-3 {
  border-radius: .25rem;
  margin-bottom: 0;
}

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

.member-social-links {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.pagination {
  justify-content: space-between;
  margin-top: 1rem;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.text-pagination {
  color: var(--white);
  letter-spacing: .025rem;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  font-size: .8rem;
  font-weight: 500;
}

.next {
  border: 2px solid var(--white);
  text-transform: none;
  background-color: #0000;
  border-radius: 4rem;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 6.5rem;
  height: 2.3rem;
  min-height: 2.3rem;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
  transition: background-color .3s;
  display: flex;
}

.next:hover {
  background-color: var(--modra);
}

.previous {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 4rem;
  align-self: center;
  align-items: center;
  width: 7.8rem;
  height: 2.3rem;
  min-height: 2.5rem;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: background-color .3s;
  display: flex;
}

.previous:hover {
  background-color: var(--modra);
}

.text-block-138 {
  color: var(--white);
  letter-spacing: .025rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  font-size: .8rem;
  font-weight: 500;
  transition: opacity .2s;
}

.predesly-arrow {
  filter: invert();
  width: 20px;
}

.predesly-arrow.right {
  padding-top: 2px;
  padding-bottom: 0;
  transform: rotate(180deg);
}

.div-block-323 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 100px;
  font-family: proxima-nova, sans-serif;
  display: grid;
}

.div-block-324 {
  width: 100%;
  padding: 15px;
}

.rich-text-block-3 {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 15px;
  font-family: proxima-nova, sans-serif;
}

.div-block-325 {
  width: 100%;
  padding: 15px;
}

.image-53 {
  border-radius: .25rem;
  width: 100%;
}

.blog-date-author {
  color: var(--sedo-zelena);
  padding-right: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.div-block-326 {
  color: var(--bílo-seda);
  display: flex;
}

.collection-list-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  display: grid;
}

.image-54 {
  object-fit: fill;
  min-width: 100%;
}

.div-block-328 {
  width: 50%;
}

.empty-state-6, .empty-state-8 {
  display: none;
}

.shop-filtr-section {
  background-color: var(--black-darkgreen);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding: 0;
}

.shop-filtr-section.search {
  padding-top: 50px;
  padding-bottom: 50px;
}

.add-to-cart-3 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0;
}

.cena-block {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.collection-item-6 {
  background-color: var(--tmave-seda);
  cursor: auto;
  border-radius: .25rem;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #22252840;
}

.text-block-139 {
  color: var(--white);
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.out-of-stock-state-3 {
  background-color: var(--modra);
}

.error-state {
  background-color: var(--cervena);
  position: relative;
}

.error-message-7 {
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.shop-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 1279px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 50px 0;
  display: grid;
  position: relative;
}

.lottie-animation-5 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-white {
  color: var(--bílo-seda);
  font-family: proxima-nova, sans-serif;
}

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

.rich-text-white ol {
  color: var(--zluta);
  font-family: proxima-nova, sans-serif;
}

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

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

.text-shrnuti {
  color: var(--tmave-seda);
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.shrnuti-cena {
  color: var(--tmave-seda);
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.shrnuti-cena.bold {
  font-size: 17px;
}

.block-content-cart {
  border-radius: .25rem;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.success-message-3 {
  background-color: var(--svetle-zelena);
  color: var(--tmave-seda);
  padding: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.error-message-8 {
  background-color: var(--cervena);
  color: var(--white);
  text-align: center;
  font-weight: 600;
  line-height: 23px;
}

.text-block-142 {
  font-size: 17px;
}

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

.collection-list-wrappe-campy {
  width: 100%;
  max-width: 1350px;
  color: var(--tmave-seda);
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.akce-box {
  perspective: 1000px;
  max-width: 100%;
  color: var(--white);
  cursor: pointer;
  border: 1px #000;
  border-radius: .25rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  position: static;
  overflow: hidden;
  box-shadow: 0 1px 3px #22252840;
}

.akce-ridersnumber, .akce-cena {
  font-size: 17px;
  font-weight: 600;
}

.akce-cena-block {
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.akce-heading {
  color: var(--white);
  white-space: normal;
  margin-top: 25px;
  margin-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 19px;
}

.akce-level {
  background-color: var(--sedo-zelena);
  color: var(--tmave-seda);
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding: 5px 25px;
  display: flex;
}

.collection-item-akce {
  background-color: var(--black-darkgreen);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.akce-cena-after {
  font-size: 17px;
  font-weight: 600;
}

.div-block-330 {
  background-color: var(--modra);
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 0;
  padding: 5px 15px 10px;
  font-size: 17px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-330:hover {
  color: var(--white);
}

.akce-popis {
  padding-right: 5px;
  font-size: 15px;
  font-weight: 300;
}

.image-55 {
  object-fit: cover;
  align-self: auto;
  max-width: 100%;
  display: block;
  position: absolute;
  bottom: auto;
}

.akce-text-blok {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  margin-bottom: auto;
  padding: 0;
  display: flex;
}

.akce-image-blok {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  max-width: 100%;
  height: 130px;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.akce-datum {
  color: var(--zluta);
  align-self: flex-start;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 19px;
  font-weight: 600;
}

.paragraph-2 {
  background-color: var(--black-darkgreen);
  text-align: center;
  align-self: center;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  position: absolute;
}

.akce-section {
  background-color: var(--black-darkgreen);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
}

.collection-list-wrapper-5 {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.akce {
  width: 85%;
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.akce-item-text-field {
  color: var(--zluta);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 23px;
}

.akce-item-header {
  background-color: var(--sedo-zelena);
  max-width: 1000px;
  color: var(--white);
  text-align: center;
  border-radius: .25rem;
  margin: 10px auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 600;
}

.akce-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rich-text-block-4 {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.rich-text-block-4 h4 {
  color: var(--white);
  margin-top: 50px;
}

.akce-item-text-block {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 15px;
  display: flex;
}

.akce-text-all-blok {
  background-color: var(--tmave-seda);
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.akce-item-name {
  text-align: left;
  padding-right: 10px;
  font-weight: 300;
}

.wrapper-contact-rezervace {
  background-color: var(--zluta);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 25px;
  font-family: Poppins;
  display: block;
}

.contact-form-rezervace {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 900px;
  margin: 25px auto 0;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.wprapper-form-rezervace {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.form-contact-akce {
  color: var(--tmave-seda);
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: block;
}

.form-akce {
  grid-column-gap: 35px;
  grid-row-gap: 5px;
  color: var(--tmave-seda);
  grid-template-rows: auto auto 2fr auto auto auto 2fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-top: 0;
  display: grid;
}

.term-n-form-block {
  width: 100%;
}

.akce-form-link {
  color: var(--modra);
  font-weight: 700;
  text-decoration: underline;
}

.akce-form-link:hover {
  color: var(--sedo-zelena);
}

.div-block-332 {
  background-color: var(--black-darkgreen);
  width: 100%;
}

.related-header {
  color: var(--tmave-seda);
  text-align: center;
  text-transform: none;
  padding-top: 15px;
  padding-bottom: 0;
  font-family: Lobster, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
}

.related-header.white {
  color: var(--white);
}

.product-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black-darkgreen);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: stretch;
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 2rem;
  display: grid;
}

.video-4 {
  border-radius: .25rem;
}

.checkbox-field-4 {
  background-color: #0000;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.info-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
}

.info-blok {
  background-color: var(--zluta);
  color: var(--tmave-seda);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-family: proxima-nova, sans-serif;
  display: flex;
}

.info-blok.yellow {
  background-color: var(--black-darkgreen);
  width: 55%;
  height: auto;
  color: var(--black-darkgreen);
  border-radius: .25rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.info-text-blok {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 25px;
  display: grid;
}

.info-text-light {
  color: var(--white);
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.info-text-light.bold {
  color: var(--zluta);
  padding-left: 10px;
  font-weight: 600;
}

.info-text-light.black {
  color: var(--black-darkgreen);
}

.info-block-heading-copy {
  color: var(--tmave-seda);
  align-self: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
}

.info-block-heading-copy.white {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
}

.price-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  justify-items: stretch;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 5px;
  display: grid;
}

.individualni-kurzy {
  background-color: var(--tmave-seda);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-text-section {
  background-color: var(--black-darkgreen);
  width: 100%;
}

.info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: flex;
}

.price-text {
  color: var(--white);
  text-transform: uppercase;
  padding-left: 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.price-text.first {
  padding-left: 0;
}

.price-list-polozka {
  border-radius: .25rem;
}

.price-list-cena {
  background-color: var(--zluta);
  color: var(--tmave-seda);
  text-align: left;
  text-transform: uppercase;
  padding: 10px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}

.div-block-333 {
  padding: 5px 10px 5px 25px;
}

.text-block-144 {
  max-width: 900px;
  color: var(--white);
  align-self: center;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.termin-blok {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 550px;
  margin: 0 auto 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.termin-blok.blue {
  margin-bottom: 0;
}

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

.workshop-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--modra);
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 50px 25px;
  display: grid;
}

.info-block-double {
  background-color: var(--tmave-seda);
  text-align: left;
  border-radius: .25rem;
  flex: 1;
  width: 500px;
  margin-bottom: 50px;
  padding: 25px;
  display: block;
}

.grid-2 {
  background-color: var(--zluta);
  border-radius: .25rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
  margin-top: 25px;
  padding: 25px;
}

.div-block-334 {
  background-color: var(--black-darkgreen);
  border-radius: 25rem;
  width: 15px;
  height: 15px;
}

.campy-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--modra);
  border-radius: .25rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 50px 0;
  display: grid;
}

.specialni-akce-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--modra);
  border-radius: 0;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 50px 0;
  display: grid;
}

.image-56 {
  object-fit: cover;
  height: 100%;
  max-height: 300px;
}

.div-block-337 {
  border-radius: .25rem;
  height: 100%;
  overflow: hidden;
}

.sidebar-widget {
  background-color: var(--tmave-seda);
  width: 100%;
  color: var(--white);
  border-radius: .25rem;
  margin-right: 10px;
  padding: 5px 15px 5px 1rem;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 23px;
  position: sticky;
  top: 150px;
}

.widgets {
  background-color: var(--sedo-zelena);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 20px;
  position: static;
  top: 200px;
}

.shortcode-block {
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  position: static;
  top: 200px;
}

.variations {
  margin-top: 15px;
  margin-bottom: 15px;
}

.variation-title {
  letter-spacing: .05rem;
  text-transform: none;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.values {
  color: var(--white);
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  display: flex;
}

.option-list-2 {
  font-size: 0;
}

.image-product-mini {
  border-radius: .25rem;
  width: 60px;
  max-width: 60px;
  max-height: 60px;
}

.order-title {
  color: var(--tmave-seda);
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.text-block-145 {
  color: var(--tmave-seda);
}

.text-block-146 {
  color: var(--tmave-seda);
  margin-left: 5px;
}

.div-block-338 {
  font-family: proxima-nova, sans-serif;
  display: flex;
}

.text-block-147 {
  color: var(--tmave-seda);
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  display: none;
}

.list-item-4 {
  display: flex;
}

.div-block-339 {
  flex: 1;
  margin-left: 10px;
}

.order-item-list {
  display: none;
}

.image-60 {
  object-fit: cover;
  margin-bottom: 5px;
  margin-right: 5px;
}

.empty-state-12 {
  display: none;
}

.div-block-340 {
  flex-flow: column wrap;
  align-content: center;
  display: flex;
}

.list-3, .list-4, .list-5, .list-6 {
  color: var(--zluta);
}

.text-block-148 {
  color: var(--white);
  margin-bottom: 50px;
  font-family: proxima-nova, sans-serif;
}

.paragraph-4 {
  padding-top: 10px;
  padding-right: 0;
  line-height: 1.7rem;
}

.email, .full-name, .street-address, .street-address-2, .city, .state-province, .zip-postal-code, .country, .card-number, .expiration-date, .security-code, .full-name-2, .street-address-3, .street-address-4, .city-2, .state-province-2, .zip-postal-code-2, .country-2 {
  color: var(--tmave-seda);
  border-radius: 0;
}

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

.photo-team-block {
  object-fit: cover;
  border-radius: .25rem;
  align-items: flex-start;
  max-height: 300px;
  display: flex;
  overflow: hidden;
}

.div-block-341 {
  min-width: 100%;
}

.div-block-342 {
  object-fit: fill;
  min-width: 100%;
}

.cart-image-div {
  width: 80px;
  display: flex;
  overflow: hidden;
}

.order-items {
  display: none;
}

.pocet-jezdcu-form {
  width: 100%;
}

.cena-sleva {
  color: var(--silver);
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: line-through;
}

.container-6, .container-7 {
  color: var(--tmave-seda);
}

.prices-block {
  background-color: var(--tmave-seda);
  border-radius: .25rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.field-label-2 {
  font-family: proxima-nova, sans-serif;
}

.out-of-stock-state-4 {
  background-color: var(--modra);
  color: var(--bílo-seda);
}

.field-label-3 {
  letter-spacing: .05rem;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.shipping-method {
  font-family: proxima-nova, sans-serif;
}

.block-header {
  background-color: var(--white);
  border-style: none;
  display: block;
}

.backtoshop-button {
  border: 2px solid var(--white);
  background-color: var(--black);
  width: 22%;
  max-width: 20rem;
  height: 2.7rem;
  min-height: 2.7rem;
  color: var(--white);
  text-align: center;
  letter-spacing: .025rem;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 4rem;
  align-self: center;
  margin: 20px auto 10px;
  padding: 9px 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.backtoshop-button:hover {
  background-color: var(--black-darkgreen);
  color: var(--white);
}

.kosik-logo {
  min-width: 125px;
  margin-top: 20px;
}

.collection-list-search {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1350px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: grid;
}

.checkbox-label-4 {
  color: var(--tmave-seda);
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
}

.form-5 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pop-form {
  z-index: 10000;
  background-color: #2e302c80;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
}

.popup-form-block {
  align-self: center;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.pop-up-close-button {
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.pop-up-close-button:hover {
  opacity: 1;
  transform: scale(1.3)rotate(180deg);
}

.checkbox-log-in {
  background-color: var(--white);
  border-style: none;
  border-radius: .25rem;
  flex: 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-left: 0;
  padding-top: 0;
}

.checkbox-log-in.w--redirected-checked {
  background-color: var(--modra);
  border-style: none;
}

.checkbox-field-login {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 150px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.right-block-topbar {
  align-items: center;
  display: flex;
}

.lottie-social-icon {
  width: 25px;
  min-width: 25px;
}

.lottie-social-icon.small {
  width: 17px;
  min-width: 17px;
  max-height: 17px;
}

.lottie-animation-6 {
  width: 30px;
  max-width: 30px;
}

.text-block-149 {
  flex: 0 auto;
  font-size: 13px;
  display: inline-block;
}

.mtbtrial {
  clear: none;
  max-width: 85%;
  display: block;
}

.mtbtrial.big {
  max-width: 70%;
}

.spank, .maloja, .lezyne, .bikeworkx {
  clear: none;
  max-width: 85%;
  display: block;
}

.bikeworkx.big {
  max-width: 70%;
}

.supacaz, .cdst {
  clear: none;
  max-width: 85%;
  display: block;
}

.cdst.small {
  max-width: 100%;
}

.shop-info-bar {
  background-color: var(--tmave-seda);
  text-align: center;
  padding-top: 50px;
}

.collection-item__card-categorie {
  border-radius: .025rem;
  flex-direction: row;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.collection-item-categorie {
  background-color: var(--tmave-seda);
  cursor: pointer;
  border-radius: .25rem;
  min-width: 200px;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}

.collection-list-categorie {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black-darkgreen);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.collection-shop-wrapper-categorie {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1279px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.collection-shop-wrapper-categorie.main {
  padding-top: 0;
}

.breadcrumb-link {
  color: var(--cornflower-blue);
  white-space: normal;
  font-size: 13px;
  text-decoration: underline;
}

.breadcrumb-link:hover {
  color: var(--light-steel-blue);
}

.breadcrumb-text {
  color: var(--bílo-seda);
  white-space: normal;
  padding-left: 3px;
  padding-right: 3px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.div-block-344 {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.div-block-344.individual {
  margin-top: 3rem;
}

.product-image-text {
  color: var(--white);
  text-align: center;
  text-transform: none;
  align-self: center;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  position: relative;
  top: -89px;
}

.div-block-345 {
  background-color: var(--tmave-seda);
  height: 100%;
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
}

.breadcrumb-div {
  margin-top: 15px;
}

.list-8 {
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.collection-list-wrapper-6, .collection-item-7 {
  min-width: 100%;
}

.default-state-3 {
  align-self: center;
  position: relative;
  top: auto;
  bottom: 0;
}

.collection-list-wrapper-7 {
  flex-direction: column;
  display: flex;
}

.text-dph {
  letter-spacing: .025rem;
  align-self: flex-end;
  margin-left: 10px;
  padding-bottom: 2px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.list-item-7 {
  white-space: nowrap;
}

.dropdown-nav-link {
  font-weight: 600;
}

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

.dropdown-list {
  background-color: var(--sedo-zelena);
  color: var(--bílo-seda);
}

.dropdown-link {
  color: var(--bílo-seda);
  transition: all .25s ease-in-out;
}

.dropdown-link:hover {
  background-color: var(--tmave-seda);
  color: var(--bílo-seda);
  padding-left: 30px;
}

.dropdown-link.w--current {
  color: #fff;
}

/* W-richtext content headings, links, lists */
.w-richtext h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1.75rem 0 0.6rem;
  color: var(--bílo-seda);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.w-richtext h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1.25rem 0 0.4rem;
  color: var(--bílo-seda);
}
.w-richtext p {
  margin: 0 0 0.85rem;
}
.w-richtext a {
  color: var(--zluta);
  text-decoration: underline;
}
.w-richtext a:hover {
  color: #fff;
}
.w-richtext h3 strong,
.w-richtext h3 b {
  font-weight: 700;
  color: var(--zluta);
}
.w-richtext ul, .w-richtext ol {
  padding-left: 1.5rem;
  margin-bottom: 0.85rem;
}
.w-richtext li {
  margin-bottom: 0.3rem;
}
.w-richtext strong, .w-richtext b {
  font-weight: 700;
}

/* Blog stránka — odlišení pozadí sekce od karet článků */
body[page="blog"] .section-wrapper.kurzy-campy {
  background-color: #2E302C;
}

/* WP gallery block → 4 sloupce grid (starý formát: blocks-gallery-grid) */
.w-richtext .blocks-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding: 0;
  list-style: none;
  margin: 1rem 0 1.5rem;
}
.w-richtext .blocks-gallery-item {
  margin: 0;
}
.w-richtext .blocks-gallery-item figure {
  margin: 0;
}
.w-richtext .blocks-gallery-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

/* WP gallery block → 4 sloupce grid (nový Gutenberg formát: has-nested-images) */
.w-richtext .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin: 1rem 0 1.5rem;
}
.w-richtext .wp-block-gallery .wp-block-image {
  margin: 0;
  min-width: 0;
}
.w-richtext .wp-block-gallery .wp-block-image a {
  display: block;
}
.w-richtext .wp-block-gallery .wp-block-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

/* WP video embed block — zobrazení jako iframe kontejner */
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 1rem 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}

/* Hover animace ČÍST DÁLE v blogu — náhrada za Webflow IX2 která nefunguje na klonovaných elementech */
.secondary-link-block.blog .secondary-button-line {
  transform: scaleX(0) !important;
  transform-origin: left center;
  transition: transform 0.3s ease-out;
}
.secondary-link-block.blog:hover .secondary-button-line {
  transform: scaleX(1) !important;
}
.secondary-link-block.blog .secondary-link {
  transition: color 0.2s ease;
}
.secondary-link-block.blog:hover .secondary-link {
  color: var(--zluta) !important;
}

/* Akce hover — replika IX2 "Kurzy-campy hover": scale + žlutá + barvy */
.collection-item-akce {
  transition: transform 0.5s ease;
}
.collection-item-akce:hover {
  transform: scale(1.1) !important;
  z-index: 2;
}
.collection-item-akce .akce-text-blok,
.collection-item-akce .akce-heading,
.collection-item-akce .akce-datum,
.collection-item-akce .akce-level,
.collection-item-akce .div-block-330,
.collection-item-akce .paragraph-2 {
  transition: background-color 0.5s ease, color 0.5s ease, opacity 0.5s ease;
}
.collection-item-akce:hover .akce-text-blok {
  background-color: rgb(239, 193, 1) !important;
}
.collection-item-akce:hover .akce-heading {
  color: rgb(34, 37, 40) !important;
}
.collection-item-akce:hover .akce-datum {
  color: rgb(34, 37, 40) !important;
}
.collection-item-akce:hover .akce-level {
  color: rgb(255, 255, 255) !important;
}
.collection-item-akce:hover .div-block-330 {
  background-color: rgb(239, 193, 1) !important;
  color: rgb(34, 37, 40) !important;
}
.collection-item-akce:hover .paragraph-2 {
  opacity: 1 !important;
}

/* Footer social ikony — větší než header (.small = 17px) */
.footer-link-block .lottie-social-icon.small {
  width: 32px;
  min-width: 32px;
  max-height: 32px;
}

/* Campy stránka — tlačítko vycentrovat s top margin */
.termin-blok > .banner-button.left {
  align-self: center;
  margin-top: 15px;
  margin-bottom: 0;
}

/* Kontakt — ikona mapy hover */
.map-kontakt-link {
  display: inline-flex !important;
  align-items: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.map-kontakt-link:hover {
  transform: scale(1.1);
  filter: brightness(0) invert(1);
}

.apple-pay {
  border-radius: 4rem;
}

.text-block-slider1 {
  padding-right: 2rem;
}

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

.image-61 {
  border-radius: .25rem;
}

.collection-item-8 {
  border-radius: .25rem;
  overflow: hidden;
}

.image-62 {
  border-radius: .25rem;
}

.e13 {
  clear: none;
  max-width: 85%;
  display: block;
}

.regular-price-block {
  width: 100%;
  display: flex;
}

.mask {
  border-radius: .25rem .25px 0 0;
}

.order-summary, .shipping-method-2, .payment-info, .billing-address, .shipping-address, .customer-info {
  background-color: var(--white);
  border-radius: .25rem;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.collection-item-9 {
  border-radius: .25rem;
  overflow: hidden;
}

.checkout-actions {
  align-self: center;
}

.secondary-button-wrapper {
  justify-content: center;
  margin-bottom: 1rem;
  display: flex;
}

.order-items-2 {
  background-color: var(--white);
  border-radius: .25rem;
  overflow: hidden;
}

.padding-vertical {
  padding-bottom: 1rem;
}

.padding-vertical.huge {
  margin-bottom: 2rem;
}

.padding-vertical.categorie {
  background-color: var(--black-darkgreen);
  padding-bottom: 0;
}

.slider-3 {
  background-color: var(--modra);
  max-height: 10rem;
  display: block;
}

.hero-slider-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-slider-wrapper._2 {
  grid-template-columns: 1fr .5fr;
}

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

.slide-nav-2 {
  padding-top: .5rem;
  inset: auto 0% 0%;
}

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

.banner-button-2 {
  color: #efc101;
  text-align: center;
  letter-spacing: .025rem;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #000;
  border: 2px solid #efc101;
  border-radius: 4rem;
  height: 2.7rem;
  min-height: 2.7rem;
  margin: 35px 25px 50px;
  padding: 9px 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 25px;
  transition: all .3s ease-in-out;
}

.banner-button-2:hover {
  color: #fff200;
  border-color: #fff200;
}

.banner-button-2.right {
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border: 2px solid #ebe4da;
  border-radius: 4rem;
  width: 13rem;
  max-width: 13rem;
  min-height: 3rem;
  transition: all .3s ease-in;
}

.banner-button-2.right:hover {
  color: #fff;
  background-color: #222528;
  border-color: #fff;
}

.banner-button-2.right.pojisteni {
  width: 14rem;
  max-width: 15rem;
}

.pojisteni-block {
  border-radius: .25rem;
  width: 100%;
  overflow: hidden;
}

.poji-t-n-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  width: 65%;
  max-width: 900px;
  max-height: 17rem;
  margin-top: 0;
  display: block;
}

.pojisteni-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-block-pojisteni-cta {
  padding-right: 2rem;
}

.cta-pojisteni-section {
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-bottom: auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
  top: 0;
}

.html-pojisteni {
  border-radius: .25rem;
  overflow: hidden;
}

.pojisteni-iframe {
  width: 100%;
  min-width: 550px;
  max-width: 750px;
}

.pojisteni-info {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 550px;
  margin: 0 auto 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: none;
}

.link-11 {
  white-space: nowrap;
  font-size: 13px;
}

.secondary-link-info {
  text-decoration: underline;
}

.secondary-link-info:hover {
  color: var(--yellow);
}

.secondary-link-cta-block {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.fotogalerie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.campy-img-block {
  background-image: url('../images/kurzy-small.jpg');
  background-position: 50%;
  background-size: cover;
}

.campy-img-block._2 {
  background-image: url('../images/workshopy-small.jpg');
}

.campy-img-block._3 {
  background-image: url('../images/banner2021.jpg');
}

.servis-basic-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 25px;
  margin-bottom: 50px;
  display: grid;
}

.servis-block {
  background-color: var(--zluta);
  color: var(--tmave-seda);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-family: proxima-nova, sans-serif;
  display: flex;
}

.servis-block.yellow {
  background-color: var(--black-darkgreen);
  height: auto;
  color: var(--black-darkgreen);
  border-radius: .25rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.servis-basic-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  display: flex;
}

.servis-basic-text-infobox {
  color: var(--bílo-seda);
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.cena-servis-text {
  color: var(--zluta);
  text-align: center;
  letter-spacing: .1rem;
  white-space: nowrap;
  background-color: #232528;
  border-radius: .25rem;
  align-self: stretch;
  margin-top: .5rem;
  padding: 1.6rem;
  font-family: proxima-nova, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.servis-button {
  border: 2px solid var(--bílo-seda);
  background-color: var(--black);
  height: 3rem;
  min-height: 3rem;
  color: var(--bílo-seda);
  text-align: center;
  letter-spacing: .025rem;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 25px;
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
  transition: all .3s;
}

.servis-button:hover {
  border-color: var(--white);
  background-color: var(--tmave-seda);
  color: var(--white);
}

.servis-button-block {
  flex-direction: row;
  width: 100%;
  margin: 1rem auto 2rem;
  display: flex;
}

.servis-body {
  background-color: #2e60ab;
  flex-direction: column;
  align-items: center;
  padding: 50px 10px 75px;
  display: flex;
}

.servis-info-section {
  background-color: var(--black-darkgreen);
  width: 100%;
}

.body-headline {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.9rem;
  display: block;
}

.servis-card-wrapper {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.servis-grid {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1350px;
  padding-top: 25px;
  display: grid;
}

.servis-info-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--sedo-zelena);
  border-radius: .25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 50px 25px;
  display: flex;
}

.servis-info-block {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

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

.price-list-text {
  color: var(--tmave-seda);
  letter-spacing: .05rem;
  padding: 1rem 2rem 1rem 1rem;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
}

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

.price-list-raw {
  background-color: #efc100;
  border-radius: .25rem;
  justify-content: space-between;
  min-width: 35rem;
  margin-bottom: .5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.price-list-raw.dark {
  background-color: #232528;
  border-radius: .25rem;
  min-width: 40rem;
}

.price-list-raw.blue {
  background-color: #2a508c;
  border-radius: .25rem;
  min-width: 40rem;
}

.price-list-raw.info {
  background-color: #545a4f00;
  border-radius: .25rem;
  justify-content: flex-end;
  min-width: 100%;
  max-width: 9rem;
  margin-left: auto;
  padding-left: 0;
  padding-right: .5rem;
}

.price-dph-text {
  color: var(--bílo-seda);
  text-align: right;
  letter-spacing: .05rem;
  white-space: normal;
  padding: 2rem 0 1rem 1rem;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.balicek-info-text {
  color: var(--bílo-seda);
  text-align: left;
  letter-spacing: .05rem;
  white-space: normal;
  padding: 2rem 0 1rem 1rem;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.servis-link-text {
  font-size: 17px;
}

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

.servis-table-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
}

.info-block-heading-text {
  color: var(--white);
  letter-spacing: .025rem;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2rem;
}

.workshop-grid-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--modra);
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 4rem 25px;
  display: flex;
}

.html-embed {
  border-radius: .25rem;
}

.slider-buttons {
  flex-direction: column;
  align-items: center;
  padding-right: 2rem;
  display: flex;
}

.center-block-topbar {
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.filter-widget {
  width: 100%;
  color: var(--white);
  border-radius: .25rem;
  justify-content: space-around;
  margin-right: 10px;
  padding: 5px 15px 5px 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 23px;
  display: flex;
  position: sticky;
  top: 150px;
}

.shop-kategorie-wrapper {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 1rem;
  display: flex;
  position: relative;
}

.shop-kategorie-wrapper.subfiltr {
  display: none;
}

.sidebar-block {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 15px .5rem;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: static;
  top: 200px;
}

.rezervace-button-pokyny {
  text-align: left;
  margin-top: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 300;
}

.wprapper-buttons {
  background-color: var(--tmave-seda);
  border-radius: .2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.quick-contact-wrapper-buttony {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.quick-contact-wrapper-buttony.individual {
  margin-top: 3rem;
}

@media screen and (min-width: 1280px) {
  .collection-list-2.shop {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-text-container {
    margin-bottom: 25px;
  }

  .main-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card-product_wrapper-image, .wrapper-image__img {
    min-height: 230px;
    max-height: 230px;
  }

  .submit-button.focus {
    max-width: 14rem;
  }

  .product-image-wrapper {
    margin-bottom: 15px;
  }

  .gdrp-section {
    padding-bottom: 0;
  }

  .collection-grid-category.shop {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .pagination {
    margin-top: 1.5rem;
  }

  .shop-filtr-section {
    max-width: 1450px;
  }

  .shop-wrapper {
    grid-template-columns: .5fr 1fr;
    max-width: 100vw;
    padding-left: 0;
  }

  .termin-blok {
    margin-bottom: 25px;
  }

  .specialni-akce-grid {
    grid-template-rows: auto auto auto auto auto;
  }

  .collection-list-categorie {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .collection-shop-wrapper-categorie {
    max-width: 1400px;
    margin-bottom: 15px;
  }

  .collection-shop-wrapper-categorie.main {
    margin-bottom: 0;
    padding-top: 0;
  }

  .pojisteni-info, .servis-info-block {
    margin-bottom: 25px;
  }

  .shop-kategorie-wrapper {
    grid-template-columns: .5fr 1fr;
    max-width: 100vw;
  }
}

@media screen and (min-width: 1440px) {
  p {
    color: var(--white);
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    line-height: 23px;
  }

  .collection-list-2.shop, .collection-list-2.related {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main-button.yellow {
    padding-left: 25px;
    padding-right: 25px;
  }

  .collection-shop-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-shop-wrapper.related {
    max-width: 1400px;
    overflow: scroll;
  }

  .nav1-wrap {
    width: 100%;
  }

  .card-blog__wrapper-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper--text__title.categorie {
    text-align: left;
    padding-left: 0;
  }

  .card-product_wrapper-image {
    align-items: flex-start;
    min-height: 230px;
    max-height: 230px;
    display: flex;
  }

  .wrapper-image__img {
    min-height: 230px;
    max-height: 230px;
  }

  .submit-button.focus {
    max-width: 15rem;
  }

  .submit-button.focus:hover {
    background-color: var(--tmave-seda);
    color: var(--zluta);
  }

  .collection-blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cookie {
    display: none;
  }

  .product-image-wrapper {
    margin-top: 0;
  }

  .product-content-wrapper {
    width: 750px;
  }

  .variations-label.selected {
    border-radius: .25rem;
  }

  .quantity-3 {
    background-color: var(--tmave-seda);
    border-radius: .25rem;
  }

  .slide-3 {
    overflow: hidden;
  }

  .product-hero {
    background-color: var(--tmave-seda);
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .image-38 {
    border-color: var(--tmave-seda);
    border-radius: .25rem;
  }

  .notices---copy-this {
    inset: auto 0% 0% auto;
  }

  .top-bar_wrap {
    width: 90%;
  }

  .secondary-link-block {
    align-items: flex-end;
  }

  .collection-grid-category {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .page-header-wrapper.specialni-akce {
    padding-bottom: 20px;
  }

  .kontakt-block {
    border-radius: .25rem;
  }

  .page-section {
    padding-bottom: 25px;
  }

  .collection-list-10 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

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

  .text-block-135 {
    margin-top: 25px;
  }

  .image-49 {
    flex: none;
    align-self: auto;
    width: auto;
    height: 250px;
  }

  .div-block-315 {
    flex: 1;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nase-mise-block {
    background-color: var(--modra);
  }

  .div-block-317 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 75px;
    display: grid;
  }

  .div-block-318 {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    font-family: proxima-nova, sans-serif;
  }

  .paragraph {
    opacity: 1;
    font-weight: 300;
  }

  .nase-mise-heading {
    margin-bottom: 25px;
  }

  .pagination {
    margin-top: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-323 {
    grid-template-columns: 1.75fr 1fr;
    justify-items: center;
    width: 90%;
  }

  .div-block-325 {
    margin-right: 0;
  }

  .image-53 {
    max-width: 500px;
  }

  .shop-filtr-section {
    max-width: 100%;
  }

  .add-to-cart-3 {
    justify-content: flex-end;
  }

  .collection-item-6 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .shop-wrapper {
    grid-template-columns: .35fr 1fr;
    max-width: 1900px;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-akce {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .product-grid {
    border-radius: .25rem;
  }

  .workshop-grid {
    grid-template-rows: auto auto auto;
    padding-bottom: 50px;
  }

  .info-block-double {
    flex-direction: column;
    display: flex;
  }

  .specialni-akce-grid {
    grid-template-rows: auto auto auto auto;
  }

  .image-56 {
    object-fit: cover;
    height: 100%;
    max-height: 300px;
  }

  .div-block-337 {
    height: 100%;
  }

  .shortcode-block {
    padding-left: 25px;
  }

  .cena-sleva {
    color: var(--silver);
    font-size: 13px;
  }

  .prices-block {
    background-color: var(--tmave-seda);
    border-radius: .25rem;
    min-width: 100%;
    padding: 1rem;
  }

  .collection-list-categorie {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 1350px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .collection-shop-wrapper-categorie {
    background-color: var(--black-darkgreen);
    width: 100%;
    max-width: 1400px;
  }

  .div-block-345 {
    border-radius: .25rem;
    margin-top: auto;
  }

  .servis-info-grid, .workshop-grid-copy {
    grid-template-rows: auto auto auto;
    padding-bottom: 50px;
  }

  .shop-kategorie-wrapper {
    grid-template-columns: .35fr 1fr;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-block {
    padding-left: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .collection-list-2.shop {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .wrapper-image__img {
    min-height: 230px;
    max-height: 230px;
  }

  .shop-wrapper {
    grid-template-columns: .3fr 1fr;
    max-width: 2100px;
  }
}

@media screen and (max-width: 991px) {
  .preloader {
    z-index: 2147483647;
  }

  .menu-button {
    margin-left: 0;
  }

  .menu-button:hover {
    opacity: 1;
  }

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

  .collection-list-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-2.shop {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list-2.related {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav1-menu-wrap {
    justify-content: flex-end;
  }

  .main-button.signin {
    color: var(--white);
    border-style: none;
    justify-content: flex-start;
    padding: 14px 24px;
  }

  .main-button.signin.w--current {
    border-style: none;
    justify-content: flex-start;
    min-height: auto;
    padding: 15px 24px;
  }

  .main-button.rezervace {
    max-width: 16rem;
  }

  .main-button.useraccount {
    color: var(--white);
    border-style: none;
    justify-content: flex-start;
    padding: 14px 24px;
  }

  .main-button.useraccount.w--current {
    border-style: none;
    justify-content: flex-start;
    min-height: auto;
    padding: 15px 24px;
  }

  .hero-text-wrapper {
    align-items: center;
    width: 100%;
    height: 700px;
  }

  .navbar1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .empty-state {
    max-width: 738px;
  }

  .hero-text-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-bottom: 75px;
    display: flex;
  }

  .error-message {
    max-width: 738px;
  }

  .footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .head-text-home-v2 {
    text-align: center;
    font-size: 70px;
  }

  .nav-link {
    width: 100%;
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .nav-link:hover {
    color: var(--tmave-seda);
    display: block;
  }

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

  .nav-link.white.hover-black {
    width: 95%;
    color: var(--white);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 600;
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
    display: flex;
  }

  .nav-link.white.hover-black:hover {
    width: 100%;
    color: var(--tmave-seda);
    padding-left: 10px;
    font-size: 15px;
    transform: scale(1.1)translate(10px);
  }

  .nav-link.white.shop {
    background-color: #2d60ab00;
    border-radius: 0;
    margin-left: 1.5rem;
    padding-left: 10px;
    padding-right: 0;
    font-weight: 600;
  }

  .nav-link.white.shop:hover {
    color: var(--tmave-seda);
    background-color: #acb8c500;
    transform: scale(1.1)translate(10px);
  }

  .nav1-menu {
    z-index: 15;
    background-color: var(--modra);
    width: 30%;
    color: var(--modra);
    border-bottom: 0 #ebedee;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    box-shadow: 0 4px 3px 3px #22252826;
  }

  .main-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .kurzy-campy-akce-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .kurzy-section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-home-v2 {
    flex-direction: column;
    height: auto;
  }

  .main {
    overflow: hidden;
  }

  .nav1-wrap {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .style-guide-hero-wrapper {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .style-guide-text-container {
    position: static;
  }

  .style-guide-heading {
    font-size: 26vw;
    line-height: 1;
  }

  .section-stylguide {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-wrapper {
    width: auto;
    position: static;
  }

  .section-styleguide__container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-styleguide__container.flrx.horizontal {
    flex-direction: column;
  }

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

  .link-menu__title {
    font-size: 4vw;
  }

  .blog__collection-list-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 0;
  }

  .div-block-4 {
    width: auto;
    position: static;
  }

  .wrapper--text__title {
    line-height: 23px;
  }

  .card-product_wrapper-image {
    min-height: 200px;
    max-height: 200px;
  }

  .wrapper-image__img {
    height: 185px;
    min-height: 200px;
    max-height: 200px;
  }

  .collection-item__card-blog {
    justify-content: space-between;
  }

  .card-blog__wrapper-image {
    height: auto;
  }

  .collection-blog-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-blog-grid.archive {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-blog-grid.related {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .product-wrap {
    align-items: center;
    min-height: 200px;
    display: flex;
  }

  .banner-author.link {
    margin-left: 0;
  }

  .close-btn {
    font-size: 12px;
  }

  .cookie {
    width: 100%;
    min-width: auto;
    margin-right: 15px;
    display: none;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(0, .25fr);
    grid-auto-flow: row dense;
    justify-content: stretch;
    align-self: auto;
    justify-items: start;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-logo-wrapper.w--current {
    align-items: flex-start;
  }

  .footer-heading {
    white-space: nowrap;
    margin-top: 0;
  }

  .footer-link {
    text-align: left;
    white-space: nowrap;
    max-height: 20px;
    padding-bottom: 25px;
    font-size: 15px;
  }

  .copyright {
    font-size: 12px;
    line-height: 1.5;
  }

  .related-posts {
    padding: 50px 40px 60px;
  }

  .wrapper-contact {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
  }

  .kontaktujte-nas {
    height: auto;
    padding: 110px 10px 25px;
  }

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

  .search-input {
    border-radius: 0;
  }

  .field-label {
    font-size: 11px;
  }

  .button-6.white {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .div-block-7 {
    justify-items: start;
  }

  .collection-list-9 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-item-2 {
    float: none;
    flex-basis: 100%;
    display: block;
  }

  .div-block-176 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .text-field-3 {
    height: 50px;
  }

  .sign-in-hero {
    background-color: var(--bílo-seda);
    min-height: auto;
  }

  .checkbox-label-2 {
    flex: 0 auto;
  }

  .checkbox-formular {
    width: 25px;
    height: 25px;
  }

  .sign-in-main-wrapper {
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .forgot-password-wrapper {
    align-self: auto;
  }

  .checkbox-2 {
    width: 25px;
    height: 25px;
  }

  .checkbox-field-2 {
    flex-direction: column;
    padding-left: 0;
  }

  .sign-in-left-wrapper-2 {
    justify-content: flex-start;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .reset-password-form-container {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .login-head {
    font-size: 26px;
    line-height: 35px;
  }

  .password-head-text-wrapper {
    padding-top: 20px;
  }

  .password-reset-paragraph {
    font-size: 18px;
  }

  .reset-password {
    width: 100%;
  }

  .aktualni-cena.blog {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .9rem;
  }

  .background-video {
    width: 100%;
  }

  .slider-2 {
    width: 100%;
    height: 500px;
  }

  .product-image-wrapper {
    width: 90%;
    max-width: 95vw;
    margin: 0 auto 50px;
    padding-top: 0;
    position: static;
  }

  .product-content-wrapper {
    border-left-style: none;
    align-self: center;
    width: 100%;
    max-width: 90vw;
  }

  .product-content-block {
    align-self: center;
    width: 90%;
    margin-top: 50px;
  }

  .product-title-head {
    text-align: left;
  }

  .product-hero {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .price-2 {
    margin-top: 0;
  }

  .notices---copy-this {
    inset: auto 0% 0% auto;
  }

  .top-bar {
    justify-content: center;
  }

  .top-bar_wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    justify-items: center;
    width: 95%;
  }

  .top-bar_link.footer {
    padding-left: 0;
  }

  .lottie-animation-4 {
    align-self: flex-start;
    margin-left: 0;
  }

  .footer-link-2 {
    position: sticky;
  }

  .hero-button-container {
    width: 85%;
    height: 13rem;
    max-height: 15rem;
  }

  .partner-overflow-wrapper {
    max-width: 95%;
  }

  .gdrp-section {
    align-self: flex-start;
  }

  .banner-button {
    margin-top: 30px;
  }

  .section-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-grid {
    grid-template-columns: 2.25fr 1.5fr;
  }

  .secondary-text.icon {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-link-block.blog {
    align-items: center;
  }

  .heading-block {
    flex-direction: column;
  }

  .secondary-link-header-block.kontakt {
    margin-bottom: 0;
  }

  .vyuka-card-wrapper {
    padding-top: 10px;
  }

  .prubeh-vyuka-grid {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 85%;
  }

  .vyuka-icon {
    max-width: 80px;
  }

  .collection-grid-category {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .collection-grid-category.shop {
    padding-bottom: 10px;
  }

  .collection-blog-item {
    justify-content: space-between;
  }

  .category-button {
    font-size: 13px;
  }

  .categories-button {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9rem;
  }

  .page-header-wrapper {
    margin-top: 0;
  }

  .page-secondary-text {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 25px;
  }

  .kontakt-block {
    padding-bottom: 15px;
  }

  .white-button.kontakt {
    margin-bottom: 0;
  }

  .div-block-312 {
    margin-top: 15px;
  }

  .contact-form-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .important-text.block {
    text-align: left;
  }

  .footer-links-block {
    margin-bottom: 50px;
  }

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

  .page-section {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .collection-list-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-block, .div-block-323 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .shop-filtr-section {
    padding: 0 10px 50px;
  }

  .shop-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-right: 0;
  }

  .collection-list-akce {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .akce-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    margin-left: auto;
  }

  .akce-text-all-blok {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .wrapper-contact-rezervace {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .product-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .video-4 {
    object-fit: cover;
  }

  .checkbox-field-4 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .info-blok.yellow {
    width: 70%;
  }

  .price-list {
    width: 100%;
  }

  .individualni-kurzy {
    height: auto;
    padding: 50px 10px 25px;
  }

  .info-wrapper {
    padding-top: 0;
  }

  .price-list-cena {
    font-size: 13px;
  }

  .info-block-double {
    width: auto;
  }

  .specialni-akce-grid {
    grid-template-rows: auto auto auto auto auto auto;
    margin-top: 0;
  }

  .sidebar-widget {
    max-width: 100vw;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .shortcode-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cena-sleva {
    font-size: .8rem;
  }

  .prices-block {
    width: 100%;
  }

  .backtoshop-button {
    width: 38%;
  }

  .collection-list-search {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pop-form {
    display: none;
  }

  .checkbox-log-in {
    width: 25px;
    height: 25px;
  }

  .checkbox-field-login {
    max-width: 200px;
    display: flex;
  }

  .collection-list-categorie {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .collection-shop-wrapper-categorie {
    margin-bottom: 0;
  }

  .breadcrumb-text {
    white-space: normal;
  }

  .div-block-345 {
    height: 50%;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    top: auto;
    bottom: auto;
  }

  .breadcrumb-div {
    max-width: 95vw;
  }

  .dropdown-nav-link {
    color: var(--bílo-seda);
    flex-direction: column;
    display: flex;
  }

  .dropdown-list.w--open {
    width: 100%;
    margin-left: 0;
    padding-bottom: 1rem;
    padding-left: 0;
    display: block;
  }

  .dropdown-link {
    padding-left: 2.5rem;
  }

  .icon-15 {
    color: var(--bílo-seda);
  }

  .dropdown-toggle {
    margin-left: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 10px;
    display: flex;
  }

  .text-block-150 {
    color: var(--bílo-seda);
  }

  .padding-vertical.categorie {
    padding-bottom: 0;
  }

  .slider-3 {
    height: 13rem;
    max-height: 15rem;
  }

  .slide-nav-2 {
    inset: auto 0% 0;
  }

  .banner-button-2 {
    margin-top: 30px;
  }

  .poji-t-n-container {
    align-self: center;
    width: 85%;
    height: 17rem;
    max-height: 17rem;
  }

  .servis-block.yellow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .servis-button {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9rem;
  }

  .servis-body {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .body-headline {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .servis-card-wrapper {
    padding-top: 10px;
  }

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

  .balicek-info-text, .servis-link-text {
    font-size: 15px;
  }

  .filter-widget {
    max-width: 100vw;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .shop-kategorie-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sidebar-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    min-width: 2rem;
    margin-left: 20px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-2.shop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-2.related {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart-product-name {
    font-size: 16px;
    line-height: 26px;
  }

  .main-button.signin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-button.signin.white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .main-button.useraccount {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-button.useraccount.white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .cart-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-text-wrapper {
    height: 500px;
  }

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

  .navbar1.active-nav1 {
    position: relative;
  }

  .empty-state {
    width: 100%;
    max-width: none;
  }

  .hero-text-container {
    width: 85%;
    height: 450px;
    margin-bottom: 50px;
  }

  .error-message {
    width: 100%;
    max-width: none;
  }

  .footer-wrap {
    padding-top: 0;
    padding-bottom: 45px;
    padding-left: 20px;
  }

  .head-text-home-v2 {
    text-align: center;
    font-size: 55px;
    line-height: 65px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav1-menu {
    overflow: hidden;
  }

  .main-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .kurzy-campy-akce-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .kurzy-section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-home-v2 {
    height: auto;
  }

  .cart-product-image {
    width: 56px;
  }

  .cart-container {
    min-width: 360px;
    max-width: 420px;
  }

  .nav1-wrap {
    grid-column-gap: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .style-guide-hero-wrapper {
    height: auto;
    margin-top: 0;
    padding: 70px 0;
  }

  .style-guide-text-container {
    position: static;
  }

  .style-guide-heading {
    font-size: 25vw;
    line-height: 1;
  }

  .slide__link {
    flex-direction: row;
  }

  .link-menu__title {
    font-size: 5vw;
  }

  .blog__collection-item-copy {
    height: 500px;
  }

  .blog__collection-list-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .wrapper--text__title {
    letter-spacing: 1px;
    line-height: 19px;
  }

  .card-product_wrapper-image {
    width: auto;
  }

  .card-product_wrapper-image.categorie {
    width: 100%;
  }

  .collection-item__card-product {
    width: auto;
  }

  .wrapper-image__img {
    height: auto;
    min-height: 200px;
  }

  .submit-button.focus {
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-blog__wrapper-image {
    width: 100%;
  }

  .collection-blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .collection-blog-grid.archive {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-blog-grid.related {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .product-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    display: flex;
  }

  .banner-title-wrap {
    align-items: center;
  }

  .banner-close-card {
    margin-right: 0;
  }

  .banner-exit {
    align-self: flex-start;
  }

  .con-wrap-2 {
    display: none;
  }

  .banner-author.link {
    margin-left: 0;
  }

  .close-btn {
    margin-top: 10px;
    margin-right: 15px;
  }

  .cookie {
    min-width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .grid {
    grid-row-gap: 13px;
    grid-template-rows: auto auto auto auto auto 25px auto auto auto auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-flow: row;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .copyright {
    flex: 0 auto;
    width: auto;
  }

  .regular-price-text-detail {
    color: var(--bílo-seda);
    font-size: 18px;
  }

  .kontaktujte-nas {
    padding-bottom: 0;
  }

  .utility-page-content {
    align-self: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .terms-head {
    line-height: 1;
  }

  .button-6.white {
    margin-bottom: 10px;
  }

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: flex-start start;
    display: grid;
  }

  .collection-list-9 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    display: block;
  }

  .text-field-3 {
    height: 50px;
    margin-bottom: 10px;
  }

  .login-info-wrapper {
    align-self: center;
  }

  .checkbox-2 {
    width: 25px;
    height: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox-field-2 {
    flex-direction: column;
    padding-left: 0;
  }

  .sign-in-left-wrapper-2 {
    width: 90%;
  }

  .reset-password-form-container {
    display: block;
  }

  .login-head {
    margin-bottom: 0;
    font-size: 26px;
  }

  .password-head-text-wrapper {
    padding-top: 20px;
  }

  .password-reset-paragraph {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .slider-2 {
    width: 100%;
  }

  .product-image-wrapper {
    width: 90%;
  }

  .product-content-wrapper {
    max-width: 95vw;
  }

  .product-content-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
    display: flex;
  }

  .product-title-head {
    text-align: center;
    margin-bottom: 0;
  }

  .product-head-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .product-hero {
    padding-top: 25px;
  }

  .price-2 {
    font-size: 22px;
  }

  .notices---copy-this {
    top: 729px;
  }

  .top-bar_wrap {
    grid-template-columns: 1fr 1.25fr;
    padding-left: 0;
    padding-right: 0;
  }

  .top-bar_link {
    padding-left: 0;
    padding-right: 10px;
    font-size: 11px;
  }

  .top-bar_link.footer {
    padding-right: 5px;
  }

  .left-block-topbar {
    font-size: 13px;
  }

  .link-block-button {
    margin-right: 10px;
  }

  .footer-link-2 {
    margin-right: 0;
  }

  .partner-logo-container {
    grid-column-gap: 0px;
  }

  .hero-secondary-text {
    margin-top: 35px;
  }

  .hero-button-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 95%;
    height: 20rem;
    max-height: 20rem;
  }

  .gdrp-section {
    align-self: flex-end;
    align-items: flex-start;
  }

  .banner-button {
    margin: 20px 10px 10px;
  }

  .banner-button.left {
    margin-bottom: 1.5rem;
  }

  .header-grid.nobutton {
    grid-template-columns: 2.25fr;
  }

  .heading-section {
    margin-right: 0;
    font-size: 25px;
  }

  .cta-button-black {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .text-kurzy-hp {
    margin-bottom: 10px;
  }

  .secondary-link-header-block {
    padding-left: 0;
    padding-right: 0;
  }

  .secondary-link-header-block.kontakt {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .collection-grid-category {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .category-button, .page-header-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-secondary-text {
    width: auto;
    line-height: 25px;
  }

  .kontakt-grid {
    grid-column-gap: 25px;
    grid-template-columns: auto auto;
    justify-content: center;
    align-self: center;
    justify-items: center;
  }

  .kontakt-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-132 {
    align-self: flex-start;
  }

  .text-block-132.white {
    flex: 1;
  }

  .white-button.kontakt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-312 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 25px;
    margin-bottom: 0;
    display: flex;
  }

  .contact-form-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .important-text.block {
    padding-bottom: 25px;
  }

  .page-section {
    padding-bottom: 0;
  }

  .div-block-317 {
    grid-template-columns: 1fr;
  }

  .div-block-318 {
    text-align: center;
  }

  .div-block-324 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-326 {
    justify-content: center;
  }

  .div-block-328 {
    width: 100%;
  }

  .shop-filtr-section {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .cena-block {
    align-self: stretch;
  }

  .collection-item-6 {
    max-width: 275px;
  }

  .shop-wrapper {
    grid-template-columns: 1fr;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-akce {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrappe-campy {
    padding-bottom: 50px;
  }

  .text-block-143 {
    padding-right: 5px;
  }

  .akce {
    padding-top: 25px;
  }

  .product-grid {
    margin-bottom: 25px;
  }

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

  .info-blok.yellow {
    width: 90%;
  }

  .info-text-blok {
    grid-template-columns: 1fr 1fr;
  }

  .individualni-kurzy {
    padding-bottom: 0;
  }

  .info-wrapper {
    padding-top: 0;
  }

  .price-list-polozka {
    justify-content: flex-start;
    display: flex;
  }

  .price-list-cena {
    text-align: center;
    flex: 1;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .workshop-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .specialni-akce-grid {
    margin-top: 0;
  }

  .div-block-337 {
    align-items: center;
    display: flex;
  }

  .sidebar-widget {
    padding-left: 0;
    padding-right: 0;
  }

  .shortcode-block {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: proxima-nova, sans-serif;
  }

  .text-block-148 {
    width: 90%;
  }

  .backtoshop-button {
    width: 50%;
  }

  .collection-list-search {
    grid-template-columns: 1fr 1fr;
  }

  .pop-form {
    display: none;
  }

  .pop-up-close-button {
    margin-right: 0;
  }

  .text-block-149 {
    width: 100%;
  }

  .collection-list-categorie {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-344 {
    flex-direction: column;
  }

  .product-image-text {
    align-self: center;
    max-width: 300px;
    top: -105px;
  }

  .div-block-345 {
    bottom: auto;
  }

  .text-dph {
    font-size: 15px;
  }

  .text-block-slider1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding-right: 0;
    display: flex;
  }

  .padding-vertical.categorie {
    display: none;
  }

  .slider-3 {
    height: 20rem;
    max-height: 20rem;
  }

  .hero-slider-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-slider-wrapper._2 {
    grid-template-columns: 1.75fr;
  }

  .banner-button-2 {
    margin: 20px 10px 10px;
  }

  .poji-t-n-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 95%;
    height: 35rem;
    max-height: 35rem;
  }

  .pojisteni-wrapper {
    grid-template-columns: 1fr;
  }

  .text-block-pojisteni-cta {
    margin-top: 2rem;
  }

  .pojisteni-iframe {
    min-width: 480px;
  }

  .link-11 {
    white-space: nowrap;
  }

  .secondary-link-cta-block {
    padding-left: 0;
    padding-right: 0;
  }

  .fotogalerie {
    display: none;
  }

  .servis-basic-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .servis-block.yellow {
    width: 100%;
  }

  .servis-basic-info-block {
    grid-template-columns: 1fr 1fr;
  }

  .body-headline {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .servis-info-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .servis-info-block {
    align-items: center;
    width: 100%;
  }

  .price-list-text {
    white-space: normal;
    padding-left: 0;
  }

  .price-list-text.amount {
    padding-right: 0;
  }

  .price-list-text.amount.white {
    white-space: nowrap;
    padding-right: 0;
  }

  .price-list-text.white {
    white-space: normal;
    padding-right: 1rem;
  }

  .price-list-raw {
    min-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .price-list-raw.dark {
    min-width: 0;
  }

  .price-list-raw.blue {
    width: 100%;
    min-width: auto;
  }

  .price-list-raw.info {
    max-width: 40rem;
  }

  .price-dph-text, .balicek-info-text {
    padding-left: 0;
  }

  .workshop-grid-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .slider-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding-right: 0;
    display: flex;
  }

  .center-block-topbar {
    font-size: 13px;
  }

  .filter-widget {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-kategorie-wrapper {
    grid-template-columns: 1fr;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-block {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: .5rem;
    font-family: proxima-nova, sans-serif;
  }

  .wprapper-buttons {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .quick-contact-wrapper-buttony {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    z-index: 1000;
    align-items: stretch;
    max-width: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    display: flex;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .collection-list-2.shop {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-list-2.related {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .nav1-menu-wrap {
    width: 100%;
    min-width: 100%;
  }

  .main-button {
    text-align: center;
    width: 150px;
  }

  .main-button.search-box {
    width: 100%;
  }

  .main-button.signin {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-button.signin.white {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    padding: 5px 10px;
  }

  .main-button.yellow.detail-produkt {
    width: 200px;
  }

  .main-button.pokladna {
    width: 17rem;
    max-width: 17rem;
    font-size: .7rem;
  }

  .main-button.useraccount {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-button.useraccount.white {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    padding: 5px 10px;
  }

  .hero-text-wrapper {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart {
    z-index: 1000;
    margin-left: auto;
    margin-right: 0;
  }

  .navbar1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar1.active-nav1 {
    z-index: 5000;
    justify-content: center;
    min-width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .hero-text-container {
    text-align: center;
    justify-content: center;
    align-self: auto;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-field.cart-input {
    color: #fff;
  }

  .footer-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .head-text-home-v2 {
    color: var(--white);
    text-align: center;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link.white.hover-black {
    width: 80%;
  }

  .nav1-menu {
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .main-grid {
    grid-column-gap: 12px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .kurzy-campy-akce-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand.w--current {
    justify-content: center;
    width: 100%;
  }

  .kurzy-section {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-shop-wrapper {
    margin-top: 15px;
  }

  .collection-shop-wrapper.related {
    align-self: center;
  }

  .hero-home-v2 {
    height: 60rem;
    min-height: 60rem;
  }

  .cart-product-image {
    width: 56px;
  }

  .main {
    position: relative;
  }

  .cart-container {
    min-width: 240px;
    max-width: 320px;
  }

  .nav1-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .style-guide-hero-wrapper {
    height: auto;
    padding: 50px 0;
  }

  .style-guide-text-container {
    position: static;
  }

  .style-guide-heading {
    font-size: 28vw;
  }

  .link-menu__title {
    font-size: 8vw;
  }

  .blog__collection-item-copy {
    width: 100%;
    height: auto;
  }

  .blog__collection-list-copy {
    grid-template-rows: auto;
  }

  .collection-item {
    width: auto;
  }

  .wrapper--text__title {
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: .8rem;
    line-height: 19px;
  }

  .card-product_wrapper-image.categorie {
    height: 75px;
  }

  .wrapper-image__img {
    height: auto;
  }

  .submit-button {
    margin-top: 10px;
  }

  .card-blog__wrapper-image {
    height: auto;
  }

  .collection-blog-grid {
    grid-template-columns: 1fr;
  }

  .collection-blog-grid.archive {
    flex: 0 auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .collection-blog-grid.related {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .product-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 75px;
  }

  .banner-title-wrap {
    align-items: flex-start;
    width: 100%;
    padding-left: 4px;
  }

  .banner-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .con-wrap-2 {
    min-width: 60px;
    margin-bottom: 20px;
  }

  .banner-author {
    font-size: 14px;
  }

  .left-wrap {
    flex-direction: column;
  }

  .close-btn {
    margin-top: 19px;
    display: block;
  }

  .cookie {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .grid {
    grid-row-gap: 13px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link {
    font-size: 14px;
  }

  .copyright-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .copyright {
    text-align: center;
    align-self: center;
    margin-top: 0;
    font-size: 11px;
  }

  .on-sale-wrapper {
    align-self: center;
    margin-top: 15px;
    margin-left: 0;
  }

  .single-product-info {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .related-posts {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .wprapper-form {
    width: 100%;
  }

  .form-contact {
    align-self: auto;
    width: 100%;
  }

  .textarea-contact {
    margin-bottom: 5px;
  }

  .text-field-contact {
    margin-bottom: 0;
  }

  .wrapper-contact {
    align-items: center;
    width: 100%;
  }

  .kontaktujte-nas {
    height: auto;
    padding-top: 50px;
  }

  .wrapper-location {
    width: 90%;
  }

  .form-contact-us {
    grid-template-rows: auto auto 2fr auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .utility-page-content {
    width: 90%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .utility-page-form {
    padding: 30px 15px;
  }

  .text-field-2 {
    width: 100%;
  }

  .vstup-je-pod-heslem {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 25px;
  }

  .category-hero {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .search-products {
    flex-direction: column;
    width: 90%;
    min-width: auto;
  }

  .search-input {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .div-block-303 {
    flex-direction: column;
  }

  .search-query, .search-results-label {
    font-size: 38px;
  }

  .field-label {
    font-size: 14px;
  }

  .order-confirmation {
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .terms-container {
    padding: 25px;
  }

  .terms-head {
    font-size: 35px;
  }

  .popis-cena {
    font-size: .8rem;
  }

  .button-6.white.checkout {
    width: 13rem;
    max-width: 13rem;
    font-size: .8rem;
  }

  .div-block-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .cart-totals---copy-this {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .div-block-176 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section-22 {
    padding: 90px 10px 60px;
  }

  .table-header {
    flex-direction: column;
  }

  .text-field-3 {
    height: 50px;
  }

  .kosik-cena-hlavni {
    font-size: .8rem;
  }

  .div-block-9 {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .table-row-data.price {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-row-data.product {
    background-color: #fff;
    align-items: flex-start;
  }

  .cart-row---copy-this {
    flex-direction: column;
  }

  .section-4 {
    padding: 60px 10px;
  }

  .create-an-account-link {
    font-size: 14px;
  }

  .login-info-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .sign-in-hero {
    min-height: auto;
  }

  .signin-form-wrapper {
    max-width: none;
  }

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

  .sign-in-left-wrapper {
    align-self: auto;
    width: 90%;
    height: 50%;
  }

  .create-account-label {
    font-size: 14px;
  }

  .sign-in-main-wrapper {
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .forgot-password-wrapper {
    flex-direction: column;
  }

  .checkbox-2 {
    width: 25px;
    height: 25px;
    margin: 25px 0 10px;
  }

  .checkbox-field-2 {
    flex-direction: column;
    padding-left: 0;
  }

  .sign-in-left-wrapper-2 {
    width: 90%;
  }

  .login-here-link {
    font-size: 14px;
  }

  .checkbox-label-3 {
    text-align: center;
  }

  .reset-password-form-container {
    flex-flow: column wrap;
    flex: 1;
    align-content: center;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .login-head {
    align-self: center;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .password-head-text-wrapper {
    padding-top: 0;
  }

  .password-reset-paragraph {
    color: var(--tmave-seda);
    text-align: center;
    align-self: center;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 17px;
  }

  .mini-cart-list {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .default-state {
    background-color: #0000;
    align-items: center;
    display: flex;
  }

  .aktualni-cena.blog {
    font-size: .8rem;
  }

  .background-video {
    height: 250px;
  }

  .container-list {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-2 {
    background-color: #0000;
    width: 90vw;
    height: 300px;
  }

  .product-image-wrapper {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    top: auto;
  }

  .product-content-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .variations-label.selected {
    margin-right: 0;
  }

  .product-content-block {
    width: 100%;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .product-title-head {
    text-align: center;
    margin-bottom: 0;
    font-size: 34px;
  }

  .product-title-head.product {
    font-size: 35px;
  }

  .product {
    align-self: center;
  }

  .slide-3 {
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .product-head-wrapper {
    align-items: flex-start;
    width: 100%;
  }

  .product-hero {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .price-2 {
    align-self: center;
    margin-top: 10px;
  }

  .image-38 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .div-block-179 {
    width: 90vw;
  }

  .category-name {
    font-size: 38px;
  }

  .notices---copy-this {
    right: 0;
  }

  .top-bar_wrap {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .top-bar_link {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .top-bar_link.footer {
    flex: 1;
  }

  .top-bar_link.hidden {
    display: none;
  }

  .nav2-menu {
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
  }

  .left-block-topbar {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .partner-logo-container {
    grid-column-gap: 0px;
    white-space: nowrap;
    grid-template-columns: .75fr .75fr .75fr .75fr .75fr .75fr .75fr .75fr .75fr .75fr;
    grid-auto-columns: .75fr;
  }

  .hero-secondary-text {
    font-size: 21px;
    line-height: 27px;
  }

  .hero-button-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 23rem;
    max-height: 23rem;
  }

  .partner-logo-link {
    max-width: 70%;
  }

  .partner-overflow-wrapper {
    max-width: 100%;
  }

  .banner-button {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-button.left {
    margin-bottom: 1rem;
  }

  .section-header {
    padding-bottom: 15px;
  }

  .header-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
    justify-items: center;
  }

  .header-grid.nobutton {
    grid-template-rows: auto;
  }

  .cta-button-black {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .text-block-124 {
    text-align: left;
  }

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

  .secondary-text.icon {
    padding-left: 0;
    padding-right: 0;
  }

  .secondary-text.pojisteni {
    text-align: left;
  }

  .heading-block {
    align-items: center;
    padding-bottom: 10px;
  }

  .prubeh-vyuka-block, .vyuka-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .prubeh-vyuka-grid {
    align-self: center;
    justify-items: center;
  }

  .collection-grid-category {
    grid-column-gap: 12px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 35px;
  }

  .page-header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .page-heading {
    font-size: 45px;
  }

  .page-secondary-text {
    width: auto;
    font-size: 19px;
  }

  .kontakt-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-312 {
    align-items: center;
  }

  .important-text.block {
    text-align: left;
    padding-bottom: 5px;
  }

  .checkbox-labels {
    text-align: left;
  }

  .page-section {
    height: auto;
  }

  .collection-list-10 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-318 {
    width: 85%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pagination {
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-325 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-list-13 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .shop-filtr-section {
    padding: 25px 0 50px;
  }

  .add-to-cart-3 {
    background-color: #0000;
    justify-content: center;
  }

  .cena-block {
    align-self: stretch;
  }

  .collection-item-6 {
    width: 95%;
  }

  .error-state {
    text-align: center;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .collection-list-akce {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .collection-list-wrappe-campy {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .akce-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .akce-text-all-blok {
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper-contact-rezervace {
    align-items: center;
    width: 100%;
  }

  .contact-form-rezervace {
    padding-bottom: 50px;
  }

  .wprapper-form-rezervace {
    align-items: stretch;
    width: 100%;
  }

  .form-contact-akce {
    width: 100%;
  }

  .form-akce {
    grid-row-gap: 15px;
    grid-template-rows: auto auto 2fr auto auto auto 2fr auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-82 {
    margin-top: 25px;
    font-size: 25px;
  }

  .product-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkbox-field-4 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .info-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .info-blok.yellow {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-text-blok {
    font-size: 13px;
  }

  .info-text-light {
    font-size: 11px;
  }

  .individualni-kurzy {
    height: auto;
    padding-top: 50px;
  }

  .info-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .price-text, .price-text.first, .price-list-cena {
    font-size: 10px;
  }

  .text-block-144 {
    font-size: 13px;
  }

  .termin-blok {
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .workshop-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-block-double {
    width: 100%;
    margin-bottom: 0;
  }

  .campy-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .specialni-akce-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sidebar-widget {
    margin-right: 0;
  }

  .shortcode-block {
    padding: 5px;
    font-family: proxima-nova, sans-serif;
  }

  .variations {
    align-self: center;
  }

  .cena-sleva {
    font-size: .8rem;
  }

  .prices-block {
    flex-direction: row;
    align-self: center;
    align-items: flex-end;
  }

  .backtoshop-button {
    width: 100%;
    max-width: 15rem;
    font-size: .8rem;
  }

  .collection-list-search {
    grid-template-columns: 1fr;
  }

  .pop-form {
    z-index: 10000;
    align-items: flex-start;
    height: auto;
    display: none;
    position: absolute;
  }

  .popup-form-block {
    align-self: stretch;
    top: 0;
  }

  .pop-up-close-button {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .right-block-topbar {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item__card-categorie {
    width: 100%;
  }

  .collection-list-categorie {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-344 {
    margin-top: 2rem;
    margin-bottom: 6rem;
  }

  .product-image-text {
    margin-left: 10px;
    margin-right: 10px;
    top: -155px;
  }

  .div-block-345 {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    inset: 0 0% auto;
    overflow: visible;
  }

  .default-state-2 {
    flex-direction: column;
  }

  .dropdown-nav-link {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-slider1 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .padding-vertical {
    padding-bottom: 2rem;
  }

  .slider-3 {
    height: 23rem;
    max-height: 23rem;
  }

  .hero-slider-wrapper._2 {
    justify-content: center;
    justify-items: center;
  }

  .banner-button-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .pojisteni-block {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .poji-t-n-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 42rem;
    max-height: 42rem;
  }

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

  .text-block-pojisteni-cta {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .pojisteni-iframe {
    min-width: 200px;
  }

  .pojisteni-info {
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .secondary-link-cta-block {
    margin-top: 0;
  }

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

  .campy-img-block {
    max-width: 100%;
    min-height: 10rem;
  }

  .servis-basic-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .servis-block.yellow {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .servis-basic-info-block {
    font-size: 13px;
  }

  .servis-basic-text-infobox {
    font-size: .9rem;
  }

  .cena-servis-text {
    font-size: 1.5rem;
  }

  .servis-body, .servis-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .servis-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: center;
    justify-items: center;
  }

  .servis-info-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .servis-info-block {
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .price-list-text {
    white-space: normal;
    padding-right: 1rem;
    font-size: .9rem;
  }

  .price-list-text.amount {
    white-space: nowrap;
  }

  .price-dph-text, .balicek-info-text {
    white-space: normal;
    padding-top: 1rem;
    padding-right: 1rem;
    font-size: .7rem;
    line-height: 17px;
  }

  .contact-form-field, .div-block-349 {
    margin-bottom: 1rem;
  }

  .servis-link-text {
    font-size: 13px;
  }

  .workshop-grid-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .center-block-topbar {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .filter-widget {
    flex-direction: column;
    margin-right: 0;
  }

  .sidebar-block {
    padding: 5px 10px;
    font-family: proxima-nova, sans-serif;
  }

  .wprapper-buttons {
    width: 100%;
  }

  .quick-contact-wrapper-buttony {
    margin-top: 2rem;
    margin-bottom: 6rem;
  }
}

#w-node-f4c54192-fcbf-d75e-f678-0ed157751b63-19f13d99, #w-node-_6dfd6997-a6b4-da18-284e-a69da0d6f716-19f13d99, #w-node-_9462139c-2286-f2de-cc45-fbb0772f0686-19f13d99, #w-node-b7ea442c-759a-eeb6-0c07-75e86ae4fe05-19f13d99 {
  align-self: start;
}

#w-node-_6a1033a0-b98b-2e88-1587-3e6f10e0e70c-19f13d99 {
  justify-self: end;
}

#w-node-_2facf0f8-2650-4f81-7d04-d7f0ee82f51c-19f13d99 {
  place-self: stretch stretch;
}

#w-node-bf287e4c-ddb5-1e8a-6932-7f94a51e3c6f-19f13d99, #w-node-acf1d25b-2879-6f23-fb66-f09b0880170c-19f13d99, #w-node-_919c3b86-b01b-296a-dd86-cc9a2d0a5047-19f13d99 {
  place-self: start center;
}

#w-node-_141e45e4-461b-82b0-ed15-062d4f6ee8b0-19f13d99 {
  justify-self: end;
}

#w-node-_6459e2f2-6e45-af5d-0cff-858ef54fc417-19f13d99, #w-node-d535e884-5d60-0db9-5601-14787225494a-19f13d99, #w-node-_237f423c-07b1-a53f-5e27-a4a8d3c9c6cd-19f13d99, #w-node-_2875d250-4336-bab8-cf65-71b18d249fce-19f13d99, #w-node-_1118e72d-c2ac-21d5-15f6-ba294bb3e446-19f13d99, #w-node-c8a0c844-d2a9-b529-af90-252e18bb2743-19f13d99, #w-node-_29fe2bfc-12c6-439d-2e35-acd082aceacf-19f13d99, #w-node-b00b846a-74ef-7bc8-6261-7a669dd7b403-19f13d99, #w-node-d1f1606a-16f5-29b2-984d-d0dd0c3131b2-19f13d99, #w-node-_9f9ab0dc-774f-7f94-9791-45678b0571dc-19f13d99 {
  place-self: stretch center;
}

#w-node-_166a1076-6f2f-eef5-24d9-8c2018cc669a-19f13d99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a1c83f02-a1b7-7b40-577b-056c7d176dc2-19f13d99 {
  justify-self: end;
}

#w-node-_141e45e4-461b-82b0-ed15-062d4f6ee8b7-19f13d99 {
  align-self: stretch;
}

#w-node-_5e251e9d-16ee-1c6f-d215-77e39dbd8442-929aeb3e {
  grid-area: 3 / 5 / 4 / 6;
  align-self: center;
}

#w-node-_0f62cd93-32d8-e0cf-5cb8-2b9e6e9f4d10-929aeb3e {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_85d8093d-c199-b7f7-2a25-b905cac063e3-929aeb3e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-bdd97d76-8c04-0634-f00b-6327eedc4571-929aeb3e {
  grid-area: 1 / 5 / 2 / 6;
  align-self: center;
}

#w-node-bc30bdb1-88b3-24e8-5a41-5df3fc8f79f9-929aeb3e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-cfd715e5-d01f-11fb-8107-32aef480514a-929aeb3e {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
}

#w-node-f56f0c9d-3304-0a96-de9c-cdd77502ae9f-929aeb3e {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_679c4ad7-3225-4a4e-8f81-6e5052c1e555-929aeb3e {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-af023fbc-14c4-c6a8-683e-a217e1bd199f-929aeb3e {
  grid-area: 2 / 4 / 4 / 5;
  align-self: start;
}

#w-node-_0496af10-099f-c02b-835a-f849eb77f234-929aeb3e {
  grid-area: 5 / 1 / 6 / 2;
  align-self: start;
}

#w-node-_1fcf98b1-5819-b894-3230-43daaa39a35b-929aeb3e {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb6c-929aeb3e {
  grid-column: 1 / 4;
  grid-row-end: 7.99432;
  grid-row-start: 6;
  place-self: center start;
}

#w-node-_3eaecb7c-6506-82cf-4d59-c4d7bc8b400f-929aeb3e {
  grid-area: 6 / 5 / 7 / 6;
  justify-self: end;
}

#w-node-_11eee626-5fbf-cb54-052c-70f06350b3d3-929aeb3e {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: stretch;
}

#w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb40-929aeb3e {
  grid-area: span 4 / span 1 / span 4 / span 1;
  place-self: center;
}

#w-node-_4e1c052c-97f8-e6ed-ced5-2d1f09de5138-09de5137 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_4e1c052c-97f8-e6ed-ced5-2d1f09de513a-09de5137, #w-node-_7dc79457-0b43-7223-9282-c7aaada64cc0-09de5137 {
  place-self: center;
}

#w-node-_4e1c052c-97f8-e6ed-ced5-2d1f09de513c-09de5137 {
  place-self: center;
}

#w-node-_4e1c052c-97f8-e6ed-ced5-2d1f09de513e-09de5137 {
  align-self: center;
}

#w-node-_4e1c052c-97f8-e6ed-ced5-2d1f09de5140-09de5137 {
  place-self: center;
}

#w-node-_4e1c052c-97f8-e6ed-ced5-2d1f09de5142-09de5137 {
  align-self: center;
}

#w-node-_4e1c052c-97f8-e6ed-ced5-2d1f09de5144-09de5137 {
  place-self: center;
}

#w-node-_4e1c052c-97f8-e6ed-ced5-2d1f09de5146-09de5137 {
  place-self: center;
}

#w-node-_4e1c052c-97f8-e6ed-ced5-2d1f09de5148-09de5137 {
  place-self: center;
}

#w-node-_24c29bf9-bb87-f708-e8a0-7f0da5f38206-a5f381f6 {
  align-self: center;
}

#w-node-db9a36a3-c5cb-a293-b2c6-9fc22d1de4c1-2d1de4bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-db9a36a3-c5cb-a293-b2c6-9fc22d1de4c3-2d1de4bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1a1d5c71-6e8d-d7f5-8932-de8744dd8011-e72b8b9d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-b001804a-7669-9f8c-8c02-6ed6e72b8ba4-e72b8b9d {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_4f425010-062d-76d4-c6f0-3c621abb747e-19f13da5 {
  place-self: stretch stretch;
}

#w-node-_1c9f4756-3d84-389f-b883-c6df6f9df3eb-6f9df3e2 {
  place-self: start;
}

#w-node-_1c9f4756-3d84-389f-b883-c6df6f9df3fc-6f9df3e2 {
  align-self: start;
}

#w-node-_452ac0fb-acdd-cf86-7dad-e0c2c8134fa0-19f13da6 {
  align-self: stretch;
}

#w-node-c66785bc-a23c-d5a8-fa10-62e5efbfb815-19f13da7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3928fc7-d29a-92ce-1200-5563360bbc99-19f13da7 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_13b72c8a-645f-f40b-e6e8-7f7e0a6ce09d-19f13da7, #w-node-a0aa8416-225d-e2d8-25c0-bf6b8c7b4187-19f13da7, #w-node-_2a9cfed8-32f7-20ab-a9d0-c67691071e04-19f13da7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13da7 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center start;
}

#w-node-_249d6b07-9752-30a3-ef3f-cc8466152ff6-19f13da7 {
  align-self: center;
}

#w-node-_69129d5e-8c7c-c034-2f8f-0f45f2a4f726-19f13da7 {
  grid-area: 3 / 2 / 4 / 4;
  align-self: start;
}

#w-node-_0692505a-076c-cbeb-1869-eca1f9fe33c1-19f13da7 {
  grid-area: 4 / 2 / 5 / 4;
  align-self: start;
}

#w-node-d086bc32-739b-5376-32a0-0e6d9beafbca-19f13da7 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: start;
}

#w-node-c8dac4ad-3788-6ea3-b020-76ae09998670-19f13da7 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-c8dac4ad-3788-6ea3-b020-76ae0999867b-19f13da7 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: start;
}

#w-node-c8dac4ad-3788-6ea3-b020-76ae0999868b-19f13da7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-c8dac4ad-3788-6ea3-b020-76ae09998698-19f13da7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center end;
}

#w-node-c8dac4ad-3788-6ea3-b020-76ae09998699-19f13da7 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center end;
}

#w-node-c8dac4ad-3788-6ea3-b020-76ae0999869a-19f13da7 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center end;
}

#w-node-c8dac4ad-3788-6ea3-b020-76ae0999869b-19f13da7 {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center end;
}

#w-node-c8dac4ad-3788-6ea3-b020-76ae0999869c-19f13da7 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center end;
}

#w-node-_5978f2ea-db9f-b70b-0b8a-58be16614719-19f13da9 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: stretch;
}

#w-node-_910af733-d7eb-e361-e24f-8b27642a62c7-19f13da9 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-d276f07d-2126-3529-4e7e-bcafee0ea0c0-19f13da9 {
  grid-area: 4 / 1 / 8 / 3;
}

#w-node-be54d460-308f-8c6f-962c-2e06a24e1325-19f13da9 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_18ab7331-4d7c-7ce8-c386-e937e9bed978-19f13da9 {
  grid-area: 8 / 1 / 9 / 2;
  align-self: start;
}

#w-node-_4c86c9f2-4b97-b0f1-6863-d5726ceff340-19f13daa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2ec11579-7443-73f2-94d3-99e01519343d-19f13daa {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_38e8d2ed-5763-d8b0-d028-e595e1b7cb5d-19f13daa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_58e0ea73-c549-fa9a-6100-30b3a6d11bb3-19f13daa {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_35695d52-3e02-e5b0-07f3-6da752bddd21-19f13daa {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-c40190d0-acd9-ef35-5abb-1864bde4c8c9-19f13daa {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-c855ceba-0229-a4d0-11a8-dafd0c12284f-19f13daa {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_775f56f9-dbff-b9ba-2909-849c37861ea2-19f13daa {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-b5ed469e-ee58-87e7-f0c1-685d1f51d9d9-19f13daa {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_14ae018e-8292-a0ec-278a-550931478aa4-19f13daa {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_79bd108f-e387-6c3b-aef6-2d93d05f174b-19f13daa {
  grid-area: 3 / 2 / 4 / 3;
  place-self: start center;
}

#w-node-_486443b1-e207-1fb2-2822-763a5e0341c7-19f13daa {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_44483584-6ffb-c766-d950-756d0164932c-19f13daa {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_05ed5e08-f56f-0d3b-b1d2-efef501eeafc-19f13daa {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_8f121ef9-65ce-dd23-3817-cdfc75611226-19f13dab {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_8f121ef9-65ce-dd23-3817-cdfc7561122d-19f13dab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f121ef9-65ce-dd23-3817-cdfc7561122f-19f13dab {
  align-self: stretch;
}

#w-node-_8f121ef9-65ce-dd23-3817-cdfc75611254-19f13dab {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2f854e65-f8e0-4337-dcda-b66523b4ca55-19f13dac {
  justify-self: stretch;
}

#w-node-_5fd7ec6b-d3d8-ce87-2463-5aa7fcc6eb23-19f13dac {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: center;
}

#w-node-_38b70213-8f20-12e6-03fa-ac381d175280-19f13dac {
  justify-self: stretch;
}

#w-node-_18653e82-88fb-573c-b3be-dbdb18a0f450-19f13dac {
  grid-area: 2 / 1 / 3 / 3;
  place-self: auto stretch;
}

#w-node-fb3bd041-557d-6df5-52c5-9be4ed15ed81-19f13dac {
  justify-self: stretch;
}

#w-node-e0ccdaea-e074-ee1b-00bd-ae9e15af9a5d-15af9a58 {
  align-self: stretch;
}

#w-node-_25949fb5-b553-16c8-cc15-ad6728490b1d-19f13dad {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_25fc6099-715d-3bfa-cf6b-ce60fb3ad787-19f13dad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed3e3c16-4e59-5eb2-87fc-a233c579991c-19f13dad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c37e9da0-e867-5c6b-2998-0c5b35934c99-35934c92, #w-node-c37e9da0-e867-5c6b-2998-0c5b35934ca7-35934c92 {
  align-self: stretch;
}

#w-node-d51ca8be-b4ee-1276-956d-05b05b695a88-19f13db0 {
  align-self: auto;
}

#w-node-_1304dea3-80f9-5cd2-c457-a9905fac9320-19f13db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d405ee7-729b-eab3-803b-2b2129ff1797-19f13db0 {
  place-self: center start;
}

#w-node-d3f42cca-07e6-7549-ae72-d2016511e6ef-19f13db0, #w-node-_95ec141e-7d4b-c81b-c1a9-7c02ab00c454-19f13db0, #w-node-_7c1d0af8-ae9e-6441-fcd3-e2e8c0109d55-19f13db0 {
  align-self: center;
}

#w-node-_7585a1ef-c269-6b33-fe10-eee5136705e0-19f13db0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_68bed6f3-05ab-d454-78a3-ed4cb12bff95-19f13db0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5e7e988b-2f0f-8002-4759-d46fd90eca96-19f13db0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-b71c0967-805e-cfc9-8872-8ba3ed5d85cb-19f13db0 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13db0 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_48e51d7d-f146-8f02-dc7e-26df81f6c96c-19f13db0 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: start;
}

#w-node-d086bc32-739b-5376-32a0-0e6d9beafbca-19f13db0 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: start;
}

#w-node-f7c48ade-52f0-b999-5f96-d44d69416d5b-19f13db0 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-eb8e873e-7cda-dd00-ae87-728c89d1775f-19f13db0 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-_0e62df7f-ef58-9215-394b-4f45433a3a24-19f13db0 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13db1 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-a062898c-2580-475a-a86a-e5966a1a523b-19f13db1, #w-node-_7fda5cb6-7f2c-3d79-5504-a9e024c87cde-19f13db1, #w-node-_45f46718-64ce-3a55-f40e-a6f346c583bd-19f13db1, #w-node-_45f46718-64ce-3a55-f40e-a6f346c583be-19f13db1, #w-node-_9694d3b3-7b68-bb27-b677-578cef92813d-19f13db1, #w-node-_9694d3b3-7b68-bb27-b677-578cef92813e-19f13db1, #w-node-f1d91abd-1978-f5f7-7e96-23db767c6437-19f13db1, #w-node-f1d91abd-1978-f5f7-7e96-23db767c6438-19f13db1, #w-node-b19f95f4-3a0f-7575-4b45-1a13610a77e8-19f13db1, #w-node-b19f95f4-3a0f-7575-4b45-1a13610a77e9-19f13db1, #w-node-_60977e41-f657-a929-e93b-2644928a115a-19f13db1, #w-node-_60977e41-f657-a929-e93b-2644928a115b-19f13db1, #w-node-_42a99c0f-cf84-af8f-41f8-1ccf0a03ba6e-19f13db1, #w-node-_42a99c0f-cf84-af8f-41f8-1ccf0a03ba6f-19f13db1, #w-node-f021adcb-a3b8-2197-46ab-0b09e3a0d8f0-19f13db1, #w-node-f021adcb-a3b8-2197-46ab-0b09e3a0d8f1-19f13db1, #w-node-b714d95b-dcf7-5d99-7003-08bd5b801460-19f13db1, #w-node-b714d95b-dcf7-5d99-7003-08bd5b801461-19f13db1, #w-node-_9cb1018a-6950-8ad4-e298-5f7936bfc532-19f13db1, #w-node-_9cb1018a-6950-8ad4-e298-5f7936bfc533-19f13db1, #w-node-cc632933-0e18-a535-63db-db8f52a751f4-19f13db1, #w-node-cc632933-0e18-a535-63db-db8f52a751f5-19f13db1, #w-node-a20d91b2-3ddf-61a8-299f-d536bfb1e913-19f13db1, #w-node-a20d91b2-3ddf-61a8-299f-d536bfb1e914-19f13db1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc448-19f13db1 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc44c-19f13db1, #w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc44d-19f13db1, #w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc45b-19f13db1, #w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc45c-19f13db1, #w-node-_71b136e5-eb74-a2c5-ec51-9d4243124244-19f13db1, #w-node-_71b136e5-eb74-a2c5-ec51-9d4243124245-19f13db1, #w-node-_71d44399-1e03-04d0-6013-7df78a5940d0-19f13db1, #w-node-_71d44399-1e03-04d0-6013-7df78a5940d1-19f13db1, #w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc460-19f13db1, #w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc461-19f13db1, #w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc465-19f13db1, #w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc466-19f13db1, #w-node-_537822d4-c0c0-0d84-27f0-415fc0cb73c4-19f13db1, #w-node-_537822d4-c0c0-0d84-27f0-415fc0cb73c5-19f13db1, #w-node-_4e6cb835-68e3-aa30-f667-b36f0fc9ad19-19f13db1, #w-node-_4e6cb835-68e3-aa30-f667-b36f0fc9ad1a-19f13db1, #w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc46a-19f13db1, #w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc46b-19f13db1, #w-node-_78d2b949-2f33-81aa-af39-d7bae1fdf94d-19f13db1, #w-node-_78d2b949-2f33-81aa-af39-d7bae1fdf94e-19f13db1, #w-node-_291e78f9-f04c-6c1c-750f-12ee490ac9e7-19f13db1, #w-node-_291e78f9-f04c-6c1c-750f-12ee490ac9e8-19f13db1, #w-node-c684ef13-2e19-3874-e6bf-8aaa72c3dbdc-19f13db1, #w-node-c684ef13-2e19-3874-e6bf-8aaa72c3dbdd-19f13db1, #w-node-a3a680b3-906b-16ae-7dff-e4a5db519030-19f13db1, #w-node-a3a680b3-906b-16ae-7dff-e4a5db519031-19f13db1, #w-node-_4eafda45-a790-eef8-92f9-e130a871e4ce-19f13db1, #w-node-_4eafda45-a790-eef8-92f9-e130a871e4cf-19f13db1, #w-node-bfb3e370-ee11-73e7-b914-5d55511c2008-19f13db1, #w-node-bfb3e370-ee11-73e7-b914-5d55511c2009-19f13db1, #w-node-_2adc6008-f996-f474-b6a2-a4cf8acda4f2-19f13db1, #w-node-_2adc6008-f996-f474-b6a2-a4cf8acda4f3-19f13db1, #w-node-_389d8862-851e-babe-3c92-959b2db9e094-19f13db1, #w-node-_389d8862-851e-babe-3c92-959b2db9e095-19f13db1, #w-node-_814f30d4-ec44-c64e-7c41-23c25e794624-19f13db1, #w-node-_814f30d4-ec44-c64e-7c41-23c25e794625-19f13db1, #w-node-_88fff459-adec-bdc5-5c21-5f029ec0a72a-19f13db1, #w-node-_88fff459-adec-bdc5-5c21-5f029ec0a72b-19f13db1, #w-node-bfac1a35-c79a-68f4-175b-74f97a1c39be-19f13db1, #w-node-bfac1a35-c79a-68f4-175b-74f97a1c39bf-19f13db1, #w-node-afda0ec9-151d-caf9-e99e-5ede989af6d6-19f13db1, #w-node-afda0ec9-151d-caf9-e99e-5ede989af6d7-19f13db1, #w-node-_8da5adc5-9946-62ad-ed47-5e682c9382e4-19f13db1, #w-node-_8da5adc5-9946-62ad-ed47-5e682c9382e5-19f13db1, #w-node-_05ac0094-7091-b547-69a7-81de1e74b3cd-19f13db1, #w-node-_05ac0094-7091-b547-69a7-81de1e74b3ce-19f13db1, #w-node-ad9e36d1-0bf2-3d56-8375-6c7b3c7616d2-19f13db1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f102e485-5fbf-e30b-a463-9feb36c98679-36c98679 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13db2 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-a062898c-2580-475a-a86a-e5966a1a523b-19f13db2, #w-node-_7fda5cb6-7f2c-3d79-5504-a9e024c87cde-19f13db2, #w-node-_45f46718-64ce-3a55-f40e-a6f346c583bd-19f13db2, #w-node-_45f46718-64ce-3a55-f40e-a6f346c583be-19f13db2, #w-node-b19f95f4-3a0f-7575-4b45-1a13610a77e8-19f13db2, #w-node-b19f95f4-3a0f-7575-4b45-1a13610a77e9-19f13db2, #w-node-a7d133c9-1fc1-7587-8e90-e25c3d36f59e-19f13db2, #w-node-a7d133c9-1fc1-7587-8e90-e25c3d36f59f-19f13db2, #w-node-cf040c60-d658-3ac4-2320-fa4bc41469bd-19f13db2, #w-node-cf040c60-d658-3ac4-2320-fa4bc41469be-19f13db2, #w-node-_42a99c0f-cf84-af8f-41f8-1ccf0a03ba6e-19f13db2, #w-node-_42a99c0f-cf84-af8f-41f8-1ccf0a03ba6f-19f13db2, #w-node-f021adcb-a3b8-2197-46ab-0b09e3a0d8f0-19f13db2, #w-node-f021adcb-a3b8-2197-46ab-0b09e3a0d8f1-19f13db2, #w-node-b714d95b-dcf7-5d99-7003-08bd5b801460-19f13db2, #w-node-b714d95b-dcf7-5d99-7003-08bd5b801461-19f13db2, #w-node-_9cb1018a-6950-8ad4-e298-5f7936bfc532-19f13db2, #w-node-_9cb1018a-6950-8ad4-e298-5f7936bfc533-19f13db2, #w-node-_825d8d86-e6cb-3989-d730-49595ddb4590-19f13db2, #w-node-_825d8d86-e6cb-3989-d730-49595ddb4591-19f13db2, #w-node-eaa8e948-c3e5-4dfd-9edc-dca00b3b69c2-19f13db2, #w-node-eaa8e948-c3e5-4dfd-9edc-dca00b3b69c3-19f13db2, #w-node-a20d91b2-3ddf-61a8-299f-d536bfb1e913-19f13db2, #w-node-a20d91b2-3ddf-61a8-299f-d536bfb1e914-19f13db2, #w-node-ad9e36d1-0bf2-3d56-8375-6c7b3c7616d2-19f13db2, #w-node-_61e175ab-d580-88fb-d6af-67823225e173-19f13db2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c2a-deea8c21 {
  place-self: start;
}

#w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c3b-deea8c21 {
  align-self: start;
}

#w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c3e-deea8c21 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c4a-deea8c21 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c4e-deea8c21 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c52-deea8c21 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c56-deea8c21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_315cfc5c-33f6-a36d-be2a-086b12d6979d-12d69799, #w-node-_315cfc5c-33f6-a36d-be2a-086b12d6979e-12d69799, #w-node-_315cfc5c-33f6-a36d-be2a-086b12d697a2-12d69799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13db3 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-a062898c-2580-475a-a86a-e5966a1a523b-19f13db3, #w-node-_7fda5cb6-7f2c-3d79-5504-a9e024c87cde-19f13db3, #w-node-_45f46718-64ce-3a55-f40e-a6f346c583bd-19f13db3, #w-node-_45f46718-64ce-3a55-f40e-a6f346c583be-19f13db3, #w-node-b19f95f4-3a0f-7575-4b45-1a13610a77e8-19f13db3, #w-node-b19f95f4-3a0f-7575-4b45-1a13610a77e9-19f13db3, #w-node-a7d133c9-1fc1-7587-8e90-e25c3d36f59e-19f13db3, #w-node-a7d133c9-1fc1-7587-8e90-e25c3d36f59f-19f13db3, #w-node-cf040c60-d658-3ac4-2320-fa4bc41469bd-19f13db3, #w-node-cf040c60-d658-3ac4-2320-fa4bc41469be-19f13db3, #w-node-_42a99c0f-cf84-af8f-41f8-1ccf0a03ba6e-19f13db3, #w-node-_42a99c0f-cf84-af8f-41f8-1ccf0a03ba6f-19f13db3, #w-node-f021adcb-a3b8-2197-46ab-0b09e3a0d8f0-19f13db3, #w-node-f021adcb-a3b8-2197-46ab-0b09e3a0d8f1-19f13db3, #w-node-b714d95b-dcf7-5d99-7003-08bd5b801460-19f13db3, #w-node-b714d95b-dcf7-5d99-7003-08bd5b801461-19f13db3, #w-node-_9cb1018a-6950-8ad4-e298-5f7936bfc532-19f13db3, #w-node-_9cb1018a-6950-8ad4-e298-5f7936bfc533-19f13db3, #w-node-f0ca0e8f-ef3a-3a65-83ad-9c551e5dd068-19f13db3, #w-node-f0ca0e8f-ef3a-3a65-83ad-9c551e5dd069-19f13db3, #w-node-a20d91b2-3ddf-61a8-299f-d536bfb1e913-19f13db3, #w-node-a20d91b2-3ddf-61a8-299f-d536bfb1e914-19f13db3, #w-node-ad9e36d1-0bf2-3d56-8375-6c7b3c7616d2-19f13db3, #w-node-_61e175ab-d580-88fb-d6af-67823225e173-19f13db3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bdeba7f-f329-8c00-0d03-627ec418a1d3-19f13db4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start center;
}

#field-3.w-node-_21fbb6e4-8ea8-5cf0-379f-333e2f7ccae5-19f13db5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_90e305c1-6ceb-af7e-2982-d21c1ba9cf48-19f13db5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c526a934-f019-0cb9-2f9d-82ba5cb540cf-19f13db5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2fd1a042-e981-d9ae-1343-5163e293e5c5-19f13dde {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center stretch;
}

#w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13dde {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_8bdeba7f-f329-8c00-0d03-627ec418a1d3-19f13dde {
  place-self: start;
}

#w-node-_8bdeba7f-f329-8c00-0d03-627ec418a1c2-19f13dde {
  align-self: start;
}

#w-node-_4d41dc44-30e0-01f5-95f5-c895a785305e-19f13dde {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_03265bf4-cbcc-178c-c78a-9bc7cf2b2d96-19f13dde {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_9949666d-d213-2c5a-c4fb-60c542b26b10-19f13dde {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_17b9d6f0-ff20-2de2-6330-0905b2763208-19f13dde {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-d51ca8be-b4ee-1276-956d-05b05b695a88-19f13e01 {
  align-self: auto;
}

#w-node-_1304dea3-80f9-5cd2-c457-a9905fac9320-19f13e01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bdeba7f-f329-8c00-0d03-627ec418a1d3-19f13e01 {
  place-self: start;
}

#w-node-_8bdeba7f-f329-8c00-0d03-627ec418a1c2-19f13e01 {
  align-self: start;
}

#w-node-_4d41dc44-30e0-01f5-95f5-c895a785305e-19f13e01 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_03265bf4-cbcc-178c-c78a-9bc7cf2b2d96-19f13e01 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_9949666d-d213-2c5a-c4fb-60c542b26b10-19f13e01 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_17b9d6f0-ff20-2de2-6330-0905b2763208-19f13e01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_748f182e-6973-0514-91cb-b5499a6b2691-19f13e04, #w-node-_748f182e-6973-0514-91cb-b5499a6b269d-19f13e04, #w-node-d291a809-592f-c040-136f-bb09fa39e372-19f13e04, #w-node-d291a809-592f-c040-136f-bb09fa39e374-19f13e04, #w-node-e2ac93bb-2db0-3226-a7c8-11e1cd57a6a9-19f13e04, #w-node-e2ac93bb-2db0-3226-a7c8-11e1cd57a6ab-19f13e04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a2014d8f-2990-9009-6bcd-68cdc75b5e67-19f13e04, #w-node-a2014d8f-2990-9009-6bcd-68cdc75b5e6e-19f13e04, #w-node-a2014d8f-2990-9009-6bcd-68cdc75b5e75-19f13e04, #w-node-_614d70c9-a7d6-5d72-987a-10663ab86d19-19f13e04 {
  place-self: start center;
}

#w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13e04 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-a062898c-2580-475a-a86a-e5966a1a523b-19f13e04, #w-node-_7fda5cb6-7f2c-3d79-5504-a9e024c87cde-19f13e04, #w-node-_45f46718-64ce-3a55-f40e-a6f346c583bd-19f13e04, #w-node-_45f46718-64ce-3a55-f40e-a6f346c583be-19f13e04, #w-node-_9694d3b3-7b68-bb27-b677-578cef92813d-19f13e04, #w-node-_9694d3b3-7b68-bb27-b677-578cef92813e-19f13e04, #w-node-b19f95f4-3a0f-7575-4b45-1a13610a77e8-19f13e04, #w-node-b19f95f4-3a0f-7575-4b45-1a13610a77e9-19f13e04, #w-node-_23a187f0-e515-b756-c41d-cc06f3929ea9-19f13e04, #w-node-_23a187f0-e515-b756-c41d-cc06f3929eaa-19f13e04, #w-node-_42a99c0f-cf84-af8f-41f8-1ccf0a03ba6e-19f13e04, #w-node-_42a99c0f-cf84-af8f-41f8-1ccf0a03ba6f-19f13e04, #w-node-f021adcb-a3b8-2197-46ab-0b09e3a0d8f0-19f13e04, #w-node-f021adcb-a3b8-2197-46ab-0b09e3a0d8f1-19f13e04, #w-node-_9cb1018a-6950-8ad4-e298-5f7936bfc532-19f13e04, #w-node-_9cb1018a-6950-8ad4-e298-5f7936bfc533-19f13e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6c13c53-d451-e098-1866-430babd9fd5b-19f13e04 {
  justify-self: end;
}

#w-node-a8b538c4-82f1-9c03-f9ea-f1231deae327-19f13e1a, #w-node-a8b538c4-82f1-9c03-f9ea-f1231deae32b-19f13e1a, #w-node-a8b538c4-82f1-9c03-f9ea-f1231deae32f-19f13e1a, #w-node-a8b538c4-82f1-9c03-f9ea-f1231deae333-19f13e1a, #w-node-a8b538c4-82f1-9c03-f9ea-f1231deae337-19f13e1a, #w-node-a8b538c4-82f1-9c03-f9ea-f1231deae33b-19f13e1a, #w-node-a8b538c4-82f1-9c03-f9ea-f1231deae33f-19f13e1a, #w-node-a8b538c4-82f1-9c03-f9ea-f1231deae343-19f13e1a, #w-node-a8b538c4-82f1-9c03-f9ea-f1231deae347-19f13e1a, #w-node-_60b7a626-1c23-151e-1b0d-d9ba4f9c0d0d-19f13e1a {
  place-self: stretch center;
}

#w-node-_39367f1b-7c67-0e36-aeba-13305cb94f42-19f13e1a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_11786539-98d0-6f36-8a25-722e59ac4421-19f13e1a {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_11786539-98d0-6f36-8a25-722e59ac4428-19f13e1a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_11786539-98d0-6f36-8a25-722e59ac442a-19f13e1a {
  align-self: stretch;
}

#w-node-_11786539-98d0-6f36-8a25-722e59ac444f-19f13e1a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_09b8e2fd-665d-a8b3-fc4c-107a58230343-19f13e1b, #w-node-_09b8e2fd-665d-a8b3-fc4c-107a58230347-19f13e1b, #w-node-_09b8e2fd-665d-a8b3-fc4c-107a5823034b-19f13e1b, #w-node-_09b8e2fd-665d-a8b3-fc4c-107a5823034f-19f13e1b, #w-node-_09b8e2fd-665d-a8b3-fc4c-107a58230353-19f13e1b, #w-node-_09b8e2fd-665d-a8b3-fc4c-107a58230357-19f13e1b, #w-node-_09b8e2fd-665d-a8b3-fc4c-107a5823035b-19f13e1b, #w-node-_09b8e2fd-665d-a8b3-fc4c-107a5823035f-19f13e1b, #w-node-_09b8e2fd-665d-a8b3-fc4c-107a58230367-19f13e1b {
  place-self: stretch center;
}

#w-node-_8254057d-cd7c-0792-82fa-2e9060aea8d5-19f13e1b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c479e1fb-e8a5-3c27-5b88-7334d5d4e18c-19f13e1b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c479e1fb-e8a5-3c27-5b88-7334d5d4e18e-19f13e1b {
  align-self: stretch;
}

#w-node-c479e1fb-e8a5-3c27-5b88-7334d5d4e1b3-19f13e1b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13e1c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-_48e51d7d-f146-8f02-dc7e-26df81f6c96c-19f13e1c {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_2bc119c7-3814-8da5-2c59-ba8ad4d16efd-19f13e1c {
  grid-area: 3 / 2 / 4 / 4;
  align-self: start;
}

#w-node-_0dbdc9d1-22ca-8d77-9fa3-9ec3f9a0d2f4-19f13e1c {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ce8207cd-1304-9d9d-791c-a7ea86e66b12-19f13e1c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4f2ef732-ae25-920b-482e-5f1979c3d892-19f13e1c {
  grid-area: 4 / 2 / 5 / 4;
  align-self: start;
}

#w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13e1d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-a062898c-2580-475a-a86a-e5966a1a523b-19f13e1d, #w-node-_7fda5cb6-7f2c-3d79-5504-a9e024c87cde-19f13e1d, #w-node-_45f46718-64ce-3a55-f40e-a6f346c583bd-19f13e1d, #w-node-_45f46718-64ce-3a55-f40e-a6f346c583be-19f13e1d, #w-node-b19f95f4-3a0f-7575-4b45-1a13610a77e8-19f13e1d, #w-node-b19f95f4-3a0f-7575-4b45-1a13610a77e9-19f13e1d, #w-node-_42a99c0f-cf84-af8f-41f8-1ccf0a03ba6e-19f13e1d, #w-node-_42a99c0f-cf84-af8f-41f8-1ccf0a03ba6f-19f13e1d, #w-node-f021adcb-a3b8-2197-46ab-0b09e3a0d8f0-19f13e1d, #w-node-f021adcb-a3b8-2197-46ab-0b09e3a0d8f1-19f13e1d, #w-node-b714d95b-dcf7-5d99-7003-08bd5b801460-19f13e1d, #w-node-b714d95b-dcf7-5d99-7003-08bd5b801461-19f13e1d, #w-node-_9cb1018a-6950-8ad4-e298-5f7936bfc532-19f13e1d, #w-node-_9cb1018a-6950-8ad4-e298-5f7936bfc533-19f13e1d, #w-node-cc632933-0e18-a535-63db-db8f52a751f4-19f13e1d, #w-node-cc632933-0e18-a535-63db-db8f52a751f5-19f13e1d, #w-node-a20d91b2-3ddf-61a8-299f-d536bfb1e913-19f13e1d, #w-node-a20d91b2-3ddf-61a8-299f-d536bfb1e914-19f13e1d, #w-node-ad9e36d1-0bf2-3d56-8375-6c7b3c7616d2-19f13e1d, #w-node-_61e175ab-d580-88fb-d6af-67823225e173-19f13e1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be073e71-3c0c-f1e8-2c6e-4aafe4ca7188-19f13e1f {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: center;
}

#w-node-e374084b-c0c2-9548-244e-c1552787fc06-19f13e1f {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_8f121ef9-65ce-dd23-3817-cdfc7561122f-19f13dab {
    align-self: end;
  }

  #w-node-_25949fb5-b553-16c8-cc15-ad6728490b1d-19f13dad {
    align-self: start;
  }

  #w-node-_11786539-98d0-6f36-8a25-722e59ac442a-19f13e1a, #w-node-c479e1fb-e8a5-3c27-5b88-7334d5d4e18e-19f13e1b {
    align-self: end;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13e1c {
    justify-self: start;
  }

  #w-node-_2bc119c7-3814-8da5-2c59-ba8ad4d16efd-19f13e1c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0dbdc9d1-22ca-8d77-9fa3-9ec3f9a0d2f4-19f13e1c {
    grid-area: 3 / 3 / 4 / 4;
    place-self: auto;
  }

  #w-node-ce8207cd-1304-9d9d-791c-a7ea86e66b12-19f13e1c {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_4f2ef732-ae25-920b-482e-5f1979c3d892-19f13e1c {
    grid-area: 4 / 2 / 5 / 4;
    justify-self: start;
  }

  #w-node-be073e71-3c0c-f1e8-2c6e-4aafe4ca7188-19f13e1f {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-e374084b-c0c2-9548-244e-c1552787fc06-19f13e1f {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-b7ea442c-759a-eeb6-0c07-75e86ae4fe05-19f13d99 {
    align-self: stretch;
  }

  #w-node-_25949fb5-b553-16c8-cc15-ad6728490b1d-19f13dad {
    align-self: start;
  }

  #w-node-_48e51d7d-f146-8f02-dc7e-26df81f6c96c-19f13e1c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2bc119c7-3814-8da5-2c59-ba8ad4d16efd-19f13e1c {
    grid-area: 4 / 2 / 5 / 4;
  }

  #w-node-_0dbdc9d1-22ca-8d77-9fa3-9ec3f9a0d2f4-19f13e1c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ce8207cd-1304-9d9d-791c-a7ea86e66b12-19f13e1c {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_4f2ef732-ae25-920b-482e-5f1979c3d892-19f13e1c {
    grid-row: 5 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bf287e4c-ddb5-1e8a-6932-7f94a51e3c6f-19f13d99, #w-node-_919c3b86-b01b-296a-dd86-cc9a2d0a5047-19f13d99 {
    align-self: start;
  }

  #w-node-_166a1076-6f2f-eef5-24d9-8c2018cc669a-19f13d99 {
    grid-row: 4 / 5;
  }

  #w-node-_5e251e9d-16ee-1c6f-d215-77e39dbd8442-929aeb3e {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_0f62cd93-32d8-e0cf-5cb8-2b9e6e9f4d10-929aeb3e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_85d8093d-c199-b7f7-2a25-b905cac063e3-929aeb3e {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-bdd97d76-8c04-0634-f00b-6327eedc4571-929aeb3e {
    grid-area: 5 / 2 / 6 / 3;
    align-self: center;
  }

  #w-node-bc30bdb1-88b3-24e8-5a41-5df3fc8f79f9-929aeb3e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-cfd715e5-d01f-11fb-8107-32aef480514a-929aeb3e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f56f0c9d-3304-0a96-de9c-cdd77502ae9f-929aeb3e {
    grid-area: 2 / 2 / 3 / 3;
    align-self: start;
  }

  #w-node-_679c4ad7-3225-4a4e-8f81-6e5052c1e555-929aeb3e {
    grid-area: 4 / 2 / 5 / 3;
    align-self: start;
  }

  #w-node-af023fbc-14c4-c6a8-683e-a217e1bd199f-929aeb3e {
    grid-area: 4 / 1 / 5 / 2;
    align-self: start;
  }

  #w-node-_0496af10-099f-c02b-835a-f849eb77f234-929aeb3e {
    grid-area: 2 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_1fcf98b1-5819-b894-3230-43daaa39a35b-929aeb3e {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb6c-929aeb3e {
    grid-area: 7 / 1 / 8 / 3;
    place-self: center;
  }

  #w-node-_3eaecb7c-6506-82cf-4d59-c4d7bc8b400f-929aeb3e {
    grid-area: 8 / 1 / 9 / 3;
    justify-self: center;
  }

  #w-node-_11eee626-5fbf-cb54-052c-70f06350b3d3-929aeb3e {
    grid-area: 6 / 2 / 7 / 3;
    justify-self: stretch;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb40-929aeb3e {
    grid-area: 9 / 1 / 10 / 3;
    place-self: start center;
  }

  #w-node-b001804a-7669-9f8c-8c02-6ed6e72b8b9f-e72b8b9d {
    justify-self: start;
  }

  #w-node-_1a1d5c71-6e8d-d7f5-8932-de8744dd8011-e72b8b9d {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-b001804a-7669-9f8c-8c02-6ed6e72b8ba4-e72b8b9d {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-_5978f2ea-db9f-b70b-0b8a-58be16614719-19f13da9 {
    grid-area: 1 / 1 / 4 / 3;
    align-self: stretch;
  }

  #w-node-_910af733-d7eb-e361-e24f-8b27642a62c7-19f13da9 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d276f07d-2126-3529-4e7e-bcafee0ea0c0-19f13da9 {
    grid-area: 5 / 1 / 9 / 3;
  }

  #w-node-be54d460-308f-8c6f-962c-2e06a24e1325-19f13da9 {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_8f121ef9-65ce-dd23-3817-cdfc75611226-19f13dab {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f121ef9-65ce-dd23-3817-cdfc7561122d-19f13dab {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2f854e65-f8e0-4337-dcda-b66523b4ca55-19f13dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5fd7ec6b-d3d8-ce87-2463-5aa7fcc6eb23-19f13dac {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_38b70213-8f20-12e6-03fa-ac381d175280-19f13dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_18653e82-88fb-573c-b3be-dbdb18a0f450-19f13dac {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_25949fb5-b553-16c8-cc15-ad6728490b1d-19f13dad {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-a2014d8f-2990-9009-6bcd-68cdc75b5e67-19f13e04, #w-node-a2014d8f-2990-9009-6bcd-68cdc75b5e75-19f13e04, #w-node-_614d70c9-a7d6-5d72-987a-10663ab86d19-19f13e04 {
    align-self: start;
  }

  #w-node-_11786539-98d0-6f36-8a25-722e59ac4421-19f13e1a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_11786539-98d0-6f36-8a25-722e59ac4428-19f13e1a, #w-node-c479e1fb-e8a5-3c27-5b88-7334d5d4e18c-19f13e1b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13e1c {
    grid-area: 1 / 1 / 2 / 4;
    place-self: start;
  }

  #w-node-_4f2ef732-ae25-920b-482e-5f1979c3d892-19f13e1c {
    grid-area: 4 / 1 / 5 / 4;
    place-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9462139c-2286-f2de-cc45-fbb0772f0686-19f13d99, #w-node-_6459e2f2-6e45-af5d-0cff-858ef54fc417-19f13d99 {
    align-self: stretch;
  }

  #w-node-_166a1076-6f2f-eef5-24d9-8c2018cc669a-19f13d99 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_5e251e9d-16ee-1c6f-d215-77e39dbd8442-929aeb3e {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0f62cd93-32d8-e0cf-5cb8-2b9e6e9f4d10-929aeb3e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_85d8093d-c199-b7f7-2a25-b905cac063e3-929aeb3e {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-bdd97d76-8c04-0634-f00b-6327eedc4571-929aeb3e {
    grid-area: 6 / 2 / 7 / 3;
    align-self: center;
  }

  #w-node-bc30bdb1-88b3-24e8-5a41-5df3fc8f79f9-929aeb3e {
    grid-area: 2 / 2 / 3 / 3;
    align-self: center;
  }

  #w-node-cfd715e5-d01f-11fb-8107-32aef480514a-929aeb3e {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-f56f0c9d-3304-0a96-de9c-cdd77502ae9f-929aeb3e {
    grid-area: 3 / 2 / 4 / 3;
    align-self: start;
  }

  #w-node-_679c4ad7-3225-4a4e-8f81-6e5052c1e555-929aeb3e {
    grid-area: 5 / 2 / 6 / 3;
    align-self: start;
  }

  #w-node-af023fbc-14c4-c6a8-683e-a217e1bd199f-929aeb3e {
    grid-area: 5 / 1 / 6 / 2;
    align-self: start;
  }

  #w-node-_0496af10-099f-c02b-835a-f849eb77f234-929aeb3e {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
  }

  #w-node-_1fcf98b1-5819-b894-3230-43daaa39a35b-929aeb3e {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb6c-929aeb3e {
    grid-area: 9 / 1 / 10 / 3;
    place-self: stretch start;
  }

  #w-node-_3eaecb7c-6506-82cf-4d59-c4d7bc8b400f-929aeb3e {
    grid-area: 10 / 1 / 11 / 3;
    justify-self: center;
  }

  #w-node-_11eee626-5fbf-cb54-052c-70f06350b3d3-929aeb3e {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb40-929aeb3e {
    grid-area: 8 / 1 / 9 / 3;
    place-self: center;
  }

  #w-node-_24c29bf9-bb87-f708-e8a0-7f0da5f381fc-a5f381f6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6e983128-5f20-eb51-7013-abc26b732df7-a5f381f6 {
    justify-self: center;
  }

  #w-node-_24c29bf9-bb87-f708-e8a0-7f0da5f38206-a5f381f6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_24c29bf9-bb87-f708-e8a0-7f0da5f38208-a5f381f6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f3928fc7-d29a-92ce-1200-5563360bbc99-19f13da7 {
    grid-area: 2 / 1 / 5 / 2;
  }

  #w-node-_69129d5e-8c7c-c034-2f8f-0f45f2a4f726-19f13da7, #w-node-_0692505a-076c-cbeb-1869-eca1f9fe33c1-19f13da7, #w-node-d086bc32-739b-5376-32a0-0e6d9beafbca-19f13da7 {
    grid-column-start: 1;
  }

  #w-node-c8dac4ad-3788-6ea3-b020-76ae09998670-19f13da7 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-c8dac4ad-3788-6ea3-b020-76ae0999867b-19f13da7 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: start;
  }

  #w-node-_25949fb5-b553-16c8-cc15-ad6728490b1d-19f13dad {
    justify-self: center;
  }

  #w-node-ed3e3c16-4e59-5eb2-87fc-a233c579991c-19f13dad {
    justify-self: start;
  }

  #w-node-c37e9da0-e867-5c6b-2998-0c5b35934c99-35934c92, #w-node-c37e9da0-e867-5c6b-2998-0c5b35934ca7-35934c92 {
    justify-self: center;
  }

  #w-node-_68bed6f3-05ab-d454-78a3-ed4cb12bff95-19f13db0 {
    place-self: stretch stretch;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13db1, #w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc448-19f13db1 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-f102e485-5fbf-e30b-a463-9feb36c98679-36c98679 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13db2, #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13db3 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #field-3.w-node-_21fbb6e4-8ea8-5cf0-379f-333e2f7ccae5-19f13db5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2fd1a042-e981-d9ae-1343-5163e293e5c5-19f13dde {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13dde {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-e2ac93bb-2db0-3226-a7c8-11e1cd57a6a5-19f13e04 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13e04 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-a8b538c4-82f1-9c03-f9ea-f1231deae327-19f13e1a, #w-node-_09b8e2fd-665d-a8b3-fc4c-107a58230343-19f13e1b {
    align-self: stretch;
  }

  #w-node-_0dbdc9d1-22ca-8d77-9fa3-9ec3f9a0d2f4-19f13e1c {
    align-self: start;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13e1d {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-be073e71-3c0c-f1e8-2c6e-4aafe4ca7188-19f13e1f {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-e374084b-c0c2-9548-244e-c1552787fc06-19f13e1f {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a1033a0-b98b-2e88-1587-3e6f10e0e70c-19f13d99, #w-node-_141e45e4-461b-82b0-ed15-062d4f6ee8b0-19f13d99 {
    justify-self: center;
  }

  #w-node-_166a1076-6f2f-eef5-24d9-8c2018cc669a-19f13d99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e251e9d-16ee-1c6f-d215-77e39dbd8442-929aeb3e {
    grid-area: 12 / 1 / 13 / 2;
    align-self: center;
  }

  #w-node-_0f62cd93-32d8-e0cf-5cb8-2b9e6e9f4d10-929aeb3e {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_85d8093d-c199-b7f7-2a25-b905cac063e3-929aeb3e {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-bdd97d76-8c04-0634-f00b-6327eedc4571-929aeb3e {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-bc30bdb1-88b3-24e8-5a41-5df3fc8f79f9-929aeb3e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-cfd715e5-d01f-11fb-8107-32aef480514a-929aeb3e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f56f0c9d-3304-0a96-de9c-cdd77502ae9f-929aeb3e {
    grid-area: 5 / 1 / 6 / 2;
    align-self: start;
  }

  #w-node-_679c4ad7-3225-4a4e-8f81-6e5052c1e555-929aeb3e {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-af023fbc-14c4-c6a8-683e-a217e1bd199f-929aeb3e {
    grid-row: 7 / 8;
  }

  #w-node-_0496af10-099f-c02b-835a-f849eb77f234-929aeb3e {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
  }

  #w-node-_1fcf98b1-5819-b894-3230-43daaa39a35b-929aeb3e {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb6c-929aeb3e {
    grid-area: 14 / 1 / 15 / 2;
    place-self: stretch center;
  }

  #w-node-_3eaecb7c-6506-82cf-4d59-c4d7bc8b400f-929aeb3e {
    grid-area: 15 / 1 / 16 / 2;
    justify-self: center;
  }

  #w-node-_11eee626-5fbf-cb54-052c-70f06350b3d3-929aeb3e {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-f1d52780-3b54-0c6d-1b4a-2152929aeb40-929aeb3e {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_24c29bf9-bb87-f708-e8a0-7f0da5f381fc-a5f381f6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6e983128-5f20-eb51-7013-abc26b732df7-a5f381f6 {
    justify-self: center;
  }

  #w-node-_24c29bf9-bb87-f708-e8a0-7f0da5f38206-a5f381f6 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_24c29bf9-bb87-f708-e8a0-7f0da5f38208-a5f381f6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-db9a36a3-c5cb-a293-b2c6-9fc22d1de4c1-2d1de4bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-db9a36a3-c5cb-a293-b2c6-9fc22d1de4c3-2d1de4bf {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-b001804a-7669-9f8c-8c02-6ed6e72b8b9f-e72b8b9d {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_1a1d5c71-6e8d-d7f5-8932-de8744dd8011-e72b8b9d {
    justify-self: center;
  }

  #w-node-b001804a-7669-9f8c-8c02-6ed6e72b8ba4-e72b8b9d {
    grid-column: 1 / 3;
    place-self: center stretch;
  }

  #w-node-_1c9f4756-3d84-389f-b883-c6df6f9df3eb-6f9df3e2 {
    justify-self: center;
  }

  #w-node-f3928fc7-d29a-92ce-1200-5563360bbc99-19f13da7 {
    grid-row: 5 / 6;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13da7 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_69129d5e-8c7c-c034-2f8f-0f45f2a4f726-19f13da7 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_0692505a-076c-cbeb-1869-eca1f9fe33c1-19f13da7 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
  }

  #w-node-d086bc32-739b-5376-32a0-0e6d9beafbca-19f13da7 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: start;
  }

  #w-node-c8dac4ad-3788-6ea3-b020-76ae09998670-19f13da7 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-c8dac4ad-3788-6ea3-b020-76ae0999867b-19f13da7 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: start;
  }

  #w-node-_5978f2ea-db9f-b70b-0b8a-58be16614719-19f13da9 {
    grid-area: 1 / 1 / 4 / 2;
    align-self: stretch;
  }

  #w-node-_910af733-d7eb-e361-e24f-8b27642a62c7-19f13da9 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d276f07d-2126-3529-4e7e-bcafee0ea0c0-19f13da9 {
    grid-area: 5 / 1 / 9 / 2;
  }

  #w-node-be54d460-308f-8c6f-962c-2e06a24e1325-19f13da9 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_8f121ef9-65ce-dd23-3817-cdfc75611226-19f13dab {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_25fc6099-715d-3bfa-cf6b-ce60fb3ad787-19f13dad {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13db0 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_48e51d7d-f146-8f02-dc7e-26df81f6c96c-19f13db0 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: start;
  }

  #w-node-d086bc32-739b-5376-32a0-0e6d9beafbca-19f13db0 {
    grid-area: 6 / 1 / 7 / 2;
    align-self: start;
  }

  #w-node-f7c48ade-52f0-b999-5f96-d44d69416d5b-19f13db0 {
    grid-row: 3 / 4;
  }

  #w-node-eb8e873e-7cda-dd00-ae87-728c89d1775f-19f13db0 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_0e62df7f-ef58-9215-394b-4f45433a3a24-19f13db0 {
    grid-column: 1 / 2;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13db1, #w-node-_236967e6-37ad-f4e3-b67f-95eaaaddc448-19f13db1 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-f102e485-5fbf-e30b-a463-9feb36c98679-36c98679 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13db2 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c2a-deea8c21 {
    justify-self: center;
  }

  #w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c3e-deea8c21 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c42-deea8c21 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c46-deea8c21 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c4a-deea8c21 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c4e-deea8c21 {
    grid-area: 4 / 1 / 6 / 2;
  }

  #w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c52-deea8c21 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_6cb39172-713d-ca50-3b0e-981cdeea8c56-deea8c21 {
    grid-area: 7 / 1 / 8 / 2;
    place-self: center;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13db3 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_8bdeba7f-f329-8c00-0d03-627ec418a1d3-19f13db4 {
    justify-self: center;
  }

  #field-3.w-node-_21fbb6e4-8ea8-5cf0-379f-333e2f7ccae5-19f13db5 {
    grid-column-end: 2;
  }

  #w-node-_90e305c1-6ceb-af7e-2982-d21c1ba9cf48-19f13db5, #w-node-c526a934-f019-0cb9-2f9d-82ba5cb540cf-19f13db5 {
    justify-self: center;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13dde {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_8bdeba7f-f329-8c00-0d03-627ec418a1d3-19f13dde {
    justify-self: center;
  }

  #w-node-_4d41dc44-30e0-01f5-95f5-c895a785305e-19f13dde {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bb199212-e7f6-870d-774b-9a82e8eb5b04-19f13dde {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_62fb71a3-e4b3-799b-bee4-6e9c118d86e8-19f13dde {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_03265bf4-cbcc-178c-c78a-9bc7cf2b2d96-19f13dde {
    grid-area: 4 / 1 / 6 / 2;
  }

  #w-node-_9949666d-d213-2c5a-c4fb-60c542b26b10-19f13dde {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_17b9d6f0-ff20-2de2-6330-0905b2763208-19f13dde {
    grid-area: 7 / 1 / 8 / 2;
    place-self: center;
  }

  #w-node-_8bdeba7f-f329-8c00-0d03-627ec418a1d3-19f13e01 {
    justify-self: center;
  }

  #w-node-_4d41dc44-30e0-01f5-95f5-c895a785305e-19f13e01 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bb199212-e7f6-870d-774b-9a82e8eb5b04-19f13e01 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_62fb71a3-e4b3-799b-bee4-6e9c118d86e8-19f13e01 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_03265bf4-cbcc-178c-c78a-9bc7cf2b2d96-19f13e01 {
    grid-area: 4 / 1 / 6 / 2;
  }

  #w-node-_9949666d-d213-2c5a-c4fb-60c542b26b10-19f13e01 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_17b9d6f0-ff20-2de2-6330-0905b2763208-19f13e01 {
    grid-area: 7 / 1 / 8 / 2;
    place-self: center;
  }

  #w-node-d291a809-592f-c040-136f-bb09fa39e36e-19f13e04 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e2ac93bb-2db0-3226-a7c8-11e1cd57a6a5-19f13e04 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13e04 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-f6c13c53-d451-e098-1866-430babd9fd5b-19f13e04 {
    justify-self: center;
  }

  #w-node-_11786539-98d0-6f36-8a25-722e59ac4421-19f13e1a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13e1c {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start;
  }

  #w-node-_48e51d7d-f146-8f02-dc7e-26df81f6c96c-19f13e1c {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
  }

  #w-node-_2bc119c7-3814-8da5-2c59-ba8ad4d16efd-19f13e1c {
    grid-area: 5 / 1 / 6 / 2;
    align-self: start;
  }

  #w-node-_0dbdc9d1-22ca-8d77-9fa3-9ec3f9a0d2f4-19f13e1c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ce8207cd-1304-9d9d-791c-a7ea86e66b12-19f13e1c {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_4f2ef732-ae25-920b-482e-5f1979c3d892-19f13e1c {
    grid-area: 6 / 1 / 7 / 2;
    place-self: start;
  }

  #w-node-_3ad51f91-0a6e-3adc-fc85-51aacfa60521-19f13e1d {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }
}


